* {
  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;
  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;
}
@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;
}
main {
  padding: 10% 10% 5%;
}
.starter-split {
  display: flex;
  justify-content: space-between;
}
.h1-aria {
  visibility: hidden;
}
.h1-animated-row span {
  color: #fff;
  font-size: 4.4rem;
  font-weight: 400;
}
.h1-wrapper {
  width: 60%;
}
.starter-wrapper {
  padding-top: 6rem;
  width: 40%;
}
main h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
}
main p {
  color: #fff;
  font-size: 2rem;
  font-weight: 200;
  line-height: 2rem;
}
.overflow {
  overflow: hidden !important;
}
section {
  margin: 0 10%;
}
.galery-layout {
  display: flex;
  gap: 1.2em;
  justify-content: space-between;
}
picture {
  display: block;
  overflow: hidden;
}
.img-row-layout img {
  transition: transform 0.3s ease-in-out;
  vertical-align: bottom;
}
.img-row-layout img:hover {
  transform: scale(1.1);
}
.gallery-layout {
  display: flex;
  gap: 1.2em;
  justify-content: space-between;
  margin: 0 10%;
}
.img-row-layout {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  width: 33.33%;
}
.img-row-layout img {
  cursor: pointer;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.lightbox {
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-top: 3rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000 !important;
}
.lightbox-content {
  display: block;
  margin: 2rem auto auto;
  max-height: 90%;
  max-width: 90%;
}
.closeImg {
  align-items: center;
  background-color: #242421;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 25px;
  position: absolute;
  right: 3rem;
  top: 3rem;
  transition: 0.3s;
  z-index: 3001 !important;
}
.close:focus,
.close:hover {
  color: #bbb;
  cursor: pointer;
  text-decoration: none;
}
.videos-wrapper {
  display: flex;
  gap: 1.2em;
  justify-content: space-between;
  margin-top: 10%;
}
.video-container {
  width: 33.33%;
}
video {
  width: 100%;
}
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;
  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: 1rem;
  font-weight: 200;
}
.footer-bottom a {
  text-decoration: none;
}
.credits:hover {
  color: #a5b4fc;
}
@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;
  }
  main {
    padding: 25% 4% 0;
  }
  .starter-split {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .h1-wrapper {
    width: 100%;
  }
  .starter-wrapper {
    padding: 0;
    width: 100%;
  }
  section {
    margin: 0 4%;
  }
  .galery-layout {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .img-row-layout {
    width: 100%;
  }
  .videos-wrapper {
    flex-direction: column;
  }
  .video-container {
    width: 100%;
  }
  .closeImg {
    right: 4%;
  }
  .lightbox-content {
    margin-top: 50%;
  }
  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: 1024px) {
  .menu-img {
    display: none;
  }
  .menu-items {
    width: 100%;
  }
  .menu-links {
    margin-top: 35%;
  }
  main {
    padding: 10% 4%;
  }
  section {
    margin: 0 4%;
  }
  .lightbox-content {
    margin-top: 30%;
  }
  .closeImg {
    right: 4%;
  }
  footer {
    margin-top: -10px;
    padding-top: 8%;
  }
  .footer-flex h4 {
    font-size: 1.6rem;
  }
  .footer-flex ul li a {
    font-size: 1.4rem;
  }
  .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: 35%;
  }
  footer {
    padding: 4% 4% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .menu-links {
    margin-top: 15%;
  }
  .lightbox {
    padding: 0;
  }
  .lightbox-content {
    margin-top: 2%;
  }
  .closeImg {
    top: 1rem;
  }
}
