* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden !important;
  background-color: #080808;
}

@font-face {
  font-family: "PPNeueCorp";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/PPNeueCorp/PPNeueCorp-CompactMedium.woff2)
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "PPEditorialNew";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/fonts/PPEditorialNew/PPEditorialNew-Italic.woff2)
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/fonts/Roboto/Roboto-Light.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url(/assets/fonts/Roboto/Roboto-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  src: url(/assets/fonts/Roboto/Roboto-LightItalic.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url(/assets/fonts/Roboto/Roboto-ExtraLightItalic.ttf) format("truetype");
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #242421;
}
::-webkit-scrollbar-thumb {
  background: #0a0a0a;
}
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.header-desktop {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.8rem 2.4rem;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

header.scrolled {
  background-color: #080808;
  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;
}

.header-desktop nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-desktop img {
  width: 120px;
  height: auto;
  cursor: pointer;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.header-desktop a {
  color: #dbd5c9;
  font-weight: 200;
  font-size: 1.1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 3px;
}

.dropdown {
  display: flex;
  align-items: center;
  gap: 3px;
}

.current-page {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #f97316;
}

.header-cta {
  display: flex;
  gap: 1rem;
}

.lang-menu {
  display: flex;
  align-items: center;
  gap: 3px;
}

.nav-vertical-line {
  width: 1px;
  height: 20px;
  background-color: #dbd5c9;
}

.nav-btn {
  display: flex;
  align-items: center;
}

.header-dropdown-one {
  height: 0;
  background-color: #080808;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  width: 100%;
  position: fixed;
  z-index: 100;
  overflow: hidden;
}

.header-dropdown-two {
  height: 0;
  background-color: #080808;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  width: 100%;
  position: fixed;
  z-index: 100;
  overflow: hidden;
}

.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-layout {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 150px 8rem 4rem 8rem;
  gap: 1.6rem;
}

.dropdown-item {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  cursor: pointer;
}

.dropdown-item-img {
  width: 160px;
  height: 120px;
  object-fit: cover;
}

.dropdown-item h3 {
  font-family: "PPNeueCorp", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #dbd5c9;
}

.dropdown-item p {
  font-size: 0.9rem;
  font-weight: 200;
  color: #dbd5c9;
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 1px;
}

.nav-cta a {
  color: #dbd5c9;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 200;
  font-size: 0.9rem;
}

.nav-cta img {
  width: 14px;
  height: auto;
}

.mobile-header {
  display: none;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.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: #dbd5c9;
}

.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: #dbd5c9;
}

.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 {
  height: 100vh;
}

.hero-content {
  height: calc(100vh - 1.5rem);
  width: 100%;
  position: relative;
}

.hero-image {
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(40%);
  border-radius: 0 0 10px 10px;
}

.hero-text {
  position: absolute;
  bottom: 20%;
  left: 6.5rem;
}

h1 {
  color: #dbd5c9;
  font-size: 3.7rem;
  line-height: 3.8rem;
  font-weight: 500;
  font-family: "PPNeueCorp", sans-serif;
  margin: 0;
}

.hero-text h2 {
  font-family: "PPEditorialNew", serif;
  font-style: italic;
  font-weight: 400;
  color: #dbd5c9;
  font-size: 2.6rem;
  margin-top: 1rem;
}

.hero-text p {
  color: #dbd5c9;
  font-size: 1.3rem;
  font-weight: 100;
  width: 45%;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 13px;
}

.main-btn {
  display: inline-flex;
  align-items: center;
  background-color: #f97316;
  color: #dbd5c9;
  font-weight: 100;
  text-decoration: none;
  padding: 0.25rem 1rem;
  min-height: calc(2.7rem + 5px);
  width: 175px;
  border-radius: 9999px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}

.main-btn .btn-text {
  font-size: 1.15rem;
}

.arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5px;
  background-color: #dbd5c9;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.hero-a {
  display: flex;
  gap: 3px;
}

.hero-link {
  font-size: 1.15rem;
  color: #dbd5c9;
  font-weight: 100;
  text-decoration: none;
}

.info-section {
  margin: 6rem 8rem;
}

.intro-layout {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 3rem;
}

.intro-text {
  width: 65%;
}

.intro-text p {
  color: #dbd5c9;
  font-size: 1.3rem;
  font-weight: 100;
  margin-top: 0;
}

.intro-text sup {
  font-size: 0.7rem;
}

.intro-booking {
  width: 35%;
  padding: 1rem;
  border: 1px solid #dbd5c9;
}

.intro-booking h2 {
  font-family: "PPNeueCorp", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin-top: 0;
  color: #dbd5c9;
  margin-bottom: 1rem;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: #dbd5c9;
}

.price-text {
  color: #dbd5c9;
  font-size: 1.3rem;
}

.price {
  font-family: "PPNeueCorp", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
}

.disclaimer {
  font-size: 0.9rem;
  margin-bottom: 0;
  font-weight: 100;
  color: #63686e;
}

.booking-ctas {
  display: flex;
  gap: 1rem;
}

.o-btn {
  background-color: #f97316;
  padding: 0.85rem 1.6rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  color: #dbd5c9;
  transition: all 0.2s ease-in-out;
}

.o-btn:hover {
  background-color: #dbd5c9;
  color: #0a0a0a;
}

.w-btn {
  background-color: #dbd5c9;
  padding: 0.85rem 1.6rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  color: #0a0a0a;
  transition: all 0.2s ease-in-out;
}

.w-btn:hover {
  background-color: #f97316;
  color: #dbd5c9;
}

.info-header {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 8rem;
}

.info-header h2 {
  font-family: "PPNeueCorp", sans-serif;
  color: #dbd5c9;
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 500;
}

.change-font {
  font-family: "PPEditorialNew", serif;
  font-style: italic;
  color: #dbd5c9;
  font-size: 2.8rem;
  font-weight: 400;
}

.icons-layout {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.8rem 4rem;
  margin-top: 2rem;
}

.icon-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.icon-item p {
  color: #dbd5c9;
  font-weight: 100;
  font-size: 1.3rem;
}

.images-wrapper {
  margin-top: 6rem;
}

.images-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.images-layout img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gallery-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  gap: 13px;
}

