.bokai_index_banner_main {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* aspect-ratio: 1920 / 1080; */
}

.bokai_index_banner_swiper {
  width: 100%;
  height: 100%;
}

.bokai_index_banner_swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* height: 100%; */
  height: auto;
}

.bokai_index_banner_container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.bokai_index_banner_bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bokai_index_banner_bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bokai_index_banner_content {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 10rem;
}

.bokai_index_banner_text_content {
  max-width: 46.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.bokai_index_banner_title {
  line-height: 1.125;
  color: #fff;
}

.bokai_index_banner_divider {
  width: 15rem;
  height: 0.5rem;
  background-color: #fff;
}

.bokai_index_banner_subtitle {
  line-height: 1.25;
  color: #fff;
}

.bokai_index_banner_video_wrapper {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: auto;
  z-index: 99;
  /* margin-right: 3rem; */
  display: flex;
  align-items: center;
  gap: 0;
  cursor: pointer;
  aspect-ratio: 288 / 140;
  border-radius: 1rem;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.bokai_index_banner_main.is-playing .bokai_index_banner_video_wrapper {
  pointer-events: auto;
}

.bokai_index_banner_video {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  max-width: 15rem;
}

.bokai_index_banner_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bokai_index_banner_play_btn {
  width: 3rem;
  height: 100%;
  background: var(--color-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bokai_index_banner_play_btn svg {
  width: 1rem;
  height: 1rem;
}

.bokai_index_banner_video_player {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  z-index: 20;
}

.bokai_index_banner_main.is-playing .bokai_index_banner_swiper {
  display: none;
}

.bokai_index_banner_main.is-playing .bokai_index_banner_video_player {
  display: block;
}

.bokai_index_banner_cta_btn.bokai-btn {
  width: max-content;
  padding: 1.25rem 2.5rem;
  min-width: 17.5rem;
  line-height: 1.17;
  font-size: var(--font-size-md);
}

.bokai_index_banner_indicators {
  position: absolute;
  bottom: 2.5rem !important;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}

.bokai_index_banner_indicator {
  width: 3rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 1.25rem;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.bokai_index_banner_indicator.active {
  background-color: var(--color-primary);
}

/* ===== Responsive Breakpoints ===== */

/* ≤992px */
@media screen and (max-width: 1024px) {
  .bokai_index_banner_video_wrapper {
    /* display: none; */
    aspect-ratio: auto;
    margin-right: 10px;
  }

  .bokai_index_banner_video_wrapper {
    top: 10px;
  }

  .bokai_index_banner_play_btn svg {
    width: 16px;
    height: 16px;
    transform: translateX(2px);
  }

  .bokai_index_banner_play_btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }

  .bokai_index_banner_video {
    display: none;
  }

  .bokai_index_banner_video_player {
  }
  .bokai_index_banner_text_content {
    max-width: 100%;
  }

  .bokai_index_banner_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .bokai_index_banner_indicators {
    display: none;
  }
}

/* ≤768px */
@media screen and (max-width: 768px) {
  .bokai_index_banner_main {
    aspect-ratio: auto;
  }
}

/* ≤576px */
@media screen and (max-width: 576px) {
}
