@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1000px;
  }
}
.product-bookingbar{
  z-index: 9 !important;
}
h1, h2, h3, h4, h5, h6, .button{
  font-weight: 500;
}
body {
  overflow-x: unset !important;
}
.product-overview{
      background-size: auto 378px !important;
}
.product-hero-inner .label-small-uppercase.label-banner.banner-limited{
  display: none !important;
}
.testimonials-noimages{
    padding: 6rem 0 6rem;
    margin-top: 50px;
    background-color: #11171b;
    color: #fff !important;
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 530px;
}
.testimonials-noimages .swiper-prev, .testimonials-noimages .swiper-next {
  display: none !important;
}
.product-reviews .swiper-controls {
  position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.testimonials-noimages .swiper-pagination-bullet{
  background: #ffffff;
}
.testimonials-noimages .text-quote p{
    font-style: italic;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0;
    font-size: 30px;
    max-width: 58vw;
}
.testimonials-noimages .label-small {
        font-size: 2.5rem;
    font-weight: 400;
    /*padding-top: 2.5rem;*/
    text-align: center;
}
.cta-signup .hero-image-container{
  min-height: 94vh !important;
}
.product-page .product-hero-block .image-component {
  position: relative;
}
.product-page .product-hero-block .image-component:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
}
.product-reviews{
  position: relative;
}
.reviews-pagination{
      position: absolute;
    bottom: 50px !important;
    left: 50% !important;
    transform: translateX(-50%);
    margin-bottom: 3rem;
}
.btn-main {
        height: 75px;
    font-family: 'Cabinetgrotesk-light' !important;
    padding: 26px 60px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}
