.marquee-wrap {
  --demo-marquee_space: 2rem;

  overflow: hidden;
  gap: var(--demo-marquee_space);
  width: 100%;
}

.marquee {
  --demo-marquee_duration: 10s;
  --demo-marquee_gap: var(--demo-marquee_space);

  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--demo-marquee_gap);
}
#arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  bottom: 80px;
  left: 50%;
  margin-left: -16px;
}
.marquee__text {
  font-family: NeueHaasGroteskDisplayProBold;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--demo-marquee_gap);
  min-width: 100%;
  animation: scroll var(--demo-marquee_duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--borders {
  border-block: 3px solid #29303e;
  padding-block: 0.75rem;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: calc(var(--demo-marquee_duration) / -2);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--demo-marquee_gap)));
  }
}
.banner-item .marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.section-title {
  font-family: NeueHaasGroteskDisplayProBold;
  font-size: 56px;
  line-height: 1.2;
}

#banner-logos {
  position: absolute;
  bottom: 60px;
  z-index: 1;
  left: 110px;
  right: 110px;
}
#banner-logos img {
  width: 100%;
}
#video-section svg {
  position: absolute;
  top: 88px;
  right: 88px;
  cursor: pointer;
}
.top-banner .white-text {
  font-family: NeueHaasGroteskDisplayProBold;
  font-size: 56px;
  max-width: 930px;
  position: relative;
  z-index: 5;
  text-align: center;
}
#video-section.unmute svg {
  display: none;
}
.top-banner {
  display: flex;
  flex-direction: row;
  margin-top: 90px;
}
.le-book-container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.white-text {
  font-family: Messina Sans;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.big-text {
  font-family: NeueHaasGroteskDisplayProBold;
  font-size: 48px;

  text-align: center;
  line-height: 1.2;
}
.big-text {
  font-family: NeueHaasGroteskDisplayProBold;
  font-size: 48px;

  text-align: center;
  line-height: 1.2;
}
.white-text {
  color: #fff;
}
.fixZ {
  z-index: 1;
  position: relative;
}
.banner-item {
  width: 100%;
  height: calc(100vh - 90px);
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}
.banner-item video {
  position: absolute;
  left: 50%; /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  opacity: 0.69;
}
#section-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 30px;
}
.alternate {
  background-color: #f5f5f5;
}
.cols {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.cols > * {
  width: 100%;
}
.dark {
  background-color: #000;
}
#section-3 {
  padding-bottom: 24px;
}
#section-3 .cols {
  gap: 72px;
}
#section-3 .tablet-img,
#section-4 .left-img,
#section-5 .left-img {
  width: 100%;
}
.header-link {
  height: 28px;
  width: 28px;
}
.header-link svg {
  width: 100%;
  height: 100%;
}
.login-icon-mobile {
  display: none;
}
.login-icon-mobile,
.support-link {
  height: 17px;
  width: 17px;
}
.login-icon-mobile svg,
.support-link svg {
  width: 100%;
  height: 100%;
}
#section-3 ol {
  display: flex;
  flex-direction: column;
  /* gap: 32px; */
  justify-content: center;
  padding: 0;
}
#section-3 .container {
  padding-left: 40px;
  padding-right: 40px;
}
#section-3 ul li.title {
  color: #fff;
  font-family: NeueHaasGroteskDisplayProBold;
  font-size: 24px;
  line-height: 28px;
  /* border: 1px solid #333; */
  margin-bottom: 16px;
  list-style: none;
}
#section-3 ul li.subtitle {
  color: #fff;
  font-family: Messina Sans;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  list-style: none;
  margin-bottom: 48px;
}
#section-2 .section-title {
  font-size: 56px;
  margin-bottom: 32px;
}
#section-3 .section-title {
  font-size: 56px;
  text-align: center;
  color: #fff;
}
#section-3 .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.slider-item .section-title {
  margin-top: 20px;
}
.bottom-banner-logos {
  display: flex;
  flex-direction: row;
  gap: 50px;

  z-index: 3;
  position: absolute;
  bottom: 40px;
}
.bottom-banner-logos img {
  display: block;
  height: 48px;
  display: block;
}

.start-booking-btn {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
  border: 1px solid #fff;
  color: #000;
  font-family: NeueHaasGroteskDisplayProBold;
  font-size: 16px;
  background-color: #fff;
  text-transform: uppercase;
  width: 200px;
}
.banner-image {
  z-index: 0 !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover !important;
}
.banner-image::after {
  content: "";
  z-index: 0 !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
}
#section-4,
#section-5 {
  background: #fff;
}
#trusted-logos {
  width: 90%;
}
#trusted-logos .slider-item {
  aspect-ratio: 2 / 1;
  background-size: contain !important;
  background-position: center !important;
  margin-left: 20px;
  margin-right: 20px;
}
#video-section {
  padding: 72px;
  position: relative;
}

