.header.scrolled {
  display: none;
}

.destinations-button {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham bold';
}

/* Site Tools */
#gradient-bg {
  overflow-x: hidden;
}

.loader {
  width: 100vw;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product.loading {
  overflow: hidden;
}

.insta-link .fa-instagram {
  margin-right: 10px !important;
}

body {
  overflow-x: hidden;
  font-family: 'Gotham book regular', sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong {
  font-family: 'Gotham bold', sans-serif;
}

img {
  max-width: 100%;
  object-fit: cover;
}

.sfs {
  display: none !important;
}

.california {
  font-family: 'California', sans-serif;
  text-transform: lowercase;
}

.product-container {
  width: 70%;
  margin: auto;
  min-width: 300px;
  position: relative;
}

.product-row {
  display: flex;
}

.half {
  width: 50%;
  flex-basis: 50%;
  padding: 10px;
}

.third {
  width: 33%;
  flex-basis: 33%;
  padding: 10px;
}

.twothirds {
  width: 66%;
  flex-basis: 66%;
  padding: 10px;
}

.product-details {
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham bold'
}

.section-heading {
  font-size: 70px;
  line-height: 105%;
  margin-top: 25px;
}

.waves {
  position: absolute !important;
  height: 60px !important;
  width: auto !important;
  z-index: 0 !important;
}

.gradient-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 98.5%;
  object-fit: cover;
  transition: 0.5s opacity;
  z-index: 2;
}

.fx-btn {
  width: fit-content;
  padding: 0 25px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  text-transform: uppercase;
  margin: auto;
  border-radius: 3px;
  font-family: 'Gotham bold', sans-serif;
}

.fx-btn:hover {
  text-decoration: none;
}

.fx-inner {
  line-height: 1;
}


/* Jump Bar */

#jump-bar {
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
  margin-top: calc(100vh - 107px);
  padding-bottom: 2px;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid #ececec;
}

#book-now,
.product-buttons {
  overflow: hidden;
  position: relative;
  padding: 0 46px;
}

#jump-bar .offscreen {
  position: absolute;
  background: #fff;
  left: 0;
  transition: 0.3s top;
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: 1s opacity;
  z-index: 2;
}

#jump-bar .fx-middle {
  background: transparent;
  position: relative;
  z-index: 1;
  color: #fff;
}

#jump-bar .fx-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://s3-eu-west-1.amazonaws.com/canvas-themes/Seller+Sites/Surf+Yoga+Beer/button-gradient.png);
  background-size: cover;
  z-index: 0;
}

#book-now.hovering .offscreen,
.product-buttons.hovering .offscreen {
  opacity: 0;
}

.jump-bar-inner {
  display: flex;
  max-width: 1280px;
  width: 90%;
  margin: auto;
  padding: 10px 0;
}

.jump-bar-inner.hfs {
  padding: 2px 0 10px;
}

.jump-bar-inner img {
  height: 60px;
  margin-right: 15px;
}

.jump-name {
  font-family: 'Gotham bold', sans-serif;
  font-size: 24px;
  margin: 5px 0 2px;
}

.jump-length {
  margin: 0;
}

.spots-left {
  background-image: url(https://s3-eu-west-1.amazonaws.com/canvas-themes/Seller+Sites/Surf+Yoga+Beer/button-gradient.png);
  background-size: 100%;
  padding: 5px 20px;
  height: fit-content;
  font-size: 12px;
  margin: 4px 10px 0;
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 1;
}

.jump-buttons {
  margin-left: auto;
}

#jump-bar .fx-btn {
  margin-top: 8px;
  margin-left: 25px;
}

#jump-bar .fx-btn:last-of-type {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.jump-bar-inner .spacer {
  flex-grow: 1
}

.jump-link {
  font-size: 12px;
  line-height: 1;
  font-family: 'Gotham bold', sans-serif;
}

.jump-link:hover {
  text-decoration: none;
}

/* Body and Menu */

.product {
  position: relative;
  top: -100vh;
  margin-bottom: -100vh;
}

#gradient-bg {
  background: linear-gradient(rgba(0, 0, 0, 0) 1.5%, rgb(85, 71, 64) 75vh, rgb(0, 0, 0) 45%, rgb(124, 77, 47) 56%, rgb(0, 0, 0) 70%);
  position: relative;
  top: -75vh;
  margin-bottom: -75vh;
  padding-top: 100vh;
  height: 100%;
}

