/* Home 3 hero */
body:has(.hero-sec-eight) .elementor > .elementor-section.elementor-element-1870f08 {
  display: none;
}

body:has(.hero-sec-eight) .elementor-section:has(.hero-sec-eight),
body:has(.hero-sec-eight) .elementor-section:has(.hero-sec-eight) > .elementor-container,
body:has(.hero-sec-eight) .elementor-section:has(.hero-sec-eight) > .elementor-container > .elementor-column,
body:has(.hero-sec-eight) .elementor-section:has(.hero-sec-eight) > .elementor-container > .elementor-column > .elementor-widget-wrap,
body:has(.hero-sec-eight) .elementor-widget-dreamstour_elementor_hero_banner_three,
body:has(.hero-sec-eight) .elementor-widget-dreamstour_elementor_hero_banner_three > .elementor-widget-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body:has(.hero-sec-eight) .elementor-section:has(.hero-sec-eight) > .elementor-container > .elementor-column > .elementor-widget-wrap {
  padding: 0 !important;
}

.hero-sec-eight {
  position: relative;
  padding: 116px 0 40px;
  background-image: var(--hero-eight-bg, url("../images/banner/banner-05.jpg"));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 846px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  overflow: hidden;
  margin-top: -104px;
}

.elementor-widget-dreamstour_elementor_hero_banner_three .hero-sec-eight {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hero-sec-eight::after {
  position: absolute;
  content: "";
  background-image: var(--hero-eight-layer, url("../images/banner/banner-bg-05.png"));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-sec-eight .hero-content {
  width: 100%;
}

.hero-sec-eight .animate-text {
  font-size: 211.2px;
  color: #fff;
  text-transform: uppercase;
  z-index: -2;
  position: absolute;
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-sec-eight .banner-form {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.hero-sec-eight .banner-form .form-info .form-item {
  padding: 15px;
}

.hero-sec-eight .banner-form .dropdown .form-check-label {
  color: #111827;
}

.hero-sec-eight .banner-form .card-header {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  margin-bottom: 8px;
}

.hero-sec-eight .banner-form .card-body {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.hero-sec-eight .banner-form .card-body .form-info {
  background-color: #fff;
}

.hero-sec-eight .banner-form .nav li .nav-link {
  color: #fff;
  border-radius: 10px;
}

.hero-sec-eight .banner-form .form-check-label {
  color: #fff;
}

.hero-sec-eight .multi-trip,
.hero-sec-eight .pickup-airport,
.hero-sec-eight .return-drop,
.hero-sec-eight .dropoff-time,
.hero-sec-eight .hourly-time {
  display: none;
}

.home-eight-title,
.home-three-title {
  font-size: 20px;
  font-weight: 600;
}

.section-header-eight,
.section-header-three {
  text-align: center;
  margin-bottom: 40px;
}

.section-header-eight h2,
.section-header-three h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
}

.section-header-eight img,
.section-header-three img {
  display: inline-block;
  width: auto;
  height: 44px;
  object-fit: cover;
  border-radius: 18px;
  vertical-align: middle;
  margin-right: 8px;
}

.animate-button {
  cursor: pointer;
  border: none;
  color: #fff;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  inset: 0;
  position: absolute;
  place-content: center;
  transition: background 300ms, transform 200ms;
  display: grid;
  cursor: unset;
  background-color: rgba(255, 255, 255, 0.5);
  right: 20px;
  left: auto;
  top: 46%;
}

.animate-button .button-text {
  position: absolute;
  inset: 0;
  animation: text-rotation 8s linear infinite;
  margin: 0;
}

.animate-button .button-text > span {
  transform: rotate(calc(14deg * var(--index))) translate(55px);
  position: absolute;
  font-size: 16px;
  inset: 5px;
  color: #fff;
}

.animate-button .button-circle {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #cf3425;
  overflow: hidden;
  border-radius: 50%;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  transition: all 0.8s;
}

@keyframes text-rotation {
  to {
    rotate: 360deg;
  }
}
@media (max-width: 991.98px) {
  .hero-sec-eight .animate-button {
    display: none;
  }

  .hero-sec-eight .animate-text {
    font-size: 132px!important;
    top: 104px!important;
  }
}

@media (max-width: 767.98px) {
  .hero-sec-eight {
    height: auto;
    padding-top: 45%;
  }

  .hero-sec-eight .animate-text {
    font-size: 90px;
    top: 112px;
    width: calc(100% - 24px);
    text-align: center;
    white-space: nowrap;
  }
}

@media (max-width: 575.98px) {
  .hero-sec-eight {
    padding-top: 64%;
  }

  .hero-sec-eight .animate-text {
    font-size: 68px !important;
    top: 156px !important;
  }
}
.trending-list .nav {
  gap: 16px;
}

.trending-list .nav,
.trending-list .nav li {
  margin: 0;
  padding: 0;
}
.trending-list .nav li .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  border-radius: 74px;
  padding: 8px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #E4EBF1;
  border-radius: 10px;
}
.trending-list .nav li .nav-link.active, .trending-list .nav li .nav-link:hover {
  color: #FFF;
  background: #CF3425;
  border-color: #CF3425;
}
.trending-list .flight-loc .arrow-icon {
  flex-shrink: 0;
  margin: 0 10px;
}
.trending-list .slick-slide {
  margin: 0 12px;
}
.trending-list .trending-list-item:hover .place-img img {
  transform: scale(1.2);
}
.trending-list .trending-list-item .place-img {
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.trending-list .trending-list-item .place-img img {
  border-radius: 16px 16px 0 0;
  transform: scale(1);
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  z-index: 0;
  position: relative;
}
.trending-list .fav-item {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  justify-content: space-between;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  padding: 15px;
}
.trending-list .fav-item .fav-icon {
  width: 24px;
  height: 24px;
  background-color: #FFF;
  font-size: 14px;
  color: #7D828C;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.trending-list .fav-item .fav-icon.selected {
  color: #CF3425;
}
.trending-list .place-content {
  border: 1px solid #E4EBF1;
  border-top: none;
  padding: 20px;
  box-shadow: 0px 4px 14px 0px rgba(194, 194, 194, 0.2509803922);
  border-radius: 0 0 16px 16px;
  margin-bottom: 20px;
}
.trending-list .slick-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #E4EBF1;
  background: #FFF;
  color: #4E5561;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0px 4px 14px 0px rgba(194, 194, 194, 0.2509803922);
}
.trending-list .slick-arrow:hover {
  background: #CF3425;
  border-color: #CF3425;
  color: #FFF;
}

.trending-list .trending-list-item {
  width: 100%;
}

.trending-list .trending-list-item .place-img img {
  width: 100%;
  height: 204px;
  object-fit: cover;
}

.trending-list .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trending-list .fav-item .badge {
  line-height: 1.2;
}

.trending-list .flight-loc .loc-name {
  min-width: 0;
  padding: 6px 14px;
  border: 1px solid #E4EBF1;
  border-radius: 74px;
  font-size: 14px;
  color: #111827;
}

.trending-list .flight-loc .arrow-icon {
  width: 30px;
  height: 30px;
  color: #FFF;
  background: #111827;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.trending-list .text-line {
  text-decoration: line-through;
}
@media (max-width: 1199.98px) {
  .section-header-eight h2,
  .section-header-three h2 {
    font-size: 48px;
  }
}

@media (max-width: 991.98px) {
  .section-header-eight h2,
  .section-header-three h2 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .section-header-eight h2,
  .section-header-three h2 {
    font-size: 28px;
  }

  .section-header-eight img,
  .section-header-three img {
    height: 35px;
  }
}

@media (max-width: 575.98px) {
  .section-header-eight h2,
  .section-header-three h2 {
    font-size: 24px;
  }

  .trending-list .nav {
    gap: 8px;
  }

  .trending-list .nav li .nav-link {
    padding: 7px 12px;
  }
}
.support-sec-eight {
  width: calc(100% + 27px);
  left: -11px;
  position: relative;
}

.elementor-widget-dreamstour_elementor_support_section_three .support-sec-outer {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 38px 0;
  overflow: hidden;
}

.support-sec-eight .horizontal-slide {
  overflow: hidden;
}

.support-sec-eight .horizontal-slide[data-direction=right] {
  --_animation-direction: reverse;
}

.support-sec-eight .horizontal-slide[data-direction=left] {
  --_animation-direction: forwards;
}

.support-sec-eight .horizontal-slide[data-speed=fast] {
  --_animation-duration: 30s;
}

.support-sec-eight .horizontal-slide[data-speed=slow] {
  --_animation-duration: 120s;
}

.support-sec-eight .horizontal-slide .slide-list {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
}

.support-sec-eight .horizontal-slide .slide-list:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.support-sec-eight.bg-primary {
  transform: rotate(-2.73deg);
  margin-top: -72px;
}
.support-sec-eight.bg-dark {
  transform: rotate(2.73deg);
}
.support-sec-eight .support-item {
  padding-right: 18px;
}
.support-sec-eight .support-item h3 {
  white-space: nowrap;
  color: #FFF;
}
.support-sec-eight .support-item::after {
  display: none;
}
.destinations-sec-three .loc-name-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 1;
}
.destinations-sec-three .loc-name-bottom h3 {
  color: #111827;
  background-color: #FFF;
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
.destinations-sec-three .loc-view-bottom {
  bottom: auto;
  top: 20px;
  display: none;
}
.destinations-sec-three .location-wrap {
  margin-bottom: 24px;
}
.destinations-sec-three .location-wrap::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}
.destinations-sec-three .destination-card-three {
  aspect-ratio: 608 / 464;
}
.destinations-sec-three .destination-card-three-tall {
  aspect-ratio: 836 / 976;
}
.destinations-sec-three .destination-card-three-wide {
  aspect-ratio: 1052 / 464;
}
.destinations-sec-three .destination-card-three-half {
  aspect-ratio: 502 / 464;
}
.destinations-sec-three .destination-img-link-three {
  display: block;
  height: 100%;
}
.destinations-sec-three .location-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
}
.destinations-sec-three .location-wrap:hover .loc-view-bottom {
  display: flex;
  color: #111827;
  background-color: #FFF;
}
.destinations-sec-three .location-wrap:hover .loc-view-bottom:hover {
  background-color: #CF3425;
  color: #FFF;
}
.destinations-sec-three .location-wrap:hover .loc-name-bottom {
  display: none;
}
.recommended-sec-three {
  position: relative;
  background: #FEEDEB;
  z-index: 1;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 60px 0 !important;
}
.recommended-sec-three::after {
  content: "";
  position: absolute;
  background-image: url(../images/bg/recommended-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.recommended-sec-three > .container {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .recommended-sec-three > .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .recommended-sec-three > .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .recommended-sec-three > .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .recommended-sec-three > .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .recommended-sec-three > .container {
    max-width: 1320px;
  }
}
.recommended-sec-three .row {
  --bs-gutter-x: 24px;
}
.recommended-sec-three .row.row-gap-4 > [class*="col-"] {
  display: block;
}
.recommended-sec-three .recommended-list-item {
  display: block;
  width: 100%;
  height: auto;
}
.recommended-sec-three .recommended-list-item:hover .recommended-img img {
  transform: scale(1.2);
}
.recommended-sec-three .recommended-list-item .recommended-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 610 / 396;
}
.recommended-sec-three .recommended-list-item .recommended-img::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.recommended-sec-three .recommended-list-item .recommended-img a {
  display: block;
  height: 100%;
}
.recommended-sec-three .recommended-list-item .recommended-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  z-index: -1;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.recommended-sec-three .recommended-list-item .recommended-img .fav-item {
  position: absolute;
  padding: 15px;
  top: 0;
  left: 0;
  color: #FFF;
  font-weight: 600;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.recommended-sec-three .recommended-list-item .recommended-img .fav-item span {
  white-space: nowrap;
}
.recommended-sec-three .recommended-list-item .recommended-amount {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
}
@media (max-width: 1199.98px) {
  .recommended-sec-three .recommended-list-item .recommended-amount p {
    font-size: 14px;
  }
}
.recommended-sec-three .recommended-list-item .recommended-content {
  border: 1px solid #E4EBF1;
  border-top: none;
  padding: 14px 20px 16px;
  height: auto;
  min-height: 0;
  box-shadow: 0px 4px 14px 0px rgba(194, 194, 194, 0.2509803922);
  text-align: center;
  border-radius: 0 0 16px 16px;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.recommended-sec-three .recommended-list-item .recommended-content .home-three-title {
  display: block;
  min-height: 0;
  line-height: 1.2;
  overflow: visible;
  -webkit-line-clamp: unset;
}
.recommended-sec-three .recommended-list-item .recommended-content .home-three-title a {
  color: inherit;
  overflow-wrap: anywhere;
  word-break: normal;
}
.recommended-sec-three .recommended-list-item .recommended-content > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .recommended-sec-three {
    padding: 50px 0 !important;
  }
}
@media (max-width: 575.98px) {
  .recommended-sec-three {
    padding: 40px 0 !important;
  }
}

@media (max-width: 240px) {
  .trending-list,
  .recommended-sec-three {
    overflow-x: hidden;
  }

  .trending-list .container,
  .recommended-sec-three > .container {
    padding-left: 6px;
    padding-right: 6px;
  }

  .trending-list .row,
  .recommended-sec-three .row {
    --bs-gutter-x: 0;
  }

  .trending-list .place-content,
  .recommended-sec-three .recommended-list-item .recommended-content {
    padding: 14px 10px;
  }

  .recommended-sec-three .recommended-list-item .recommended-content {
    min-height: 0;
  }

  .recommended-sec-three .recommended-list-item .recommended-img .fav-item,
  .recommended-sec-three .recommended-list-item .recommended-amount {
    padding: 10px;
  }

  .recommended-sec-three .recommended-list-item .recommended-img .fav-item {
    flex-wrap: wrap;
    row-gap: 4px;
  }

  .recommended-sec-three .recommended-list-item .recommended-img .fav-item span,
  .recommended-sec-three .recommended-list-item .recommended-amount span {
    font-size: 13px !important;
    white-space: normal;
  }

  .recommended-sec-three .recommended-list-item .recommended-content .home-three-title {
    font-size: 20px;
  }
}
.deliver-sec-three {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.deliver-sec-three::before {
  content: "";
  position: absolute;
  background-color: #212E47;
  z-index: -1;
  width: 100%;
  height: 45%;
  bottom: 0;
  left: 0;
}
.deliver-sec-three > .container {
  position: relative;
  z-index: 1;
}
.deliver-sec-three .deliver-img {
  border-radius: 20px;
  overflow: hidden;
}
.deliver-sec-three .deliver-img-three-large {
  aspect-ratio: 1210 / 774;
}
.deliver-sec-three .deliver-img-three-small {
  aspect-ratio: 628 / 774;
}
.deliver-sec-three .deliver-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.deliver-sec-three .statistics-sec {
  padding: 60px 0;
  text-align: center;
}
.deliver-sec-three .statistics-sec h3 {
  font-size: 76px;
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  white-space: nowrap;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .deliver-sec-three .statistics-sec h3 {
    font-size: 56px;
  }
}
@media (max-width: 991.98px) {
  .deliver-sec-three .statistics-sec h3 {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  .deliver-sec-three .statistics-sec h3 {
    font-size: 44px;
  }
}
.deliver-sec-three .statistics-sec .statistics-count:hover h3 {
  color: #FFF;
}
.guide-section-three .guide-list-item {
  height: auto;
}
.guide-section-three .guide-list-item:hover .guide-img img {
  transform: scale(1.2);
}
.guide-section-three .guide-list-item:hover .guide-img::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.guide-section-three .guide-list-item:hover .loc-view-bottom {
  display: flex;
  color: #111827;
  background-color: #FFF;
}
.guide-section-three .guide-list-item:hover .loc-view-bottom:hover {
  background-color: #CF3425;
  color: #FFF;
}
.guide-section-three .guide-list-item .guide-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 1 / 1.14;
}
.guide-section-three .guide-list-item .guide-img::before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.guide-section-three .guide-list-item .guide-img img {
  border-radius: 10px 10px 0 0;
  transform: scale(1);
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  z-index: 0;
  position: relative;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guide-section-three .guide-list-item .guide-content {
  border: 1px solid #E4EBF1;
  border-top: none;
  padding: 16px 20px;
  box-shadow: 0px 4px 14px 0px rgba(194, 194, 194, 0.2509803922);
  text-align: center;
  border-radius: 0 0 16px 16px;
  background-color: #FFF;
  text-align: center;
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.guide-section-three .guide-list-item .guide-content .home-three-title {
  min-height: 0;
}
.guide-section-three .guide-list-item .guide-content .home-three-title a {
  color: inherit;
}
.guide-section-three .guide-list-item .loc-view-bottom {
  bottom: auto;
  top: 20px;
  display: none;
  z-index: 2;
}
.testimonials-three {
  position: relative;
}
.testimonials-three::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 219px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 28.57%, #FFFFFF 50.19%);
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.testimonials-three .testimonials-item {
  padding: 40px;
  border-radius: 10px;
  background-color: #F8FAFB;
  box-shadow: 0px 4px 14px 0px rgba(194, 194, 194, 0.25);
  border: 1px solid #E4EBF1;
  margin: 12px;
}
@media (max-width: 1199.98px) {
  .testimonials-three .testimonials-item {
    padding: 20px;
  }
}
.testimonials-three .testimonials-item .testimonials-text {
  border-top: 1px solid #C9CBCF;
  margin-top: 20px;
  padding-top: 20px;
}
.testimonials-three .testimonials-item .rating {
  white-space: nowrap;
}
.testimonials-three .vertical-slide {
  overflow: hidden;
  height: 786px;
}
.testimonials-three .vertical-slide[data-direction=bottom] {
  --_animation-direction: reverse;
}
.testimonials-three .vertical-slide[data-direction=top] {
  --_animation-direction: forwards;
}
.testimonials-three .vertical-slide[data-speed=fast] {
  --_animation-duration: 5s;
}
.testimonials-three .vertical-slide[data-speed=speed] {
  --_animation-duration: 60s;
}
.testimonials-three .vertical-slide[data-speed=slow] {
  --_animation-duration: 120s;
}
.testimonials-three .vertical-slide .slide-list {
  display: flex;
  flex-direction: column;
  height: max-content;
  animation: scroll-vertical var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
}
.testimonials-three .vertical-slide .slide-list:hover {
  animation-play-state: paused;
}
@keyframes scroll-vertical {
  to {
    transform: translateY(calc(-50% - 0.5rem));
  }
}
@media (max-width: 991.98px) {
  .testimonials-three .vertical-slide {
    margin: 15px 0;
  }
}
.elementor-widget-dreamstour_elementor_why_choose_section_three .why-choose-sec {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.why-choose-sec {
  background-image: url(../images/bg/why-choose-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  position: relative;
}
.why-choose-sec::before {
  content: "";
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.why-choose-sec .section-header-eight h2 {
  color: #FFF;
}
.why-choose-sec .why-choose-item {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(44px);
  backdrop-filter: blur(44px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
.why-choose-sec .why-choose-explore {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .why-choose-sec .why-choose-explore {
    padding-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .why-choose-sec .why-choose-explore {
    padding-top: 50px;
  }
}
.why-choose-sec .why-choose-explore h3 {
  white-space: nowrap;
  color: #FFF;
  text-transform: uppercase;
  font-size: 120px;
}
@media (max-width: 991.98px) {
  .why-choose-sec .why-choose-explore h3 {
    font-size: 90px;
  }
}
@media (max-width: 575.98px) {
  .why-choose-sec .why-choose-explore h3 {
    font-size: 60px;
  }
}
.why-choose-sec .why-choose-explore .support-item {
  margin-right: 48px;
  padding-right: 164px;
}
@media (max-width: 991.98px) {
  .why-choose-sec .why-choose-explore .support-item {
    padding-right: 144px;
  }
}
@media (max-width: 575.98px) {
  .why-choose-sec .why-choose-explore .support-item {
    padding-right: 80px;
    margin-right: 24px;
  }
}
.why-choose-sec .why-choose-explore .support-item::after {
  width: 120px;
  height: 120px;
  background-color: #CF3425;
  border-radius: 50%;
  background-image: url(../images/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
}


/* Space between cards and EXPLORE marquee */
.why-choose-sec .why-choose-cards,
.why-choose-sec .row.why-choose-row {
  margin-bottom: 0;
}


@media (max-width: 991.98px) {
  .why-choose-sec .why-choose-explore .support-item::after {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 991.98px) {
  .why-choose-sec .why-choose-explore .support-item::after {
    width: 60px;
    height: 60px;
    background-size: 87%;
  }
}
.back-to-top-icon-eight {
  width: 48px;
  height: 48px;
  border-radius: 30px 30px 10px 10px;
  font-size: 24px;
}

.article-section .article-item:hover img {
  transform: scale(1.2);
}
.article-section .article-item {
  height: 100%;
}
.article-section .article-item .article-img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  aspect-ratio: 827 / 1070;
}
.article-section .article-item .article-img > a {
  display: block;
  height: 100%;
}
.article-section .article-item img {
  border-radius: 10px 10px 0 0;
  transform: scale(1);
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  z-index: -1;
  position: relative;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.article-section .article-item .article-content {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(44px);
  backdrop-filter: blur(44px);
  border-radius: 10px;
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.article-section .article-item .article-content h3 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 22px;
}
.article-section .article-item .article-content h3 a {
  color: #FFF;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article-section .article-item .article-content h3 a:hover {
  color: #CF3425;
}
.article-section .article-item .article-content .badge {
  letter-spacing: 0;
}


@media (max-width: 991.98px) {
  .clients-sec-eight {
    padding-bottom: 50px;
  }
}
.clients-sec-eight .slick-slide {
  margin: 0 12px;
}
.clients-sec-eight .clients-slider:not(.slick-initialized) {
  display: flex;
  align-items: center;
  gap: 24px;
  overflow: hidden;
}
.clients-sec-eight .clients-slider:not(.slick-initialized) .client-img {
  flex: 0 0 calc(16.666% - 20px);
}
@media (max-width: 1199.98px) {
  .clients-sec-eight .clients-slider:not(.slick-initialized) .client-img {
    flex-basis: calc(25% - 18px);
  }
}
@media (max-width: 767.98px) {
  .clients-sec-eight .clients-slider:not(.slick-initialized) .client-img {
    flex-basis: calc(50% - 12px);
  }
}
/* Make trending list extend full viewport width */
.trending-list {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 60px 0;
}

.trending-list > .container {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .trending-list > .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .trending-list > .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .trending-list > .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .trending-list > .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .trending-list > .container {
    max-width: 1320px;
  }
}
/* Make destinations section extend full viewport width */
.destinations-sec-three {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 60px 0;
}

.destinations-sec-three > .container {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .destinations-sec-three > .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .destinations-sec-three > .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .destinations-sec-three > .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .destinations-sec-three > .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .destinations-sec-three > .container {
    max-width: 1320px;
  }
}
