* {
  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;
}

.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);
}

.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;
}

main {
  padding: 10% 10% 5%;
}
h1 {
  color: #dbd5c9;
  font-size: 3rem;
  font-weight: 400;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
main {
  color: #dbd5c9;
}
main h2 {
  font-size: 2.4rem;
  font-weight: 300;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  color: #dbd5c9;
}
main h3 {
  font-size: 2.2rem;
  font-weight: 300;
  word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  color: #dbd5c9;
}
main h4 {
  font-size: 1.7rem;
  font-weight: 300;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  color: #dbd5c9;
}
main p {
  font-size: 1.1rem;
  font-weight: 200;
  margin: 0.5rem;
  color: #dbd5c9;
}
main ul li {
  font-weight: 200;
  line-height: 2rem;
  color: #dbd5c9;
}
main ul li {
  font-size: 1rem;
}
main a {
  color: #f49b1f;
  display: inline-block;
  font-weight: 200;
  position: relative;
  text-decoration: none;
}
main a:before {
  background-color: #f49b1f;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
main a:hover:before {
  width: 100%;
}
.date {
  font-family: monospace;
  font-size: 0.9rem;
  font-weight: 100 !important;
  margin-top: 5rem;
}

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) {
  .book-btn-mobile {
    display: flex;
    width: 65px;
    height: 65px;
    font-size: 1rem;
  }
  .desktop-header {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  h1 {
    white-space: normal;
    word-break: break-word;
  }
  .h1-desktop {
    display: none;
  }
  .h1-mobile {
    display: block;
  }
  main {
    padding: 25% 4% 0;
  }
  main a {
    white-space: normal;
    word-break: break-word;
  }
  .date {
    margin-top: 2rem;
  }
  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) {
  .desktop-header {
    display: none;
  }
  .mobile-header {
    display: block;
  }

  main {
    padding: 20% 4% 5%;
  }
  .menu-footer-flex {
    padding: 0;
  }
  footer {
    padding: 4% 4% 0;
  }
}