#menu {
  background: transparent;
  color: #fff;
}

#menu .navbar-brand img {
  width: 125px;
  height: auto;
}

#menu .nav-link {
  margin: 0 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#menu-navbar {
  position: relative;
}

#adventures {
  position: absolute;
  right: 0;
  background: #fff;
  border-radius: 3px;
  padding-right: 35px;
}

#adventures:after {
  content: '';
  background-image: url(https://s3-eu-west-1.amazonaws.com/canvas-themes/Seller+Sites/Surf+Yoga+Beer/adventure-arrow.svg);
  position: absolute;
  right: 10px;
  width: 20px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 5px);
}

#adventures .nav-link {
  color: #000;
  margin: 0 10px;
}

/* Hero Section */

.product-header {
  position: relative;
  width: 100%;
  height: calc(100vh - 107px);
  margin-top: 0;
  min-height: 450px;
}

.product-meta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.product-meta .product-details {
  margin-bottom: 25px;
}

.product-name {
  font-size: 120px;
  line-height: 1.5;
  margin-bottom: 25px;
}

#overview-line {
  position: absolute;
  top: 115vh;
  width: 10%;
}

/* Overview Section */
.overview {
  padding: 50px 0;
}

.product-tagline {
  font-size: 70px;
  line-height: 90px;
  letter-spacing: 1px;
  font-family: 'california';
}

#snapshot-image img {
  width: 100%;
  height: 75vh;
  position: relative;
  left: -50px;
}

.product-overview {
  white-space: pre-line;
}

#overview-image {
  width: 60%;
  position: relative;
  z-index: 1;
  margin-left: auto;
}

#snapshot .twothirds {
  position: relative;
}

#snapshot .waves.bottom-left {
  bottom: -18px;
  left: calc(40% - 20px);
}

#snapshot .overlap-image {
  position: relative;
  margin-top: -10vh;
}

/* Video Section */

.videos {
  text-align: center;
}

.video-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-nav p {
  margin-bottom: 0;
  line-height: 1;
  padding: 0 20px;
}

.swiper-container.video-carousel {
  padding: 75px 0 20px;
  width: 120vw;
}

.videos .swiper-wrapper {
  left: -10vw;
}

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

.videos video {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  transition: 0.3s transform;
}

.playing video {
  transform: scale(1.4);
  z-index: 3;
}

.videos .swiper-slide {
  margin-top: 75px;
  transition: 0.5s margin;
}

.videos .swiper-slide-active {
  margin-top: 0;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3;
  transition: 0.5s opacity;
  opacity: 0;
}

.swiper-slide-active .play-button {
  opacity: 1;
}

.playing .gradient-bg {
  opacity: 0;
}

.swiper-slide-active.playing .play-button {
  opacity: 0;
}

.swiper-slide-active.playing:hover .play-button {
  opacity: 1;
}

.videos .waves {
  z-index: -1;
}

.videos .swiper-slide .waves {
  left: -28px;
  bottom: -18px;
}

.videos .swiper-slide.swiper-slide-next .waves {
  transform: rotate(90deg);
  left: -100px;
  top: 50px;
}

.videos .swiper-slide.swiper-slide-active .waves {
  bottom: -18px;
  right: -28px;
  left: unset;
}

.video-slide {
  cursor: pointer;
}

/* Highlights */

.product-highlights {
  text-align: center;
  margin: 150px 0 75px;
  position: relative;
}

.highlights-path {
  position: absolute;
  width: 100%;
  top: -250px;
  left: 0;
  pointer-events: none;
}

.highlights-nav {
  position: relative;
  top: -30px;
}

.highlights-nav svg {
  cursor: pointer;
}

.highlights-nav span {
  margin: 0 10px;
}

.product-highlights .product-details {
  margin-bottom: 25px;
}

.swiper-container.highlights {
  width: 120vw;
}

.highlights .swiper-wrapper {
  left: -10vw;
}

.highlights img {
  width: 100%;
  height: 25vw;
}

.highlights p {
  font-size: 50px;
  line-height: 1;
  padding: 0 20px;
  transform: translateY(-50%);
}

/* Itinerary */

.product-itinerary {
  text-align: center;
}

.itinerary-wrapper {
  display: flex;
  width: 750px;
  margin: 50px auto 0 auto;
  position: relative;
}

