* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #09090b;
  font-family: "Raleway", serif;
  overflow-x: hidden !important;
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: url(/files/font/Raleway/static/Raleway-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url(/files/font/Raleway/static/Raleway-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url(/files/font/Raleway/static/Raleway-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 200;
  src: url(/files/font/Raleway/static/Raleway-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100;
  src: url(/files/font/Raleway/static/Raleway-ExtraLight.ttf) format("truetype");
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #242421;
}
::-webkit-scrollbar-thumb {
  background: #0a0a0a;
}
::-webkit-scrollbar-thumb:hover {
  background: #000;
}
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;
}

.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);
}

.blur-background {
  filter: blur(8px);
  transition: filter 0.3s ease;
}

.pop-up {
  display: none;
  justify-content: flex-start;
  width: 55%;
  height: 55%;
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #09090b;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.pop-up-layout {
  display: flex;
  justify-content: center;
  height: 100%;
}

.pop-up-layout div {
  width: 50%;
  height: auto;
}

.pop-up-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
}

.text-pop-up {
  padding: 2rem 30px 30px 30px;
  position: relative;
}

.text-pop-up h2 {
  color: #f2f2e8;
  font-size: 2.2rem;
  font-weight: 300;
}

.text-pop-up p {
  font-size: 1.2rem;
  font-weight: 200;
  color: #f2f2e8;
  margin-top: 4rem;
}

.book-btn-pop-up {
  background: transparent;
  border: 1px solid #f2f2e8;
  font-size: 1.1rem;
  font-family: "Raleway", serif;
  font-weight: 200;
  cursor: pointer;
  color: #f2f2e8;
  width: 140px;
  height: 48px;
  margin-top: 5rem;
}

.close-pop-up {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  z-index: 20000;
}

.close-pop-up:hover {
  opacity: 0.4;
}

.desktop-header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 15px 50px;
  transition: all 0.3s ease-in-out;
}

header.scrolled {
  background-color: #09090b;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), 0 6px 10px rgba(0, 0, 0, 0.3);
}

header.no-shadow {
  box-shadow: none;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 69px;
  height: auto;
}

.logo-mobile {
  width: 50px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.link-item {
  color: #dbd5c9;
  font-size: 1.1rem;
  font-weight: 200;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.nav-button {
  background: transparent;
  border: 1px solid #dbd5c9;
  color: #dbd5c9;
  width: 140px;
  height: 50px;
  cursor: pointer;
  font-family: "Raleway", sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 200 !important;
}

.header-dropdown-one {
  height: 0;
  background-color: #09090b;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  width: 100%;
  position: fixed;
  z-index: 100;
  overflow: hidden;
  top: 0;
}

.header-dropdown-two {
  height: 0;
  background-color: #09090b;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  width: 100%;
  position: fixed;
  z-index: 100;
  overflow: hidden;
  top: 0;
}

.link-item img {
  transition: transform 0.4s ease-in-out;
}

#dropdown-one:hover img {
  transform: rotate(180deg);
}

#dropdown-two:hover img {
  transform: rotate(180deg);
}

.dropdown-one-layout {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 150px 10% 4rem 10%;
  gap: 5%;
}

.dropdown-side {
  width: 47.5%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.dropdown-item {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  cursor: pointer;
}

.dropdown-item h3 {
  font-size: 1.5rem;
  margin-top: 5px;
  margin-bottom: 1rem;
  color: #f2f2e8;
  font-weight: 300;
}

.dropdown-item p {
  font-size: 0.9rem;
  font-weight: 200;
  color: #f2f2e8;
}

.dropdown-links a {
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 200;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  color: #f2f2e8;
  text-decoration: none;
}

.dropdown-links img {
  width: 15px;
}

.dropdown-item-img {
  width: 160px;
  height: 120px;
  object-fit: cover;
}

.mobile-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  /* backdrop-filter: blur(5px);
  border-bottom: 1px solid #dbd5c9; */
}

.nav-menu {
  background: transparent;
  border: none;
}

.line {
  background-color: #fff;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
}

.line-small {
  background-color: #fff;
  width: 20px;
  height: 1px;
  margin-bottom: 5px;
  float: right;
}

.menu-mobile {
  display: none;
  background-color: #080808;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  display: flex;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.menu-close {
  height: 20px;
  position: relative;
  width: 20px;
}

