* {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #242421;
}
::-webkit-scrollbar-thumb {
  background: #0a0a0a;
}
::-webkit-scrollbar-thumb:hover {
  background: #000;
}
body {
  background-color: #09090b;
  font-family: Darker Grotesque, sans-serif;
  margin: 0;
  overflow-x: hidden !important;
  padding: 0;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.loader {
  background-color: #09090b;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.loader-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
}
.loader-logo img {
  width: 100px;
}
.overflow-loader {
  overflow: hidden;
  padding: 20px;
}
.progress-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10%;
}
#progress-container {
  font-size: 2em;
  color: white;
}

@font-face {
  font-family: Darker Grotesque;
  font-style: normal;
  font-weight: 600;
  src: url(/files/fonts/Darker_Grotesque/static/DarkerGrotesque-Bold.ttf)
    format("truetype");
}
@font-face {
  font-family: Darker Grotesque;
  font-style: normal;
  font-weight: 400;
  src: url(/files/fonts/Darker_Grotesque/static/DarkerGrotesque-Medium.ttf)
    format("truetype");
}
@font-face {
  font-family: Darker Grotesque;
  font-style: normal;
  font-weight: 300;
  src: url(/files/fonts/Darker_Grotesque/static/DarkerGrotesque-Regular.ttf)
    format("truetype");
}
@font-face {
  font-family: Darker Grotesque;
  font-style: normal;
  font-weight: 200;
  src: url(/files/fonts/Darker_Grotesque/static/DarkerGrotesque-Light.ttf)
    format("truetype");
}