#video-section video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}
#video-section input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
#video-section.playing input {
  display: none;
}
#section-4 {
  padding: 72px 40px;
}
#section-5 {
  padding: 72px 40px;
  padding-bottom: 0;
}
#video-section {
  background-color: #000;
}
#section-4 .left-img,
#section-5 .left-img {
  aspect-ratio: 650 / 750;
  object-fit: cover;
}
#section-4 .right-part,
#section-5 .right-part {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  /* max-width: 510px; */
}
#section-4 .cols,
#section-5 .cols {
  gap: 72px;
}
#section-4 .section-title,
#section-5 .section-title {
  font-size: 56px;
  max-width: 350px;
}
#section-5 .section-title {
  max-width: 500px;
}
#section-4 p,
#section-5 p {
  font-size: 24px;
  line-height: 1.5;
}
.btn-group {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}
#section-6 {
  background-color: #f5f5f5;
}
#section-6 .section-title {
  font-size: 56px;
  margin-bottom: 48px;
  color: #000;
}
#section-6 .container {
  padding: 72px 40px;
  max-width: 1400px;
}
.center-text {
  text-align: center;
}
#testimonial-slider .test-item {
  color: #000;
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
  margin-left: 24px;
  margin-right: 24px;
}

#testimonial-slider .test-item .name {
  font-style: normal;
  margin-top: 24px;
  font-weight: 600;
}
#testimonial-slider .test-item .company {
  font-style: normal;
}

#testimonial-slider .slick-next {
  background-image: url("/mysite/images/test-arr-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  right: -25px;
}
#testimonial-slider .slick-next::before,
#testimonial-slider .slick-prev::before {
  display: none;
}
#testimonial-slider .slick-prev {
  background-image: url("/mysite/images/test-arr-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  left: -25px;
}

#instagram-feed-section {
  background: #000;
  padding: 70px 40px;
}

#instagram-feed {
  max-width: 1440px;
  margin: 0 auto;
}

#instagram-feed .instagram-likes {
  text-shadow: 0px 0px 2px #000;
  position: absolute;
  left: 10px;
  bottom: 5px;
  font-family: Messina Sans;
  font-size: 18px;
  color: #ffffff;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

#instagram-feed .instagram-item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

#instagram-feed .instagram-item {
  width: 16.66% !important;
  display: inline-block;
}

.instagram_gallery {
  position: relative;
}

a.instagram_username {
  font-family: NeueHaasGroteskDisplayProBold;
  font-size: 56px;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  line-height: 1.2;
}

a.instagram_username:hover,
a.instagram_username:focus,
a.instagram_username:active {
  text-decoration: none;
}

a.instagram_username span {
  display: none;
  font-family: Messina Sans;
  font-size: 18px;
  color: #999999;
  color: rgb(133, 125, 120);
}

#instagram-feed .instagram-item:nth-of-type(1) {
  position: relative;
  width: 33.33% !important;
  margin-right: 16.66%;
}

#instagram-feed .instagram-item:nth-of-type(2) {
  position: absolute;
  left: 33.33%;
  top: 0;
}

#instagram-feed .instagram-item:nth-of-type(3) {
  position: absolute;
  left: 33.33%;
  bottom: 0;
}

#instagram-feed .instagram-item:nth-of-type(4) {
  position: relative;
  width: 33.33% !important;
  margin-right: 16.66%;
}

#instagram-feed .instagram-item:nth-of-type(5) {
  position: absolute;
  right: 0;
  top: 0;
}

#instagram-feed .instagram-item:nth-of-type(6) {
  position: absolute;
  right: 0;
  bottom: 0;
}

#instagram-feed .instagram-item:nth-of-type(1) .instagram-likes,
#instagram-feed .instagram-item:nth-of-type(4) .instagram-likes {
  font-size: 18px;
}
#section-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("/mysite/images/bottom-banner.jpg") center no-repeat;
  background-size: cover;
  aspect-ratio: 16 / 11;
  gap: 32px;
  position: relative;
}
#section-7::before {
  content: "";
  background-color: #000;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}