.itinerary-wrapper .swiper-slide {
  display: flex;
  gap: 2rem;
  width: 650px !important;
}

@media (max-width: 800px) {
  .itinerary-wrapper .swiper-slide {
    width: 100vw !important;
  }
}

.schedule {
  text-align: left;
  z-index: 2 !important;
}

.day-list {
  margin-right: 60px;
}

.day-heading {
  font-size: 18px;
  font-family: 'Gotham bold', sans-serif;
}

.day-list .swiper-pagination-bullet {
  border-radius: 0;
  background-color: transparent !important;
  display: block;
  height: fit-content;
  font-size: 24px;
  width: fit-content;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: 'Gotham bold', sans-serif;
}

.day-list .swiper-pagination-bullet-active {
  border-bottom: 1px solid #fff;
}

.itinerary-wrapper img {
  height: 400px;
}

.schedule-image {
  width: 50%;
  flex-shrink: 0;
}

.vertical {
  transform: rotate(-90deg);
  width: 100%;
  padding-bottom: calc(100% + 40px);
  position: absolute;
  left: 0;
  top: -30px;
  text-align: right;
  font-size: 10px;
  font-family: 'Gotham bold', sans-serif;
}

.itinerary-wrapper .vertical {
  pointer-events: none;
  z-index: 0;
}

.itinerary-wrapper .swiper-slide {
  opacity: 0 !important;
  display: flex;
}

.itinerary-wrapper .swiper-slide-active {
  opacity: 1 !important;
}

/* Included / Not */

.included {
  width: 700px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
}

.included-container {
  padding: 50px 0 1px;
}

.included .product-details {
  text-align: center;
  margin-right: 50px;
}

.included ul {
  list-style-type: none;
  padding: 10px;
}

.included ul.inc {
  margin-right: 40px;
  padding-right: 40px;
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}

.included ul.not {
  opacity: 0.3;
}

.included li {
  margin-bottom: 10px;
}

.included li:before {
  content: '\f05d';
  font-family: 'fontawesome';
  position: relative;
  left: -10px;
  opacity: 0.3;
}

.included .not li:before {
  content: '\f05e';
}

.product-details.inc {
  text-align: left;
  margin-top: 55px;
  margin-bottom: 15px;
}

.product-details.not {
  text-align: left;
  margin-top: 226px;
  margin-bottom: 15px;
}

/* Hosts */

.hosts {
  text-align: center;
  position: relative;
  padding: 100px 0 150px;
}

.hosts-path {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.hosts-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}

.hosts-nav svg {
  cursor: pointer;
}

.hosts-nav p {
  margin: 4px 20px;
}

.swiper-container.hosts {
  width: 120vw;
}

.hosts .swiper-wrapper {
  left: -10vw;
}

.hosts .swiper-slide img {
  width: 100%;
  height: 100%;
}

.host-info {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 50%;
}

.host-name {
  font-size: 50px;
  transform: rotate(-15deg);
  display: block;
  text-align: center
}

.host-info .insta-link {
  bottom: 15px;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.host-info .insta-link i {
  margin: 5px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.host-title {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 75px;
  text-transform: uppercase;
  font-family: 'Gotham bold', sans-serif;
  letter-spacing: 1px;
}

.host-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s opacity;
}

.hosts .swiper-slide:hover .host-overlay {
  opacity: 0;
}

.hosts .swiper-slide:nth-child(odd) .image-component,
.hosts .swiper-slide:nth-child(odd) .host-overlay {
  height: calc(100% - 50px);
  margin-top: 50px;
}

/* Food */

.food-bg {
  position: relative;
}

.food-bg-img {
  width: 100%;
  height: 110vh;
  mask-image: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.5) 75%);
  -webkit-mask-image: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.5) 75%);
  margin-bottom: -45vh;
}

.food-heading {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 100px;
}

.food-content {
  display: flex;
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
  position: relative;
  top: -175px;
  justify-content: center;
}

.chef-image {
  position: relative;
  height: fit-content;
  max-height: 600px;
}

.chef-image img {
  height: 30vw;
}

.chef-image:hover .host-overlay {
  opacity: 0;
}

.food-text {
  padding: 25px 100px 25px 50px;
  width: 50%;
}

.food-title {
  font-family: 'Gotham bold', sans-serif;
  font-size: 24px;
  line-height: 35px;
  width: 55%;
}