.gallery-btn {
  display: inline-flex;
  align-items: center;
  background-color: #f97316;
  color: #dbd5c9;
  font-weight: 100;
  text-decoration: none;
  padding: 0.25rem 1rem;
  min-height: calc(2.7rem + 5px);
  width: 180px;
  border-radius: 9999px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}

.main-btn .btn-text {
  font-size: 1.15rem;
}

.arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5px;
  background-color: #dbd5c9;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.gallery-a {
  display: flex;
  gap: 3px;
}

.gallery-link {
  font-size: 1.15rem;
  color: #dbd5c9;
  font-weight: 100;
  text-decoration: none;
}

.line-acc {
  width: 100%;
  height: 1px;
  background-color: #2c2c2c;
  margin-top: 5rem;
}

.accommodations-wrapper {
  margin-top: 6rem;
}

.accommodations-wrapper h2 {
  color: #dbd5c9;
  font-family: "PPNeueCorp", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.2rem;
}

.accommodations-layout {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
}

.acc-item {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.acc-text {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.acc-text h3 {
  font-family: "PPNeueCorp", sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  color: #dbd5c9;
  margin: 0;
}

.accommodations-layout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(60%);
  transition: all 0.3s ease-in-out;
}

.accommodations-layout img:hover {
  scale: 1.08;
}

footer {
  background-color: #0d0d0d;
  width: 100%;
  padding: 2rem 8rem 1rem 8rem;
}

.footer-logo-img {
  width: 130px;
  height: auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  color: #dbd5c9;
  align-items: flex-start;
}

.footer-logo p {
  font-size: 1.2rem;
  width: 80%;
}

.social-links-layout {
  display: flex;
  gap: -2px;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #3c3d37;
  padding-top: 0.9rem;
  margin-top: 2rem;
}

.footer-layout div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-layout h3 {
  font-size: 1.4rem;
  font-weight: 200;
  color: #dbd5c9;
  margin-bottom: 14px;
}

.footer-layout a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 100;
  color: #dbd5c9;
}

.footer-layout p {
  font-size: 1rem;
  font-weight: 100;
  color: #dbd5c9;
  margin: 0;
}

.footer-partners h3 {
  font-size: 1.4rem;
  font-weight: 200;
  color: #dbd5c9;
  margin-bottom: 14px;
}