#section-7 .section-title {
  max-width: 700px;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .cols {
    flex-direction: column;
    gap: 24px;
  }
  .le-book-container {
    /* flex-direction: column; */
    gap: 16px;
  }
  #section-4 .right-part,
  #section-5 .right-part {
    max-width: none;
  }
  .le-book-container img:first-child {
    width: 100px !important;
  }
  .le-book-container img:last-child {
    width: 150px !important;
  }
  .banner-item {
    padding: 24px 16px;
    height: auto;
    aspect-ratio: 1;
    gap: 24px;
  }
  .top-banner {
    flex-direction: column;
  }
  .big-text {
    font-size: 24px;
  }
  .marquee__text {
    font-size: 16px;
  }
  .top-banner .banner-item .white-text {
    font-size: 32px;
    text-align: center;
  }
  .top-banner .banner-item .big-text {
    max-width: 280px;
    font-size: 24px;
  }
  #section-2 {
    display: block;
  }
  #trusted-logos {
    width: 100%;
  }
  #trusted-logos .slider-item {
    margin: 0;
  }
  #section-2 {
    background-color: #fff;
    padding: 48px 16px;
  }
  #trusted-logos .slider-item {
    aspect-ratio: 1;
    margin-left: 15px;
    margin-right: 15px;
  }
  .start-booking-btn {
    align-self: center;
  }

  #section-2 .section-title {
    display: block;
    text-align: center;
    margin-bottom: 16px;
    font-size: 32px;
  }
  body {
    background: #fff !important;
  }

  /* .top-banner {
    height: calc(100vh);
    align-items: stretch;
  } */
  #arrow {
    display: none;
  }
  #video-section,
  #section-6 {
    padding: 48px 16px;
  }
  .banner-item.cycle-banner {
    aspect-ratio: 3/4;
  }
  #section-3 .container {
    padding: 0 16px;
    gap: 24px;
  }
  #section-3 .section-title {
    font-size: 30px;
    margin-top: 24px;
  }
  #section-3 .cols {
    flex-direction: column-reverse;
    gap: 0;
  }
  #section-3 .cols > *:last-child {
    margin-bottom: 32px;
  }
  #section-4,
  #section-5 {
    padding: 48px 16px;
    top: 0;
  }

  #section-4 .cols {
    gap: 24px;
  }
  #section-5 .cols {
    gap: 0;
  }
  #section-5 .left-part {
    margin-bottom: 32px;
  }
  .btn-group {
    flex-direction: column;
  }
  #section-4 .btn-group,
  #section-5 .btn-group {
    flex-direction: column;
    max-width: 350px;
    margin: 0 auto;
  }
  #banner-logos {
    left: 30px;
    right: 30px;
    bottom: 40px;
  }
  #section-4 .section-title,
  #section-5 .section-title {
    font-size: 32px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  #section-4 .section-title {
    max-width: 200px;
  }
  #section-5 .section-title {
    max-width: 340px;
  }
  #section-5 .cols {
    flex-direction: column-reverse;
  }
  #testimonial-slider .slick-prev {
    left: -5px;
  }
  #testimonial-slider .slick-next {
    right: -15px;
  }
  #section-4 p,
  #section-5 p,
  #testimonial-slider .test-item {
    font-size: 18px;
  }
  #section-6 .section-title {
    font-size: 32px;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  #testimonial-slider {
    margin: 0 auto;
    max-width: 350px;
  }
  #section-6 .container {
    padding: 48px 16px;
  }
  #instagram-feed-section {
    padding: 0;
  }
  #section-7 {
    height: 500px;
    aspect-ratio: initial;
    gap: 24px;
  }
  #section-7 .section-title {
    font-size: 24px;
    margin: 0 auto;
    max-width: 350px;
  }
  .top-banner {
    margin-top: 0;
  }
  a.instagram_username {
    font-size: 32px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 32px;
  }
  .bottom-banner-logos {
    /* flex-direction: column; */
    gap: 16px;
  }
  .bottom-banner-logos img {
    display: block;
    height: 30px;

    display: block;
  }

  #instagram-feed-section {
    padding: 48px 16px;
  }
  #instagram-feed .instagram-item:nth-of-type(4),
  #instagram-feed .instagram-item:nth-of-type(5),
  #instagram-feed .instagram-item:nth-of-type(6) {
    display: none;
  }
  #instagram-feed .instagram-item:nth-of-type(1) {
    position: relative;
    width: 66.6666% !important;
    margin-right: 33.3333%;
  }
  #instagram-feed .instagram-item:nth-of-type(2) {
    position: absolute;
    left: 66.6666%;
    top: 0;
  }
  #instagram-feed .instagram-item:nth-of-type(3) {
    position: absolute;
    left: 66.6666%;
    bottom: 0;
  }
  #instagram-feed .instagram-item {
    width: 33.3333% !important;
  }

  #video-section svg {
    display: none;
  }
}
@media (max-width: 350px) {
  .bottom-banner-logos img {
    height: 25px;
  }
}