.food-info {
  white-space: pre-line;
}

/* Accommodation */

.accommodation {
  position: relative;
}

.accommodation .section-heading {
  margin-bottom: 75px;
}

.accom-intro {
  text-align: center;
  max-width: 500px;
  margin: 50px auto;
}

.rooms {
  width: 80%;
  margin: auto;
  max-width: 1280px;
}

.room {
  display: flex;
  align-items: stretch;
}

.room:not(:last-child) {
  margin-bottom: 50px;
}

.room-image,
.accomm-image {
  width: 50%;
  flex-basis: 50%;
  position: relative;
}

.room-image .room-image__bg,
.accomm-image .room-image__bg {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.accomm-image .swiper-slide {
  height: 300px;
}

.accomm-image .swiper-slide .waves {
  display: none;
}

@media (min-width: 800px) {
  .accomm-image .swiper-slide {
    height: 100%;
  }
  
  .accomm-image .swiper-slide .waves {
  display: block;
}
}

.room:nth-child(even) .room-image,
.room:nth-child(even) .accomm-image{
  order: 1;
}

.room-image img {
  height: 100%;
  position: relative;
  z-index: 1;
}

.room-image img.waves,
.accomm-image img.waves {
  transform: rotate(90deg);
  left: -105px;
  top: 50px;
  z-index: 0;
}

.room:nth-child(even) .room-image img,
.room:nth-child(even) .accomm-image img {
  padding-right: 0;
}

.room:nth-child(even) .room-image img.waves,
.room:nth-child(even) .accomm-image img.waves {
  left: unset;
  right: -105px;
}

.room-info {
  position: relative;
  width: 50%;
  flex-basis: 50%;
  border: 1px solid #fff;
  padding: 25px 0;
}

.room-price {
  margin-bottom: 1.5rem;
}

.room-info-inner {
  padding: 0 20% 0 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}

.room-promo-banner {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 3;
}

.room:nth-child(odd) .room-info {
  border-left: none;
}

.room:nth-child(even) .room-info {
  border-right: none;
}

.room:nth-child(even) .room-info-inner {
  padding-left: calc(20% - 60px);
  padding-right: 55px;
}

.room-title {
  font-size: 40px;
  line-height: 1.2;
}

.room-tagline {
  margin-top: 20px;
}

.room-book {
  display: block;
  width: fit-content;
  transition: 0.5s background-color;
  cursor: pointer;
}

.room-book:hover {
  text-decoration: none;
}

.full-price {
  border: 1px solid #fff;
  padding: 10px;
  margin-bottom: 5px !important;
}

.deposit,
.secondary-price {
  font-size: 14px;
}

.full-price .striked {
  display: block;
  margin-top: -5px;
  margin-bottom: -2px;
  opacity: .8;
  font-size: 75%;
  text-decoration: line-through;
}

.deposit .striked,
.secondary-price .striked {
  margin-left: .5rem;
  font-size: 85%;
  text-decoration: line-through;
  opacity: .8;
}

.full-price:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  text-decoration: none;
}

.room-book p {
  margin: 0;
}

.full-price {
  font-family: 'Gotham bold', sans-serif;
}

/* Destination */

.destination {
  width: 90%;
  margin: 100px auto 0;
  max-width: 1280px;
}

.destination-circle {
  position: relative;
  top: -50px;
}

.destination-center-image {
  width: 350px;
  height: 350px;
  background-size: cover;
  border-radius: 50%;
  margin: 400px auto 300px;
  position: relative;
  border: 10px solid #000;
  z-index: 2;
}

.destination-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 75px;
}

.fact {
  position: absolute;
  width: 50%;
}

.fact.left {
  text-align: right;
  left: -15px;
}

.fact.right {
  left: calc(50% + 15px);
}

.fact .half {
  position: relative;
}

.fact.left .half:first-of-type,
.fact.right .half:last-of-type {
  padding: 0 50px;
  align-self: flex-end;
}

.fact p {
  margin-bottom: 5px;
}

.fact p.fact-title {
  font-family: 'Gotham bold', sans-serif;
  font-size: 18px;
  margin-bottom: 25px;
}

.fact img {
  width: 300px;
  height: 300px;
  position: relative;
  z-index: 1;
}

.fact img.waves {
  transform: rotate(180deg);
}

.fact.top {
  top: 25px;
  transform: translateY(-50%);
}

