*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }

body {
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif; }

a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s; }

button:hover {
  opacity: 0.8;
  transition: opacity 0.2s; }

.button {
  text-decoration: none;
  padding: 1.5rem 3rem;
  border-radius: 8px;
  display: inline-block; }
  @media only screen and (max-width: 37.5em) {
    .button {
      padding: 1rem 3rem; } }
  .button--white {
    color: #000;
    background-color: #fff; }
    .button--white:hover {
      color: #000; }
  .button--brown {
    background-color: #422d08;
    color: #fff; }
    .button--brown:hover {
      color: #fff; }
  .button--brown-bg-white {
    background-color: #fff;
    color: #422d08; }
    .button--brown-bg-white:hover {
      color: #422d08; }
  .button--bg-brown-dark {
    background-color: #1c1202; }
  .button--color-white {
    color: #fff; }
  .button--text-grey {
    color: #dcd7ce; }
  .button--big {
    font-size: 2rem; }
    @media only screen and (max-width: 37.5em) {
      .button--big {
        font-size: 1.6rem; } }
  .button--medium {
    font-size: 2rem; }
    @media only screen and (max-width: 56.25em) {
      .button--medium {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 37.5em) {
      .button--medium {
        font-size: 1.2rem; } }
  .button--default {
    font-size: 1.6rem; }
  .button--small {
    font-size: 1.2rem; }
    @media only screen and (max-width: 37.5em) {
      .button--small {
        font-size: 1rem; } }
  .button--card {
    padding: 0.75rem 2rem;
    font-weight: 200; }
    @media only screen and (max-width: 56.25em) {
      .button--card {
        padding: 1rem; } }
    @media only screen and (max-width: 37.5em) {
      .button--card {
        padding: 0.7rem 1rem; } }
  .button--wide {
    padding: 1.5rem 7rem; }
    @media only screen and (max-width: 56.25em) {
      .button--wide {
        padding: 1rem 4rem; } }
    @media only screen and (max-width: 37.5em) {
      .button--wide {
        padding: 1rem 3rem; } }
  .button--header {
    padding: 1.5rem 5rem; }
    @media only screen and (max-width: 90em) {
      .button--header {
        padding: 1.5rem 3rem; } }
  .button--limited {
    padding: 2rem 4rem; }
    @media only screen and (max-width: 28.125em) {
      .button--limited {
        padding: 1rem 2rem; } }
  .button--guide {
    padding: 0.75rem 2rem; }
  .button--expert {
    padding: 1rem 2rem; }
  .button--expert-contact {
    padding: 1.5rem 3rem; }
  .button--room {
    padding: 1.5rem 4rem; }
    @media only screen and (max-width: 37.5em) {
      .button--room {
        padding: 1rem 3rem; } }
    .button--room:hover {
      color: #fff; }
  .button--gallery {
    padding: 0.5rem 1.5rem; }
  .button--form-status {
    padding: 0.75rem 2rem;
    border-radius: 5px; }
  @media only screen and (max-width: 37.5em) {
    .button--location {
      padding: 1rem 2rem; } }

.card {
  border: none; }
  .card__img-container {
    border-radius: 10px;
    overflow: hidden; }
  .card__img {
    object-fit: cover;
    width: 100%; }
  .card__description-container {
    display: flex;
    margin-top: 2rem; }
    @media only screen and (max-width: 37.5em) {
      .card__description-container {
        margin-top: 1rem; } }
  .card__number-box {
    padding-right: 2rem; }
    @media only screen and (max-width: 56.25em) {
      .card__number-box {
        padding-right: 1rem; } }
    @media only screen and (max-width: 37.5em) {
      .card__number-box {
        padding-right: 0; } }
  .card__number {
    font-size: 6rem;
    font-weight: 500;
    color: #422d08;
    margin-top: -1rem; }
    @media only screen and (max-width: 56.25em) {
      .card__number {
        font-size: 4rem;
        margin-top: 0; } }
    @media only screen and (max-width: 37.5em) {
      .card__number {
        display: none; } }
  .card__details-container {
    padding: 1rem;
    color: #422d08;
    width: 100%; }
    @media only screen and (max-width: 75em) {
      .card__details-container {
        width: 100%; } }
    @media only screen and (max-width: 50em) {
      .card__details-container {
        width: 100%; } }
    @media only screen and (max-width: 37.5em) {
      .card__details-container {
        padding: 0 1rem 1rem; } }
    @media only screen and (max-width: 28.125em) {
      .card__details-container {
        padding: 0 0.5rem 1rem; } }
  .card__details-title {
    font-size: 2.5rem;
    font-weight: 600; }
    @media only screen and (max-width: 56.25em) {
      .card__details-title {
        font-size: 2rem; } }
    @media only screen and (max-width: 37.5em) {
      .card__details-title {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 28.125em) {
      .card__details-title {
        font-size: 1.2rem; } }
    .card__details-title--number {
      display: none; }
      @media only screen and (max-width: 37.5em) {
        .card__details-title--number {
          display: inline; } }
  .card__details {
    flex-grow: 1; }
  .card__details-floor {
    font-weight: 600;
    font-size: 1.2rem; }
    @media only screen and (max-width: 37.5em) {
      .card__details-floor {
        font-size: 1rem; } }
  .card__details-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(min-content, 1fr));
    width: 100%;
    margin-top: 0.5rem; }
  .card__details-component-box {
    font-size: 1.2rem;
    display: flex; }
    .card__details-component-box--2 {
      justify-content: center;
      align-items: center; }
    .card__details-component-box--3 {
      justify-items: end;
      align-items: end; }
  .card__details-icon {
    height: 2rem;
    width: 2rem;
    margin-right: 0.1rem; }
    @media only screen and (max-width: 37.5em) {
      .card__details-icon {
        height: 1.5rem;
        width: 1.5rem; } }
    @media only screen and (max-width: 28.125em) {
      .card__details-icon {
        height: 1.2rem;
        width: 1.2rem; } }
  .card__details-component {
    height: 100%; }
    @media only screen and (max-width: 50em) {
      .card__details-component {
        margin-right: 0.2rem; } }
    @media only screen and (max-width: 37.5em) {
      .card__details-component {
        font-size: 1rem; } }
    @media only screen and (max-width: 28.125em) {
      .card__details-component {
        margin-right: 0rem; } }
  .card__details-divider {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 37.5em) {
      .card__details-divider {
        display: none; } }
  .card__pricing-box {
    margin-top: 1rem;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
  .card__pricing-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    border-radius: 10px;
    padding: 0.2rem;
    margin-left: auto;
    margin-right: 2rem;
    box-shadow: 0px 10px 30px -12px rgba(0, 0, 0, 0.51); }
    @media only screen and (max-width: 37.5em) {
      .card__pricing-group {
        margin-right: 0; } }
  .card__pricing {
    font-size: 2rem;
    margin: 0 1rem 0 2rem;
    color: #000; }
    .card__pricing:hover {
      opacity: 0.5;
      color: #000;
      cursor: pointer; }
    @media only screen and (max-width: 50em) {
      .card__pricing {
        font-size: 1.6rem;
        margin: 0 1rem; } }
    @media only screen and (max-width: 37.5em) {
      .card__pricing {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 28.125em) {
      .card__pricing {
        font-size: 1rem; } }
    .card__pricing--text {
      font-size: 1.2rem;
      font-weight: 600; }
      @media only screen and (max-width: 37.5em) {
        .card__pricing--text {
          font-size: 1rem; } }

.form-status__container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100; }

.form-status__box {
  border: 2px solid #422d08;
  padding: 5rem;
  max-width: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #422d08;
  border-radius: 2rem;
  background-color: #fff; }
  @media only screen and (max-width: 37.5em) {
    .form-status__box {
      padding: 2rem; } }

.form-status__icon {
  font-size: 8rem;
  color: #948a77;
  margin-bottom: 5rem; }

.form-status__close-icon {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 2.5rem;
  cursor: pointer; }

.form-status__title {
  font-size: 1.6rem;
  font-weight: 600; }

.form-status__description {
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  text-align: center; }
  .form-status__description--span {
    display: block;
    line-height: 1.2; }

.modal-image__image-view {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear; }

.modal-image__prev-btn, .modal-image__next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer; }
  .modal-image__prev-btn:hover, .modal-image__next-btn:hover {
    opacity: 0.8; }
  .modal-image__prev-btn:focus, .modal-image__next-btn:focus {
    outline: none; }
  @media only screen and (max-width: 56.25em) {
    .modal-image__prev-btn, .modal-image__next-btn {
      display: none; } }
  @media only screen and (max-width: 37.5em) {
    .modal-image__prev-btn, .modal-image__next-btn {
      height: 4rem;
      width: 4rem; } }
  .modal-image__prev-btn:hover, .modal-image__next-btn:hover {
    opacity: 0.6; }

.modal-image__prev-btn--box, .modal-image__next-btn--box {
  display: none; }
  @media only screen and (max-width: 56.25em) {
    .modal-image__prev-btn--box, .modal-image__next-btn--box {
      display: block; } }

.modal-image__prev-btn {
  left: 1rem; }
  @media only screen and (max-width: 75em) {
    .modal-image__prev-btn {
      left: 0.5rem; } }
  @media only screen and (max-width: 56.25em) {
    .modal-image__prev-btn {
      left: 1rem; } }
  @media only screen and (max-width: 37.5em) {
    .modal-image__prev-btn {
      left: 1rem; } }

.modal-image__next-btn {
  right: 1rem; }
  @media only screen and (max-width: 75em) {
    .modal-image__next-btn {
      right: 0.5rem; } }
  @media only screen and (max-width: 56.25em) {
    .modal-image__next-btn {
      right: 1rem; } }

.modal-image__direction-icon {
  font-size: 5rem; }

.modal-image__close {
  position: absolute;
  top: 2%;
  right: 2%;
  border: none;
  background-color: transparent;
  color: #fff;
  z-index: 20;
  transition: all 0.3s ease; }
  .modal-image__close:hover {
    opacity: 0.6; }
  .modal-image__close:focus {
    outline: none; }

.modal-image__close-icon {
  font-size: 5rem; }
  @media only screen and (max-width: 37.5em) {
    .modal-image__close-icon {
      font-size: 4rem; } }

.modal-image__image-box {
  width: 80%;
  height: 80vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/rooms/emerald-1.jpg");
  background-size: cover;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s, background 0.3s linear; }
  @media only screen and (max-width: 75em) {
    .modal-image__image-box {
      width: 80%;
      height: 70%; } }
  @media only screen and (max-width: 56.25em) {
    .modal-image__image-box {
      width: 90%;
      height: 50%; } }
  @media only screen and (max-width: 37.5em) {
    .modal-image__image-box {
      width: 100%;
      height: 40%; } }
  @media only screen and (max-width: 28.125em) {
    .modal-image__image-box {
      height: 30%; } }

.popup__container, .popup__success {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 50; }

.popup__box {
  max-width: 60rem;
  padding: 3rem 4rem 2rem;
  transform: translate(-50%, -50%) scale(0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  background: #fff; }
  @media only screen and (max-width: 75em) {
    .popup__box {
      width: 70%; } }
  @media only screen and (max-width: 56.25em) {
    .popup__box {
      width: 80%; } }
  @media only screen and (max-width: 37.5em) {
    .popup__box {
      padding: 3rem 2rem 2rem; } }
  @media only screen and (max-width: 28.125em) {
    .popup__box {
      padding: 2rem 2rem 1rem; } }

.popup-btn {
  cursor: pointer; }

.transform-in,
.transform-out {
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s; }

.transform-in {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.transform-out {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5); }

/* Basic styles for the popup */
.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  height: 100%;
  width: 100%; }

.popup-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998; }

.slider {
  height: 60rem;
  width: 90%;
  display: flex;
  margin-left: auto;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 75em) {
    .slider {
      width: 100%; } }
  @media only screen and (max-width: 28.125em) {
    .slider {
      height: 60rem; } }
  .slider--deals {
    width: 100%; }

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60rem;
  display: flex;
  /* THIS creates the animation! */
  transition: transform 1s; }
  @media only screen and (max-width: 28.125em) {
    .slide {
      height: 60rem; } }

.slider__btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  background: transparent;
  font-family: inherit;
  color: #fff;
  cursor: pointer; }
  .slider__btn:hover {
    opacity: 0.8; }
  .slider__btn:focus {
    outline: none; }

.slider__btn--left {
  left: 6%;
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 90em) {
    .slider__btn--left {
      left: 10%; } }

.slider__btn--right {
  right: 6%;
  transform: translate(50%, -50%); }
  @media only screen and (max-width: 90em) {
    .slider__btn--right {
      right: 10%; } }

.slider__span {
  font-size: 5rem; }

.dots {
  margin-top: 2rem;
  width: 90%;
  margin-left: auto; }
  @media only screen and (max-width: 75em) {
    .dots {
      width: 100%; } }
  .dots__dot {
    height: 1rem;
    width: 1rem;
    background-color: #979797;
    border-radius: 50%;
    display: inline-block;
    margin-left: 1rem;
    border: none;
    cursor: pointer; }
    .dots__dot--active {
      background-color: #606060; }
  .dots--deals {
    width: 100%; }

.scroll__wrapper {
  position: relative; }

.scroll__slide-button {
  position: absolute;
  top: 50%;
  height: 5rem;
  width: 5rem;
  color: #fff;
  border: none;
  outline: none;
  background: #422d08;
  font-size: 2.2rem;
  cursor: pointer;
  border-radius: 50%;
  transform: translateY(-50%); }

.scroll__slide-button-span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.scroll__slide-button:hover {
  background: #444; }

.scroll__slide-button#prev-slide {
  left: -2rem;
  display: none; }

.scroll__slide-button#next-slide {
  right: -2rem; }

.scroll__image-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 18px;
  font-size: 0;
  margin-bottom: 30px;
  scrollbar-width: none;
  overflow-x: auto; }

.scroll__image-list::-webkit-scrollbar {
  display: none; }

.scroll__image-item {
  object-fit: cover;
  height: 60rem; }
  @media only screen and (max-width: 37.5em) {
    .scroll__image-item {
      height: 40rem; } }

.scroll__slider-scrollbar {
  height: 5rem;
  width: 100%;
  display: flex;
  align-items: center; }

.scroll__scrollbar-track {
  height: 0.5rem;
  width: 100%;
  background: #948a77;
  position: relative;
  border-radius: 4px; }

.scroll__slider-scrollbar:hover .scroll__scrollbar-track {
  height: 0.8rem; }

.scroll__scrollbar-thumb {
  position: absolute;
  height: 100%;
  width: 50%;
  background: #000;
  border-radius: inherit;
  cursor: grab; }

.scroll__scrollbar-thumb:active {
  cursor: grabbing;
  height: 1rem;
  top: -2px; }

.scroll__scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px; }

.divider {
  width: 90%;
  height: 0.3rem;
  border: none;
  margin: auto;
  background-color: #b5b0a6; }
  .divider--card {
    width: 90%; }
  .divider--light {
    height: 0.1rem; }

.vr360__container {
  height: 60rem; }
  @media only screen and (max-width: 37.5em) {
    .vr360__container {
      height: 40rem; } }

.vr360__image {
  width: 100%;
  height: 100%; }

.vr360__image-panoraven {
  width: 90%;
  height: 100%; }

.footer {
  background-color: #60533e; }
  .footer__container {
    margin: 0 12rem;
    padding: 10rem 0 0; }
    @media only screen and (max-width: 56.25em) {
      .footer__container {
        margin: 0 5rem; } }
    @media only screen and (max-width: 37.5em) {
      .footer__container {
        margin: 0 2rem;
        padding: 3rem 0; } }
  .footer__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media only screen and (max-width: 75em) {
      .footer__box {
        grid-template-columns: 1fr; } }
  .footer__title {
    color: #fff;
    font-size: 4rem;
    letter-spacing: 2px; }
    @media only screen and (max-width: 37.5em) {
      .footer__title {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 28.125em) {
      .footer__title {
        font-size: 2.5rem; } }
  .footer__contact-container {
    display: grid;
    grid-template-columns: minmax(50rem, min-content) min-content; }
    @media only screen and (max-width: 56.25em) {
      .footer__contact-container {
        grid-template-columns: 1fr;
        gap: 2rem; } }
  .footer__contact-form-group {
    margin-top: 2rem; }
  .footer__contact-form-input {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
    color: #422d08;
    width: 95%;
    padding: 1.5rem 2.5rem;
    border-radius: 5px;
    border: none;
    border-bottom: 3px solid transparent;
    box-shadow: 0 1rem 2rem rgba(255, 255, 255, 0.1); }
    @media only screen and (max-width: 28.125em) {
      .footer__contact-form-input {
        padding: 1rem 2rem;
        font-size: 1.2rem; } }
    .footer__contact-form-input:focus {
      outline: none;
      border-bottom: 3px solid #422d08; }
  .footer__contact-form-box {
    align-self: flex-end; }
  .footer__contact-form-btn {
    font-size: 1.6rem;
    padding: 1rem 4rem;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s; }
    .footer__contact-form-btn:hover {
      opacity: 0.8; }
  .footer__logo-box {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%; }
    @media only screen and (max-width: 75em) {
      .footer__logo-box {
        justify-content: start;
        margin-top: 2rem; } }
  @media only screen and (max-width: 28.125em) {
    .footer__logo {
      width: 50%; } }
  .footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5rem;
    border-top: 0.2rem solid rgba(66, 45, 8, 0.4); }
    @media only screen and (max-width: 75em) {
      .footer__nav {
        grid-template-columns: 1fr; } }
  .footer__nav-link-box {
    padding: 5rem 0; }
    @media only screen and (max-width: 75em) {
      .footer__nav-link-box {
        padding: 2rem 0; } }
  .footer__nav-list {
    list-style: none;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 37.5em) {
      .footer__nav-list--link {
        flex-wrap: wrap; } }
    .footer__nav-list--social {
      justify-content: end; }
      @media only screen and (max-width: 75em) {
        .footer__nav-list--social {
          grid-template-columns: 1fr;
          justify-content: start; } }
  .footer__nav-item {
    font-size: 1.6rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 100; }
    .footer__nav-item--link:not(:last-child) {
      margin-right: 12rem; }
      @media only screen and (max-width: 90em) {
        .footer__nav-item--link:not(:last-child) {
          margin-right: 5rem; } }
      @media only screen and (max-width: 56.25em) {
        .footer__nav-item--link:not(:last-child) {
          margin-right: 2rem; } }
      @media only screen and (max-width: 37.5em) {
        .footer__nav-item--link:not(:last-child) {
          margin-right: 1rem; } }
    @media only screen and (max-width: 28.125em) {
      .footer__nav-item--link {
        font-size: 1.2rem; } }
    .footer__nav-item--social {
      margin-left: 8rem; }
      @media only screen and (max-width: 75em) {
        .footer__nav-item--social {
          margin-left: 0; }
          .footer__nav-item--social:not(:last-child) {
            margin-right: 4rem; } }
  .footer__nav-link {
    text-decoration: none;
    color: #fff; }
    .footer__nav-link:hover {
      color: #fff; }

.header {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 0.7) 100%), url("../img/header-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: center;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 37.5em) {
    .header {
      background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 0.7) 100%), url("../img/mobile/header-mobile-bg.jpg");
      background-position: bottom; } }
  .header__container {
    padding: 5rem 20rem 5rem 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media only screen and (max-width: 75em) {
      .header__container {
        padding: 5rem 10rem 5rem 0; } }
    @media only screen and (max-width: 56.25em) {
      .header__container {
        padding: 5rem 5rem; } }
    @media only screen and (max-width: 37.5em) {
      .header__container {
        padding: 5rem 2rem; } }
    @media only screen and (max-width: 28.125em) {
      .header__container {
        padding: 10rem 2rem 5rem; } }
  .header__text-container {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 5rem; }
    @media only screen and (max-width: 37.5em) {
      .header__text-container {
        margin-top: 2rem; } }
  .header__heading {
    font-size: 6rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px; }
    @media only screen and (max-width: 37.5em) {
      .header__heading {
        font-size: 5rem; } }
    @media only screen and (max-width: 28.125em) {
      .header__heading {
        font-size: 4rem; } }
    .header__heading--span {
      display: block; }
  .header__cta-box {
    text-align: right; }

.navigation {
  display: grid;
  grid-template-columns: 35rem 80rem;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  letter-spacing: 3px;
  position: fixed;
  width: 100%;
  z-index: 11;
  transition: all 0.2s; }
  .navigation--room {
    z-index: 11; }
  @media only screen and (max-width: 75em) {
    .navigation {
      grid-template-columns: 1fr 2fr; } }
  @media only screen and (max-width: 991px) {
    .navigation {
      justify-items: center; } }
  @media only screen and (max-width: 75em) {
    .navigation__logo-link {
      margin-left: 1rem; } }
  .navigation__logo {
    height: 5rem; }
    @media only screen and (max-width: 37.5em) {
      .navigation__logo {
        height: 4rem; } }
  .navigation__checkbox {
    display: none; }
  .navigation__button {
    z-index: 2000;
    text-align: center;
    cursor: pointer;
    display: none;
    width: 6rem;
    height: 6rem; }
    @media only screen and (max-width: 991px) {
      .navigation__button {
        justify-self: end;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; } }
    @media only screen and (max-width: 56.25em) {
      .navigation__button {
        top: 4rem;
        right: 4rem; } }
    @media only screen and (max-width: 37.5em) {
      .navigation__button {
        top: 3rem;
        right: 3rem; } }
  .navigation__checkbox:checked ~ .navigation__background {
    transform: scale(80); }
  .navigation__icon-google {
    font-size: 3.5rem; }
  .navigation__icon {
    position: relative; }
    .navigation__icon, .navigation__icon::before, .navigation__icon::after {
      width: 3rem;
      height: 2px;
      background-color: #000;
      display: inline-block; }
    .navigation__icon::before, .navigation__icon::after {
      content: "";
      position: absolute;
      left: 0;
      transition: all 0.2s; }
    .navigation__icon::before {
      top: -0.8rem; }
    .navigation__icon::after {
      top: 0.8rem; }
  .navigation__button:hover .navigation__icon::before {
    top: -1rem; }
  .navigation__button:hover .navigation__icon::after {
    top: 1rem; }
  .navigation__icon-text {
    position: absolute;
    bottom: 2.5rem;
    letter-spacing: 0;
    font-size: 1.2rem; }
  .navigation__checkbox:checked + .navigation__button .navigation__icon {
    background-color: transparent; }
  .navigation__checkbox:checked + .navigation__button .navigation__icon::before {
    top: 0;
    transform: rotate(135deg); }
  .navigation__checkbox:checked + .navigation__button .navigation__icon::after {
    top: 0;
    transform: rotate(-135deg); }
  .navigation__checkbox:checked ~ .navigation__nav {
    height: 100vh;
    border-top: 1px solid #dcd7ce; }
  .navigation__nav {
    font-weight: 300;
    transition: height 1s ease; }
    @media only screen and (max-width: 991px) {
      .navigation__nav {
        grid-column: 1 / span 2;
        background-color: #fff;
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%; } }
  .navigation__nav-list {
    display: flex;
    list-style: none;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    margin-right: 1rem;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .navigation__nav-list {
        display: block; } }
  .navigation__nav-item {
    font-size: 1.6rem;
    padding-top: 1.1rem; }
    @media only screen and (max-width: 75em) {
      .navigation__nav-item {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 991px) {
      .navigation__nav-item {
        padding: 0; } }
  .navigation__nav-link {
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    padding: 0.2rem 1rem; }
    @media only screen and (max-width: 991px) {
      .navigation__nav-link {
        border-bottom: 1px solid #dcd7ce;
        font-weight: 600;
        letter-spacing: 0;
        padding: 1rem; } }
    .navigation__nav-link--rooms {
      display: flex;
      justify-content: space-between;
      margin-bottom: 0; }
      .navigation__nav-link--rooms:hover {
        color: #0056b3; }
  .navigation__toggle {
    display: block;
    width: min-content;
    justify-self: end;
    margin-right: 1rem;
    font-size: 2.5rem;
    border-color: black; }
  .navigation__box {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .navigation__nav-item-rooms {
    cursor: default; }
  .navigation__nav-room-list {
    color: #000;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 0.75rem;
    column-gap: 0.75rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 40%;
    transform: translate(-50%, 0%);
    padding: 1rem;
    background-color: #fff;
    border-radius: 1rem;
    width: 125%;
    box-shadow: -1px 10px 17px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 10px 17px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 10px 17px -5px rgba(0, 0, 0, 0.75); }
    @media only screen and (max-width: 75em) {
      .navigation__nav-room-list {
        grid-template-columns: repeat(3, 1fr);
        width: 75%; } }
    @media only screen and (max-width: 992px) {
      .navigation__nav-room-list {
        display: none; } }
  .navigation__nav-room-list-hidden {
    display: none; }
  .navigation__nav-room-item {
    height: auto;
    width: 100%;
    position: relative;
    letter-spacing: 0; }
    .navigation__nav-room-item:not(:last-child) {
      margin-right: 1rem; }
    .navigation__nav-room-item:hover {
      opacity: 0.8;
      transition: opacity 0.2s; }
  .navigation__nav-link-dropdown {
    display: none; }
    @media only screen and (max-width: 992px) {
      .navigation__nav-link-dropdown {
        display: initial; } }
  .navigation__nav-room-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    position: relative;
    z-index: -1; }
  .navigation__nav-room-description {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 15%;
    left: 0%;
    transform: translate(0%, -50%);
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 0;
    font-weight: 200; }
  .navigation__nav-room-gradient {
    display: inline-block;
    height: 100%;
    position: relative;
    border-radius: 1rem; }
  .navigation__nav-room-limited {
    position: absolute;
    top: 0;
    left: 10%;
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #422d08;
    background-color: #fff;
    margin-top: -0.5rem;
    padding: 1rem 0.5rem 0.5rem;
    border-radius: 0.5rem;
    font-weight: 600; }
  .navigation__nav-room-description-box {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    width: 100%; }
  .navigation__nav-room-img-title-box {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center; }
  .navigation__nav-room-img-title {
    font-size: 1rem;
    font-weight: 600;
    margin-right: 0.5rem; }
  .navigation__nav-room-img-floor {
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 0.2rem; }
  .navigation__nav-room-img-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(min-content, 1fr));
    width: 100%;
    align-items: center;
    margin: 0 auto; }
  .navigation__nav-room-img-component-box {
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    justify-content: center; }
    .navigation__nav-room-img-component-box:not(:last-child) {
      position: relative; }
    .navigation__nav-room-img-component-box:not(:last-child)::after {
      content: "";
      height: 60%;
      width: 1px;
      margin: auto;
      position: absolute;
      right: 0;
      top: 20%;
      background-color: #422d08; }
  .navigation__nav-room-img-icon {
    height: 1rem;
    width: 1rem; }
  .navigation__nav-room-img-component {
    margin-left: 0.2rem; }
  .navigation__nav-room-img-divider {
    width: 100%;
    flex: 1;
    justify-self: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
  .navigation__checkbox-rooms {
    display: none; }
  .navigation__checkbox-rooms:checked ~ .navigation__nav-mobile-list {
    max-height: 50rem; }
  .navigation__nav-mobile-list {
    display: none;
    margin-left: 2rem;
    list-style: none;
    transition: max-height 0.7s ease; }
    @media only screen and (max-width: 992px) {
      .navigation__nav-mobile-list {
        display: block;
        max-height: 0;
        overflow: hidden;
        position: relative;
        top: 100%;
        left: 0;
        width: 100%; } }
  .navigation__nav-mobile-item {
    font-size: 1.6rem;
    padding-top: 0.5rem;
    width: max-content; }
  .navigation__nav-mobile-link {
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    letter-spacing: 0; }

.image-grid__container {
  padding: 12rem 12rem 5rem; }
  @media only screen and (max-width: 75em) {
    .image-grid__container {
      padding: 12rem 8rem 5rem; } }
  @media only screen and (max-width: 56.25em) {
    .image-grid__container {
      padding: 12rem 5rem 5rem; } }
  @media only screen and (max-width: 37.5em) {
    .image-grid__container {
      padding: 12rem 2rem 5rem; } }

.image-grid__title {
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
  color: #422d08;
  padding-bottom: 5rem; }
  @media only screen and (max-width: 56.25em) {
    .image-grid__title {
      font-size: 5rem; } }
  @media only screen and (max-width: 28.125em) {
    .image-grid__title {
      font-size: 4rem; } }
  .image-grid__title--span {
    display: block; }

.image-grid__row {
  display: flex;
  gap: 2rem; }
  @media only screen and (max-width: 37.5em) {
    .image-grid__row {
      gap: 1rem; } }
  @media only screen and (max-width: 28.125em) {
    .image-grid__row {
      flex-wrap: wrap; } }

.image-grid__column {
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  @media only screen and (max-width: 37.5em) {
    .image-grid__column {
      gap: 1rem; } }

.image-grid__img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
  cursor: pointer; }
  .image-grid__img:hover {
    opacity: 0.8;
    transition: opacity 0.2s; }

.section-back__container {
  text-align: center;
  padding: 0 12rem 5rem; }
  @media only screen and (max-width: 75em) {
    .section-back__container {
      padding: 0 8rem 5rem; } }
  @media only screen and (max-width: 56.25em) {
    .section-back__container {
      padding: 0 5rem 5rem; } }
  @media only screen and (max-width: 37.5em) {
    .section-back__container {
      padding: 0 2rem 2rem; } }

.popup-form__title {
  font-size: 2.5rem;
  color: #422d08;
  font-weight: 600; }
  @media only screen and (max-width: 56.25em) {
    .popup-form__title {
      font-size: 2rem; } }
  @media only screen and (max-width: 28.125em) {
    .popup-form__title {
      font-size: 1.6rem; } }

.popup-form__group {
  padding: 1rem 0; }
  .popup-form__group--select {
    position: relative; }

.popup-form__input {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  border-radius: 1rem;
  border: 0.2rem solid #422d08;
  color: #422d08; }
  @media only screen and (max-width: 28.125em) {
    .popup-form__input {
      font-size: 1.2rem; } }
  .popup-form__input--select {
    padding: 1rem 1.5rem;
    appearance: none; }

.popup-form__select-icon {
  position: absolute;
  width: 4rem;
  height: 100%;
  top: 0;
  right: 0;
  font-size: 4rem;
  pointer-events: none; }

.popup-form__select-icon::before, .popup-form__select-icon::after {
  --size: 1rem;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 10%;
  transform: translate(-50%, -50%); }

.popup-form__select-icon::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: 1.6rem solid #422d08;
  top: 50%; }

.popup-form__close-icon {
  position: absolute;
  top: 2%;
  right: 2%;
  font-size: 4rem;
  color: #000; }
  @media only screen and (max-width: 28.125em) {
    .popup-form__close-icon {
      font-size: 2.5rem; } }

.popup-form__form-btn {
  font-size: 1.6rem;
  padding: 1rem 3rem;
  cursor: pointer; }
  @media only screen and (max-width: 28.125em) {
    .popup-form__form-btn {
      font-size: 1.2rem;
      padding: 0.75rem 2rem; } }

.navbar-light .navbar-toggler .navigation__toggle-icon--black {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-toggler {
  border-color: black; }
  .navbar-light .navbar-toggler:focus {
    outline: none; }

.section-contact-form {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 30%, rgba(0, 0, 0, 0) 90%), url("../img/contact-form/contact-form-bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: center; }
  .section-contact-form__container {
    padding: 0 12rem; }
    @media only screen and (max-width: 75em) {
      .section-contact-form__container {
        padding: 0 8rem; } }
    @media only screen and (max-width: 56.25em) {
      .section-contact-form__container {
        padding: 0 5rem; } }
    @media only screen and (max-width: 37.5em) {
      .section-contact-form__container {
        padding: 0 2rem; } }
  .section-contact-form__form {
    padding: 5rem 0;
    width: 40%; }
    @media only screen and (max-width: 75em) {
      .section-contact-form__form {
        width: 50%; } }
    @media only screen and (max-width: 56.25em) {
      .section-contact-form__form {
        width: 80%;
        margin: 0 auto; } }
    @media only screen and (max-width: 37.5em) {
      .section-contact-form__form {
        width: 90%; } }
  .section-contact-form__title {
    font-size: 2.5rem;
    color: #422d08;
    font-weight: 600; }
    @media only screen and (max-width: 28.125em) {
      .section-contact-form__title {
        font-size: 2rem; } }
  .section-contact-form__group {
    padding: 1rem 0; }
    .section-contact-form__group--select {
      position: relative; }
  .section-contact-form__input {
    width: 100%;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    border-radius: 1rem;
    border: 0.2rem solid #422d08;
    color: #422d08; }
    .section-contact-form__input--select {
      padding: 1rem 1.5rem;
      appearance: none; }
  .section-contact-form__select-icon {
    position: absolute;
    width: 4rem;
    height: 100%;
    top: 0;
    right: 0;
    font-size: 4rem;
    pointer-events: none; }
  .section-contact-form__select-icon::before, .section-contact-form__select-icon::after {
    --size: 1rem;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 10%;
    transform: translate(-50%, -50%); }
  .section-contact-form__select-icon::before {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top: 1.6rem solid #422d08;
    top: 50%; }

.contact-header {
  padding: 15rem 15rem 5rem; }
  @media only screen and (max-width: 37.5em) {
    .contact-header {
      padding: 15rem 2rem 5rem;
      text-align: center; } }
  .contact-header__title {
    font-size: 5rem;
    color: #422d08;
    font-weight: 600; }
    @media only screen and (max-width: 28.125em) {
      .contact-header__title {
        font-size: 4rem; } }

.contact-section-expert {
  background-color: #f7f7f7;
  color: #422d08; }
  .contact-section-expert__container {
    padding: 5rem 10rem; }
    @media only screen and (max-width: 75em) {
      .contact-section-expert__container {
        padding: 5rem 2rem; } }
    .contact-section-expert__container--2 {
      text-align: right; }
      @media only screen and (max-width: 28.125em) {
        .contact-section-expert__container--2 {
          text-align: left; } }
  .contact-section-expert__grid-container {
    display: grid;
    grid-template-columns: minmax(min-content, 45rem) 1fr;
    gap: 0 3rem; }
    @media only screen and (max-width: 56.25em) {
      .contact-section-expert__grid-container {
        grid-template-columns: 1fr; } }
    .contact-section-expert__grid-container--2 {
      grid-template-columns: 1fr minmax(min-content, 45rem); }
      @media only screen and (max-width: 56.25em) {
        .contact-section-expert__grid-container--2 {
          grid-template-columns: 1fr; } }
  .contact-section-expert__img-box {
    height: 60rem; }
    @media only screen and (max-width: 56.25em) {
      .contact-section-expert__img-box {
        margin: 0 auto; } }
    @media only screen and (max-width: 37.5em) {
      .contact-section-expert__img-box {
        height: 100%; } }
    @media only screen and (max-width: 56.25em) {
      .contact-section-expert__img-box--2 {
        order: -11; } }
  .contact-section-expert__img {
    width: 100%;
    height: 60rem;
    border-radius: 1.5rem; }
    @media only screen and (max-width: 37.5em) {
      .contact-section-expert__img {
        height: 100%; } }
  .contact-section-expert__group {
    margin: 2rem 0; }
    .contact-section-expert__group--2 {
      margin-right: 2rem; }
    .contact-section-expert__group--btn {
      justify-self: flex-end;
      align-self: flex-end; }
    .contact-section-expert__group--btn-2 {
      text-align: left; }
  .contact-section-expert__title {
    font-size: 4rem;
    font-weight: 600; }
  .contact-section-expert__subtitle {
    font-size: 2.5rem;
    color: #422d08;
    font-weight: 300;
    text-transform: uppercase; }
  .contact-section-expert__description {
    font-size: 1.6rem; }
  .contact-section-expert__grid-contact {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media only screen and (max-width: 28.125em) {
      .contact-section-expert__grid-contact {
        display: block; } }
    .contact-section-expert__grid-contact--2 {
      display: block; }
  .contact-section-expert__grid-contact-box--2 {
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 28.125em) {
      .contact-section-expert__grid-contact-box--2 {
        display: block; } }
  .contact-section-expert__information-title {
    font-size: 2.5rem; }
  .contact-section-expert__information-text {
    font-size: 1.6rem; }
    .contact-section-expert__information-text--span {
      display: block; }

.contact-section-highlight {
  background-color: #f7f7f7; }

.section-deals {
  margin: 0 15%;
  padding: 10rem 0; }
  @media only screen and (max-width: 56.25em) {
    .section-deals {
      margin: 0 2rem;
      padding: 2rem 0; } }
  @media only screen and (max-width: 37.5em) {
    .section-deals {
      margin: 0 2rem; } }
  .section-deals__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 0; }
    @media only screen and (max-width: 56.25em) {
      .section-deals__container {
        gap: 3rem; } }
    @media only screen and (max-width: 37.5em) {
      .section-deals__container {
        gap: 3rem 0;
        grid-template-columns: 1fr; } }
  .section-deals__box {
    width: 85%;
    text-align: justify; }
    @media only screen and (max-width: 75em) {
      .section-deals__box {
        width: 90%; } }
    @media only screen and (max-width: 56.25em) {
      .section-deals__box {
        width: 100%; } }
  .section-deals__title {
    font-size: 5rem;
    text-transform: uppercase;
    color: #422d08;
    font-weight: 600; }
    @media only screen and (max-width: 37.5em) {
      .section-deals__title {
        font-size: 4rem; } }
    .section-deals__title--span {
      display: block; }
  .section-deals__description-container {
    margin: 5rem 0 7rem; }
    @media only screen and (max-width: 56.25em) {
      .section-deals__description-container {
        margin: 2rem 0; } }
  .section-deals__description {
    font-size: 2rem;
    color: #422d08;
    margin-bottom: 4rem;
    font-weight: 200; }
    @media only screen and (max-width: 56.25em) {
      .section-deals__description {
        margin-bottom: 1rem; } }
    @media only screen and (max-width: 37.5em) {
      .section-deals__description {
        font-size: 1.6rem; } }
  .section-deals__image-container {
    margin: 0 auto;
    width: 100%; }
    @media only screen and (max-width: 37.5em) {
      .section-deals__image-container {
        display: none; } }
  .section-deals__image {
    width: 100%;
    border-radius: 1.5rem; }
  .section-deals__splide {
    display: none; }
    @media only screen and (max-width: 37.5em) {
      .section-deals__splide {
        display: block; } }

.section-video__video-container {
  height: 60rem; }
  @media only screen and (max-width: 37.5em) {
    .section-video__video-container {
      height: 40rem; } }

.section-video__video {
  width: 100%;
  height: 100%; }

.section-categories__container {
  margin: 5rem 7%; }
  @media only screen and (max-width: 56.25em) {
    .section-categories__container {
      margin: 2rem 2rem 0; } }
  @media only screen and (max-width: 28.125em) {
    .section-categories__container {
      margin: 2rem 1rem 0; } }
  @media only screen and (max-width: 75em) {
    .section-categories__container--2 {
      display: none; } }

@media only screen and (max-width: 75em) {
  .section-categories__divider {
    display: none; } }

.section-categories__grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem; }
  @media only screen and (max-width: 75em) {
    .section-categories__grid-container {
      grid-template-columns: repeat(2, 1fr); } }

.section-categories__title {
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
  color: #422d08;
  padding-bottom: 5rem; }
  @media only screen and (max-width: 56.25em) {
    .section-categories__title {
      font-size: 5rem;
      padding-bottom: 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .section-categories__title {
      font-size: 4rem; } }
  @media only screen and (max-width: 28.125em) {
    .section-categories__title {
      font-size: 3.5rem;
      padding-bottom: 2rem; } }
  .section-categories__title--span {
    display: block; }

.section-categories__category--2 {
  display: none; }
  @media only screen and (max-width: 75em) {
    .section-categories__category--2 {
      display: block; } }

.section-categories__limited {
  position: absolute;
  top: -1rem;
  left: 2rem;
  background-color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 2rem 1rem 1rem;
  color: #422d08;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 90em) {
    .section-categories__limited {
      font-size: 1rem; } }
  @media only screen and (max-width: 37.5em) {
    .section-categories__limited {
      font-size: 0.8rem;
      padding: 1.5rem 0.75rem 0.75rem; } }
  @media only screen and (max-width: 28.125em) {
    .section-categories__limited {
      font-size: 0.7rem; } }

.section-limited {
  margin-top: 5rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/limited-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .section-limited__container {
    display: grid;
    grid-template-columns: 2fr 1fr; }
    @media only screen and (max-width: 75em) {
      .section-limited__container {
        grid-template-columns: auto; } }
  .section-limited__box {
    padding: 12rem; }
    @media only screen and (max-width: 90em) {
      .section-limited__box {
        padding: 12rem 7%; } }
  .section-limited__heading {
    font-weight: 600;
    font-size: 6rem;
    color: #fff; }
    @media only screen and (max-width: 56.25em) {
      .section-limited__heading {
        font-size: 5rem; } }
    @media only screen and (max-width: 37.5em) {
      .section-limited__heading {
        font-size: 4rem; } }
    @media only screen and (max-width: 28.125em) {
      .section-limited__heading {
        font-size: 3.5rem; } }
    .section-limited__heading--span {
      display: block; }
      @media only screen and (max-width: 28.125em) {
        .section-limited__heading--span {
          display: inline; } }
  .section-limited__cta-box {
    margin-top: 7rem; }
    @media only screen and (max-width: 56.25em) {
      .section-limited__cta-box {
        margin-top: 2rem; } }
  .section-limited__img-container {
    text-align: right;
    margin-right: 12rem;
    position: relative;
    height: auto; }
    @media only screen and (max-width: 75em) {
      .section-limited__img-container {
        display: none; } }
  .section-limited__img {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 5rem 5rem 3rem;
    border-radius: 1rem;
    margin-top: -1rem;
    width: 85%;
    overflow: hidden; }

.section-features__container {
  padding: 10rem 12rem; }
  @media only screen and (max-width: 56.25em) {
    .section-features__container {
      padding: 5rem; } }
  @media only screen and (max-width: 37.5em) {
    .section-features__container {
      padding: 2rem 2rem; } }

.section-features__heading {
  text-align: center;
  font-size: 5rem;
  font-weight: 600;
  color: #422d08;
  margin-bottom: 5rem; }
  @media only screen and (max-width: 56.25em) {
    .section-features__heading {
      margin-bottom: 0; } }
  @media only screen and (max-width: 37.5em) {
    .section-features__heading {
      font-size: 4rem; } }
  @media only screen and (max-width: 28.125em) {
    .section-features__heading {
      font-size: 3.5rem; } }

.section-features__feature-container {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8rem; }
  @media only screen and (max-width: 90em) {
    .section-features__feature-container {
      gap: 3rem 1rem; } }
  @media only screen and (max-width: 75em) {
    .section-features__feature-container {
      grid-template-columns: repeat(4, 1fr); } }
  @media only screen and (max-width: 56.25em) {
    .section-features__feature-container {
      grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (max-width: 37.5em) {
    .section-features__feature-container {
      grid-template-columns: repeat(2, 1fr); } }

.section-features__feature-group {
  display: flex;
  height: 4rem; }

.section-features__feature-img {
  height: 4rem; }

.section-features__feature-description {
  font-size: 1.6rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  color: #422d08;
  height: 100%;
  margin-left: 1rem;
  width: 100%; }
  @media only screen and (max-width: 28.125em) {
    .section-features__feature-description {
      font-size: 1.2rem; } }

.section-guides {
  background-color: #1c1202;
  color: #fff;
  position: relative;
  overflow: hidden; }
  .section-guides__logo-bg {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -10rem;
    margin-right: -10rem; }
  .section-guides__container {
    padding: 12rem; }
    @media only screen and (max-width: 56.25em) {
      .section-guides__container {
        padding: 5rem; } }
    @media only screen and (max-width: 56.25em) {
      .section-guides__container {
        padding: 5rem; } }
    @media only screen and (max-width: 37.5em) {
      .section-guides__container {
        padding: 2rem 2rem; } }
  .section-guides__title {
    font-size: 5rem;
    font-weight: 600; }
    @media only screen and (max-width: 37.5em) {
      .section-guides__title {
        font-size: 4rem; } }
    @media only screen and (max-width: 28.125em) {
      .section-guides__title {
        font-size: 3.5rem; } }
  .section-guides__formula-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 10rem; }
    @media only screen and (max-width: 75em) {
      .section-guides__formula-container {
        gap: 5rem; } }
    @media only screen and (max-width: 37.5em) {
      .section-guides__formula-container {
        gap: 3rem; } }
  .section-guides__formula-box {
    margin-top: 3rem;
    position: relative; }
  .section-guides__formula-title {
    margin-top: 2rem;
    font-size: 3.5rem;
    font-weight: 500; }
    @media only screen and (max-width: 75em) {
      .section-guides__formula-title {
        font-size: 2.5rem; } }
    @media only screen and (max-width: 37.5em) {
      .section-guides__formula-title {
        font-size: 2rem; } }
  .section-guides__formula-text {
    margin-top: 1rem;
    margin-bottom: 5rem;
    font-size: 2rem;
    font-weight: 300; }
    @media only screen and (max-width: 75em) {
      .section-guides__formula-text {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 37.5em) {
      .section-guides__formula-text {
        font-size: 1.2rem; } }
  .section-guides__formula-button-box {
    position: absolute;
    bottom: 0;
    left: 0; }

.section-highlight__container {
  padding: 12rem; }
  @media only screen and (max-width: 56.25em) {
    .section-highlight__container {
      padding: 12rem 5rem; } }
  @media only screen and (max-width: 37.5em) {
    .section-highlight__container {
      padding: 5rem 2rem; } }

.section-highlight__title {
  font-size: 5rem;
  font-weight: 600;
  color: #422d08;
  margin-bottom: 5rem; }
  @media only screen and (max-width: 37.5em) {
    .section-highlight__title {
      font-size: 4rem; } }
  @media only screen and (max-width: 28.125em) {
    .section-highlight__title {
      font-size: 3.5rem; } }
  .section-highlight__title--span {
    display: block; }

.section-highlight__image {
  margin-left: 1rem; }

.section-highlight__rectangle-container {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.section-highlight__rectangle {
  height: 0.5rem;
  width: 100%;
  background-color: #979797;
  display: inline-block; }
  .section-highlight__rectangle--active {
    background-color: #000; }

.section-facilities {
  background-color: #f7f7f7; }
  .section-facilities__container {
    padding: 10rem 12rem; }
    @media only screen and (max-width: 56.25em) {
      .section-facilities__container {
        padding: 5rem; } }
    @media only screen and (max-width: 37.5em) {
      .section-facilities__container {
        padding: 2rem 2rem; } }
  .section-facilities__title {
    font-size: 5rem;
    font-weight: 600;
    color: #422d08;
    text-align: center; }
    @media only screen and (max-width: 37.5em) {
      .section-facilities__title {
        font-size: 4rem; } }
    @media only screen and (max-width: 28.125em) {
      .section-facilities__title {
        font-size: 3.5rem; } }
  .section-facilities__subtitle {
    font-weight: 100;
    font-size: 2rem;
    text-align: center;
    color: #422d08; }
  .section-facilities__facilities-container {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5rem; }
    @media only screen and (max-width: 75em) {
      .section-facilities__facilities-container {
        grid-template-columns: repeat(4, 1fr); } }
    @media only screen and (max-width: 56.25em) {
      .section-facilities__facilities-container {
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (max-width: 37.5em) {
      .section-facilities__facilities-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem; } }
  .section-facilities__facilities-img {
    height: 4rem; }
    @media only screen and (max-width: 37.5em) {
      .section-facilities__facilities-img {
        height: 3rem; } }
  .section-facilities__facilities-title {
    font-size: 2.5rem;
    font-weight: 500;
    color: #422d08;
    margin-top: 0.5rem; }
    @media only screen and (max-width: 37.5em) {
      .section-facilities__facilities-title {
        font-size: 2rem; } }
  .section-facilities__facilities-description {
    font-size: 1.6rem;
    font-weight: 200;
    color: #422d08;
    margin-top: 0.5rem; }
    @media only screen and (max-width: 37.5em) {
      .section-facilities__facilities-description {
        font-size: 1.2rem; } }

.section-prime-location__container {
  margin: 0 12rem;
  padding: 10rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20rem; }
  @media only screen and (max-width: 90em) {
    .section-prime-location__container {
      gap: 10rem; } }
  @media only screen and (max-width: 75em) {
    .section-prime-location__container {
      margin: 0 5rem;
      padding: 5rem 0;
      gap: 5rem; } }
  @media only screen and (max-width: 56.25em) {
    .section-prime-location__container {
      margin: 0 2rem;
      gap: 2rem; } }
  @media only screen and (max-width: 37.5em) {
    .section-prime-location__container {
      grid-template-columns: 1fr;
      gap: 3rem;
      padding: 1.5rem 0 2rem; } }
  @media only screen and (max-width: 28.125em) {
    .section-prime-location__container {
      gap: 1.5rem; } }

.section-prime-location__box {
  text-align: justify; }
  @media only screen and (max-width: 37.5em) {
    .section-prime-location__box {
      text-align: left; } }

.section-prime-location__title {
  font-size: 5rem;
  text-transform: capitalize;
  color: #422d08;
  font-weight: 600; }
  @media only screen and (max-width: 56.25em) {
    .section-prime-location__title {
      font-size: 3.5rem; } }
  @media only screen and (max-width: 37.5em) {
    .section-prime-location__title {
      font-size: 2.5rem;
      margin-bottom: -1rem; } }
  @media only screen and (max-width: 28.125em) {
    .section-prime-location__title {
      font-size: 2rem;
      margin-bottom: -0.5rem; } }
  .section-prime-location__title--span {
    display: block; }
    @media only screen and (max-width: 37.5em) {
      .section-prime-location__title--span {
        display: inline; } }

.section-prime-location__description-container {
  margin: 3rem 0; }
  @media only screen and (max-width: 37.5em) {
    .section-prime-location__description-container {
      margin: 2rem 0; } }
  @media only screen and (max-width: 28.125em) {
    .section-prime-location__description-container {
      margin: 1rem 0; } }

.section-prime-location__description {
  font-size: 2rem;
  margin-bottom: 3rem;
  font-weight: 200;
  color: #422d08; }
  @media only screen and (max-width: 75em) {
    .section-prime-location__description {
      font-size: 1.6rem;
      margin-bottom: 1rem; } }
  @media only screen and (max-width: 56.25em) {
    .section-prime-location__description {
      font-size: 1.2rem;
      margin-bottom: 1rem; } }

.section-prime-location__image-container {
  position: relative; }
  @media only screen and (max-width: 37.5em) {
    .section-prime-location__image-container {
      display: none; } }

@media only screen and (max-width: 37.5em) {
  .section-prime-location__slider-container {
    height: 45rem; } }

@media only screen and (max-width: 37.5em) {
  .section-prime-location__slide {
    height: 45rem; } }

.section-prime-location__image {
  display: block;
  width: 100%; }

.section-prime-location__image-text {
  position: absolute;
  bottom: 8%;
  left: 5%;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 200; }
  @media only screen and (max-width: 37.5em) {
    .section-prime-location__image-text {
      font-size: 2rem; } }
  @media only screen and (max-width: 28.125em) {
    .section-prime-location__image-text {
      font-size: 1.6rem; } }

.section-prime-location__dot-container {
  margin-top: 2rem;
  margin-left: auto; }

.section-prime-location__dot {
  height: 1rem;
  width: 1rem;
  background-color: #979797;
  border-radius: 50%;
  display: inline-block;
  margin-left: 1rem; }
  .section-prime-location__dot--active {
    background-color: #606060; }

.section-prime-location__splide-container {
  height: auto;
  display: none; }
  @media only screen and (max-width: 37.5em) {
    .section-prime-location__splide-container {
      display: block; } }

.section-prime-location__splide-track {
  height: 100%;
  width: 100%; }

.section-prime-location__splide {
  display: none;
  height: 100%; }
  @media only screen and (max-width: 37.5em) {
    .section-prime-location__splide {
      display: block; } }

.section-prime-location__splide-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem; }

.section-expert {
  background-color: #f7f7f7; }
  .section-expert__container {
    margin: 0 12rem;
    padding: 10rem 0;
    display: grid;
    grid-template-columns: minmax(min-content, 40rem) 1fr; }
    @media only screen and (max-width: 75em) {
      .section-expert__container {
        grid-template-columns: 1fr;
        padding: 5rem 0; } }
    @media only screen and (max-width: 56.25em) {
      .section-expert__container {
        margin: 2rem 5rem; } }
    @media only screen and (max-width: 37.5em) {
      .section-expert__container {
        margin: 2rem 2rem;
        padding: 2rem 0; } }
  .section-expert__box {
    padding-right: 8rem;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 37.5em) {
      .section-expert__box {
        padding-right: 0;
        margin-bottom: 0; } }
  .section-expert__title {
    font-size: 5rem;
    text-transform: capitalize;
    color: #422d08;
    font-weight: 600; }
    @media only screen and (max-width: 37.5em) {
      .section-expert__title {
        font-size: 4rem; } }
    @media only screen and (max-width: 28.125em) {
      .section-expert__title {
        font-size: 3.5rem; } }
    .section-expert__title--span {
      display: block; }
  .section-expert__description-container {
    margin: 5rem 0 7rem; }
    @media only screen and (max-width: 90em) {
      .section-expert__description-container {
        margin: 2rem 0; } }
    @media only screen and (max-width: 75em) {
      .section-expert__description-container {
        margin: 1rem 0; } }
  .section-expert__description {
    font-size: 2rem;
    margin-bottom: 4rem;
    font-weight: 200;
    text-align: justify;
    color: #422d08; }
    @media only screen and (max-width: 75em) {
      .section-expert__description {
        margin-bottom: 1rem; } }
    @media only screen and (max-width: 37.5em) {
      .section-expert__description {
        font-size: 1.6rem;
        margin-bottom: 1rem; } }
  .section-expert__image-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem; }
    @media only screen and (max-width: 37.5em) {
      .section-expert__image-container {
        gap: 1rem; } }
  .section-expert__image-group {
    position: relative; }
    @media only screen and (min-width: 120em) {
      .section-expert__image-group {
        width: 80%; } }
  .section-expert__image {
    display: block;
    border-radius: 1.5rem;
    width: 100%;
    height: 100%; }
  .section-expert__image-text {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 200; }
    @media only screen and (min-width: 120em) {
      .section-expert__image-text {
        font-size: 2rem; } }
    @media only screen and (max-width: 37.5em) {
      .section-expert__image-text {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 28.125em) {
      .section-expert__image-text {
        font-size: 1rem; } }
    .section-expert__image-text--name {
      font-weight: 600;
      display: block; }
    .section-expert__image-text--position {
      font-weight: 300;
      display: block; }
  @media only screen and (max-width: 75em) {
    .section-expert__button {
      display: none; } }
  .section-expert__button--mobile {
    display: none; }
    @media only screen and (max-width: 75em) {
      .section-expert__button--mobile {
        margin-top: 2rem;
        display: inline;
        width: max-content; } }

.invest-header {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, white 100%), url("../img/invest-page/invest-home-bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end; }
  @media only screen and (max-width: 37.5em) {
    .invest-header {
      background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, white 100%), url("../img/mobile/invest-mobile-bg.jpg"); } }
  .invest-header__heading {
    color: #fff;
    text-transform: uppercase;
    font-size: 5rem;
    font-weight: 500;
    margin-bottom: 7rem;
    letter-spacing: 0.2rem;
    padding: 0 1rem; }
    @media only screen and (max-width: 75em) {
      .invest-header__heading {
        font-size: 4rem;
        text-align: center; } }
    @media only screen and (max-width: 56.25em) {
      .invest-header__heading {
        font-size: 3.5rem;
        text-align: center; } }
    @media only screen and (max-width: 28.125em) {
      .invest-header__heading {
        font-size: 2.5rem;
        text-align: center; } }

.invest-section-why {
  background-image: url("../img/invest-page/bg-why.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media only screen and (max-width: 37.5em) {
    .invest-section-why {
      background-image: url("../img/mobile/why-invest-with-us-mobile.png"); } }
  .invest-section-why__container {
    padding: 15rem 18rem; }
    @media only screen and (max-width: 75em) {
      .invest-section-why__container {
        padding: 10rem 10rem; } }
    @media only screen and (max-width: 56.25em) {
      .invest-section-why__container {
        padding: 5rem 5rem; } }
    @media only screen and (max-width: 37.5em) {
      .invest-section-why__container {
        padding: 5rem 2rem; } }
    @media only screen and (max-width: 28.125em) {
      .invest-section-why__container {
        padding: 5rem 1rem; } }
  .invest-section-why__title {
    font-size: 3.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff; }
    @media only screen and (max-width: 28.125em) {
      .invest-section-why__title {
        font-size: 2.5rem; } }
  .invest-section-why__why-container {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem 3rem; }
    @media only screen and (max-width: 56.25em) {
      .invest-section-why__why-container {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 37.5em) {
      .invest-section-why__why-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 2rem; } }
    @media only screen and (max-width: 28.125em) {
      .invest-section-why__why-container {
        grid-template-columns: 1fr;
        gap: 2rem 2rem; } }
  .invest-section-why__why-group {
    display: flex; }
  .invest-section-why__why-img {
    height: 4.5rem; }
  .invest-section-why__why-text-box {
    margin-left: 1.5rem; }
  .invest-section-why__why-title {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 300;
    color: #fff; }
    @media only screen and (max-width: 37.5em) {
      .invest-section-why__why-title {
        font-size: 2rem; } }
    @media only screen and (max-width: 28.125em) {
      .invest-section-why__why-title {
        font-size: 1.6rem; } }
  .invest-section-why__why-description {
    font-size: 1.6rem;
    font-weight: 200;
    margin-top: 1rem;
    color: #dcd7ce; }
    @media only screen and (max-width: 37.5em) {
      .invest-section-why__why-description {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 28.125em) {
      .invest-section-why__why-description {
        margin-top: 0.5rem; } }

.invest-section-property-owner {
  background-color: #f7f7f7;
  margin: 5rem 0 0;
  padding: 5rem 0; }
  @media only screen and (max-width: 37.5em) {
    .invest-section-property-owner {
      padding: 2rem 0; } }
  .invest-section-property-owner__container {
    margin: 0 10%; }
    @media only screen and (max-width: 56.25em) {
      .invest-section-property-owner__container {
        margin: 0 5rem; } }
    @media only screen and (max-width: 37.5em) {
      .invest-section-property-owner__container {
        margin: 0 2rem; } }
    @media only screen and (max-width: 28.125em) {
      .invest-section-property-owner__container {
        margin: 0 1rem; } }
  .invest-section-property-owner__title {
    font-size: 5rem;
    font-weight: 600;
    text-align: center;
    color: #422d08;
    padding: 0 0 5rem; }
    @media only screen and (max-width: 37.5em) {
      .invest-section-property-owner__title {
        font-size: 3.5rem;
        padding: 0 0 2rem; } }
    @media only screen and (max-width: 28.125em) {
      .invest-section-property-owner__title {
        font-size: 2.5rem; } }
    .invest-section-property-owner__title--span {
      display: block; }
      @media only screen and (max-width: 56.25em) {
        .invest-section-property-owner__title--span {
          display: inline; } }
  .invest-section-property-owner__grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0; }
    @media only screen and (max-width: 56.25em) {
      .invest-section-property-owner__grid-container {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 37.5em) {
      .invest-section-property-owner__grid-container {
        grid-template-columns: 1fr; } }
  .invest-section-property-owner__box {
    padding: 0 0 5rem; }
    @media only screen and (max-width: 37.5em) {
      .invest-section-property-owner__box {
        padding: 0 0 2rem; } }
    .invest-section-property-owner__box:not(:last-child) {
      border-right: 2px solid black; }
      @media only screen and (max-width: 56.25em) {
        .invest-section-property-owner__box:not(:last-child) {
          border-right: none; } }
  .invest-section-property-owner__number {
    text-align: center;
    font-size: 8rem;
    font-weight: 600;
    color: #422d08;
    border-bottom: 2px solid black; }
    @media only screen and (max-width: 37.5em) {
      .invest-section-property-owner__number {
        font-size: 6rem; } }
  .invest-section-property-owner__description {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #422d08; }
    @media only screen and (max-width: 37.5em) {
      .invest-section-property-owner__description {
        font-size: 2rem; } }

.invest-section-highlight__container {
  padding: 5rem 12rem; }
  @media only screen and (max-width: 56.25em) {
    .invest-section-highlight__container {
      padding: 5rem; } }
  @media only screen and (max-width: 37.5em) {
    .invest-section-highlight__container {
      padding: 5rem 2rem; } }

.location-header {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, white 100%), url("../img/location-page/location-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: flex-end; }
  @media only screen and (max-width: 37.5em) {
    .location-header {
      background-image: url("../img/location-page/location-bg-mobile.png"); } }
  .location-header__container {
    height: 55rem;
    width: 80%;
    margin: 0 auto; }
    @media only screen and (max-width: 75em) {
      .location-header__container {
        width: 90%; } }
    @media only screen and (max-width: 56.25em) {
      .location-header__container {
        width: 100%; } }
    @media only screen and (max-width: 37.5em) {
      .location-header__container {
        padding: 0;
        height: 60rem; } }
  .location-header__container-sub {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    height: 100%; }
  .location-header__container-box {
    margin-top: 5rem; }
    .location-header__container-box--2 {
      margin-bottom: 8rem; }
  .location-header__grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 90%;
    margin: 3rem auto 0;
    gap: 3rem; }
    @media only screen and (max-width: 56.25em) {
      .location-header__grid-container {
        width: 80%; } }
    @media only screen and (max-width: 37.5em) {
      .location-header__grid-container {
        gap: 1rem;
        width: 90%; } }
  .location-header__title {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 5rem;
    text-transform: uppercase;
    letter-spacing: 0.5rem; }
    @media only screen and (max-width: 75em) {
      .location-header__title {
        font-size: 4rem;
        letter-spacing: 0.2rem; } }
    @media only screen and (max-width: 56.25em) {
      .location-header__title {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 37.5em) {
      .location-header__title {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 28.125em) {
      .location-header__title {
        font-size: 2.5rem; } }
    .location-header__title--span {
      display: block; }
      @media only screen and (max-width: 37.5em) {
        .location-header__title--span {
          display: none; } }
    .location-header__title--span-mobile {
      display: none; }
      @media only screen and (max-width: 37.5em) {
        .location-header__title--span-mobile {
          display: block; } }
  .location-header__subtitle {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5rem; }
    @media only screen and (max-width: 56.25em) {
      .location-header__subtitle {
        font-size: 2rem;
        letter-spacing: 0.2rem; } }
    @media only screen and (max-width: 37.5em) {
      .location-header__subtitle {
        font-size: 1.6rem;
        letter-spacing: 0.2rem; } }
    @media only screen and (max-width: 28.125em) {
      .location-header__subtitle {
        font-size: 1.2rem;
        letter-spacing: 0.2rem; } }
  .location-header__group {
    text-align: center; }
    @media only screen and (max-width: 37.5em) {
      .location-header__group {
        margin-left: 0; } }
  .location-header__description-title {
    font-size: 2.5rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 56.25em) {
      .location-header__description-title {
        font-size: 2rem; } }
    @media only screen and (max-width: 37.5em) {
      .location-header__description-title {
        font-size: 1.6rem; } }
  .location-header__description-text {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 200;
    margin-top: -0.5rem; }
    @media only screen and (max-width: 56.25em) {
      .location-header__description-text {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 37.5em) {
      .location-header__description-text {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 28.125em) {
      .location-header__description-text {
        font-size: 1rem; } }

.location-section-tourism__container {
  margin: 0 15rem 10rem; }
  @media only screen and (max-width: 75em) {
    .location-section-tourism__container {
      margin: 0 2rem 7rem; } }
  @media only screen and (max-width: 28.125em) {
    .location-section-tourism__container {
      margin: 0 2rem 4rem; } }

.location-section-tourism__container-img-title {
  height: 20rem; }
  @media only screen and (max-width: 56.25em) {
    .location-section-tourism__container-img-title {
      height: auto; } }

.location-section-tourism__img-box {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 2rem; }

.location-section-tourism__img {
  width: 70%;
  height: 45rem;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -35%); }
  @media only screen and (max-width: 56.25em) {
    .location-section-tourism__img {
      position: static;
      top: 0;
      left: 0;
      transform: translate(0, 0);
      width: 100%;
      height: auto;
      margin: -5rem auto 0; } }

.location-section-tourism__title-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 15rem;
  align-content: flex-end; }
  @media only screen and (max-width: 56.25em) {
    .location-section-tourism__title-grid {
      height: auto;
      margin-top: 2rem;
      grid-template-columns: 1fr; } }

.location-section-tourism__title {
  font-size: 4rem;
  color: #422d08;
  font-weight: 600;
  margin: auto 0;
  letter-spacing: 0.2rem; }
  @media only screen and (max-width: 56.25em) {
    .location-section-tourism__title {
      text-align: center;
      margin: 0;
      font-size: 3.5rem;
      letter-spacing: 0; } }
  @media only screen and (max-width: 37.5em) {
    .location-section-tourism__title {
      font-size: 2.5rem; } }
  @media only screen and (max-width: 28.125em) {
    .location-section-tourism__title {
      font-size: 2rem; } }
  .location-section-tourism__title--span {
    display: block; }
    @media only screen and (max-width: 56.25em) {
      .location-section-tourism__title--span {
        display: inline; } }
  .location-section-tourism__title--1 {
    margin-right: 2rem; }
    @media only screen and (max-width: 56.25em) {
      .location-section-tourism__title--1 {
        margin-right: 0;
        order: 2;
        font-size: 2.5rem;
        margin-top: 1rem; } }
    @media only screen and (max-width: 37.5em) {
      .location-section-tourism__title--1 {
        font-size: 2rem; } }
    @media only screen and (max-width: 28.125em) {
      .location-section-tourism__title--1 {
        font-size: 1.6rem; } }
  .location-section-tourism__title--2 {
    text-align: right;
    margin-left: 2rem; }
    @media only screen and (max-width: 56.25em) {
      .location-section-tourism__title--2 {
        text-align: center;
        margin-left: 0;
        order: 1; } }

.location-section-tourism__description-box {
  margin-top: 22rem; }
  @media only screen and (max-width: 56.25em) {
    .location-section-tourism__description-box {
      margin-top: 5rem; } }
  @media only screen and (max-width: 37.5em) {
    .location-section-tourism__description-box {
      margin-top: 2rem; } }

.location-section-tourism__description-text {
  font-size: 2rem;
  text-align: justify;
  color: #948a77;
  font-weight: 300; }
  @media only screen and (max-width: 37.5em) {
    .location-section-tourism__description-text {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 28.125em) {
    .location-section-tourism__description-text {
      font-size: 1.2rem; } }

.location-section-tourism__stats-container {
  margin-top: 5rem; }
  @media only screen and (max-width: 56.25em) {
    .location-section-tourism__stats-container {
      margin-top: 2rem; } }

.location-section-tourism__stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  @media only screen and (max-width: 56.25em) {
    .location-section-tourism__stats-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 37.5em) {
    .location-section-tourism__stats-grid {
      grid-template-columns: 1fr; } }
  @media only screen and (max-width: 56.25em) {
    .location-section-tourism__stats-grid--title {
      display: none; } }

.location-section-tourism__stats-group {
  padding: 2rem;
  border-bottom: 0.2rem solid #dcd7ce;
  margin: 0 auto; }
  @media only screen and (max-width: 37.5em) {
    .location-section-tourism__stats-group {
      padding: 0 2rem; } }
  .location-section-tourism__stats-group--title {
    width: 85%; }
  .location-section-tourism__stats-group--description:not(:last-child) {
    border-right: 0.2rem solid #dcd7ce; }
    @media only screen and (max-width: 56.25em) {
      .location-section-tourism__stats-group--description:not(:last-child) {
        border-right: none; } }
  .location-section-tourism__stats-group--description-last {
    border-bottom: none; }
    .location-section-tourism__stats-group--description-last:not(:last-child) {
      border-right: 0.2rem solid #dcd7ce; }
      @media only screen and (max-width: 56.25em) {
        .location-section-tourism__stats-group--description-last:not(:last-child) {
          border-right: none; } }
    @media only screen and (max-width: 56.25em) {
      .location-section-tourism__stats-group--description-last {
        border-right: none;
        border-bottom: 0.2rem solid #dcd7ce; } }

.location-section-tourism__stats-title {
  margin-top: 2rem;
  font-size: 2.5rem;
  color: #422d08;
  text-align: center; }
  @media only screen and (max-width: 28.125em) {
    .location-section-tourism__stats-title {
      font-size: 1.6rem; } }

.location-section-tourism__stats-description {
  margin-top: 2rem;
  font-size: 1.6rem;
  text-align: justify;
  color: #948a77;
  font-weight: 300; }
  @media only screen and (max-width: 28.125em) {
    .location-section-tourism__stats-description {
      margin-top: 1rem;
      font-size: 1.2rem; } }

.location-section-deals {
  padding: 5rem 15rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/location-page/limited-bg-location.jpg");
  background-position: center;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 75em) {
    .location-section-deals {
      padding: 5rem 10rem; } }
  @media only screen and (max-width: 56.25em) {
    .location-section-deals {
      padding: 5rem 2rem; } }
  @media only screen and (max-width: 37.5em) {
    .location-section-deals {
      display: block; } }
  .location-section-deals__title {
    font-size: 5rem;
    color: #fff;
    text-transform: uppercase; }
    @media only screen and (max-width: 56.25em) {
      .location-section-deals__title {
        font-size: 4rem; } }
    @media only screen and (max-width: 37.5em) {
      .location-section-deals__title {
        font-size: 3.5rem;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 28.125em) {
      .location-section-deals__title {
        font-size: 3.5rem;
        margin-bottom: 2rem; } }

.location-section-around__container {
  padding: 5rem 10rem; }
  @media only screen and (max-width: 75em) {
    .location-section-around__container {
      padding: 5rem; } }
  @media only screen and (max-width: 37.5em) {
    .location-section-around__container {
      padding: 5rem 2rem; } }

.location-section-around__title-box {
  text-align: center; }

.location-section-around__title {
  font-size: 5rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  color: #422d08; }
  @media only screen and (max-width: 37.5em) {
    .location-section-around__title {
      font-size: 4rem; } }

.location-section-around__subtitle {
  font-size: 3.5rem;
  font-weight: 300;
  color: #422d08; }
  @media only screen and (max-width: 37.5em) {
    .location-section-around__subtitle {
      font-size: 2.5rem; } }

.location-section-around__grid-container {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(2, 1fr); }
  @media only screen and (max-width: 75em) {
    .location-section-around__grid-container {
      gap: 2rem; } }
  @media only screen and (max-width: 56.25em) {
    .location-section-around__grid-container {
      grid-template-columns: 1fr; } }
  @media only screen and (max-width: 37.5em) {
    .location-section-around__grid-container {
      gap: 4rem 1rem; } }

@media only screen and (max-width: 37.5em) {
  .location-section-around__grid-item {
    display: none; } }

.location-section-around__grid-item--mobile {
  display: none; }
  @media only screen and (max-width: 37.5em) {
    .location-section-around__grid-item--mobile {
      display: block; } }

.location-section-around__place-title {
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 300; }
  @media only screen and (max-width: 56.25em) {
    .location-section-around__place-title {
      font-size: 2.5rem; } }
  .location-section-around__place-title--mobile {
    text-align: center; }

.location-section-around__place-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem; }
  @media only screen and (max-width: 37.5em) {
    .location-section-around__place-grid-container {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 28.125em) {
    .location-section-around__place-grid-container {
      grid-template-columns: 1fr; } }

.location-section-around__place-image-group {
  position: relative; }

.location-section-around__place-image {
  display: block;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 37.5em) {
    .location-section-around__place-image {
      height: 35rem;
      margin: 0 auto; } }

.location-section-around__place-image-text {
  padding: 0 1rem;
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -20%);
  color: #fff;
  font-weight: 200; }
  @media only screen and (max-width: 37.5em) {
    .location-section-around__place-image-text {
      bottom: 5%; } }
  .location-section-around__place-image-text--name {
    font-weight: 600;
    font-size: 1rem;
    display: block; }
    @media only screen and (min-width: 120em) {
      .location-section-around__place-image-text--name {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 56.25em) {
      .location-section-around__place-image-text--name {
        font-size: 1.6rem; } }
  .location-section-around__place-image-text--description {
    font-weight: 300;
    font-size: 0.8rem;
    display: block; }
    @media only screen and (min-width: 120em) {
      .location-section-around__place-image-text--description {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 56.25em) {
      .location-section-around__place-image-text--description {
        font-size: 1.2rem; } }

.location-section-around__splide {
  width: 25rem;
  height: 35rem;
  margin: 0 auto; }

.rooms-section-gallery__container {
  padding: 12rem 12rem 8rem; }
  @media only screen and (max-width: 75em) {
    .rooms-section-gallery__container {
      padding: 12rem 8rem 8rem; } }
  @media only screen and (max-width: 56.25em) {
    .rooms-section-gallery__container {
      padding: 12rem 5rem 8rem; } }
  @media only screen and (max-width: 37.5em) {
    .rooms-section-gallery__container {
      padding: 12rem 2rem 5rem; } }

.rooms-section-gallery__grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  align-content: stretch;
  gap: 0.5rem;
  border-radius: 1rem;
  overflow: hidden;
  height: 50rem; }
  @media only screen and (max-width: 56.25em) {
    .rooms-section-gallery__grid-container {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      height: auto; } }
  @media only screen and (max-width: 37.5em) {
    .rooms-section-gallery__grid-container {
      grid-template-columns: 1fr; } }

.rooms-section-gallery__figure {
  height: 100%;
  cursor: pointer;
  position: relative; }
  .rooms-section-gallery__figure:hover {
    opacity: 0.8;
    transition: opacity 0.2s; }
  .rooms-section-gallery__figure--1 {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2; }
    @media only screen and (max-width: 56.25em) {
      .rooms-section-gallery__figure--1 {
        grid-row: auto;
        grid-column: auto; } }
  .rooms-section-gallery__figure--2 {
    grid-row: 1 / 2;
    grid-column: 3 / 3; }
    @media only screen and (max-width: 56.25em) {
      .rooms-section-gallery__figure--2 {
        grid-row: auto;
        grid-column: auto; } }
  .rooms-section-gallery__figure--3 {
    grid-row: 1 / 2;
    grid-column: 4 / 5; }
    @media only screen and (max-width: 56.25em) {
      .rooms-section-gallery__figure--3 {
        grid-row: auto;
        grid-column: auto; } }
  .rooms-section-gallery__figure--4 {
    grid-row: 2 / 3;
    grid-column: 3 / 4; }
    @media only screen and (max-width: 56.25em) {
      .rooms-section-gallery__figure--4 {
        grid-row: auto;
        grid-column: auto; } }
  .rooms-section-gallery__figure--5 {
    grid-row: 2 / 3;
    grid-column: 4 / 5; }
    @media only screen and (max-width: 56.25em) {
      .rooms-section-gallery__figure--5 {
        grid-row: auto;
        grid-column: auto; } }

.rooms-section-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.rooms-section-gallery__more-img {
  position: absolute;
  bottom: 10%;
  right: 10%;
  display: flex;
  align-items: center; }
  .rooms-section-gallery__more-img--span {
    margin-right: 0.5rem; }

.rooms-section-overview {
  background-color: #f7f7f7; }
  .rooms-section-overview__container {
    padding: 5rem 12rem; }
    @media only screen and (max-width: 75em) {
      .rooms-section-overview__container {
        padding: 5rem 8rem; } }
    @media only screen and (max-width: 56.25em) {
      .rooms-section-overview__container {
        padding: 5rem; } }
    @media only screen and (max-width: 37.5em) {
      .rooms-section-overview__container {
        padding: 5rem 2rem; } }
  .rooms-section-overview__grid-container {
    display: grid;
    grid-template-columns: 3fr 1fr; }
    @media only screen and (max-width: 56.25em) {
      .rooms-section-overview__grid-container {
        grid-template-columns: 1fr; } }
  .rooms-section-overview__box {
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
    @media only screen and (max-width: 37.5em) {
      .rooms-section-overview__box {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 0; } }
    @media only screen and (max-width: 56.25em) {
      .rooms-section-overview__box--royal-gem {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 0; } }
  .rooms-section-overview__group {
    border-left: 0.2rem solid #b5b0a6;
    padding: 0.5rem 2rem; }
  .rooms-section-overview__img {
    height: 4rem; }
  .rooms-section-overview__description {
    margin-top: 3rem;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 500;
    color: #422d08;
    position: relative;
    width: max-content; }
    @media only screen and (max-width: 75em) {
      .rooms-section-overview__description {
        font-size: 2rem; } }
    @media only screen and (max-width: 37.5em) {
      .rooms-section-overview__description {
        margin-top: 1rem; } }
    .rooms-section-overview__description > sup {
      font-size: 1rem;
      position: absolute;
      top: 35%;
      right: -10%; }
    .rooms-section-overview__description--span {
      display: block; }
  .rooms-section-overview__btn {
    margin-top: auto;
    margin-left: auto; }
    @media only screen and (max-width: 56.25em) {
      .rooms-section-overview__btn {
        margin-top: 2rem;
        margin-left: 0; } }

.rooms-section-explanation__container {
  padding: 10rem 12rem; }
  @media only screen and (max-width: 75em) {
    .rooms-section-explanation__container {
      padding: 5rem 8rem; } }
  @media only screen and (max-width: 56.25em) {
    .rooms-section-explanation__container {
      padding: 5rem; } }
  @media only screen and (max-width: 37.5em) {
    .rooms-section-explanation__container {
      padding: 5rem 2rem; } }

.rooms-section-explanation__grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  padding: 0 2rem; }
  @media only screen and (max-width: 75em) {
    .rooms-section-explanation__grid-container {
      padding: 0;
      gap: 3rem; } }
  @media only screen and (max-width: 56.25em) {
    .rooms-section-explanation__grid-container {
      grid-template-columns: 1fr; } }

.rooms-section-explanation__title {
  font-size: 4.5rem;
  color: #60533e; }
  @media only screen and (max-width: 28.125em) {
    .rooms-section-explanation__title {
      font-size: 4rem; } }

.rooms-section-explanation__subtitle {
  font-size: 2.5rem;
  color: #60533e;
  font-weight: 300; }

.rooms-section-explanation__description {
  margin-top: 2rem;
  font-size: 1.6rem;
  text-align: justify;
  color: #948a77;
  font-weight: 300; }

.rooms-section-explanation__img-box {
  width: 100%;
  height: auto; }

.rooms-section-explanation__img {
  width: 100%;
  height: auto;
  object-fit: cover; }
  .rooms-section-explanation__img--emerald {
    height: 40rem;
    object-fit: contain; }

.rooms-section-vr--royal-gem-villa {
  margin: 5rem 0; }

.rooms-section-vr__container--royal-gem {
  padding: 5rem 0; }
  @media only screen and (max-width: 28.125em) {
    .rooms-section-vr__container--royal-gem {
      padding: 2rem 0; } }

.rooms-section-vr__title {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
  color: #422d08;
  width: 90%;
  margin: 0 auto 5rem; }
  @media only screen and (max-width: 75em) {
    .rooms-section-vr__title {
      font-size: 4rem; } }
  @media only screen and (max-width: 37.5em) {
    .rooms-section-vr__title {
      font-size: 3.5rem; } }
  @media only screen and (max-width: 28.125em) {
    .rooms-section-vr__title {
      font-size: 2.5rem;
      margin: 0 auto 2rem; } }

.rooms-section-features__container {
  padding: 5rem 12rem; }
  @media only screen and (max-width: 56.25em) {
    .rooms-section-features__container {
      padding: 5rem; } }
  @media only screen and (max-width: 37.5em) {
    .rooms-section-features__container {
      padding: 5rem 2rem; } }

.rooms-section-features__heading {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
  color: #422d08; }
  @media only screen and (max-width: 28.125em) {
    .rooms-section-features__heading {
      font-size: 4rem; } }

.rooms-section-features__feature-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5rem;
  width: 70%;
  margin: 5rem auto 0; }
  @media only screen and (max-width: 75em) {
    .rooms-section-features__feature-container {
      width: 90%;
      grid-gap: 5rem 2rem; } }
  @media only screen and (max-width: 56.25em) {
    .rooms-section-features__feature-container {
      width: 100%;
      grid-gap: 5rem 2rem; } }
  @media only screen and (max-width: 37.5em) {
    .rooms-section-features__feature-container {
      grid-template-columns: repeat(2, 1fr); } }

.rooms-section-features__feature-group {
  display: flex; }

.rooms-section-features__feature-img {
  height: 5rem; }
  @media only screen and (max-width: 37.5em) {
    .rooms-section-features__feature-img {
      height: 4rem; } }

.rooms-section-features__feature-description {
  font-size: 1.8rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  color: #422d08;
  height: 100%;
  margin-left: 1.5rem;
  width: 100%; }
  @media only screen and (max-width: 37.5em) {
    .rooms-section-features__feature-description {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 28.125em) {
    .rooms-section-features__feature-description {
      font-size: 1.2rem; } }

.rooms-section-expert {
  background-color: #fff; }