.parallax-image{
      max-width: unset;
    width: 100%;
    height: 140%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.parallax-image .image-component{
  height: 100%;
  
}
.parallax-image .image-component img{
      width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-hero-s .parallax-image{
  top: 0 !important;
}
.section-bg {
     position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-reviews {
  background-size: 530px !important;
  min-height: 530px;
  margin-top: 0 !important;
}
.product-reviews .text-quote {
  font-size: 28px;
  line-height: 1.4;
  font-style: normal !important;
  text-align: center;
  margin-top: 3rem;
}
 .product-reviews .section-bg .image-component {
    padding: 0;
    position: relative;
    overflow: hidden;
}
 .product-reviews .section-bg .image-component img{
  width: 100%;
    max-height: 378px;
}
#footer {
  padding-bottom: var(--booking-bar-height) !important;
}
.product-gallery .container-fluid,
.product-schedule .container-fluid,
.custom-w-96{
  max-width: 96vw;
}
.product-schedule h2,
.product-schedule h3,
.custom-t-sec h2,
.custom-t-sec h3,
.custom-t-sec h6 {
  color: #636466;
}
.gallery-swiper .swiper-slide img {
  width: 100%;
 height: calc(100vh - 122px);
  object-fit: cover;
}
.label-jumpbar {
  font-size: 0.75rem;
  line-height: 1.33;
  letter-spacing: 0.0625em;
}

.label-jumpbar {
  color: inherit;
}

.product-jumpbar.sticky-top {
  top: -1px;
}

.product-schedule.with-slider .image-component {
  height: 70vh;
  border: 20px solid #fff;
}
.read-more{
  display: none !important;
}
@media (max-width: 992px) {
 
  .product-schedule.with-slider .image-component {
    height: auto;
  }
  .read-more{
    display: inline-block !important;
  }
  .product-overview-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Show only three lines */
    -webkit-box-orient: vertical;
  }
  
  .expanded {
    display: -webkit-box;
    -webkit-line-clamp: unset; /* Show all lines */
  }
  .reviews-pagination{
    bottom: 15px !important;
  }
  .testimonials-noimages .label-small{
    padding-top: 1.8rem;
  }
}
@media (max-width: 767px) {
  .schedule-card-text span {
    font-size: 1.4rem !important;
  }
  .schedule-card-text strong {
    display: block;
    text-align: center;
  }
  .schedule-card-text strong span {
    font-size: 1.8rem !important;
  }
  .label-jumpbar {
    line-height: 1.125;
  }
 
}
.custom-swiper-nav {
  top: -40px;
  position: relative;
  z-index: 2;
}

.product-hero-block {
  width: 100%;
  /*min-height: calc(100vh - var(--booking-bar-height) - var(--jumpbar-height) - var(--menu-height));*/
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.product-hero-inner {
  width: 650px;
  max-width: 100%;
  position: relative;
  text-align: center;
}
.product-hero-inner h1 {
  font-size: 5rem;
  font-weight: normal;
  margin-top: 2.5rem !important;
}
.product-hero-inner .label-big {
  font-size: 1.5rem;
}

.product-overview .container-fluid {
  max-width: 96vw;
}

.product-overview .label-big {
  font-size: 20px;
}

.overview-text p {
  line-height: 1.5;
  font-size: 20px;
}

.includedAccordion .cursor-pointer:hover svg path {
  transform: translateY(8%);
}

@media (max-width: 767px) {
  .sl-next,
  .sl-next svg,
  .sl-prev,
  .sl-prev svg {
    width: 30px !important;
  }
}

.tip-card p {
  white-space: pre-line;
}

.reviews-card {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .quotation-marks {
    position: absolute;
    top: 0;
    left: 0;
  }

  .quotation-marks-noimage {
    position: absolute;
    top: 0;
  }
}

.date-card .button {
  min-width: 140px;
  text-align: center;
}

.date-card .label-banner:not(:last-of-type) {
  margin-right: 0.5rem !important;
}

@media (min-width: 768px) {
  .date-card .button {
    min-width: 180px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .booking-bar-banners .label-banner:not(:last-of-type) {
    margin-right: 0.5rem !important;
  }
}

@media (max-width: 767px) {
  .quotation-marks{
    display: none !important;
  }
  .product-bookingbar .label-small-uppercase {
    font-size: 0.8rem;
  }
  .product-bookingbar .label-big {
    font-size: 1rem;
  }

  .booking-bar-inner .label-banner {
    flex-grow: 1;
    text-align: center;
  }
}

.swiper-next,
.swiper-prev {
  cursor: pointer;
}

.swiper-controls {
  margin-top: -1rem;
}

.blog-author-image {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.container-manifesto {
    max-width: 830px !important;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.manifesto-svg svg {
    max-width: 800px;
    width: 100%;
    height: auto;
}
.custom-h2-1{
 font-weight: 500;
}
.custom-t-sec{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.custom-travel-img{
  width: 100%;
}
.custom-travel-img img{
  /*min-height: 34vw;*/
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.custom-travel-sec h6 {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: .0625em;
     font-weight: 400;
font-weight: 500;
}
.custom-travel-sec h3 {
    font-size: 2.25rem;
    line-height: 1.2;
        margin-bottom: 1rem !important;
          font-weight: 400;
          font-weight: 500;

}
.custom-travel-sec p {
      font-size: 1.125rem;
    line-height: 1.38;
    margin-bottom: 1rem;
     font-weight: 400;
     font-weight: 500;
    color: rgba(0, 0, 0, 1.0);

}
.custom-travel-img{
  border: 20px solid #fff;
}
.spotify-container{
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
@media (min-width: 1300px) {
  .spotify-container .container{
    max-width: 1240px;
  }
}
@media (min-width: 768px) {
  .spotify-container{
  padding-top: 6rem;
  padding-bottom: 6rem;
  }
  .custom-travel-img{
    margin-left: 35px;
  }
}

/* highlights */
.product-highlights {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.product-highlights {
  background-color: rgba(247, 247, 249, 1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

  .product-highlights .highlights-card .position-absolute {
    bottom: 0;
  }
  
  .custom-image-grid p {
    font-size: 1.4rem;
    font-family: 'Cabinetgrotesk-light', sans-serif;
    text-transform: none;
  }

  .product-highlights.image-grid a {
    color: inherit;
  }
  .product-highlights.image-grid a:hover {
    opacity: 0.9;
  }
  .product-highlights.block-container {
    color: rgba(99, 100, 102, 1.0);
  }
 .product-highlights .cards {
    color: rgba(255, 255, 255, 1.0);
  }
  .custom-image-grid h2 {
    font-size: 3.3rem;
    color: rgba(99, 100, 102, 1.0);
  }
  .custom-image-grid p {
    font-size: 1.6rem;
  }
  .custom-image-grid .top-title {
    top: 0;
    bottom: auto !important;
    padding: 30px !important;
    z-index: 2;
  }
  
  .custom-image-grid h4 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: 'Cabinetgrotesk-light', sans-serif;
    font-weight: bold;
  }
  .custom-image-grid .highlights-card .img-aspect:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2;
  }
      .custom-image-grid .bottom-content {
      padding: 30px !important;
      z-index: 2;
      opacity: 1;
      visibility: visible;
      bottom: 10px;
      transition: 0.5s all ease;
    }
 .product-highlights .highlights-card{
          height: 35.41vw;
          color: #ffffff;
    }
    .product-highlights .highlights-card .image-component{
      height: 100%;
    }
  
  .get-in-touch-pr{
    background: #F0F1F1;
  }
   .get-in-touch-pr > div {
     padding-top: 2rem;
     padding-bottom: 2rem;
   }
   .not-included{
     background: #ffffff;
   }
   .included{
     background: #000000;
     color: #fff;
   }
   .product-included{
     padding: 0 !important;
   }
      .accommodations-swiper .image-component {
  border: 20px solid #fff;
}
.product-multiple{
  
}
.product-hero-s .product-hero-button{
  display: none !important;
}
.product-multiple .custom-swiper-nav{
  top: -60px;
}
.product-page .product-hero-button.button--solid{
     background-color: transparent !important;
    color: rgba(99, 100, 102, 1.0) !important;
    border: solid 1px !important;
}
@media screen and (min-width: 767px) {
  .custom-h2-1{
    font-weight: 500;
    color: rgba(0, 0, 0, 1.0);
  }
}
  @media screen and (min-width: 1200px) {
  .custom-travel-img img {
    width: 100%;
    object-fit: cover;
  }
  .custom-t-sec {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
     .product-highlights .highlights-card {
      transition: 0.5s all ease;
      overflow: hidden;
    }
    .product-highlights .highlights-card .img-aspec {
      transform: scale(1);
      transition: 0.5s all ease;
    }
    .product-highlights .highlights-card:hover .img-aspect {
      transform: scale(1.1);
      transition: 0.5s all ease;
    }
    .custom-image-grid .bottom-content {
      padding: 30px !important;
      z-index: 2;
      opacity: 0;
      visibility: hidden;
      bottom: 10px;
      transition: 0.5s all ease;
    }
     .product-highlights .highlights-card:hover .bottom-content {
      bottom: 0;
      opacity: 1;
      visibility: visible;
      transition: 0.5s all ease;
    }
    .px-18{
      padding-left: 18px !important;
      padding-right: 18px !important;
    }
    .accommodations-swiper .image-component {
    border: 20px solid #fff;
    height: 100%;
    }
  }
  @media screen and (max-width: 992px) {
    .product-highlights .highlights-card{
          height: 52.41vw;
    }
    .schedule-card-text .label-big, .schedule-card-text h3, .custom-travel-sec h6, .custom-travel-sec h3{
      text-align: center;
    }
  }
   @media screen and (max-width: 767px) {
     .product-hero-inner .label-big {
        font-size: 1.5rem;
        display: flex;
        flex-flow: column;
    }
   .product-highlights .highlights-card{
          min-height: 420px !important;
    }
    .accommodations-swiper .image-component {
    height: 400px;
    }
    .product-multiple .custom-swiper-nav {
    top: -60px;
    }
    .product-multiple {
        padding-top: 5rem;
        padding-bottom: 2rem;
    }
    .product-multiple .container-fluid{
          position: relative;
    }
    .product-multiple .container-fluid .swiper-controls{
          flex-flow: row !important;
    justify-content: center !important;
        margin: 20px 0 0 !important;
    }
    .product-hero-block-mobile {
      min-height: 360px !important;
      padding-top: 0 !important;
    }
      .product-hero-block {
    min-height: 260px;
    padding-top: 40px;
    }
    .product-hero-inner h1 {
      font-size: 3rem;
      font-weight: normal;
    }
    .btn-main {
    height: auto;
    font-family: 'Cabinetgrotesk-light' !important;
    padding: 15px 24px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    }
    .product-page .product-hero-button.button--solid {
        height: auto;
        font-family: 'Cabinetgrotesk-light' !important;
        padding: 15px 24px !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
    }
    .product-overview {
        padding-top: 5rem !important;
        padding-bottom: 4rem !important;
    }
    .product-gallery .image-component img {
      min-height: 360px;
      height: auto;
    }
    .swiper-pag.schedule-pagination.text-center.label-big.w-auto.px-4.swiper-pagination-fraction.swiper-pagination-horizontal {
        min-width: 40px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        top: -16px;
        position: relative;
    }
    .product-schedule.with-slider .custom-swiper-nav  .swiper-controls {
       margin: 0 !important;
       justify-content: center !important;
      }
      .custom-image-grid h2, h2{
        font-size: 2.5rem;
      }
      .product-reviews {
        background-size: 100%!important;
        min-height: 420px;
      }
      .product-reviews .text-quote{
        font-size: 20px;
      }
      .testimonials-noimages .label-small {
        font-size: 1.5rem;
      }
      .cta-signup .hero-image-container, .cta-signup {
          min-height: 360px !important;
      }

   }
   
   @media (max-width: 480px) {
     .block-calltoaction .hero-image-text p {
       color: #fff;
     }
     .product-overview,.product-highlights,.product-schedule-4{
       padding: 3rem 0 !important;
     }
     .label-big,.read-more{
      display: flex;
      flex-direction: column;
      align-items: center;
      /*font-weight: bold !important;*/
     }
     .date-seprator{
       display: none;
     }
     .swiper-pag {
       flex-direction: unset;
     }
     .read-more{
       padding: 6px;
       text-decoration: underline;
       text-align: center;
     }
     .product-schedule.with-slider .image-component,.custom-travel-img,.accommodations-swiper .image-component{
      /*border: unset; */
     }
     .product-schedule.with-slider .image-componentimg{
       height: inherit;
     }
     .section-wrapper-mobile{
       padding: unset !important;
     }
     .custom-image-grid .highlights-card .img-aspect:before,.block-calltoaction .hero-image-container{
       background: rgb(0 0 0 / 47%);
     }
     .custom-block,#block-3vic76 ,.container-manifesto{
       padding: 3rem 1rem !important;
     }
     .text-field p,.custom-travel-sec p,.text-field p,.overview-text p{
       font-size: 1.5rem;
     }
     .custom-swiper-nav,.product-multiple .custom-swiper-nav{
       top: unset;
     }
     .section-heading,.product-overview-text,.text-field p,.custom-h2-1,
     .custom-travel-sec p,.included-header{
       text-align: center;
     }
     .custom-w-96 h2{
       text-align: center !important;
     }
     .included-header h4{
       text-align: center;
      width: 100%;
     }
     .product-schedule > div > div{
       justify-content: center !important;
      flex-direction: column;
     }
   }
   
   
   
   
   
   
   ol#isPasted {
    margin: 0px!important;
    font-family: 'Cabinetgrotesk-light'!important;
}

ol#isPasted li {
    padding: 0px !important;
}