.fact.bottom {
  top: 75px;
  transform: translateY(50%);
}

.fact.right .product-row {
  transform: translateY(-75px);
}

.fact.top.left .waves {
  bottom: -20px;
  left: -20px;
}

.fact.bottom.left .waves {
  bottom: -20px;
  right: -20px;
}

.fact.bottom.right .waves {
  top: -20px;
  right: -20px;
}

.fact.top.right .waves {
  left: -20px;
  top: -20px;
}

/* FAQ */

.faq {
  margin: auto;
  padding: 25px 0
}

.faq .product-row {
  margin: 75px auto 0;
  ;
  max-width: 900px;
  width: 90%;
}

.faq .section-heading {
  width: 90%;
  max-width: 900px;
  margin: 25px auto 0;
}

.faq-title {
  font-size: 18px;
  font-family: 'Gotham bold', sans-serif;
  line-height: 1;
  margin-bottom: 14px;
  padding-right: 35px;
  opacity: 0.3;
  transition: 0.3s opacity;
  cursor: pointer;
  border-bottom: 1px solid;
  padding-bottom: 15px;
}

.faq-title:hover,
.faq-title.open {
  opacity: 1;
}

.faq-body {
  height: 0;
  overflow: hidden;
  transform: translateY(100px);
  opacity: 0;
  transition: 1s transform, 1.5s opacity 0.3s;
  padding-left: 50px;
}

.faq-body.open {
  height: auto;
  opacity: 1;
  transform: none;
  margin-top: 25px;
}

.faq-body strong {
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 75%;
  display: block;
  padding-bottom: 5px;
  margin: 35px 0 25px;
}

.faq-body p:first-of-type strong {
  margin-top: 0;
}

.faq-path {
  position: relative;
}

.faq-path svg {
  position: absolute;
  top: 550px;
  left: -25px;
  width: 10%;
  pointer-events: none;
}

.faq-mob-answer {
  display: none;
}

/* Testimonials */

.testimonials-container {
  padding: 50px 0;
}

.reviews.swiper-container {
  max-width: 750px;
  width: 70%;
  margin: auto;
  padding: 0 0 0 25px;
}

.reviews .swiper-slide .product-row {
  align-items: center;
}

.reviews .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}

.reviews .swiper-slide {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.testimonial {
  padding-right: 10px;
  padding-left: 10px;
}

.testimonial-image img {
  position: relative;
  z-index: 1;
  padding: 20px 50px 0 0;
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.testimonial-image .waves {
  left: -20px;
  top: -10px;
  opacity: 0;
  transition: 0.3s opacity;
}

.swiper-slide-active .testimonial-image .waves {
  opacity: 1;
}

.testifier {
  font-family: 'Gotham bold', sans-serif;
  font-size: 24px;
  margin-bottom: 50px;
}

.testimonials-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}

.testimonials-nav p {
  margin: 0 20px;
}

.testimonials-nav svg {
  cursor: pointer;
}

/* Gallery */

.product-gallery {
  position: relative;
}

.gallery-intro {
  text-align: center;
  margin: 100px 0;
}

.gallery.swiper-container {
  padding: 70px 0 20px 0;
  width: 120vw;
}

.gallery .swiper-wrapper {
  left: -10vw;
}

.gallery .swiper-slide img {
  width: 100%;
  height: 30vw;
  object-fit: cover;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.gallery-nav {
  position: absolute;
  top: 125px;
  left: 50%;
  z-index: 2;
  width: fit-content;
  transform: translateX(-50%);
}

.gallery-nav span {
  margin: 0 10px
}

.gallery-nav svg {
  cursor: pointer;
}

.gallery .swiper-slide:nth-child(4n) .waves {
  bottom: -20px;
  right: -20px;
}

.gallery .swiper-slide:nth-child(4n + 1) .waves {
  top: -20px;
  left: -20px;
}

.gallery .swiper-slide:nth-child(4n + 2) .waves {
  bottom: -20px;
  left: -20px;
}

.gallery .swiper-slide:nth-child(4n + 3) .waves {
  top: -20px;
  left: -20px;
}

.lum-lightbox {
  z-index: 5;
  background: rgba(0, 0, 0, 0.9);
}

.lum-close-button {
  top: 15px;
  right: 15px;
}

/* Page End */

.page-end {
  margin-top: 100px;
  padding-bottom: 200px;
  padding-top: 200px;
}

.page-end img {
  width: 100%;
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 90%);
  -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 90%);
  object-position: bottom;
}

