.nav {
  background: rgba(0, 0, 0, 0.7) !important;
  backdrop-filter: blur(4px);
}

.index-sec {
  padding-top: 4rem;
}

.carousel-padding {
  padding: 2rem 0;
}

.btn-padding {
  padding: 12px 16px !important;
}

.con-vid {
  aspect-ratio: 16 / 10;
  display: flex;
  justify-items: center;
}

.con-vid video {
  object-fit: cover;
  object-position: c;
  height: auto;
}

.detail-image {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: brightness(90%);
}

.idx-imgs {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
  transition: filter 300ms ease;
}

.idx-imgs:hover {
  filter: brightness(100%);
}

.img-box {
  max-width: 210px;
  width: 210px;
}

#ethnicCarousel .carousel-control-prev,
#ethnicCarousel .carousel-control-next {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
}
#ethnicCarousel .carousel-control-prev {
  left: 4px;
}
#ethnicCarousel .carousel-control-next {
  right: 4px;
}

/*  */

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  filter: brightness(50%);
  z-index: -1;
}

.hero-bg-about {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex; /* Makes the hero a flex container */
  align-items: center; /* Vertically centers content within the hero section */
}

.about-con {
  max-width: 650px;
}

.about-text {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: fit-content;
}