.book-btn-mobile {
  display: none;
  position: fixed;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 100%;
  font-weight: 200;
  z-index: 200;
  background-color: #fff;
  right: 1.5rem;
  bottom: 1.5rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header-flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1% 5% 0;
}
.header-logo img {
  width: 70px;
}
.header-menu {
  align-items: center;
  display: flex;
  gap: 3rem;
}
#hamburger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 30px;
  justify-content: center;
  width: 30px;
}
#hamburger span {
  background: #fff;
  height: 1px;
  margin: 4px 0;
  transition: transform 0.25s;
  width: 28px;
}
.book-btn-nav {
  align-items: center;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Darker Grotesque, sans-serif !important;
  font-size: 1.6rem;
  font-weight: 200;
  height: 45px;
  justify-content: center;
  width: 120px;
}
.header-container img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.menu-links {
  margin-top: 25%;
}
.menu-link p {
  font-size: 2.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 7px 0;
  position: relative;
}
.menu-link a,
.menu-link p {
  color: #f2f0e8;
  transition: color 0.3s ease;
}
.menu-link a {
  text-decoration: none;
}
.menu-link a:hover,
.menu-link:hover a {
  color: #f2f0e8;
}
.menu-links:hover .menu-link a {
  color: #52525b;
}
.menu-link:hover a {
  color: #f2f0e8 !important;
}
.menu {
  background-color: #09090b;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  color: #f2f0e8;
  display: flex;
  height: 100vh;
  justify-content: space-between;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 102;
}
.menu-close,
.menu-open {
  cursor: pointer;
  z-index: 1000;
}
.menu-close {
  height: 20px;
  position: relative;
  width: 20px;
}
.menu-close img {
  height: 16px;
  width: 16px;
}
.menu-nav {
  display: flex;
  justify-content: flex-start;
  left: 0;
  padding: 3em;
  position: fixed;
  top: 0;
  width: 100%;
}
.menu-items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3em 3em 0;
  top: 0;
  z-index: -1;
}
.menu-img,
.menu-items {
  position: relative;
  width: 50%;
}
.menu-img {
  flex: 3;
  overflow: hidden;
}
.menu-img img {
  filter: brightness(60%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu-footer {
  display: flex;
  width: 100%;
}
.menu-sub-col {
  flex: 1;
}
.menu-link,
.menu-sub-item {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.menu-footer-flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: flex-start;
  padding-bottom: 1rem;
}
.menu-footer-item {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: center;
}
.menu-footer-item a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 200;
  text-decoration: none;
}
.icon-wrapper {
  padding-top: 10px;
}
.menu-footer-item img {
  width: 22px;
}
.languages-row {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  padding-top: 4px;
}
.languages-row img {
  height: auto;
  width: 20px;
}
.video-container {
  background-color: #09090b;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100vw;
}
video {
  filter: brightness(70%);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.video-container {
  background-color: #09090b;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100vw;
  position: relative;
}
video {
  filter: brightness(70%);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.mute-button {
  position: absolute;
  bottom: 10px;
  left: 1rem;
  background: #09090b;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.mute-button img {
  width: 30px;
  height: 30px;
}

@media (min-width: 767px) {
  .mute-button {
    display: block;
  }
}

.text-overlay-container {
  left: 10%;
  position: absolute;
  top: 18%;
}
h1 {
  color: #fff;
  font-size: 5rem;
  line-height: 5.5rem;
  margin: 0;
}
.h1-aria {
  visibility: hidden;
}
.h1-animated-row {
  display: flex;
  flex-direction: column;
}
.h1-animated-row div span {
  color: #fff;
  display: inline-block;
  font-size: 5.5rem;
  letter-spacing: -2px;
  margin: 0;
}
.h1-animated span {
  overflow: visible;
}
.campello-header {
  margin-top: -1.5rem;
}
.text-overlay-container button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-family: Darker Grotesque, sans-serif !important;
  font-size: 1.6rem;
  font-weight: 200;
  height: 50px;
  margin-top: 4rem;
  width: 170px;
}
.overflow {
  overflow: hidden !important;
}
.lang-overlay-container {
  align-items: center;
  border-left: 1px solid #fff;
  bottom: 10px;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  overflow: hidden;
  padding-right: 5%;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: 100;
}
.lang-overlay-container img {
  height: 20px;
  width: 25px;
}
.intro-to-bs {
  background-color: #09090b;
  margin-bottom: 100vh;
  position: relative;
  z-index: 1;
}
.intro-website-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10%;
}
.intro-website-text {
  height: 100%;
  width: 30%;
}
.intro-website-text p {
  color: #fff;
  font-size: 2rem;
  font-weight: 200;
  line-height: 2rem;
  margin-top: 0;
  width: 100%;
}
.reveal-container {
  display: flex;
  flex-wrap: nowrap;
  height: 80vh;
  justify-content: flex-end;
  position: relative;
  width: 60%;
}
.reveal-container .reveal img {
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  height: 100%;
  object-fit: cover;
  object-position: 30%;
  transform-origin: top;
  width: 100%;
}
.reveal {
  height: 100%;
  max-width: 600px;
  overflow: hidden;
  position: relative;
  visibility: visible;
  width: 100%;
}
.table-wrapper {
  margin-top: 3rem;
}
.list-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.list-item p {
  margin: 0;
}
.list-item sup {
  font-size: 1.3rem;
}
.item-end {
  display: flex;
  justify-content: flex-end;
}
.sizes tbody tr {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  width: 100%;
}
.sizes td,
.sizes th {
  color: #f2f0e8;
  font-size: 2rem;
  font-weight: 200;
}
.sizes .left-list {
  flex: 1;
  text-align: left;
}
.sizes .right-list {
  flex: 1;
  text-align: right;
}
.booking-banner {
  cursor: pointer;
  margin-top: 3rem;
  width: 100%;
}
.booking-banner img {
  width: 60%;
}
.scroll-images-section {
  bottom: 0;
  height: 100vh;
  left: 0;
  max-width: 100vw;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.hidden-desktop {
  display: none;
}
.img-box-small {
  height: 30vh;
}
.img-box-small img {
  height: 100%;
  will-change: transform;
}
.grid-columns {
  display: flex;
  position: relative;
  width: 100%;
}
.column-m {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 33.35%;
}
.column-mid {
  margin: 0 1.2em;
}
.object-pos-image {
  object-position: 100% 100%;
}
.img-box-large {
  height: 70vh;
  margin-bottom: 1.2em;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.img-box-large img {
  bottom: 0;
  filter: brightness(70%);
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  will-change: transform;
}
.img-box-small {
  height: 60vh;
  margin-bottom: 1.2em;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.img-box-small img {
  bottom: 0;
  filter: brightness(70%);
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.img-box-large img,
.img-box-small img {
  transform: scale(1.2);
  transition: transform 0.5s ease;
}
.gallery-btn-container {
  bottom: 50px;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.gallery-btn {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  color: #09090b;
  cursor: pointer;
  font-family: Darker Grotesque, sans-serif !important;
  font-size: 1.4rem;
  height: 45px;
  width: 160px;
  z-index: 11;
}
.gallery-btn:hover {
  border-radius: 15px;
}
.more-info-section {
  background-color: #09090b;
  min-height: 100vh;
  width: 100%;
  z-index: 1;
}
.margin-more-info-section {
  padding: 8% 10%;
}
.more-info-flex {
  display: flex;
  justify-content: space-between;
}
.more-info-text h2 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 400;
}
.h2-aria {
  visibility: hidden;
}
.h2-animated-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}
.h2-animated-row div span {
  color: #fff;
  display: inline-block;
  font-size: 2.6rem;
  letter-spacing: -2px;
  margin: 0;
}
.h2-animated span {
  overflow: visible;
}
.more-info-text p {
  color: #fff;
  font-size: 2rem;
  font-weight: 200;
  line-height: 2rem;
  margin-top: 0;
  width: 70%;
}
.more-info-text {
  width: 60%;
}
.loaction-container {
  width: 40%;
}
.header-location-wrapper {
  border-left: 1px solid #e1ddd4;
  border-right: 1px solid #e1ddd4;
  border-top: 1px solid #e1ddd4;
  display: flex;
  gap: 5px;
  justify-content: flex-start;
}
.location-pin-wrapper img {
  margin-top: 11px;
  width: 25px;
}
.header-location-wrapper h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 200;
  margin: 0;
}
.map-overlay-container,
iframe {
  height: 400px;
  width: 100%;
}
.map-overlay-container {
  position: relative;
}
.map-overlay {
  align-items: center;
  background-color: #e1ddd4;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: center;
  left: 0;
  margin-bottom: 5%;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}
.map-overlay p {
  color: #000;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1.8rem;
}
.googly-policy-link {
  color: #a16207;
  display: inline-block;
  font-weight: 200;
  position: relative;
  text-decoration: none;
}
.googly-policy-link:before {
  background-color: #a16207;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
.googly-policy-link:hover:before {
  width: 100%;
}
.map-overlay-container button {
  background-color: #09090b;
  border: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  font-family: Darker Grotesque !important;
  font-size: 1.4rem;
  font-weight: 200;
  height: 48px;
  width: 150px;
}
.adventure-section {
  background-color: #09090b;
  padding: 4% 10% 10%;
}
.adventure-flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.freetime-container,
.rules-container {
  cursor: pointer;
  height: 400px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
  width: 45%;
}
.freetime-container:hover {
  width: 65%;
}
.freetime-container:hover + .rules-container {
  width: 35%;
}
.rules-container:hover {
  width: 65%;
}
.rules-container:hover ~ .freetime-container {
  width: 35%;
}
.freetime-img-container,
.rules-img-container {
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.freetime-img-container img,
.rules-img-container img {
  filter: brightness(65%);
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.freetime-img-container:hover,
.rules-img-container:hover {
  filter: brightness(45%);
  transform: scale(1.04);
}
.freetime-text,
.rules-text {
  color: #fff;
  font-size: 24px;
  left: 20px;
  position: absolute;
  top: 20px;
}
.animated-button {
  bottom: -50px;
  left: 20px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.animated-button button {
  background-color: #e1ddd4;
  border: none;
  color: #000;
  cursor: pointer;
  font-family: Darker Grotesque !important;
  font-size: 1.4rem;
  font-weight: 200;
  height: 48px;
  width: 160px;
}
.freetime-container:hover .animated-button,
.rules-container:hover .animated-button {
  bottom: 20px;
}
.freetime-text h3,
.rules-text h3 {
  font-size: 2.6rem;
  font-weight: 400;
  margin-top: 0;
}
.contact-section {
  background-color: #09090b;
  padding: 0 10%;
  width: 100%;
}
.contact-flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.contact-form,
.contact-info-wrapper {
  width: 45%;
}
.contact-form {
  padding-top: 20px;
}
.h2-contact-aria {
  visibility: hidden;
}
.h2-contact-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.h2-contact-row div span {
  color: #fff;
  display: inline-block;
  font-size: 2.6rem;
  letter-spacing: -2px;
  margin: 0;
}
.h2-contact-row span {
  overflow: visible;
}
.contact-section h2 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.for-mobile-spain-contact {
  display: none;
}
.contact-section h3 {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 200;
}
.menu-item-link a {
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 200;
  position: relative;
  text-decoration: none;
}
.menu-item-link a:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1.5px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
.menu-item-link a:hover:before {
  width: 100%;
}
.contact-link-aria {
  visibility: hidden;
}
.info-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  margin-top: 20px;
}
.info-icon-wrapper {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
}
.info-icon-wrapper img {
  height: 28px;
  width: 28px;
}
.form-wrapper h3 {
  font-size: 1.4rem;
  font-weight: 300;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  font-family: Darker Grotesque, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  outline: none;
  padding: 8px 0;
  width: 100%;
}
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus {
  border-bottom: 2px solid #a16207;
  border-radius: 0;
}
input::placeholder,
textarea::placeholder {
  color: #cbd5e1;
  opacity: 1;
}
textarea {
  resize: none;
}
.personal-info-wrapper {
  display: flex;
  gap: 30px;
  margin: 5px 0 30px;
  width: 100%;
}
.disclaimer_form_wrapper {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 15px;
}
.disclaimer_form_wrapper label {
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 200;
  margin: 0;
  padding: 0;
}
.linked-datenschutz {
  color: #f49b1f;
  display: inline-block;
  font-weight: 200;
  position: relative;
  text-decoration: none;
}
.linked-datenschutz:before {
  background-color: #f49b1f;
  bottom: 0;
  content: "";
  height: 0.5px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
.linked-datenschutz:hover:before {
  width: 100%;
}
.btn_wrapper {
  margin-left: 29px;
  margin-top: 30px;
}
.send-btn {
  background-color: #f2f2e8;
  border: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #09090b;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font-family: Darker Grotesque !important;
  font-size: 1.6rem;
  font-weight: 200 !important;
  height: 48px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
  width: 130px;
  z-index: 1;
}
footer {
  background-color: #09090b;
  padding: 4% 10% 0;
}
.footer-flex {
  display: flex;
  gap: 15%;
}
.footer-flex h4 {
  color: #8a8a8a;
  font-size: 1.4rem;
  font-weight: 200;
  margin: 0;
}
.footer-flex ul {
  padding: 0;
}
.footer-flex ul li {
  list-style: none;
}
.link-footer {
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 200;
  position: relative;
  text-decoration: none;
}
.link-footer:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
.link-footer:hover:before {
  width: 100%;
}
.links-icons-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  padding-top: 1em;
  width: 100% !important;
  gap: 25%;
}
.social-links-flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.social-icon {
  width: 27px;
}
.hotel-logo {
  width: 70px;
  margin-top: -5px;
}
.footer-bottom {
  justify-content: space-between;
  margin-top: 2rem;
  width: 100%;
}
.copyright-claim,
.footer-bottom {
  align-items: center;
  display: flex;
}
.footer-bottom img {
  margin-right: 20px;
  vertical-align: middle;
  width: 20px;
}
.footer-bottom a,
.footer-bottom p {
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
}
.footer-bottom a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .book-btn-mobile {
    display: flex;
    width: 65px;
    height: 65px;
    font-size: 1.1rem;
  }

  .menu-nav {
    padding: 4%;
  }
  .book-btn-nav,
  .menu-img {
    display: none;
  }
  .menu-items {
    padding: 4%;
    width: 100%;
  }
  .menu-footer-flex {
    padding: 0;
  }
  .menu-links {
    margin-top: 40%;
  }
  .not-on-mobile {
    display: none !important;
  }
  .languages-row {
    gap: 15px;
  }
  .lang-overlay-container {
    border: none;
  }
  .text-overlay-container {
    bottom: 2%;
    left: 4%;
  }
  .h1-animated-row div span {
    font-size: 3rem;
  }
  .intro-website-flex {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
    padding: 20% 4% 10%;
  }
  .intro-website-text {
    width: 100%;
  }
  .booking-banner {
    display: flex;
    justify-content: center;
  }
  .booking-banner img {
    width: 60%;
  }
  .reveal-container {
    height: 70vh;
    width: 100%;
  }
  .scroll-images-section {
    height: 100vh !important;
    position: fixed;
  }
  .column-m {
    width: 20%;
  }
  .column-mid {
    margin: 0 1em;
    width: 100% !important;
  }
  .column-end {
    padding-bottom: 1rem;
  }
  .img-box-small {
    height: 30vh;
  }
  .img-box-large {
    height: 40vh;
  }
  .hidden-desktop {
    display: block;
  }
  .margin-more-info-section {
    padding: 5% 4% 10%;
  }
  .more-info-flex {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
  }
  .loaction-container,
  .more-info-text,
  .more-info-text p {
    width: 100%;
  }
  .adventure-flex {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
  }
  .adventure-section {
    padding: 20% 4% 0;
  }
  .freetime-container,
  .freetime-container:hover,
  .freetime-container:hover + .rules-container,
  .rules-container,
  .rules-container:hover,
  .rules-container:hover ~ .freetime-container {
    width: 100%;
  }

  .contact-section {
    padding: 0 4%;
  }
  .menu-item-link {
    overflow: hidden;
  }
  .contact-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .for-desktop-spain-contact {
    display: none;
  }
  .for-mobile-spain-contact {
    display: block;
  }
  .contact-section h3 {
    margin-top: 0;
  }
  .contact-form,
  .contact-info-wrapper {
    width: 100%;
  }
  .info-wrapper {
    justify-content: space-between;
    margin-top: 0;
    width: 100%;
  }
  footer {
    padding: 25% 4% 0;
  }
  .footer-flex {
    display: flex;
  }
  .links-icons-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding-top: 1em;
    width: 100% !important;
    gap: 5%;
  }
  .footer-bottom,
  .footer-flex {
    flex-direction: column;
  }
  .footer-bottom p {
    margin: 0;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .menu-nav {
    padding: 4%;
  }
  .book-btn-nav,
  .menu-img {
    display: none;
  }
  .menu-items {
    padding: 4%;
    width: 100%;
  }
  .menu-footer-flex {
    padding: 0;
  }
  .menu-links {
    margin-top: 5%;
  }
  .not-on-mobile {
    display: none !important;
  }
  .languages-row {
    gap: 15px;
  }
  .lang-overlay-container {
    border: none;
  }
  .h1-animated-row div span {
    font-size: 3.3rem;
  }
  .text-overlay-container button {
    margin-top: 2rem;
  }
  .intro-website-flex {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
    padding: 20% 4% 10%;
  }
  .intro-website-text {
    width: 100%;
  }
  .booking-banner img {
    width: 60%;
  }
  .reveal-container {
    height: 70vh;
    justify-content: center;
    width: 100%;
  }
  .margin-more-info-section {
    padding: 5% 4% 10%;
  }
  .more-info-flex {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
  }
  .loaction-container,
  .more-info-text,
  .more-info-text p {
    width: 100%;
  }
  .adventure-flex {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
  }
  .adventure-section {
    padding: 20% 4% 0;
  }
  .freetime-container,
  .freetime-container:hover,
  .freetime-container:hover + .rules-container,
  .rules-container,
  .rules-container:hover,
  .rules-container:hover ~ .freetime-container {
    width: 100%;
  }
  .freetime-container,
  .rules-container {
    pointer-events: none;
  }
  .contact-section {
    padding: 0 4%;
  }
  .menu-item-link {
    overflow: hidden;
  }
  .contact-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contact-form,
  .contact-info-wrapper {
    width: 100%;
  }
  .info-wrapper {
    justify-content: flex-start;
    margin-top: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .menu-img {
    display: none;
  }
  .menu-items {
    width: 100%;
  }
  .menu-links {
    margin-top: 35%;
  }
  .intro-website-flex {
    flex-direction: column;
    gap: 5rem;
  }
  .intro-website-text {
    width: 100%;
  }
  .reveal-container {
    justify-content: center;
    width: 100%;
  }
  .reveal {
    max-width: 100%;
  }
  .scroll-images-section {
    height: 100vh !important;
    position: fixed;
  }
  .column-m {
    width: 20%;
  }
  .column-mid {
    margin: 0 1em;
    width: 100% !important;
  }
  .more-info-flex {
    flex-direction: column;
    gap: 5rem;
  }
  .loaction-container,
  .more-info-text,
  .more-info-text p {
    width: 100%;
  }
  .header-location-wrapper {
    justify-content: flex-start;
    padding: 10px 0 10px 10px;
  }
  .adventure-section {
    margin-top: -10px;
    padding-bottom: 4%;
    padding-top: 8%;
  }
  .adventure-flex {
    flex-direction: column;
  }
  .freetime-container,
  .rules-container {
    width: 100%;
  }
  .contact-section {
    margin-top: -10px;
  }
  .contact-flex {
    flex-direction: column;
  }
  .contact-form,
  .contact-info-wrapper {
    width: 100%;
  }
  .disclaimer_form_wrapper label {
    font-size: 1.2rem;
  }
  .btn_wrapper {
    margin-bottom: 4%;
  }
  footer {
    margin-top: -10px;
    padding-top: 8%;
  }
  .footer-flex h4 {
    font-size: 1.6rem;
  }
  .footer-flex ul li a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .menu-links {
    margin-top: 15%;
  }
}
