* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #080808;
  font-family: "Inter", sans-serif;
  overflow-x: hidden !important;
}

@font-face {
  font-family: "PP_Pangaia";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/PPPangaia/PPPangaia-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/Inter/static/Inter_18pt-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/fonts/Inter/static/Inter_18pt-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url(/assets/fonts/Inter/static/Inter_18pt-Thin.ttf) format("truetype");
}

.badge {
  position: fixed;
  top: 0;
  right: -0.5rem;
  overflow: hidden;
  z-index: 1000;
  pointer-events: none;
}

.badge-box {
  position: absolute;
  top: 0.5rem;
  right: 0.2rem;
  z-index: 10;
}

.header-desktop {
  position: fixed;
  z-index: 100;
  left: 0;
  padding: 20px 35px;
  width: 100%;
  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-desktop nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.links {
  display: flex;
  gap: 25px;
}

.links a {
  color: #fff6ec;
  font-weight: 100;
  font-size: 1.1rem;
  text-decoration: none;
}

.info-links-nav a {
  color: #fff6ec;
  font-weight: 100;
  font-size: 1.1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 3px;
}

.text {
  height: 1.3rem;
  line-height: 1.3rem;
  overflow: hidden !important;
  position: relative;
  display: inline-block;
}

.text.play .letter {
  transform: translateY(-100%);
}

.text .letter {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.024, 1);
  position: relative;
}

.letter:nth-child(1) {
  transition-delay: 0s;
}

.letter:nth-child(2) {
  transition-delay: 0.02s;
}

.letter:nth-child(3) {
  transition-delay: 0.05s;
}

.letter:nth-child(4) {
  transition-delay: 0.08s;
}

.letter:nth-child(5) {
  transition-delay: 0.11s;
}

.letter:nth-child(6) {
  transition-delay: 0.14s;
}

.letter:nth-child(7) {
  transition-delay: 0.17s;
}

.letter:nth-child(8) {
  transition-delay: 0.16s;
}

.letter:nth-child(9) {
  transition-delay: 0.24s;
}

.letter:nth-child(10) {
  transition-delay: 0.27s;
}

.letter:nth-child(11) {
  transition-delay: 0.3s;
}

.letter:nth-child(12) {
  transition-delay: 0.33s;
}

.letter:nth-child(13) {
  transition-delay: 0.36s;
}

.letter:nth-child(14) {
  transition-delay: 0.39s;
}

.letter:nth-child(15) {
  transition-delay: 0.42s;
}

.info-links-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.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; */
}

.mobile-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.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: #fff6ec;
  font-weight: 100;
}

.menu-bottom {
  position: absolute;
  bottom: 2rem;
  left: 4%;
}

.vertical-bar {
  color: #dbd5c9;
}

.menu-bottom a {
  color: #fff6ec;
  font-weight: 100;
  font-size: 1rem;
  text-decoration: none;
}

.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;
}

.info-links-nav button {
  background-color: #fff6ec;
  color: #080808;
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  padding: 13px 33px;
  font-size: 1rem;
  font-weight: 200;
}

.overlay {
  position: absolute;
  height: 130vh;
  width: 100%;
  top: 0;
  background-color: #080808;
  z-index: 2;
  pointer-events: none;
}

.starter-wrapper {
  height: 130vh;
  width: 100%;
}

.aparmtents-starter-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(45%);
}

.starter-text {
  position: absolute;
  top: 35%;
  margin: 0 5rem;
  width: calc(100% - 10rem);
}

.overflow-wrapper {
  overflow: hidden;
}

h1 {
  font-family: "PP_Pangaia", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  margin: 0;
  color: #fff6ec;
}

.starter-info {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-shadow: inset 0 0.5px 0 #fff6ec, inset 0 -0.5px 0 #fff6ec;
  padding: 25px 0;
}

.location-text {
  display: flex;
  align-items: center;
}

