.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  color: #3e3e3e;
  background-color: #fff;
  background-image: url('../images/clouds.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.container {
  margin-top: 32px;
  margin-bottom: 32px;
}

.link-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2 {
  max-width: 400px;
  margin-top: -28px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.youtube {
  margin-top: 32px;
}

.retaillinks {
  max-width: 960px;
  min-width: 96%;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-right: 0;
  display: flex;
}

.link-block-2 {
  margin-left: 8px;
  margin-right: 8px;
  transition: transform .3s;
}

.link-block-2:hover {
  transform: translate(0, -8px);
}

.div-block {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.html-embed {
  background-color: rgba(0, 0, 0, .66);
  margin-top: 16px;
  margin-bottom: 120px;
}

.html-embed-2 {
  background-color: rgba(0, 0, 0, .05);
  margin-top: 16px;
  margin-bottom: 48px;
}

.image-3 {
  max-width: 280px;
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-4 {
  max-width: 280px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav {
  z-index: 1;
  text-align: center;
  background-color: #ebe6e0;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-block-3 {
  margin-left: 0;
  margin-right: 0;
  transition: transform .3s;
}

.link-block-3:hover {
  transform: scale(1.3);
}

.link-block-4 {
  margin-left: 0;
  margin-right: 0;
  transition: transform .3s;
}

.link-block-4:hover {
  transform: scale(1.3);
}

.link-block-5 {
  margin-left: 0;
  margin-right: 0;
  transition: transform .3s;
}

.link-block-5:hover {
  transform: scale(1.3);
}

.link-block-6 {
  margin-left: 0;
  margin-right: 0;
  transition: transform .3s;
}

.link-block-6:hover {
  transform: scale(1.3);
}

.image-5 {
  width: 500px;
  color: #e3cf00;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}

.container-2 {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.home-section {
  height: 100vh;
  background-image: url('../images/bgtop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: static;
}

.video-section {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3 {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.mailing-section {
  height: 100vh;
}

.container-4 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #3e3e3e;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
}

.button {
  color: #ebe6e0;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3e3e3e;
  margin-top: 20px;
  margin-bottom: 8px;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 17px;
  line-height: 24px;
  transition: background-color .4s ease-in-out;
}

.button:hover {
  color: #3e3e3e;
  background-color: #ebe6e0;
}

.image-6 {
  filter: invert();
}

.social-icon {
  width: 18px;
  filter: contrast(50%);
  color: #bd1d1d;
  margin-left: 5px;
  margin-right: 5px;
}

.social-icon.tiktok {
  width: 16px;
}

.social-icon.spotify {
  opacity: .7;
  filter: invert();
}

.background-video {
  height: 100vh;
  background-color: rgba(0, 0, 0, .2);
  position: static;
}

.text-block {
  color: #e3cf00;
  text-align: center;
  text-shadow: 2px 2px 1px #000;
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
}

.merch-section {
  height: 100vh;
  background-color: rgba(0, 0, 0, .6);
}

.button-2 {
  max-width: 100%;
  color: #000;
  text-align: center;
  text-transform: none;
  background-color: #e3cf00;
  border: 1px solid #e3cf00;
  border-radius: 3px;
  margin: 15px 0 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 21px;
  text-decoration: none;
  transition: background-color .258s;
  display: block;
}

.button-2:hover {
  color: #e3cf00;
  background-color: #000;
  border-color: #000;
}

.div-block-18 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 25px;
  display: block;
}

.text-block-2 {
  color: #cfcfcf;
  text-align: right;
  letter-spacing: 0;
  margin-top: 24px;
  margin-left: auto;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.names {
  width: 200px;
}

.div-block-19 {
  width: 90vw;
  height: 100%;
  text-align: left;
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  display: flex;
}

.video-cta {
  color: #cfcfcf;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
}

.image-7 {
  width: 15px;
  opacity: .55;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-8 {
  width: 40px;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-20 {
  margin-bottom: 5px;
}

.heart {
  width: 30px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
}

.heading-2 {
  color: #cfcfcf;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 700;
}

.heading-3 {
  letter-spacing: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 47px;
  font-weight: 100;
}

.volare {
  width: 40vh;
  transform-style: preserve-3d;
  transition: filter .2s ease-in-out, transform .4s ease-in-out;
  position: relative;
}

.volare:hover {
  filter: hue-rotate(107deg);
  transform: scale3d(1, .2, 1);
}

.image-10 {
  width: 40vh;
  position: absolute;
}

.background-video-2 {
  height: 100vh;
  object-fit: fill;
  position: static;
  overflow: hidden;
}

.background-video-3 {
  height: 100vh;
  object-fit: fill;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.column-2, .column-3 {
  padding-left: 0;
  padding-right: 0;
}

.menu {
  text-align: left;
  margin-top: 3px;
  margin-left: 5px;
  padding-bottom: 0;
}

.socials {
  margin-bottom: 10px;
}

.image-11 {
  width: 78px;
  margin-bottom: -10px;
}

.menu-link {
  color: #221f32;
  margin-left: 5px;
  margin-right: 5px;
  font-style: italic;
  line-height: 14px;
  text-decoration: none;
  transition: border-color .2s ease-in-out, border-width .3s ease-in-out;
}

.menu-link:hover {
  border-top: 2px solid #3e3e3e;
  text-decoration: none;
}

.div-block-21 {
  z-index: -1;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shop {
  height: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.grid {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
}

.shop-item {
  width: 30vh;
  text-align: center;
  background-color: #fff;
  padding-bottom: 10px;
}

.product-link {
  color: #000;
  text-transform: uppercase;
  white-space: pre-line;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  display: block;
}

.product-link:hover {
  text-decoration: line-through;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tour {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-3 {
  width: 750px;
  max-width: 100%;
  color: #3e3e3e;
}

.div-block-22 {
  width: 70vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.background-video-4 {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.youtube-2 {
  border: 1px solid #bd1d1d;
}

.section {
  height: 100vh;
  text-align: right;
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.video {
  border: 1px solid #bd1d1d;
}

.logo2 {
  width: 78px;
  margin-bottom: -10px;
  display: none;
}

.italic-text {
  white-space: pre-line;
}

.image-12 {
  width: 60px;
}

.link-block-7 {
  margin-left: 10px;
  margin-right: 10px;
  position: static;
  top: auto;
  bottom: 1%;
  left: auto;
  right: 1%;
}

.logos {
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-23 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bottom-border {
  width: 100vw;
  height: 15px;
  background-color: #ebe6e0;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-border {
  width: 15px;
  height: 100vh;
  background-color: #ebe6e0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-border.right {
  width: 15px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-13 {
  width: 24vw;
  filter: contrast(51%);
}

.bold-text {
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .8);
  font-size: 1.3rem;
  line-height: 100%;
}

.text-block-3 {
  color: #fff;
  text-align: right;
  text-shadow: 0 4px 8px #000;
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-2 {
  font-weight: 700;
}

.aboutbooking {
  z-index: 5;
  width: auto;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .8);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 5vw;
  padding: 1rem;
  display: flex;
  position: relative;
}

.text-block-4 {
  width: 40vw;
  color: #fff;
  text-align: right;
  text-shadow: 0 4px 8px #000;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%;
}

.logoblock {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10vh;
  margin-bottom: auto;
  padding: 1rem;
}

.calltoactions {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 8vh;
  margin-left: auto;
  display: flex;
}

.overlay {
  z-index: 3;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .body {
    background-color: #ffcfc6;
  }

  .text-block-2 {
    font-size: 1.2rem;
    line-height: 120%;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-content: start;
  }

  .bold-text, .text-block-4 {
    font-size: 1rem;
  }

  .logoblock {
    margin-top: 8vh;
    margin-bottom: auto;
  }

  .calltoactions {
    margin-bottom: 5vh;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/clouds.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .container {
    margin-top: 56px;
  }

  .image-2 {
    max-width: 400px;
  }

  .nav {
    justify-content: space-between;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
  }

  .video-section {
    height: auto;
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .button {
    margin-top: 2rem;
  }

  .merch-section {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-17 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .column {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    font-size: .8rem;
  }

  .shop {
    height: auto;
  }

  .grid {
    width: 90%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .shop-item {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-5 {
    background-image: url('../images/clouds.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
  }

  .html-embed-3 {
    width: 300px;
  }

  .div-block-22 {
    width: 90vw;
  }

  .section {
    height: auto;
    min-height: 100vh;
    background-image: url('../images/bg.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    justify-content: flex-end;
    align-items: center;
  }

  .text-block-3 {
    width: 80vw;
    font-size: .8rem;
    line-height: 120%;
  }

  .aboutbooking {
    width: auto;
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
    margin-bottom: 2rem;
    margin-right: auto;
    padding: 20px 1rem;
    display: flex;
  }

  .text-block-4 {
    width: 80vw;
    margin-right: 0;
    font-size: .8rem;
    line-height: 120%;
  }

  .logoblock {
    width: 30%;
    margin-top: 7vh;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/clouds.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .container {
    margin-top: 56px;
  }

  .image {
    max-width: 80px;
  }

  .image-2 {
    max-width: 200px;
    margin-top: -20px;
  }

  .youtube {
    margin-top: 24px;
  }

  .retaillinks {
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: center;
    margin-top: 16px;
  }

  .link-block-2 {
    width: 38%;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .html-embed {
    margin-bottom: 80px;
  }

  .image-3, .image-4 {
    max-width: 120px;
    margin-top: 80px;
  }

  .nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 3px;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
  }

  .image-5 {
    width: 300px;
    margin-bottom: 0;
  }

  .container-2 {
    justify-content: center;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .home-section {
    padding-bottom: 60px;
  }

  .video-section {
    height: auto;
    min-height: 0;
    justify-content: center;
  }

  .container-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button {
    text-align: center;
    margin-right: auto;
    font-size: .8rem;
  }

  .social-icon {
    width: 15px;
  }

  .social-icon.tiktok {
    width: 14px;
  }

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

  .button-2 {
    letter-spacing: 1px;
    font-size: 12px;
    display: block;
  }

  .text-block-2 {
    color: #fff;
    text-align: center;
    margin-right: auto;
    font-size: 1rem;
  }

  .names {
    width: 170px;
  }

  .div-block-19 {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
  }

  .heading-2 {
    letter-spacing: 8px;
    margin-bottom: 0;
    font-size: 23px;
  }

  .heading-3 {
    letter-spacing: 8px;
    margin-bottom: 0;
    font-size: 26px;
  }

  .volare, .image-10 {
    width: 30vh;
  }

  .column-3 {
    display: none;
  }

  .menu {
    text-align: center;
  }

  .socials {
    margin-bottom: 5px;
  }

  .image-11 {
    text-align: center;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .menu-link {
    text-align: left;
    margin-left: 3px;
    margin-right: 3px;
    font-size: .8rem;
  }

  .shop {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .grid {
    grid-column-gap: 5px;
    grid-row-gap: 7px;
    grid-template-columns: 1fr;
  }

  .shop-item {
    width: 90%;
  }

  .product-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: .6rem;
    line-height: 12px;
    display: flex;
  }

  .container-5 {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .html-embed-3 {
    width: 100%;
    max-width: 96%;
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-22 {
    width: 90vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-video-4 {
    height: auto;
  }

  .section {
    height: auto;
    background-image: url('../images/bg.jpg');
  }

  .logo2 {
    width: 78px;
    flex: 0 auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
    top: 3%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-13 {
    width: 75%;
    filter: contrast(51%);
  }

  .bold-text {
    color: #fff;
    text-align: right;
    font-size: .9rem;
  }

  .text-block-3 {
    font-size: .8rem;
    line-height: 120%;
  }

  .aboutbooking {
    margin-bottom: 40px;
    margin-right: auto;
  }

  .text-block-4 {
    width: 100%;
    font-size: .8rem;
    line-height: 120%;
  }

  .logoblock {
    width: 88%;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: auto;
    display: flex;
  }

  .calltoactions {
    text-align: center;
    align-items: center;
    margin-right: auto;
  }

  .section-2 {
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-image: url('../images/clouds.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}