.menu-closing {
  position: absolute;
  right: 1.4rem;
  top: 1.8rem;
}

.menu-links {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 15%;
  left: 1.4rem;
}

.menu-links a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.7rem;
  font-weight: 400;
  text-decoration: none;
  padding: 0.7rem 0;
  color: #f2f2e8;
  text-decoration: none;
  font-weight: 200;
}

.menu-bottom {
  position: absolute;
  bottom: 2rem;
  left: 4%;
}

.vertical-bar {
  color: #dbd5c9;
}

.menu-bottom a {
  font-size: 1rem;
  font-weight: 200;
  text-decoration: none;
  color: #f2f2e8;
  text-decoration: none;
  font-weight: 200;
}

.menu-rooms {
  background-color: #080808;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
}

.menu-rooms-closing {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.8rem 1.4rem;
  width: 100%;
  position: absolute;
  top: 0;
}
.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%;
}

.shadow {
  background: linear-gradient(
    179deg,
    rgba(36, 36, 33, 0) 40.27%,
    #09090b 94.92%
  );
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
}
.chevorn-down-container {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  bottom: 30px;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}

.chevorn-down-container img {
  animation: bounce 1s infinite;
  animation-timing-function: ease-in-out;
}

.main-bottom-container {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 30px;
  padding-bottom: 30px;
  width: 50%;
  overflow: visible;
}

.main-bottom-container a {
  font-size: 1rem;
  color: #f2f2e8;
  font-weight: 200;
  text-decoration: none;
}

.selected-lang {
  color: #9ca3af !important;
}

.main-bottom-container span {
  font-weight: 200;
  color: #f2f2e8;
}

.scrolling-text {
  overflow: hidden;
  width: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  background-color: black;
}

.scrolling-text .rail {
  display: flex;
  gap: 1rem;
}

.scrolling-text .rail h4 {
  white-space: nowrap;
  font-size: 1.1rem;
  margin: 0;
  color: #f2f2e8;
  font-weight: 300;
}

.center-dot-scroll {
  margin-left: 0.6rem;
}

.discount-color {
  color: #f49b1f;
}

.welcome-section {
  margin: 10% 15% 10% 15%;
}

.welcome-section-layout {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.welcome-item-wrapper {
  width: 50%;
}

.welcome-section-layout h2 {
  color: #9ca3af;
  font-weight: 200;
  margin-bottom: 0;
}

.welcome-section-layout h1 {
  color: #f2f2e8;
  margin-top: 0;
  font-weight: 300;
  font-size: 2.8rem;
}

.banner-mobile {
  display: none;
}

.booking-banner-wrapper {
  width: 50%;
  height: auto;
  margin-top: 1rem;
  cursor: pointer;
}

.booking-banner-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.book-btn-first {
  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: "Raleway", serif;
  font-size: 1rem;
  font-weight: 200 !important;
  height: 48px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
  width: 130px;
  z-index: 1;
  margin-top: 2rem;
}

.welcome-section-layout p {
  color: #f2f2e8;
  font-size: 1.1rem;
  font-weight: 200;
}

.welcome-text-container {
  padding-top: 5rem;
}

.image-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}

.image-section .img {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-section .img-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.scroll-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  filter: brightness(10%);
  z-index: 0;
}

.suites-img-content {
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 2;
  color: #dbd5c9;
  width: 100%;
  overflow: hidden !important;
  padding: 5% 0 5% 0;
}

.image-section h2 {
  font-weight: 300;
  font-size: 3rem;
  margin: 0 0 3rem 0;
}

.image-section p {
  font-weight: 200;
  font-size: 1rem;
  width: 40%;
  margin: 0;
}

.container {
  height: 100vh;
}

.suites-btn {
  cursor: pointer;
  margin-top: 3rem;
  border: none;
  background-color: #dbd5c9;
  color: #000;
  border-radius: 30px;
  height: 45px;
  width: 140px;
  font-family: "Raleway", serif !important;
  font-weight: 300 !important;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.image-section .img-container h1 {
  top: 20%;
  font-size: 2.5rem;
}

.image-section .img-container p {
  top: 30%;
  font-size: 1.1rem;
}

.adventures-section {
  margin: 10%;
}

.adventures-layout {
  display: flex;
  justify-content: center;
  gap: 7rem;
  margin-top: 10%;
}

.adventures-section h2 {
  color: #f2f2e8;
  font-weight: 300;
  font-size: 2rem;
}

.adventure-item {
  height: 620px;
  width: 21%;
  cursor: pointer;
}

.adventure-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
  transition: transform 0.3s ease-in-out;
}

