#home-carousel .carousel-inner .carousel-item {
  height: 650px;
}
@media (max-width: 991.98px) {
  #home-carousel .carousel-inner .carousel-item {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  #home-carousel .carousel-inner .carousel-item {
    height: 55vw;
    min-height: 220px;
    max-height: 320px;
  }
}
#home-carousel .carousel-inner .carousel-item img, #home-carousel .carousel-inner .carousel-item video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#home-carousel .carousel-inner .carousel-item .carousel-caption {
  bottom: unset;
  top: 10%;
}
@media (max-width: 767.98px) {
  #home-carousel .carousel-inner .carousel-item .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
    left: 5%;
    right: 5%;
  }
}
#home-carousel .carousel-inner .carousel-item .carousel-caption h5 {
  font-size: 95px;
  line-height: 124px;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  #home-carousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 767.98px) {
  #home-carousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 400px) {
  #home-carousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-size: 24px;
    line-height: 30px;
  }
}
#home-carousel .carousel-inner .carousel-item .carousel-caption p {
  font-size: 53px;
  line-height: 63px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #home-carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 767.98px) {
  #home-carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 400px) {
  #home-carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767.98px) {
  #home-carousel .carousel-inner .carousel-item .carousel-caption .btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
}
#home-carousel .carousel-indicators {
  margin: 0;
  bottom: -5%;
}
@media (max-width: 767.98px) {
  #home-carousel .carousel-indicators {
    display: none;
  }
}
#home-carousel .carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: var(--bs-primary);
}
#home-carousel #search-form {
  position: absolute;
  right: 15%;
  bottom: 10%;
  left: 15%;
  background-color: var(--bs-primary);
  color: #fff;
  padding: 1.25rem;
  border-radius: 12px;
  min-height: 170px;
}
@media (max-width: 991.98px) {
  #home-carousel #search-form {
    right: 5%;
    left: 5%;
    bottom: 5%;
  }
}
@media (max-width: 767.98px) {
  #home-carousel #search-form {
    position: relative;
    right: auto;
    left: 1%;
    bottom: auto;
    min-height: auto;
    border-radius: 0 0 12px 12px;
    padding: 1rem;
    width: 98%;
  }
}

.top-banner-container,
.top-offer-destinations-container,
.blog-container {
  margin-top: 32px;
  background-color: #F8F8F8;
  padding-top: 85px;
  padding-bottom: 15px;
}
@media (max-width: 767.98px) {
  .top-banner-container,
  .top-offer-destinations-container,
  .blog-container {
    margin-top: 20px;
    padding-top: 50px;
  }
}

.top-banner-element {
  display: block;
  height: 432px;
  width: 100%;
}
.top-banner-element img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

