.w-banner {
  overflow: hidden;
}

.w-banner__slider,
.w-banner__slider .splide__track,
.w-banner__slider .splide__list,
.w-banner__slide {
  height: 100%;
}

.w-banner__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.w-banner__slider .splide__pagination {
  bottom: 28px;
  z-index: 2;
}

.w-banner__arrows {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.w-banner__arrow {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.18);
  color: #ffffff;
  backdrop-filter: blur(4px);
  pointer-events: auto;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.w-banner__arrow:hover {
  background: rgba(0, 0, 0, 0.34);
  border-color: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
}

.w-banner__arrow span {
  font-size: 30px;
  line-height: 1;
}

.w-banner__arrow svg {
  width: 18px;
  height: 30px;
}

.w-banner__arrow.splide__arrow--prev svg {
  transform: none !important;
}

.w-banner__arrow.splide__arrow--prev {
  left: 28px;
}

.w-banner__arrow.splide__arrow--next {
  right: 28px;
}

.w-banner__slider .splide__pagination__page {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.w-banner__slider .splide__pagination__page.is-active {
  background: #ffffff;
  transform: scale(1.1);
}

.w-banner__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.42) 100%);
  z-index: 1;
}

.w-banner__media {
  z-index: 0;
}

.w-banner__content,
.btm-book-btn {
  position: relative;
  z-index: 3;
}

.w-banner__content {
  min-height: 100%;
}

.w-banner__book-now {
  z-index: 3;
}

.w-banner__top {
  display: none !important;
}

.w-banner__subtitle {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 24px;
  line-height: 1.35;
  font-weight: 300;
}

.w-banner__copy {
  position: relative;
  z-index: 1;
}

.w-banner__slider video {
  background: #000000;
}

@media (min-width: 768px) {
  .w-banner {
    justify-content: flex-start !important;
  }

  .w-banner__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 300px;
    padding-bottom: 145px;
  }

  .w-banner__title {
    margin: 25px 0 10px 0 !important;
  }

  .w-banner__book-now {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 145px !important;
  }
}

@media (max-width: 767px) {
  .w-banner__slider .splide__pagination {
    bottom: 84px;
  }

  .w-banner__subtitle {
    font-size: 18px;
    max-width: 320px;
  }

  .w-banner__arrow {
    width: 44px;
    height: 44px;
  }

  .w-banner__arrow.splide__arrow--prev {
    left: 12px;
  }

  .w-banner__arrow.splide__arrow--next {
    right: 12px;
  }
}