.adventure-img:hover {
  transform: scale(1.07);
}

.overflow-images {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.adventure-item h3 {
  color: #f2f2e8;
  font-weight: 200;
}

.pt-item {
  margin-top: 5%;
}

.adventure-item a {
  color: #f2f2e8;
  font-weight: 200;
  text-decoration: none;
  font-size: 1rem;
}

.arrow-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: 5px;
}

.arrow-icon-dark {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.more-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 10%;
}

.attractions-btn {
  cursor: pointer;
  border: none;
  background-color: #f2f2e8;
  color: #000;
  border-radius: 30px;
  height: 45px;
  width: 180px;
  font-family: "Raleway", serif !important;
  font-weight: 300 !important;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.contact-section {
  margin: 10%;
}

.contact-section-layout {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
}

.map-container {
  width: 60%;
  background-color: #18181b;
  border-radius: 10px;
}

.contact-info-container {
  width: 40%;
  background-color: #18181b;
  border-radius: 10px;
}

.contact-info-container {
  padding: 30px 20px 30px 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.contact-info-container h2 {
  color: #f2f2e8;
  margin-top: 0;
  margin-bottom: 3rem;
  font-weight: 300;
  font-size: 1.8rem;
}

.info-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

.calendar-icon {
  width: 16px;
}

.phone-icon,
.envelope-icon {
  width: 21px;
}

.icon-side {
  width: 22px;
}

.info-wrapper a {
  color: #f2f2e8;
  font-weight: 200;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 2.4rem;
}

.contact-link-aria {
  visibility: hidden;
}

.contact-form {
  margin-top: 10%;
  width: 90%;
}

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 #f2f2e8;
  border-radius: 0;
  box-sizing: border-box;
  color: #f2f2e8;
  font-family: "Raleway", serif;
  font-size: 1rem;
  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: #ffffff80;
  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: #f2f2e8;
  cursor: pointer;
  font-size: 0.8rem;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  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: 3rem;
}
.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: "Raleway", serif;
  font-size: 1rem;
  font-weight: 200 !important;
  height: 48px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
  width: 130px;
  z-index: 1;
}

.map-overlay-container {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
#map {
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.map-overlay-container {
  position: relative;
}
.map-overlay {
  align-items: center;
  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;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #0a0a0a;
}
.map-overlay p {
  color: #f2f2e8;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.8rem;
}
.map-overlay img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  filter: brightness(20%);
  border-radius: 10px;
}
.map-popup {
  margin: 0;
  padding: 0;
}

.map-popup h3 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 15px;
}

.pop-up-link {
  text-decoration: none;
  color: #075985;
  font-size: 13px;
}

.pop-up-link:hover {
  text-decoration: underline;
}
.overlay-inner-bg {
  padding: 20px;
  background-color: #00000099;
}
.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%;
}
.overlay-btn {
  background-color: #f2f0e8;
  border: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #000;
  cursor: pointer;
  font-family: "Raleway", sans-serif !important;
  font-size: 1rem;
  font-weight: 200;
  height: 48px;
  width: 150px;
}

