* {
  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;
}
@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;
  mix-blend-mode: difference;
}
#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 {
  height: 70vh;
}
.main-layout {
  display: flex;
  justify-content: space-between;
}
.main-intro {
  width: 100%;
}
.main-img {
  height: 70vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.main-img img {
  filter: brightness(60%);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.main-img-pos img {
  object-position: 0 50%;
}
.main-intro {
  bottom: 2rem;
  left: 10%;
  position: absolute;
}
.intro-text {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 40%;
}
.intro-text p {
  color: #fff;
  font-size: 2rem;
  font-weight: 200;
  line-height: 2rem;
}
.h1-aria {
  visibility: hidden;
}
.h1-animated-row {
  display: flex;
  flex-direction: column;
}
.h1-animated-row div span {
  color: #fff;
  display: inline-block;
  font-size: 4rem;
  letter-spacing: -2px;
  margin: 0;
}
.h1-animated span {
  overflow: visible;
}
.for-mobile {
  display: none;
}
.overflow {
  overflow: hidden;
}
.not-visible {
  visibility: hidden;
}
.list-section {
  margin: 10% 10% 5%;
}
.list-layout {
  border-bottom: 1px solid #e1ddd4;
  display: flex;
  justify-content: space-between;
}
.large-side,
.small-side {
  padding: 20px;
  width: 50%;
}
.sizes {
  border-collapse: collapse;
  margin-bottom: 20px;
  margin-top: 7%;
  width: 100%;
}
.large-side h3,
.small-side h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  margin-top: 0;
}
.sizes tbody tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sizes td,
.sizes th {
  color: #f2f0e8;
  font-size: 2rem;
  font-weight: 200;
  padding: 8px;
}
.td-small {
  font-size: 1.6rem !important;
}
.sizes .left-list {
  flex: 1;
  text-align: left;
}
.sizes .right-list {
  flex: 1;
  text-align: right;
}
.rules-section {
  margin: 5% 10%;
}
.rules-layout {
  padding: 20px;
}
.rules-layout h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  margin-top: 0;
}
.rules-layout h4 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}
.rules-layout p {
  color: #f2f0e8;
  font-size: 2rem;
  font-weight: 200;
  margin: 0;
}
.rules-layout a {
  color: #f49b1f;
  display: inline-block;
  font-weight: 200;
  position: relative;
  text-decoration: none;
}
.rules-layout a:before {
  background-color: #f49b1f;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
.rules-layout a:hover:before {
  width: 100%;
}
footer {
  background-color: #09090b;
  padding: 4% 10% 0;
}
.footer-flex {
  display: flex;
  gap: 15%;
  justify-content: flex-start;
}
.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%;
  }
  .campello-header {
    overflow-x: hidden !important;
  }
  .not-on-mobile {
    display: none !important;
  }
  .for-desktop {
    display: none;
  }
  .for-mobile {
    display: block;
  }
  .languages-row {
    gap: 15px;
  }
  .main-intro {
    left: 4%;
    width: 96%;
  }
  .h1-animated-row div span {
    font-size: 3rem;
  }
  .list-section,
  .rules-section {
    margin: 10% 4% 0;
  }
  .list-layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .rules-layout {
    padding: 0;
  }
  .large-side,
  .small-side {
    padding: 0;
    width: 100%;
  }
  .small-side {
    margin-top: -2.4rem;
  }
  .not-visible {
    display: none;
  }
  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) {
  .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%;
  }
  .main-intro {
    left: 4%;
    width: 96%;
  }
  .list-section,
  .rules-section {
    margin: 10% 4% 0;
  }
  .list-layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .rules-layout {
    padding: 0;
  }
  .large-side,
  .small-side {
    border: none;
    padding: 0;
    width: 100%;
  }
  footer {
    padding: 4% 4% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .menu-links {
    margin-top: 15%;
  }
}