.home-section-title {
  font-size: 29px;
  line-height: 35px;
  font-weight: 800;
  margin-bottom: 25px;
  color: var(--bs-primary);
}
@media (max-width: 767.98px) {
  .home-section-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .home-section-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.home-section-title i {
  font-weight: 900;
}

.top-destination-container {
  padding-top: 25px;
  padding-bottom: 0px;
}
.top-destination-container .top-destination-swiper .top-destination-geo {
  width: 500px;
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .top-destination-container .top-destination-swiper .top-destination-geo {
    width: 100%;
    height: 320px;
  }
}
.top-destination-container .top-destination-swiper .top-destination-geo .title {
  font-size: 53px;
  line-height: 63px;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .top-destination-container .top-destination-swiper .top-destination-geo .title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 575.98px) {
  .top-destination-container .top-destination-swiper .top-destination-geo .title {
    font-size: 28px;
    line-height: 34px;
  }
}
.top-destination-container .top-destination-swiper .top-destination-card {
  width: 290px;
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767.98px) {
  .top-destination-container .top-destination-swiper .top-destination-card {
    width: 260px;
    height: 360px;
  }
}
@media (max-width: 575.98px) {
  .top-destination-container .top-destination-swiper .top-destination-card {
    width: 100%;
    height: 320px;
  }
}
.top-destination-container .top-destination-swiper .top-destination-card .top-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}
.top-destination-container .top-destination-swiper .top-destination-card .top-info .badge {
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--bs-accent);
  font-size: 12px;
  line-height: 14px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 12px;
}
.top-destination-container .top-destination-swiper .top-destination-card .top-info .badge:has(i) {
  border-radius: 100%;
  padding: 9px;
  font-size: 17px;
}
.top-destination-container .top-destination-swiper .top-destination-card .bottom-info {
  background-color: rgba(29, 34, 21, 0.65);
  padding: 8px 20px;
  width: 100%;
  border-radius: 0px 0px 12px 12px;
}
.top-destination-container .top-destination-swiper .top-destination-card .bottom-info .destination-geo {
  overflow: hidden;
  text-overflow: ellipsis;
  /* clamp at one line */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
}
.top-destination-container .top-destination-swiper .top-destination-card .bottom-info .title {
  font-size: 19px;
  line-height: 23px;
  font-weight: 900;
}
.top-destination-container .top-destination-swiper .top-destination-card .bottom-info .geo {
  font-size: 9px;
  line-height: 11px;
  font-weight: 500;
}
.top-destination-container .top-destination-swiper .top-destination-card .bottom-info .rating i {
  color: #E2D10E;
  font-size: 13px;
}
.top-destination-container .top-destination-swiper .top-destination-card .bottom-info .meal i {
  font-size: 14px;
}
.top-destination-container .top-destination-swiper .top-destination-card .bottom-info .meal span {
  font-size: 9px;
  line-height: 11px;
  font-weight: 500;
}
.top-destination-container .top-destination-swiper .top-destination-card .bottom-info .price {
  margin-top: 18px;
  background-color: #fff;
  color: var(--bs-accent);
  padding: 1px 12px;
  border-radius: 12px;
}
.top-destination-container .top-destination-swiper .top-destination-card .bottom-info .price small {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  margin-right: 5px;
}
.top-destination-container .top-destination-swiper .top-destination-card .bottom-info .price span {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}