.starter-info p {
  color: #fff6ec;
  font-size: 1.2rem;
  font-weight: 100;
  margin: 0;
}

sup {
  font-size: 0.7rem;
}

.info-ending-layout {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}

.cta-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 3.5rem;
  gap: 10px;
}

.cta-btns button {
  border-radius: 2px;
  background: #fff6ec;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border: none;
  padding: 12px 32px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #080808;
  font-weight: 200;
}

.cta-btns a {
  color: #fff6ec;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  display: flex;
  align-items: center;
  gap: 5px;
  text-underline-offset: 3px;
}

main {
  margin: 10% 5rem;
  background-color: #080808;
}

.apartments-info-layout {
  display: flex;
  justify-content: space-between;
}

.apartment-text-info {
  width: 40%;
}

.external-link {
  color: #f49b1f;
  text-decoration: none;
}

.apartment-text-info p {
  font-size: 1.2rem;
  color: #fff6ec;
  font-weight: 100;
}

.location-btn-wrapper {
  margin-top: 3rem;
}

.location-btn-wrapper button {
  border-radius: 2px;
  background: #fff6ec;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border: none;
  padding: 12px 32px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #080808;
  font-weight: 200;
}

.apartment-features-layout {
  width: 50%;
  margin-top: -3.5rem;
}

.apartment-features-layout h2 {
  font-family: "PP_Pangaia", sans-serif;
  font-weight: 400;
  font-size: 2.7rem;
  color: #fff6ec;
}

.underline {
  width: 100px;
  height: 1px;
  background-color: #fff6ec;
}

.features-layout {
  display: flex;
  justify-content: flex-start;
}

.features-layout div {
  width: 50%;
}

.features-layout ul {
  padding: 0;
}

.features-layout ul li {
  list-style: none;
  font-size: 1.2rem;
  font-weight: 100;
  color: #fff6ec;
  line-height: 2.5rem;
}

.shuttle-service {
  margin-top: 4rem;
  width: 80%;
}

.shuttle-service h3 {
  font-size: 1.6rem;
  color: #fff6ec;
  font-weight: 300;
  font-family: "PP_Pangaia", sans-serif;
}

.shuttle-service p {
  font-size: 1.2rem;
  font-weight: 100;
  color: #fff6ec;
}

.shuttle-link {
  color: #f49b1f !important;
  display: inline-block;
  font-weight: 200;
  position: relative;
  text-decoration: none;
  font-size: 1.1rem;
  word-break: break-all;
}

.shuttle-link:before {
  background-color: #f49b1f;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}

.shuttle-link:hover:before {
  width: 100%;
}

.image-section {
  position: relative;
  width: calc(100% - 10rem);
  overflow: hidden;
  margin: 0 5rem;
}

.img-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ukiyo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  filter: brightness(60%);
}

