
.hidden {
    display: none !important;
}


.specialCard {
    background-color: #144F94;
    border-radius: 12px;
}

.specialCard__image img {
    opacity: 0.4;
}

.featureImage__image {
    aspect-ratio: 1;
}

.image-container-square {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    aspect-ratio: 1;
}

.image-container-square img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.searchFormItemDropdown {
    z-index: 10;
} 

.topBar .main > *:first-child {
    margin-top: 140px;
}

.hero.-type-1 .hero__title {
    line-height: 1.14 !important;
    font-size: 65px;
    margin-bottom: 20px;
}

.hero.-type-1 .hero__text {
    line-height: 32px;
    width: 80%; 
    margin: 0 auto; 
    text-shadow: 0px 0px 10px rgba(5,30,58,1), 0px 0px 6px rgba(5,30,58,1); 
    font-size: 22px;
}

.hero.-type-1 {
    z-index: 0;
}

.hero.-type-1:not(.-min) {
    margin-bottom: 250px;
}

.home-slider {
    padding-top: 340px; 
    position: absolute; 
    left: 50%;
}

.home-slider > .container {
    position: relative; 
    left: -50%;
}

@media (max-width: 767px) {
    .home-slider {
        padding-top: 280px; 
    }

    .hero.-type-1:not(.-min) {
        margin-bottom: 550px;
    }
}

.tourCard.-type-2 .tourCard__title {
  line-height: normal;
}

.simply-countdown {
    justify-content: left;
    gap: 0.5rem;
    overflow: visible;
}

.hero__image {
    background-size: cover;
    background-position: 50% 50%;
}

.headerDropdown .headerDropdown__container {
    padding: 15px 25px;
}

.hero__video {
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    justify-content: center;
    width: unset !important;
    height: unset !important;
}

.hero__video .gradient-overlay {
    width: 100%;
    background: linear-gradient(to left, rgba(20, 79, 148, 0.2) 0%, #144F94 100%);
    opacity: 0.4;
    height: 100%;
    position: absolute;
}

.hero__video video {
    width: auto;
    height: 100%;
}

.price-name {
    width: 200px;
    text-align: left;
}
@media (max-width: 767px) {
    .price-name {
        width: 100px;
    }
}
/*.header.-type-1 {
    top: unset;
    position: relative;
}

.hero.-type-1 {
    margin-top: 0px;
}*/

@keyframes fadeIn {
  from {
    opacity: 0;
    top: 20px;
  }
  
  to {
    opacity: 1;
    top: 0px;
  }
}

.swiper-slide {
    width: auto;
    height: 100%;
    max-height: 100%;
}

.swiper-transition .swiper-slide {
    opacity: 0;
}

.swiper-initialized.swiper-transition .swiper-slide {
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.swiper-initialized.swiper-transition.swiper-transition-long .swiper-slide {
    animation-duration: 1s;
}

.swiper-transition-long .swiper-slide:nth-child(1) {
  animation-delay: 0s;
}
.swiper-transition-long .swiper-slide:nth-child(2) {
  animation-delay: 1s;
}
.swiper-transition-long .swiper-slide:nth-child(3) {
  animation-delay: 2s;
}
.swiper-transition-long .swiper-slide:nth-child(4) {
  animation-delay: 3s;
}
.swiper-transition-long .swiper-slide:nth-child(5) {
  animation-delay: 4s;
}
.swiper-transition-long .swiper-slide:nth-child(6) {
  animation-delay: 5s;
}
.swiper-transition-long .swiper-slide:nth-child(7) {
  animation-delay: 6s;
}
.swiper-transition-long .swiper-slide:nth-child(8) {
  animation-delay: 7s;
}
.swiper-transition-long .swiper-slide:nth-child(9) {
  animation-delay: 8s;
}
.swiper-transition-long .swiper-slide:nth-child(10) {
  animation-delay: 9s;
}

.swiper-slide:nth-child(1) {
  animation-delay: 0s;
}
.swiper-slide:nth-child(2) {
  animation-delay: 0.3s;
}
.swiper-slide:nth-child(3) {
  animation-delay: 0.6s;
}
.swiper-slide:nth-child(4) {
  animation-delay: 0.9s;
}
.swiper-slide:nth-child(5) {
  animation-delay: 1.2s;
}
.swiper-slide:nth-child(6) {
  animation-delay: 1.5s;
}
.swiper-slide:nth-child(7) {
  animation-delay: 1.8s;
}
.swiper-slide:nth-child(8) {
  animation-delay: 2.1s;
}
.swiper-slide:nth-child(9) {
  animation-delay: 2.4s;
}
.swiper-slide:nth-child(10) {
  animation-delay: 2.7s;
}

.pagination.-type-1 .pagination__item {
    overflow: hidden;
}

h2 + p {
    margin-top: 10px;
}

p + p {
    margin-top: 15px;
}

.hidden {
    display: none;
}

.ulList2 {
  padding-left: 12px;
}

.ulList2 li {
    line-height: 1.2rem;
    margin-top: 5px;
    margin-bottom: 8px;
}

.ulList2 li::before {
  content: "";
  display: block;
  position: absolute;
  margin-left: -12px;
  margin-top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: var(--color-accent-1);
  vertical-align: middle;
}

.stories-container {
    height: 125px;
}

.buttons-row {
    flex-direction: row;
    display: flex;
    gap: 20px;
}

.button {
    line-height: 1rem;
}

.button.-sm {
    padding: 10px 20px;
}

.promo-bar {
    position: relative;
    display: flex;
    width: 100%;
    padding: 8px 10px 8px 10px;
    color: #FFF;
    background-color: #F8B100;
    justify-content: center;
    border-radius: 0 0 4px 4px;
}

.promo-bar img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
}

.promo-bar p,
.promo-bar a {
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 1rem;
    align-self: center;
}

.promo-bar p {
    padding: 4px 0 0 0px;
    text-align: center;
}

.promo-bar a {
    margin-left: 12px;
    padding: 7px 16px;
    color: #FFF;
    font-weight: bold;
    background-color: #144F94;
    border-radius: 8px;
}


@media (max-width: 767px) {

    .promo-bar a {
        flex-basis: 40%;
        font-weight: bold;
        text-align: center;
        align-self: center;
    }

}

.headerDropdown__button {
    line-height: 1rem;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 992px) {

    .headerDropdown__button {
        padding: 7px 14px !important;
    }

}

.header__right .button {
    line-height: 1rem;
    text-align: center;
    padding: 13px 30px;
}

.tourCard.-type-2 .tourCard__image {
    width: 220px;
    min-height: 200px;
    z-index: -1;
}

.tourCard__location {
    line-height: 1rem;
    margin-bottom: 7px;
    display: flex;
    flex-flow: row;
    font-size: 14px;
}