#banner-top {
  width: 100%;
  height: auto;
}

.banner-top-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner-top-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#banner-top-next,
#banner-top-prev {
  /* background-color: #886B25; */
  color: #f2f2f2 !important;
  opacity: 70%;
  font-weight: 800;
}

#banner-top-destination .swiper-slide{
  overflow: hidden;
  border-radius: 20px;
}

#banner-desti-detail-next,
#banner-desti-detail-prev {
  /* background-color: #886B25; */
  color: #f2f2f2 !important;
  opacity: 70%;
  font-weight: 800;
}

#slide-unit-next,
#slide-unit-prev {
  /* background-color: #886B25; */
  color: #886B25 !important;
  opacity: 70%;
  font-weight: 800;
}

#slide-unit-white-next,
#slide-unit-white-prev {
  /* background-color: #886B25; */
  color: #f4f4f4 !important;
  opacity: 70%;
  font-weight: 800;
}
#slide-unit-white-next{
  filter:drop-shadow(-2px 1px 4px rgba(102, 102, 102, 0.699));
}
#slide-unit-white-prev {
  filter:drop-shadow(2px 1px 4px rgba(102, 102, 102, 0.699));
}

.swiper-button-disabled{
  transition: .7s;
  opacity: 0 !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 50px !important;
  left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto !important;
  left: 50px;
}

/* #description-destination-slide .swiper-slide-prev, */
/* #description-destination-slide .swiper-slide-next{
  display: block !important;
  transition: 0.7s;
} */
/* #description-destination-slide .swiper-slide{
  display: none;
  transition: .9s;
}
#description-destination-slide .swiper-slide-active{
  display: block !important;
  transition: .9s;
} */

/* ------------------------------------------------------------------------------ */
/* Responsive */
/* mobile */
@media screen and (max-width: 600px) {
  .banner-top-slide {
    text-align: center;
    font-size: 18px;

    justify-content: center;
    align-items: flex-start;
  }

  .banner-top-slide img {
    display: block;
    width: 100%;
    aspect-ratio: 9/9;
    height: auto;
    object-fit: cover;
  }

  #banner-top-next {
    right: 15px !important;
    left: auto;
    opacity: 100%;
    color: #886B25 !important;
    background-color: #ffffffc7;
    /* padding: 15px !important; */
    width: 35px;
    height: 35px;
    border-radius: 100%;
  }

  #banner-top-prev {
    right: auto !important;
    left: 15px;
    opacity: 100%;
    color: #886B25 !important;
    background-color: #ffffffc7;
    /* padding: 15px !important; */
    width: 35px;
    height: 35px;
    border-radius: 100%;
  }

  #banner-top .swiper-button-next::after,
  #banner-top .swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: 14px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }

  /* --------------------------- */

  .slide-unit-slide img {
    width: 100%;
    height: 75vh;
    object-fit: cover;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 5px !important;
    left: auto;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    right: auto !important;
    left: 5px;
  }
}

/* tablet */
@media screen and (min-width: 600px) and (max-width: 991px) {
  .banner-top-slide img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
  }
}