.partners-layout {
  display: flex;
  gap: 1.4rem;
}

.borsalino-logo {
  width: 100px;
  height: auto;
  cursor: pointer;
}

.hotel-logo {
  width: 70px;
  height: auto;
  cursor: pointer;
}

.milla-logo {
  width: 60px;
  height: auto;
  cursor: pointer;
}

.apartments-logo {
  width: 90px;
  height: auto;
  cursor: pointer;
}

.footer-bottom {
  border-top: 1px solid #3c3d37;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1rem;
}

.footer-bottom p {
  color: #dbd5c9;
  font-weight: 100;
  font-size: 1rem;
  margin: 0;
}

.footer-bottom a {
  color: #dbd5c9;
  font-weight: 100;
  font-size: 1rem;
  text-decoration: none;
  margin: 0;
}
@media (max-width: 768px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .mobile-header nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hero-image {
    padding: 0 0.7rem;
  }

  .hero-text {
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
    bottom: 10%;
  }

  h1 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  .hero-text h2 {
    font-size: 1.7rem;
  }
  .hero-content p {
    width: 100%;
    margin-top: 2rem;
  }
  .main-btn {
    width: 157px;
  }
  .main-btn .btn-text {
    font-size: 1rem;
  }
  .hero-link {
    font-size: 1rem;
  }
  .info-section {
    margin: 4rem 1rem;
  }
  .intro-layout {
    flex-direction: column-reverse;
  }
  .intro-text,
  .intro-booking {
    width: 100%;
  }
  .info-header {
    margin-top: 2rem;
  }
  .info-header h2 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  .change-font {
    font-size: 1.7rem;
  }
  .icons-layout {
    margin-top: 0;
    gap: 0.2rem 2rem;
  }
  .images-layout {
    grid-template-columns: 1fr;
  }
  .gallery-link {
    font-size: 1rem;
  }
  .accommodations-wrapper h2 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  .accommodations-layout {
    flex-direction: column;
  }
  .acc-item {
    height: 400px;
  }
  .acc-text h3 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  footer {
    padding: 2rem 1rem 1rem 1rem;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-layout {
    flex-direction: column;
  }
  .partners-layout {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .hotel-logo {
    width: 60px;
  }
  .milla-logo {
    width: 50px;
  }
  .apartments-logo {
    width: 75px;
  }
  .borsalino-logo {
    width: 90px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .mobile-header nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hero-image {
    padding: 0 0.7rem;
  }

  .hero-text {
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
    bottom: 10%;
  }

  h1 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  .hero-text h2 {
    font-size: 1.7rem;
  }
  .hero-content p {
    width: 100%;
    margin-top: 2rem;
  }
  .main-btn {
    width: 157px;
  }
  .main-btn .btn-text {
    font-size: 1rem;
  }
  .hero-link {
    font-size: 1rem;
  }
  .info-section {
    margin: 4rem 1rem;
  }
  .intro-layout {
    flex-direction: column-reverse;
  }
  .intro-text,
  .intro-booking {
    width: 100%;
  }
  .info-header {
    margin-top: 2rem;
  }
  .info-header h2 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  .change-font {
    font-size: 1.7rem;
  }
  .icons-layout {
    margin-top: 0;
    gap: 0.2rem 2rem;
  }
  .images-layout {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-link {
    font-size: 1rem;
  }
  .accommodations-wrapper h2 {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .acc-item {
    height: 400px;
  }
  .acc-text h3 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  footer {
    padding: 2rem 1rem 1rem 1rem;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-layout {
    flex-direction: column;
  }
  .partners-layout {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .hotel-logo {
    width: 60px;
  }
  .milla-logo {
    width: 50px;
  }
  .apartments-logo {
    width: 75px;
  }
  .borsalino-logo {
    width: 90px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
    width: 100%;
  }
  .mobile-header nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer {
    padding: 2rem 1rem 1rem 1rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .info-section {
    margin: 6rem;
  }
  .info-header {
    margin-top: 4rem;
  }
  .icons-layout {
    gap: 1rem 3rem;
    margin-top: 0;
  }
  footer {
    background-color: #0d0d0d;
    width: 100%;
    padding: 2rem 6rem 1rem 6rem;
  }
}