footer {
  background-color: #09090b;
  padding: 4% 10% 0;
}
.footer-flex {
  display: flex;
  gap: 15%;
}
.footer-flex h4 {
  color: #8a8a8a;
  font-size: 1rem;
  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: 0.9rem;
  font-weight: 200;
  position: relative;
  text-decoration: none;
  line-height: 1.5rem;
}
.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: 1rem;
}
.social-links-flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.social-icon {
  width: 27px;
}
.yt-icon {
  width: 32px;
  margin-left: -2px;
  margin-top: -2px;
}
.hotel-logo {
  width: 70px;
  margin-top: -5px;
}
.partners-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.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: 0.7rem;
  font-weight: 200;
}
.footer-bottom a {
  text-decoration: none;
}
.credits:hover {
  color: #a5b4fc;
}
@media screen and (max-width: 767px) {
  .pop-up {
    width: 85%;
    height: 70%;
    overflow: hidden;
  }
  .pop-up-layout {
    flex-direction: column;
    justify-content: flex-start;
  }
  .pop-up-layout div {
    width: 100%;
  }
  .text-pop-up {
    padding: 0.5rem 10px 10px 10px;
  }
  .text-pop-up h2 {
    font-size: 1.8rem;
  }
  .text-pop-up p {
    margin-top: 2rem;
  }
  .close-pop-up {
    top: 10px;
    right: 10px;
  }
  .book-btn-pop-up {
    margin-top: 3rem;
  }
  .book-btn-mobile {
    display: flex;
    width: 65px;
    height: 65px;
    font-size: 1rem;
  }
  .desktop-header {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .welcome-section {
    margin: 10% 5% 10% 5%;
  }
  .welcome-section-layout {
    flex-direction: column;
  }
  .welcome-section-layout div {
    width: 100%;
  }
  .banner-mobile {
    display: block;
    margin-top: 3rem;
  }
  .banner-desktop {
    display: none;
  }
  .book-btn-first {
    display: none;
  }
  .welcome-text-container {
    padding-top: 1rem;
  }
  .image-section p {
    width: 80%;
  }
  .adventures-section {
    margin: 15% 5% 10% 5%;
  }
  .adventures-layout {
    flex-direction: column;
    gap: 10rem;
    padding-bottom: 25%;
  }
  .adventure-item {
    width: 100%;
  }
  .more-button-wrapper {
    margin-top: 25%;
    margin-bottom: 15%;
  }
  .contact-section {
    margin: 15% 5% 10% 5%;
  }
  .contact-section-layout {
    flex-direction: column;
  }
  .map-container {
    height: 450px;
  }
  .contact-info-container,
  .map-container {
    width: 100%;
  }
  footer {
    padding: 25% 4% 0;
  }
  .footer-flex {
    display: flex;
  }
  .links-icons-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 1em;
    width: 100% !important;
    gap: 5%;
  }
  .social-links-flex {
    flex-direction: row;
  }
  .partners-wrapper {
    margin-top: 2rem;
  }
  .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) {
  .pop-up {
    width: 85%;
    height: 70%;
    overflow: hidden;
  }
  .text-pop-up {
    padding: 0.5rem 10px 10px 10px;
  }
  .text-pop-up h2 {
    font-size: 1.8rem;
  }
  .text-pop-up p {
    margin-top: 2rem;
  }
  .close-pop-up {
    top: 10px;
    right: 10px;
  }
  .book-btn-pop-up {
    margin-top: 1.5rem;
  }
  .desktop-header {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .banner-mobile {
    display: block;
    margin-top: 3rem;
  }
  .banner-desktop {
    display: none;
  }
  .welcome-section {
    margin: 10%;
  }
  .suites-img-content {
    top: 18%;
  }
  .adventures-layout {
    flex-direction: column;
    gap: 8.5rem;
  }
  .adventure-item {
    width: 100%;
  }
  .more-button-wrapper {
    margin-top: 20%;
  }
  .contact-section-layout {
    flex-direction: column;
  }
  .map-container {
    height: 450px;
  }
  .contact-info-container,
  .map-container {
    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: 1024px) {
  .pop-up {
    width: 85%;
    height: 70%;
    overflow: hidden;
  }
  .pop-up-layout {
    flex-direction: column;
    justify-content: flex-start;
  }
  .pop-up-layout div {
    width: 100%;
  }
  .text-pop-up {
    padding: 0.5rem 20px 20px 20px;
  }
  .text-pop-up h2 {
    font-size: 1.8rem;
  }
  .text-pop-up p {
    margin-top: 2rem;
  }
  .close-pop-up {
    top: 10px;
    right: 10px;
  }
  .book-btn-pop-up {
    margin-top: 3rem;
  }
  .desktop-header {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .welcome-section {
    margin: 10%;
  }

  .image-section p {
    width: 70%;
  }
  .adventures-layout {
    flex-direction: column;
    gap: 8.5rem;
  }
  .adventure-item {
    width: 100%;
  }
  .more-button-wrapper {
    margin-top: 20%;
  }
  .contact-section-layout {
    flex-direction: column;
  }
  .map-container {
    height: 450px;
  }
  .contact-info-container,
  .map-container {
    width: 100%;
  }
  footer {
    padding: 5% 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;
  }
}