.images-layout-small {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.small-image-item {
  width: 50%;
}

.cta-btns-ending {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 5%;
}

.cta-btns-ending button {
  border-radius: 2px;
  background: #fff6ec;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border: none;
  padding: 12px 32px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #080808;
  font-weight: 200;
}

.cta-btns-ending a {
  color: #fff6ec;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  display: flex;
  align-items: center;
  gap: 5px;
  text-underline-offset: 5px;
}

.images-section {
  padding: 10% 5rem;
}

.header-carousel {
  font-family: "PP_Pangaia", sans-serif;
  font-size: 2.6rem;
  color: #fff6ec;
  font-weight: 400;
}

.images-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.carousel,
.wrapper {
  align-items: center;
  display: flex;
  width: 100%;
}

.box,
.carousel {
  justify-content: center;
}
.box {
  cursor: grab;
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
}

.box-content {
  padding: 0 10px;
  cursor: pointer !important;
}

.box-content h3 {
  font-family: "PP_Pangaia", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  margin: 0 0 1rem 0;
  color: #fff6ec;
}

.box-content a {
  margin-top: 0;
  color: #fff6ec;
  font-size: 1.1rem;
  font-weight: 100;
  text-decoration: none;
}

.row-img {
  width: 550px;
  height: 400px;
  object-fit: cover;
  padding: 0.5rem;
}

.control-buttons-wrapper {
  display: flex;
  gap: 1rem;
  margin: 3rem 1rem;
}

.next,
.prev {
  background: transparent;
  border: 1px solid #6e797a;
  border-radius: 2px;
  cursor: pointer;
  height: 48px;
  width: 80px;
}

.next img,
.prev img {
  width: 20px;
}

.prev img {
  transform: rotate(180deg);
}

footer {
  background-color: #0e0e0e;
  padding: 4rem 5rem 2rem 5rem;
}

.pos-book-rquest {
  display: flex;
  justify-content: center;
  margin: 9rem 0;
}

.icon-h4-layout {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-footer {
  font-family: "PP_Pangaia", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  margin: 0;
  color: #fff6ec;
}

.booking-middle {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

.booking-circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #d9c195;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.booking-circle img {
  filter: invert(100);
  width: 20px;
}

.booking-link-footer a {
  color: #d9c195 !important;
  font-family: "PP_Pangaia", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  margin: 0;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.booking-link-footer h4 {
  margin: 0;
  font-weight: 400;
  font-size: 3rem;
}

.booking-footer {
  margin-left: calc(72px + 1rem);
}

.footer-links-layout {
  display: flex;
  justify-content: space-evenly;
}

.footer-links-layout h4 {
  font-family: "PP_Pangaia", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff6ec;
}

.footer-links-layout ul {
  padding: 0;
}

.footer-links-layout ul li {
  list-style: none;
  line-height: 1.5rem;
}

.footer-links-layout ul li a {
  color: #fff6ec;
  font-size: 1.1rem;
  font-weight: 100;
  text-decoration: none;
}

.linked-hv-f {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.linked-hv-f:before {
  background-color: #f49b1f;
  bottom: 0;
  content: "";
  height: 0.5px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}

.linked-hv-f:hover:before {
  width: 100%;
}

.linked-hv-f:hover {
  color: #f49b1f !important;
}

.social-icons-layout {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.sc-icon-m {
  width: 20px;
  height: auto;
}

.sc-icon-l {
  width: 22px;
  height: auto;
}

.partners-layout {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.hotel-logo {
  width: 80px;
  height: auto;
}

.bs-logo {
  width: 60px;
  height: auto;
}

.bs-logo-l {
  width: 68px;
  height: auto;
}

.philosoph-logo {
  width: 110px;
  height: auto;
  margin: 0 -15px 0 -20px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

.footer-bottom p {
  color: #fff6ec;
  font-weight: 100;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.footer-bottom a {
  color: #fff6ec;
  font-weight: 100;
  font-size: 0.9rem;
  text-decoration: none;
  text-underline-offset: 2px;
}

.credits:hover {
  color: #dc2626;
}

@media (max-width: 768px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .starter-text {
    margin: 0 1rem;
    width: calc(100% - 2rem);
  }
  h1 {
    font-size: 3rem;
  }
  .info-ending-layout {
    display: none;
  }
  .cta-btns {
    justify-content: flex-start;
    margin-top: 5rem;
  }
  main {
    margin: 10% 1rem;
  }
  .apartments-info-layout {
    flex-direction: column;
  }
  .apartment-text-info,
  .apartment-features-layout {
    width: 100%;
  }
  .apartment-features-layout h2 {
    margin: 4rem 0 0 0;
  }
  .features-layout {
    margin-top: 2rem;
  }
  .shuttle-service {
    width: 100%;
    margin-bottom: 5rem;
  }
  .image-section {
    margin: 0 1rem;
    width: calc(100% - 2rem);
  }
  .images-layout-small {
    flex-direction: column;
  }
  .small-image-item {
    width: 100%;
  }
  .cta-btns-ending {
    margin-top: 15%;
  }
  .images-section {
    padding: 25% 1rem;
  }
  .header-carousel {
    font-size: 2rem;
  }
  .row-img {
    height: 240px;
    object-fit: cover;
    width: 360px;
  }
  .wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-left: calc(4% - 20px);
    margin-right: calc(4% - 20px);
  }

  .box-content {
    padding: 0 8px;
  }
  .control-buttons-wrapper {
    margin-left: 4%;
    margin: 3rem 8px;
  }
  .next,
  .prev {
    height: 38px;
    width: 60px;
  }
  .next img,
  .prev img {
    width: 14px;
    height: auto;
  }
  footer {
    background-color: #0e0e0e;
    padding: 4rem 1rem 2rem 1rem;
  }
  .pos-book-rquest {
    margin: 4rem 0;
  }
  .booking-middle {
    gap: 2rem;
  }
  .header-footer {
    font-size: 2rem;
  }
  .booking-link-footer h4 {
    font-size: 2rem !important;
  }
  .booking-circle {
    width: 80px;
    height: 80px;
  }
  .partners-layout {
    gap: 2rem;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer-links-layout {
    flex-direction: column;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .starter-text {
    margin: 0 1rem;
    width: calc(100% - 2rem);
  }
  main {
    margin: 10% 1rem;
  }
  .apartments-info-layout {
    margin-top: 10%;
  }
  .image-section {
    position: relative;
    width: calc(100% - 2rem);
    overflow: hidden;
    margin: 0 1rem;
  }
  .images-section {
    padding: 10% 1rem;
  }
  .box-content {
    padding: 0 8px;
  }
  footer {
    background-color: #0e0e0e;
    padding: 4rem 1rem 2rem 1rem;
  }
  .pos-book-rquest {
    margin: 4rem 0;
  }
  .booking-middle {
    gap: 2rem;
  }
  .header-footer {
    font-size: 2rem;
  }
  .booking-link-footer h4 {
    font-size: 2rem !important;
  }
  .partners-layout {
    gap: 2rem;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .booking-circle {
    width: 80px;
    height: 80px;
  }
  .footer-links-layout {
    flex-direction: column;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (min-width: 2560px) {
  .header-desktop {
    padding: 25px 45px;
  }
  .links a {
    font-size: 1.3rem;
  }
  .info-links-nav a {
    font-size: 1.3rem;
  }
  .info-links-nav button {
    padding: 16px 36px;
    font-size: 1.1rem;
  }
  h1 {
    font-size: 6.9rem;
    line-height: 6.9rem;
  }
  .starter-info p {
    font-size: 1.4rem;
  }
  .cta-btns button {
    font-size: 1.1rem;
    padding: 16px 36px;
  }
  .cta-btns a {
    font-size: 1.3rem;
  }
  .apartment-text-info p {
    font-size: 1.4rem;
  }
  .apartment-features-layout h2 {
    font-size: 3rem;
    margin: -3rem 0 0 0;
  }
  .features-layout ul li {
    font-size: 1.4rem;
  }
  .cta-btns-ending {
    margin-top: 5%;
  }
  .cta-btns-ending button {
    font-size: 1.1rem;
    padding: 16px 36px;
  }
  .cta-btns-ending a {
    font-size: 1.3rem;
  }
  .header-carousel {
    font-size: 3rem;
  }
  .box-content {
    padding: 0 10px;
  }
  .row-img {
    width: 700px;
    height: 500px;
  }
  .box-content h3 {
    font-size: 1.9rem;
  }
  .box-content a {
    font-size: 1.4rem;
  }
  .booking-link-footer h4 {
    font-size: 3.3rem;
  }
  .header-footer {
    font-size: 3.3rem;
  }
  .footer-links-layout ul li a {
    font-size: 1.2rem;
  }
}