.top-offers-container {
  padding-top: 25px;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .top-offers-container {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.top-offer-card {
  width: 100%;
  border-radius: 12px;
  text-decoration: none;
  margin-bottom: 20px;
}
.top-offer-card .banner-link {
  display: block;
  text-decoration: none;
}
.top-offer-card .banner {
  height: 442px;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .top-offer-card .banner {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .top-offer-card .banner {
    height: 280px;
  }
}
@media (max-width: 575.98px) {
  .top-offer-card .banner {
    height: 220px;
  }
}
.top-offer-card .banner .badges {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 575.98px) {
  .top-offer-card .banner .badges {
    padding: 8px;
  }
}
.top-offer-card .banner .badges .badge {
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--bs-accent);
  text-transform: uppercase;
  padding: 10px 16px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 900;
}
@media (max-width: 575.98px) {
  .top-offer-card .banner .badges .badge {
    padding: 6px 10px;
    font-size: 10px;
  }
}
.top-offer-card .banner .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
}
.top-offer-card .banner .content .title {
  font-size: 49px;
  line-height: 59px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
@media (max-width: 991.98px) {
  .top-offer-card .banner .content .title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 767.98px) {
  .top-offer-card .banner .content .title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 575.98px) {
  .top-offer-card .banner .content .title {
    font-size: 22px;
    line-height: 28px;
  }
}
.top-offer-card .banner .content .subtitle {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.top-offer-card .banner .content .rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.top-offer-card .banner .content .rating i {
  color: #E2D10E;
  font-size: 13px;
}
.top-offer-card .banner .content .geo {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .top-offer-card .banner .content .geo {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
  }
}
.top-offer-card .offers {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  padding: 10px;
}
.top-offer-card .offers small.intro {
  display: block;
  text-align: center;
  color: var(--bs-primary);
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 13px;
}
.top-offer-card .offers .offer-card {
  border: 1px solid var(--bs-primary);
  border-radius: 12px;
  padding: 8px 14px;
  color: var(--bs-primary);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 9px;
}
.top-offer-card .offers .offer-card .offer-card-service {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-offer-card .offers .offer-card .offer-card-service .name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
}
.top-offer-card .offers .offer-card .offer-card-service .rating {
  display: flex;
  gap: 2px;
  margin-top: 2px;
}
.top-offer-card .offers .offer-card .offer-card-service .rating i {
  color: #E2D10E;
  font-size: 13px;
}
.top-offer-card .offers .offer-card i {
  font-size: 16px;
}
.top-offer-card .offers .offer-card .date span {
  font-size: 21px;
  line-height: 25px;
  font-weight: 900;
}
.top-offer-card .offers .offer-card .info .occupancy {
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
}
.top-offer-card .offers .offer-card .info .departure-meal {
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
}
.top-offer-card .offers .offer-card .price {
  color: var(--bs-accent);
  display: flex;
  align-items: start;
}
.top-offer-card .offers .offer-card .price small {
  font-size: 8px;
  line-height: 10px;
  font-weight: 400;
  margin-right: 4px;
}
.top-offer-card .offers .offer-card .price span {
  font-size: 29px;
  line-height: 35px;
  font-weight: 700;
}

.blog-container .main-blog-img {
  height: 590px;
}
.blog-container .main-blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.blog-container .blog-main-article .title {
  font-size: 29px;
  line-height: 35px;
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 23px;
}
.blog-container .blog-main-article .excerpt {
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  color: #212B44;
  /* line clamp to 12 */
  display: -webkit-box;
  line-clamp: 12;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-container .blog-main-article .link {
  display: block;
  margin-top: 15px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  color: var(--bs-accent);
  text-decoration: none;
}
.blog-container .blog-separator {
  border-top: 1px solid var(--bs-accent);
  margin: 40px 0;
}
.blog-container .article-card {
  display: flex;
  flex-direction: row;
  align-items: start;
  text-decoration: none;
}
.blog-container .article-card img {
  width: 240px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px 12px 0px 0px;
  margin-right: 20px;
}
.blog-container .article-card .info .title {
  font-size: 27px;
  line-height: 33px;
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 7px;
}
.blog-container .article-card .info .excerpt {
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  color: #212B44;
  /* line clamp to 6 */
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-container .final-link-col {
  margin-top: 38px;
}
.blog-container .final-link-col .final-link {
  font-size: 17px;
  line-height: 20px;
  font-weight: 900;
  color: var(--bs-accent);
  text-decoration: none;
}

.business-travel-container {
  background-color: var(--bs-primary);
}
.business-travel-container .main-row {
  position: relative;
}
.business-travel-container .main-row .banner-img-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 0;
}
.business-travel-container .main-row .banner-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.business-travel-container .main-row .content {
  padding-top: 90px;
  padding-bottom: 90px;
  color: #fff;
}
.business-travel-container .main-row .content .title {
  font-size: 53px;
  line-height: 63px;
  font-weight: 900;
}
.business-travel-container .main-row .content .subtitle {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 25px;
}

.advantages-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .advantages-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.advantages-container .advantage-card {
  border: 1px solid #D8D8D8;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  width: 100%;
  height: 100%;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .advantages-container .advantage-card {
    padding: 15px;
  }
}
.advantages-container .advantage-card i {
  font-size: 56px;
  color: var(--bs-accent);
}
@media (max-width: 575.98px) {
  .advantages-container .advantage-card i {
    font-size: 40px;
  }
}
.advantages-container .advantage-card .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  text-align: center;
  color: var(--bs-primary);
}
@media (max-width: 575.98px) {
  .advantages-container .advantage-card .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.advantages-container .advantage-card .text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  color: var(--bs-primary);
}
@media (max-width: 575.98px) {
  .advantages-container .advantage-card .text {
    font-size: 14px;
    line-height: 18px;
  }
}