.end-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  width: fit-content;
  margin: auto;
  padding: 40px 0 60px;
}

.end-icon {
  width: 30%;
  max-width: 350px;
  height: 220px;
  padding: 0 25px;
}

.end-icon svg {
  height: 50px;
}

.end-title {
  font-family: 'Gotham bold';
  font-size: 24px;
  margin: 25px;
  min-height: 50px;
}

/* Responsive */

.product-section {
  padding: 120px 0 0 0;
}

.accommodation.product-section {
  padding: 150px 0 0 0;
}

@media (max-width:769px) {

  /* Tools */
  .hfs {
      display: none;
  }

  .sfs {
      display: block !important;
  }

  body {
      font-size: 14px;
  }

  .product-container {
      width: 95%;
  }

  .product-row {
      display: block;
  }

  .product-row .half,
  .product-row .third,
  .product-row .twothirds {
      width: 100%;
      flex-basis: 100%;
      overflow: hidden;
      height: max-content;
  }

  .waves {
      height: 40px !important;
  }

  .section-heading, .product-tagline {
      font-size: 40px;
      line-height: 105%;
  }

  /* Jump Bar */
  #jump-bar {
      margin-top: calc(100vh - 99px);
  }

  #jump-bar .fx-btn {
      display: flex;
      width: 100%;
      padding: 0 15px;
      font-size: 12px;
      height: 30px;
      margin: 0 0 10px;
  }

  #jump-bar .fx-btn:last-of-type {
      margin-bottom: 0;
  }

  .jump-bar-inner {
      width: 95%;
  }

  .jump-bar-inner img {
      height: 40px;
  }

  .jump-name {
      font-size: 16px;
      margin-bottom: 0;
  }

  .spots-left {
      font-size: 10px;
      padding: 3px 10px;
  }

  .spots-outer {
      position: absolute;
      bottom: 10px;
      right: 0;
  }

  .jump-bar-meta {
      position: relative;
      top: -8px;
  }

  /* Nav */
  .nav-close,
  .nav-bars {
      position: absolute;
      top: 15px;
      left: 15px;
      font-size: 36px !important;
      z-index: 2;
  }

  .nav-bars {
      color: #000;
  }

  .product-nav {
      position: fixed;
      width: 100%;
      height: 100vh;
      top: 0;
      background: #000;
      display: none;
  }

  .product-nav-container {
      flex-wrap: wrap;
      height: 100%;
      position: relative;
      padding-top: 100px;
      display: block;
  }

  .has-submenu:hover .submenu,
  .submenu:hover {
      max-height: 0
  }

  .has-submenu.open .submenu {
      max-height: 300px;
  }

  .nav-item:hover,
  .has-submenu.open .submenu .nav-item {
      color: #fff;
  }

  .has-submenu.open .nav-item {
      color: #c196f3;
  }

  .nav-logo {
      position: absolute;
      top: 15px;
      margin: 0;
      left: 50%;
      transform: translateX(-50%);
  }

  .nav-dropdown {
      width: 100%;
      text-align: center;
      font-size: 24px;
  }

  .nav-item {
      margin-bottom: 25px;
      display: inline-block;
  }

  .has-submenu:before {
      content: '\f067';
      font-family: 'FontAwesome';
      font-size: 14px;
      display: inline-block;
      position: relative;
      top: -2px;
  }

  .has-submenu.open:before {
      transform: rotate(45deg);
  }

  .submenu {
      width: 95%;
      position: relative;
      top: -15px;
  }

  /* Hero Section */
  .hero-image {
      margin-top: 0;
      height: calc(100vh - 90px);
  }

  .product-meta {
      width: 90%;
      top: 65%;
  }

  .product-name {
      font-size: 50px;
  }

  /* Overview Section */
  #snapshot-image img {
      left: 0;
      height: 40vh;
      width: 65%;
      top: -50px;
  }

  .overview .twothirds {
      overflow: inherit
  }

  #snapshot .waves.bottom-left {
      bottom: 0px;
      left: calc(40% - 20px);
  }

  #snapshot .third {
      position: relative;
      top: -90px;
      margin-bottom: -125px;
  }

  #snapshot .twothirds {
      padding-bottom: 20px;
  }

  /* Videos */
  .videos {
      position: relative;
  }

  .swiper-container.video-carousel {
      width: 100vw;
      margin: auto;
      padding: 0 2.5%;
  }

  .videos .swiper-wrapper {
      left: unset;
  }

  .videos .swiper-slide {
      margin-top: 50px !important;
  }

  .videos .swiper-slide .gradient-bg {
      height: 97%;
  }

  .videos .swiper-slide .waves {
      display: none;
  }

  .playing:hover .play-button {
      opacity: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .playing video {
      transform: none;
  }


  /* Highlights */

  .product-highlights {
      width: 100vw;
      overflow-x: hidden;
      margin-top: 100px;
      padding-top: 50px;
  }

  .highlights p {
      font-size: 20px;
  }

  .highlights .swiper-slide {
      padding: 15px;
      transition: 0.3s transform;
  }

  .highlights .swiper-slide-active {
      transform: scale(1.25);
  }

  .highlights .swiper-slide-prev,
  .highlights .swiper-slide-next {
      transform: translateY(30px);
  }

  .highlights img {
      height: 200px;
  }

  /* Schedule */
  .itinerary-wrapper,
  .product-itinerary {
      display: block;
      width: 100vw;
      margin-bottom: 0;
  }

  .vertical {
      transform: none;
      position: relative;
      text-align: center;
      display: block;
      left: 0;
      top: -25px;
      padding: 0;
  }

  .day-list {
      margin: 0;
  }

  .day-list .swiper-pagination-bullet {
      display: inline-block;
      margin: 0 10px;
      font-size: 18px;
  }

  .itinerary-wrapper .swiper-slide {
      display: block;
  }

  .itinerary-wrapper img {
      height: 300px;
      padding: 25px 5%;
  }

  .schedule-image {
      width: 100%;
  }

  .day-info {
      padding: 0 25px;
  }

  /* Hosts */
  .hosts {
      width: 100vw;
      overflow-x: hidden;
  }

  .hosts .swiper-slide {
      top: 0 !important;
      transition: 0.3s transform;
  }

  .hosts .swiper-slide-active {
      transform: scale(1.25);
  }

  .hosts .swiper-slide-prev,
  .hosts .swiper-slide-next {
      transform: translateY(50px);
  }

  .hosts .swiper-slide img {
      height: 200px;
  }

  .host-info {
      top: 40%;
      height: 60%;
  }

  .host-name {
      font-size: 35px;
  }

  .insta-link i {
      display: none !important;
  }

  .host-title {
      bottom: 50px;
  }

  /* Included */

  .included {
      width: 90%;
      margin: 0 auto;
      padding: 0;
      display: block;
  }

  .included ul.inc {
      border-right: none;
      margin-bottom: -125px;
  }

  .included .section-heading,
  .included .product-details {
      margin-right: 0;
      text-align: center;
  }

  /* Food */
  .food {
      margin-bottom: -100px;
  }

  .food-content {
      flex-wrap: wrap;
      top: -250px;
      margin-bottom: -200px;
  }

  .food-title {
      text-align: center;
      width: 90%;
      margin: 0 auto 25px;
  }

  .chef-image {
      order: 1;
  }

  .chef-image img {
      width: 100%;
      height: 400px;
  }

  .food-content .host-info {
      top: 30%;
      height: 70%;
      width: 100%;
  }

  .food-text {
      width: 100%;
      padding: 25px 5px 5px 5px;
  }

  /* Accommodation */

  .accom-intro {
      width: 90%;
      margin: auto;
  }

  .rooms {
      width: 100%;
  }

  .room {
      display: block;
  }

  .room-info {
      padding-top: 0;
      border: none;
      width: 100%
  }

  .room-image img.waves {
      left: -35px;
      top: 35px;
  }
  
  .accomm-image img.waves{
      left: -75px;
      top: 35px;
  }

  .room-image, .accomm-image {
      width: 100%;
  }

  .variant-image {
      padding: 0 25px;
      height: 300px;
  }

  .room-book {
      bottom: 0;
  }

  .room-info {
      margin-top: 35px;
  }

  .room-info-inner {
      padding: 0 25px !important;
  }

  /* Trip Tips */
  .destination-center-image {
      margin: 0 auto 50px;
      width: 200px;
      height: 200px;
  }

  .destination-title {
      font-size: 50px;
  }

  .destination-circle {
      top: 0;
  }

  .fact {
      position: static;
      width: 100%;
      transform: none !important;
  }

  .fact p {
      text-align: center;
  }

  .destination .product-row {
      display: flex;
      flex-wrap: wrap;
  }

  .fact.left .half:first-child {
      order: 1;
  }

  .fact .half {
      padding: 15px !important;
  }

  .fact img {
      height: 350px;
  }

  .fact.right .product-row {
      transform: none;
  }

  /* Gallery */
  .gallery.swiper-container {
      width: 100%;
  }

  .gallery .swiper-wrapper {
      left: 0;
  }

  .gallery .swiper-slide img {
      height: 250px;
  }

  /* Testimonials */
  .testimonial-image .waves {
      display: none;
  }

  .reviews.swiper-container {
      width: 90%;
      padding: 0;
      text-align: center;
  }

  .testimonial-image img {
      height: 300px;
      padding: 0;
  }

  /* FAQ */
  .faq-body {
      display: none;
  }

  .faq-title {
      opacity: 1 !important;
      padding-right: 10px;
  }

  .faq-mob-answer {
      display: block;
      margin-bottom: 25px;
  }

  .faq-title:after {
      content: '\f067';
      font-family: 'FontAwesome';
      font-size: 16px;
      float: right;
      transition: 0.3s transform;
  }

  .faq-title.mob-open:after {
      transform: rotate(45deg);
  }

  /* Page End */
  .page-end img {
      margin-bottom: 0;
  }

  .end-icons {
      flex-wrap: wrap;
      margin-left: 20px;
      margin-right: 20px;
  }

  .end-icon {
      width: 100%;
      height: auto;
      margin-bottom: 25px;
  }

  .end-title {
      min-height: unset;
  }

  .footer-logo {
      margin: 0 0 25px 0;
  }

  .page-end {
      margin-top: 50px;
      padding-bottom: 100px;
      padding-top: 100px;
  }

  /* Sections */
  .product-section {
      padding: 60px 0 0 0;
  }

  .product-itinerary.product-section,
  .hosts.product-section {
      padding: 100px 0 0 0;
  }
  
  .accommodation.product-section {
      padding: 200px 0 0 0;
  }

  /* Titles */
  .accommodation .section-heading, .section-heading {
      margin: 0 0 30px 0;
  }

  .room-title, .room-tagline {
      margin: 0;
  }

  .faq .product-row {
      margin: 30px auto 0 auto;
  }
}

