/* Customize the carousel height */
  /* #video-carousel {
    height: 100vh;
  } */
  /* Customize the video dimensions */
  .carousel-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* Style for the text overlay */
  .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 100%;
    max-width: 600px;
  }
  .carousel-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .carousel-subtitle {
    font-size: 1.2rem;
  }
  nav{
    margin: auto;
  }