@media (max-width:769px) {
  .overlap-image {
      display: none;
  }
}

.schedule-day.swiper-pagination-bullet:before {
  display: none;
}


/* RUN CLUB */
.run-intro {
  text-align: center;
  margin: 100px 0 50px 0;
}

.date-container {
  background: rgba(0, 0, 0, 0.4);
}

.date-item {
  padding: 35px 25px;
}

.date-item:first-of-type {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.date-month {
  margin-bottom: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  color: #fff;
  font-family: 'California', sans-serif;
  font-size: 2rem;
}

.date-dates {
  height: fit-content;
  position: relative;
  top: 25px;
  transition: 0.5s all;
}

.date-dates a {
  min-width: 130px;
}

.date-dates a.disabled {
  pointer-events: none;
  opacity: .65;
}

.fsBody .fsLabel {
  font-family: 'Gotham-Medium' !important;
  text-transform: uppercase;
}

.jump-buttons {
  min-width: 100px;
}

html {
  min-height: 100%;
  height: unset;
}

body {
  background: rgb(0, 0, 0);
  background: linear-gradient(172deg, rgba(0, 0, 0, 1) 6%, rgba(85, 71, 64, 1) 21%, rgba(85, 71, 64, 1) 26%, rgba(0, 0, 0, 1) 42%, rgba(0, 0, 0, 1) 53%, rgba(124, 77, 47, 1) 74%, rgba(124, 77, 47, 1) 79%, rgba(0, 0, 0, 1) 96%);
}

.video-slide .video-outer:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('https://s3-eu-west-1.amazonaws.com/canvas-themes/Seller+Sites/Surf+Yoga+Beer/gradient-bg.png');
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 1;
}

.videos .waves {
  z-index: 2;
}

.video-slide.swiper-slide-active .video-outer:before {
  display: none;
}

.accommodation .swiper-controls {
  margin-top: 0 !important;
  width: 100%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
