@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import "components/swiper-bundle.min.css";
@import "components/glightbox.min.css";
.animated-effect, .room-show .room-shows .room-show-thumb h5, .room-show .room-shows .room-show-thumb img, .room-show .room-video-preview .video-play-icon img, .room-show .room-video-preview .video-play-icon, .room-show .room-video-preview, .properties .property-item .property-info .property-name, .properties .property-item .property-thumb, .appointment form .form-field .form-control, .room-features .room-element-target img, .room-features .room-element-target, .room-features .room-preview .room-element .room-element-info, .room-features .room-preview .room-element .room-element-toggle img, .room-features .room-preview .room-element .room-element-toggle, .amenities .amenities-wrapper .amenity-item, .documents .document-box, .gallery-section img, .room .room-gallery .gallery-image img, .room .room-video-preview .video-play-icon img, .room .room-video-preview .video-play-icon, .room .room-video-preview, .floor-rooms a img, .floor-rooms a, .floor-plan .floor-plan-map .floor-plan-map-point span, .floor-plan .floor-plan-map .floor-plan-map-point img, .floor-plan .floor-plan-map .floor-plan-map-point, .share-wrapper .share-box ul li a span, .share-wrapper .share-box ul li a, .share-wrapper, .advanced-features .accordion .accordion-item .accordion-header .accordion-button:after, .advanced-features .accordion .accordion-item .accordion-header .accordion-button, .house-presentation .video-wrapper .video-info .video-play-icon img, .house-presentation .video-wrapper .video-info .video-play-icon, .house-presentation .video-wrapper .video-info, .house-presentation .video-wrapper, .modal .form-field .form-control, .modal .modal-body .btn-close, .btn, footer.page-footer .nav-link, footer.page-footer p a, .navbar-brand, header.page-header .navbar .navbar-nav .nav-item .nav-link, header.page-header .navbar, header.page-header {
  transition: 0.15s ease all;
}

.animated-medium-effect, .amenities .amenities-wrapper .amenity-item .amenity-info, .gallery-picker .gallery-picker-wrapper .gallery-picker-entry, .floor-rooms a span, .sharing-active, .share-wrapper .share-box, .rooms .room-box span, .rooms .room-box:after {
  transition: 0.45s ease all;
}

.animated-long-effect, .rooms .room-box .room-details h4:after, .rooms .room-box .room-image {
  transition: 0.75s ease all;
}

.active-effect, .room-show .room-shows .room-show-thumb.active, .room-show .room-shows .room-show-thumb:active, .properties .property-item .property-info .property-name:active, .properties .property-item .property-thumb:active, .amenities .amenities-wrapper .amenity-item:active, .documents .document-box:active, .gallery-section img:active, .gallery-picker .gallery-picker-wrapper .gallery-picker-entry:active, .room .room-gallery .gallery-image img:active, .room .room-video-preview:active, .floor-rooms a:active, .floor-plan .floor-plan-map .floor-plan-map-point:active, .share-wrapper .share-box ul li a:active, .rooms .room-box:active, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
  opacity: 0.9;
}

.disable-selection, .room-show .room-video-preview .video-play-icon, .floor-rooms a, .floor-plan .floor-plan-map .img-fluid, .floor-plan .floor-plan-map, .house-presentation {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "Noto Sans", sans-serif;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 13px;
  }
}

body {
  padding-top: 5rem;
}
@media (max-width: 767.9px) {
  body {
    padding-top: 4.25rem;
  }
}

header.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  background: #fff;
}
header.page-header.active {
  box-shadow: rgba(5.5, 5.5, 5.5, 0.05) 0 0.25rem 0.25rem;
}
header.page-header.active:before {
  transform: none;
}
header.page-header.active .navbar {
  padding: 0.5rem 0;
}
header.page-header .navbar {
  padding: 1rem 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav {
    padding: 1.5rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item {
  margin-left: 1.5rem;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 0;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 0;
    text-align: center;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 0.9rem;
  font-weight: 400;
  color: rgb(5.5, 5.5, 5.5);
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans", sans-serif;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
    padding: 1rem;
    font-size: 1.25rem;
    font-weight: 500;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #cbaa6a;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active {
  font-weight: bold;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-toggler {
    z-index: 10;
    box-shadow: none;
    border: none;
    outline: none;
    background: none;
  }
  header.page-header .navbar .navbar-toggler .navbar-toggler-icon {
    opacity: 1;
    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(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    transition: 0.15s ease all;
    filter: brightness(0);
    width: 1.35rem;
    height: 1.35rem;
  }
  header.page-header .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform-origin: center;
    transform: rotate(90deg);
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIg0KCSBpZD0ic3ZnMjQ1NCIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiIGlua3NjYXBlOm91dHB1dF9leHRlbnNpb249Im9yZy5pbmtzY2FwZS5vdXRwdXQuc3ZnLmlua3NjYXBlIiBpbmtzY2FwZTp2ZXJzaW9uPSIwLjQ2IiBzb2RpcG9kaTpkb2NuYW1lPSJUaW1lcyBzeW1ib2wuc3ZnIiBzb2RpcG9kaTp2ZXJzaW9uPSIwLjMyIg0KCSB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iLTM5OSAyMDAuNiAxNjAuNCAxNjAuNCINCgkgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtMzk5IDIwMC42IDE2MC40IDE2MC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8ZGVmcz4NCgkNCgkNCgkJPGlua3NjYXBlOnBlcnNwZWN0aXZlICBpZD0icGVyc3BlY3RpdmUyNDYyIiBpbmtzY2FwZTp2cF96PSI3NDQuMDk0NDggOiA1MjYuMTgxMDkgOiAxIiBpbmtzY2FwZTp2cF95PSIwIDogMTAwMCA6IDAiIGlua3NjYXBlOnZwX3g9IjAgOiA1MjYuMTgxMDkgOiAxIiBzb2RpcG9kaTp0eXBlPSJpbmtzY2FwZTpwZXJzcDNkIiBpbmtzY2FwZTpwZXJzcDNkLW9yaWdpbj0iMzcyLjA0NzI0IDogMzUwLjc4NzM5IDogMSI+DQoJCTwvaW5rc2NhcGU6cGVyc3BlY3RpdmU+DQo8L2RlZnM+DQo8c29kaXBvZGk6bmFtZWR2aWV3ICBzaG93Z3JpZD0iZmFsc2UiIGlua3NjYXBlOmN5PSIyNjcuNzgzMzkiIGlua3NjYXBlOmN4PSIxOTQuNTEzNjEiIGlua3NjYXBlOnpvb209IjAuNzk1NDk1MTMiIGJvcmRlcm9wYWNpdHk9IjEuMCIgYm9yZGVyY29sb3I9IiM2NjY2NjYiIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgaWQ9ImJhc2UiIGlua3NjYXBlOndpbmRvdy15PSItNCIgaW5rc2NhcGU6d2luZG93LXg9Ii00IiBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI4ODEiIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTQ0MCIgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ibGF5ZXIxIiBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0icHgiIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwLjAiPg0KCTwvc29kaXBvZGk6bmFtZWR2aWV3Pg0KPGcgaWQ9ImxheWVyMSIgaW5rc2NhcGU6bGFiZWw9IkxpdmVsbG8gMSIgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciI+DQoJPHBhdGggaWQ9InRleHQyNDY0IiBjbGFzcz0ic3QwIiBkPSJNLTM3OS42LDMzMy4xbDUyLjMtNTIuM2wtNTIuMi01Mi4ybDguNi04LjZsNTIuMyw1Mi4xbDUyLjItNTIuMmw4LjMsOC40bC01Mi4yLDUyLjJMLTI1OCwzMzMNCgkJbC04LjQsOC42bC01Mi40LTUyLjRsLTUyLjMsNTIuM0wtMzc5LjYsMzMzLjF6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
  }
  header.page-header .navbar .navbar-collapse {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(1.35);
    transition: 0.35s ease all;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    z-index: 0;
  }
  header.page-header .navbar .navbar-collapse.collapsing {
    overflow: visible;
    transition: 0.35s ease all;
    height: 100%;
    opacity: 0;
  }
  header.page-header .navbar .navbar-collapse.collapse {
    display: flex;
    opacity: 0;
    visibility: hidden;
  }
  header.page-header .navbar .navbar-collapse.collapse.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 0;
  margin: 0 1rem 0 0;
}
@media (max-width: 767.9px) {
  .navbar-brand {
    position: relative;
    z-index: 99;
  }
}
.navbar-brand:active {
  opacity: 0.7;
  transform-origin: center;
  transform: translateY(0.125rem) scale(0.9975);
}
.navbar-brand img {
  display: block;
  height: 4rem;
  flex-shrink: 0;
  filter: brightness(0);
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .navbar-brand img {
    height: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .navbar-brand img {
    height: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand img {
    height: 1.5rem;
  }
}
.navbar-brand strong {
  font-weight: 600;
  color: rgb(5.5, 5.5, 5.5);
  margin: 0 0.1rem 0 0.5rem;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
}
.navbar-brand span {
  font-weight: 300;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 1;
}
.navbar-brand span:before {
  position: absolute;
  bottom: -0.75rem;
  right: -0.25rem;
  width: 120%;
  height: 2rem;
  background: url("../img/brush.jpg") center no-repeat;
  background-size: contain;
  content: " ";
  z-index: -1;
}

footer.page-footer {
  background: #fff;
  border-top: 1px solid rgba(5.5, 5.5, 5.5, 0.1);
  padding: 5rem 0 3.5rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer {
    padding-top: 2.5rem;
  }
}
footer.page-footer h5 {
  font-weight: 400;
  font-size: 0.8rem;
  color: rgb(5.5, 5.5, 5.5);
  font-family: "Noto Sans", sans-serif;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer h5 {
    margin: 1.5rem 0 0.5rem 0;
  }
}
footer.page-footer p {
  color: rgba(5.5, 5.5, 5.5, 0.5);
  font-size: 0.8rem;
}
footer.page-footer p.disclaimer {
  font-size: 0.7rem;
  color: rgba(5.5, 5.5, 5.5, 0.25);
  margin-bottom: 0;
}
footer.page-footer p a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}
footer.page-footer p a:hover {
  text-decoration: underline;
  color: rgb(5.5, 5.5, 5.5);
}
footer.page-footer hr {
  margin: 2.5rem 0;
  background: rgba(5.5, 5.5, 5.5, 0.1);
  border: none;
  width: 100%;
  height: 1px;
  opacity: 1;
}
footer.page-footer .nav-link {
  padding: 0.25rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(5.5, 5.5, 5.5);
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .nav-link {
    font-size: 0.9rem;
  }
}
@media (max-width: 767.9px) {
  footer.page-footer .nav-link {
    font-size: 0.9rem;
  }
}
footer.page-footer .nav-link:hover {
  color: #cbaa6a;
}
footer.page-footer .social-links li a img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
.btn {
  font-weight: 600;
  color: rgb(5.5, 5.5, 5.5);
  text-transform: uppercase;
  border-radius: 0.75rem;
  padding: 1rem 2.5rem 1rem 2rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.btn img {
  width: 1.25rem;
  height: 1.25rem;
  margin: -0.25rem -0.5rem -0.25rem 0.75rem;
}
.btn.btn-sm {
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  font-size: 0.8rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .btn.btn-sm {
    font-size: 0.65rem;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }
}
.btn.btn-sm img {
  width: 1rem;
  height: 1rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(5.5, 5.5, 5.5, 0.1) 0 0.25rem 1rem;
}
.btn.btn-primary {
  background: #cbaa6a;
  border-color: #cbaa6a;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: rgb(216.1940298507, 191.5671641791, 143.8059701493);
  border-color: rgb(216.1940298507, 191.5671641791, 143.8059701493);
  color: #fff;
}
.btn.btn-primary:active {
  background: rgb(226.7492537313, 208.8208955224, 174.0507462687);
  border-color: rgb(226.7492537313, 208.8208955224, 174.0507462687);
  color: #fff;
}
.btn.btn-primary img {
  filter: brightness(0) invert(1);
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: rgb(5.5, 5.5, 5.5);
}
.btn.btn-dark {
  background: rgb(5.5, 5.5, 5.5);
  border-color: rgb(5.5, 5.5, 5.5);
  color: rgb(5.5, 5.5, 5.5);
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-dark img {
  filter: brightness(0) invert(1);
}
.btn.btn-outline-primary {
  border-color: #cbaa6a;
  color: #cbaa6a;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #cbaa6a;
  border-color: #cbaa6a;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: rgb(226.7492537313, 208.8208955224, 174.0507462687);
  border-color: rgb(226.7492537313, 208.8208955224, 174.0507462687);
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: rgb(5.5, 5.5, 5.5);
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #cbaa6a;
}
.btn.btn-outline-dark {
  border-color: rgb(5.5, 5.5, 5.5);
  color: rgb(5.5, 5.5, 5.5);
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: rgb(5.5, 5.5, 5.5);
  border-color: rgb(5.5, 5.5, 5.5);
  color: #fff;
}
.btn.btn-outline-dark:hover img, .btn.btn-outline-dark:focus img {
  filter: brightness(0) invert(1);
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-outline-dark:active img {
  filter: brightness(0) invert(1);
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: rgb(222.7910447761, 202.3507462687, 162.7089552239);
}
.modal .modal-content {
  border-radius: 0.5rem;
  box-shadow: rgba(5.5, 5.5, 5.5, 0.1) 0 0.25rem 1rem;
  border: none;
  padding: 0;
  background: #fff;
}
.modal .modal-body {
  position: relative;
  padding: 2.5rem;
}
.modal .modal-body .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  filter: brightness(0) invert(1);
  box-shadow: none;
  outline: none;
  opacity: 1;
}
.modal h2 {
  font-weight: 600;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 2.5rem;
}
.modal p {
  color: rgba(5.5, 5.5, 5.5, 0.75);
  font-size: 0.9rem;
}
.modal .form-field {
  margin-bottom: 1rem;
}
.modal .form-field .form-label {
  font-weight: 600;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.modal .form-field .form-control {
  padding: 1rem;
  height: auto;
  background: rgba(5.5, 5.5, 5.5, 0.05);
  border: none;
  box-shadow: none;
  outline: none;
  color: rgb(5.5, 5.5, 5.5);
}
.modal .form-field .form-control:focus {
  background: rgba(5.5, 5.5, 5.5, 0.1);
}
.modal .promo-modal-image {
  display: block;
  width: calc(100% + 5rem);
  height: 15rem;
  margin: -2.5rem -2.5rem 2.5rem -2.5rem;
  object-fit: cover;
  background: rgba(5.5, 5.5, 5.5, 0.05);
}

.modal-backdrop {
  background: rgba(5.5, 5.5, 5.5, 0.75);
  backdrop-filter: blur(5px);
}
.modal-backdrop.show {
  opacity: 1;
}

.form-control {
  height: auto;
}
.main {
  position: relative;
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main {
    padding: 7.5rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main {
    padding: 5rem 0;
  }
}
@media (max-width: 767.9px) {
  .main {
    padding: 10rem 0 7.5rem 0;
    text-align: center;
  }
  .main:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5.5, 5.5, 5.5, 0.25);
    border-radius: 2rem;
    content: " ";
    z-index: 3;
  }
}
.main:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: calc(50% + 7.5rem);
  height: calc(100% - 5rem);
  content: " ";
  z-index: 1;
  opacity: 1;
  background-image: radial-gradient(circle, #D3D4D4, #D3D4D4 1px, transparent 1px);
  background-size: 8px 8px;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main:after {
    width: calc(50% + 2.5rem);
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main:after {
    width: calc(50% + 1.5rem);
  }
}
.main .price-text {
  text-transform: uppercase;
}
@media (max-width: 767.9px) {
  .main .price-text {
    color: #fff;
  }
}
.main .price {
  color: #cbaa6a;
}
.main video {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 5rem);
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 2;
  border-radius: 1rem 0 0 1rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main video {
    width: calc(50% + 1.5rem);
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main video {
    width: 50%;
  }
}
@media (max-width: 767.9px) {
  .main video {
    width: 100%;
    border-radius: 2rem;
  }
}
.main .container {
  position: relative;
  z-index: 4;
}
.main h1 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 6rem;
  line-height: 1;
  width: 120%;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main h1 {
    font-size: 4rem;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main h1 {
    font-size: 4rem;
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 3.5rem;
    width: 100%;
    color: #fff;
  }
}
.main h2 {
  color: #cbaa6a;
  font-size: 2.5rem;
  font-weight: 300;
  font-family: "Noto Sans", sans-serif;
  margin: 1rem 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .main h2 {
    font-size: 1rem;
  }
}
.main p {
  color: rgb(5.5, 5.5, 5.5);
  font-size: 0.9rem;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .main p {
    color: #fff;
  }
}

.brands {
  padding: 5rem 0;
  position: relative;
  background: #fff;
}
@media (max-width: 767.9px) {
  .brands {
    text-align: center;
    padding: 2.5rem 0;
  }
}
.brands h4 {
  font-size: 0.8rem;
  color: rgb(5.5, 5.5, 5.5);
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (max-width: 767.9px) {
  .brands h4 {
    font-size: 0.7rem;
    letter-spacing: 3px;
  }
}
.brands .brands-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  --d: 10s;
}
@media (max-width: 767.9px) {
  .brands .brands-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 200px); /* number of visible images + width */
    overflow: hidden;
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 0 -0.75rem;
  }
}
@keyframes r {
  20% {
    transform: translate(-100%);
  }
  20.01% {
    transform: translate(400%);
  }
}
.brands .brands-wrapper img {
  width: 20%;
  height: 2.5rem;
  object-fit: contain;
  object-position: center;
  padding: 0 0 0 2.5rem;
  filter: brightness(0);
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .brands .brands-wrapper img {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .brands .brands-wrapper img {
    grid-area: 1/1;
    width: 100%;
    height: 3rem;
    padding: 0.25rem 0.5rem;
    animation: r var(--d) linear infinite;
  }
  .brands .brands-wrapper img:nth-child(2) {
    animation-delay: calc(-0.2 * var(--d));
  }
  .brands .brands-wrapper img:nth-child(3) {
    animation-delay: calc(-0.4 * var(--d));
  }
  .brands .brands-wrapper img:nth-child(4) {
    animation-delay: calc(-0.6 * var(--d));
  }
  .brands .brands-wrapper img:nth-child(5) {
    animation-delay: calc(-0.8 * var(--d));
  }
}

.rooms {
  display: block;
  padding: 0 0 5rem 0;
}
.rooms .room-box {
  display: block;
  width: 100%;
  height: 20rem;
  position: relative;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  overflow: hidden;
}
.rooms .room-box:hover .room-image {
  transform: scale(1.05);
}
.rooms .room-box:hover .room-details h4:after {
  width: 100%;
  opacity: 1;
}
.rooms .room-box:hover:after {
  opacity: 0.5;
}
.rooms .room-box:hover span {
  opacity: 1;
  transform: none;
}
.rooms .room-box .room-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: 0;
}
.rooms .room-box:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(5.5, 5.5, 5.5, 0.75), rgba(5.5, 5.5, 5.5, 0));
  content: " ";
}
.rooms .room-box .room-details {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 2.5rem;
  text-align: center;
}
.rooms .room-box .room-details h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  display: block;
  margin: 0;
  position: relative;
  text-align: center;
}
.rooms .room-box .room-details h4:after {
  position: absolute;
  bottom: -0.75rem;
  height: 2px;
  left: 0;
  right: 0;
  content: " ";
  background: #fff;
  border-radius: 1rem;
  margin: auto;
  opacity: 0;
  width: 1rem;
}
.rooms .room-box span {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  width: 7.5rem;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 1rem;
  height: auto;
  padding: 0.25rem 0.75rem;
  color: rgb(5.5, 5.5, 5.5);
  background: #cbaa6a;
  display: inline-block;
  margin: auto;
  z-index: 2;
  transform: translateY(250%);
  opacity: 0;
}
@media (max-width: 767.9px) {
  .rooms .room-box .room-image {
    transform: scale(1.05);
  }
  .rooms .room-box .room-details h4:after {
    width: 100%;
    opacity: 1;
  }
  .rooms .room-box:after {
    opacity: 0.5;
  }
  .rooms .room-box span {
    opacity: 1;
    transform: none;
  }
}

.features {
  padding: 7.5rem 0;
  background: rgba(203, 170, 106, 0.025);
}
@media (max-width: 767.9px) {
  .features {
    padding: 5rem 0;
  }
}
.features h3 {
  color: #cbaa6a;
  font-size: 1.5rem;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .features h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .features h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .features h3 {
    font-size: 1rem;
  }
}
.features h2 {
  font-weight: 500;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 4.5rem;
  line-height: 1;
  margin: 1rem 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .features h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .features h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .features h2 {
    font-size: 3rem;
  }
}
.features p {
  color: rgb(5.5, 5.5, 5.5);
  font-size: 0.9rem;
  margin: 0;
}
.features .features-boxes {
  padding: 5rem 0 5rem 0;
}
.features .feature-item {
  display: block;
  position: relative;
  text-align: center;
}
.features .feature-item img {
  width: 6rem;
  height: 6rem;
  padding: 1.5rem;
  display: block;
  margin: auto auto 1.5rem auto;
  z-index: 1;
  position: relative;
}
.features .feature-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6rem;
  height: 6rem;
  border-radius: 0.75rem;
  background: #cbaa6a;
  opacity: 0.25;
  content: " ";
  z-index: 0;
}
.features .feature-item h4 {
  color: rgb(5.5, 5.5, 5.5);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .features .feature-item h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .features .feature-item h4 {
    font-size: 1.25rem;
  }
}
.features .feature-item p {
  color: rgba(5.5, 5.5, 5.5, 0.5);
  margin: 0;
}

.stats {
  display: block;
  background: #cbaa6a;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .stats {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767.9px) {
  .stats {
    padding-top: 2.5rem;
    padding-bottom: 7.5rem;
  }
}
.stats .stats-wrapper {
  display: flex;
  justify-content: stretch;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .stats .stats-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.9px) {
  .stats .stats-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.stats .stats-item {
  flex: 1;
  padding: 5rem 0;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .stats .stats-item {
    width: 25%;
    flex: 1 0 25%;
    padding: 5rem 0 0 0;
  }
}
@media (max-width: 767.9px) {
  .stats .stats-item {
    padding: 5rem 0 0 0;
  }
}
.stats .stats-item strong {
  display: flex;
  justify-content: center;
  font-size: 4.5rem;
  font-weight: 600;
  color: rgb(5.5, 5.5, 5.5);
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .stats .stats-item strong {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .stats .stats-item strong {
    font-size: 3rem;
  }
}
.stats .stats-item strong i {
  font-style: normal;
  font-size: 1rem;
}
.stats .stats-item span {
  display: block;
  font-weight: 500;
  font-size: 1.25rem;
  color: rgb(5.5, 5.5, 5.5);
  margin-top: 0.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .stats .stats-item span {
    font-size: 1rem;
  }
}

.house-presentation {
  position: relative;
  background: rgba(203, 170, 106, 0.025);
}
.house-presentation:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 40%;
  background: #fff;
  content: " ";
  z-index: 0;
}
.house-presentation .container {
  position: relative;
  z-index: 2;
}
.house-presentation .container:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 80%;
  background-image: radial-gradient(circle, #D3D4D4, #D3D4D4 1px, transparent 1px);
  background-size: 8px 8px;
  content: " ";
  z-index: 0;
  border-radius: 1rem;
}
.house-presentation .container .row {
  position: relative;
  z-index: 1;
}
.house-presentation .video-wrapper {
  position: relative;
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
  box-shadow: rgba(5.5, 5.5, 5.5, 0.1) 0 0.15rem 0.75rem;
}
@media (max-width: 767.9px) {
  .house-presentation .video-wrapper {
    border-radius: 0;
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
  }
}
.house-presentation .video-wrapper:hover {
  box-shadow: rgba(5.5, 5.5, 5.5, 0.4) 0 0.35rem 2rem;
}
.house-presentation .video-wrapper:hover .video-info {
  background: none;
}
.house-presentation .video-wrapper:active {
  box-shadow: rgba(5.5, 5.5, 5.5, 0.4) 0 0.35rem 2rem;
  transform-origin: center;
  transform: translateY(0.25rem);
}
.house-presentation .video-wrapper:active .video-info {
  background: none;
}
.house-presentation .video-wrapper video {
  position: relative;
  z-index: 0;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767.9px) {
  .house-presentation .video-wrapper video {
    height: 30rem;
  }
}
.house-presentation .video-wrapper .video-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(5.5, 5.5, 5.5, 0.25);
  z-index: 3;
  padding-top: 2.5rem;
}
@media (max-width: 767.9px) {
  .house-presentation .video-wrapper .video-info {
    padding-top: 0;
  }
}
.house-presentation .video-wrapper .video-info .video-play-icon {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: 0;
  flex-shrink: 0;
  z-index: 2;
  width: 5.5rem;
  height: 5.5rem;
  padding-left: 0.25rem;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: 1.5s linear infinite shadow-effect;
}
@media (max-width: 767.9px) {
  .house-presentation .video-wrapper .video-info .video-play-icon {
    width: 4rem;
    height: 4rem;
  }
}
.house-presentation .video-wrapper .video-info .video-play-icon img {
  width: 2.5rem;
  height: 2.5rem;
  filter: brightness(0) invert(1);
}
@media (max-width: 767.9px) {
  .house-presentation .video-wrapper .video-info .video-play-icon img {
    width: 2rem;
    height: 2rem;
  }
}
@keyframes shadow-effect {
  0% {
    box-shadow: rgba(255, 255, 255, 0) 0 0 0;
  }
  50% {
    box-shadow: rgba(255, 255, 255, 0.15) 0 0 0 0.5rem;
  }
  100% {
    box-shadow: rgba(255, 255, 255, 0) 0 0 0;
  }
}
.house-presentation .video-wrapper .video-info h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  margin-top: 1rem;
}
@media (max-width: 767.9px) {
  .house-presentation .video-wrapper .video-info h4 {
    display: none;
  }
}
.house-presentation .video-wrapper .video-info p {
  color: #cbaa6a;
  font-size: 1rem;
  font-weight: 600;
}

.video-showcase {
  position: relative;
  padding: 10rem 0;
  background: rgb(5.5, 5.5, 5.5);
}
.video-showcase video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  display: block;
}
.video-showcase:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
  content: " ";
  z-index: 1;
  opacity: 0.15;
}
@media (max-width: 767.9px) {
  .video-showcase:before {
    opacity: 0.55;
  }
}
.video-showcase .container {
  position: relative;
  z-index: 3;
}
.video-showcase h3 {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 7.5px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767.9px) {
  .video-showcase h3 {
    font-size: 0.8rem;
    letter-spacing: 4px;
  }
}
.video-showcase h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 6rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 1rem 0;
  white-space: nowrap;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .video-showcase h2 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .video-showcase h2 {
    font-size: 4rem;
  }
}
@media (max-width: 767.9px) {
  .video-showcase h2 {
    font-size: 4rem;
  }
}
.video-showcase h4 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 2.5rem 0;
}
@media (max-width: 767.9px) {
  .video-showcase h4 {
    font-size: 1rem;
  }
}

.advanced-features {
  padding: 7.5rem 0;
  background: #fff;
}
@media (max-width: 767.9px) {
  .advanced-features {
    padding: 5rem 0;
  }
}
.advanced-features h3 {
  color: #cbaa6a;
  font-size: 1.5rem;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .advanced-features h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .advanced-features h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .advanced-features h3 {
    font-size: 1rem;
  }
}
.advanced-features h2 {
  font-weight: 500;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 4.5rem;
  line-height: 1;
  margin: 1rem 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .advanced-features h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .advanced-features h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .advanced-features h2 {
    font-size: 3rem;
  }
}
.advanced-features p {
  color: rgb(5.5, 5.5, 5.5);
  font-size: 0.9rem;
  margin: 0;
}
.advanced-features .accordion {
  padding: 1rem 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(5.5, 5.5, 5.5, 0.1);
  margin: 0;
  background: none;
  box-shadow: none;
  outline: none;
}
@media (max-width: 767.9px) {
  .advanced-features .accordion {
    margin-top: 1.5rem;
    padding: 0.5rem 1.25rem;
  }
}
.advanced-features .accordion .accordion-item {
  border: none;
  box-shadow: none;
  outline: none;
}
.advanced-features .accordion .accordion-item + .accordion-item {
  border-top: 1px solid rgba(5.5, 5.5, 5.5, 0.1);
}
.advanced-features .accordion .accordion-item .accordion-header {
  background: none;
  margin: 0;
  padding: 0;
}
.advanced-features .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 1.5rem;
  color: #1f1f1f;
  font-weight: 600;
  border-radius: 0;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  background: none;
  box-shadow: none;
  outline: none;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .advanced-features .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .advanced-features .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .advanced-features .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 1.1rem;
  }
}
.advanced-features .accordion .accordion-item .accordion-header .accordion-button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background: none;
  border-right: 2px solid rgb(5.5, 5.5, 5.5);
  border-bottom: 2px solid rgb(5.5, 5.5, 5.5);
  transform-origin: center;
  transform: rotate(45deg);
  opacity: 0.1;
  content: " ";
  margin: auto;
}
@media (max-width: 767.9px) {
  .advanced-features .accordion .accordion-item .accordion-header .accordion-button:after {
    top: -0.35rem;
  }
}
.advanced-features .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #cbaa6a;
  background: none;
}
.advanced-features .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  transform: rotate(-135deg);
  bottom: 0.25rem;
}
@media (max-width: 767.9px) {
  .advanced-features .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
    top: 0.3rem;
    bottom: 0;
  }
}
.advanced-features .accordion .accordion-item .accordion-header .accordion-button:active {
  color: #cbaa6a;
  transform-origin: center;
  transform: scale(0.975);
  opacity: 0.8;
}
.advanced-features .accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #cbaa6a;
}
.advanced-features .accordion .accordion-item .accordion-header .accordion-button:hover:after {
  opacity: 1;
}
.advanced-features .accordion .accordion-item .accordion-body {
  padding: 0 0 1.5rem 0;
  margin: 0;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 0.9rem;
}

.share-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
@media (max-width: 767.9px) {
  .share-wrapper {
    width: 100%;
    height: 3rem;
    top: auto;
    flex-direction: row;
  }
}
.share-wrapper .share-box {
  padding: 0.25rem;
  border-radius: 0.5rem;
  height: auto;
  display: flex;
  align-items: center;
  border: 2px solid transparent;
  background: white;
  box-shadow: rgba(5.5, 5.5, 5.5, 0.1) 0 0.125rem 0.35rem;
}
.share-wrapper .share-box:hover {
  border-color: #cbaa6a;
  box-shadow: rgba(203, 170, 106, 0.15) 0 0.125rem 0.35rem;
}
.share-wrapper .share-box ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 0 auto;
}
@media (max-width: 767.9px) {
  .share-wrapper .share-box ul {
    flex-direction: row;
  }
}
.share-wrapper .share-box ul li {
  display: block;
}
.share-wrapper .share-box ul li + li {
  margin-top: 0.15rem;
}
.share-wrapper .share-box ul li a {
  display: block;
  width: 2rem;
  height: 2rem;
  padding: 0;
  text-align: center;
  line-height: 2rem;
  border-radius: 0.5rem;
  position: relative;
}
.share-wrapper .share-box ul li a:hover {
  background: rgba(5.5, 5.5, 5.5, 0.05);
}
.share-wrapper .share-box ul li a:hover span {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.share-wrapper .share-box ul li a:active {
  background: rgba(5.5, 5.5, 5.5, 0.1);
}
.share-wrapper .share-box ul li a img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0);
}
.share-wrapper .share-box ul li a span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(100% + 0.75rem);
  width: auto;
  height: 1.5rem;
  background: black;
  color: #fff;
  white-space: nowrap;
  font-size: 0.8rem;
  padding: 0 0.5rem;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(1rem);
}
@media (max-width: 767.9px) {
  .share-wrapper .share-box ul li a span {
    transform: translateY(-1rem);
    right: 0;
    left: -3.25rem;
    bottom: 110%;
    top: auto;
    width: 8.5rem;
  }
}

.sharing-active {
  box-shadow: rgba(203, 170, 106, 0.75) 0 0 0 5px inset;
}

.main.sub-main {
  background: none;
}
@media (max-width: 767.9px) {
  .main.sub-main:before {
    display: none;
  }
}
.main.sub-main.smaller-sub-main {
  padding: 5rem 0 7.5rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main.sub-main.smaller-sub-main {
    padding: 2.5rem 0 5rem 0;
  }
}
@media (max-width: 767.9px) {
  .main.sub-main.smaller-sub-main {
    padding: 2.5rem 0 5rem 0;
  }
}
.main.sub-main.smaller-sub-main:after {
  display: none;
}
.main.sub-main.smaller-sub-main .brands-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main.sub-main.smaller-sub-main .brands-wrapper {
    gap: 1rem;
  }
}
@media (max-width: 767.9px) {
  .main.sub-main.smaller-sub-main .brands-wrapper {
    padding-top: 1.5rem;
  }
}
.main.sub-main.smaller-sub-main .brands-wrapper h4 {
  font-weight: 600;
  color: rgba(5.5, 5.5, 5.5, 0.25);
  font-size: 0.9rem;
  width: 100%;
  text-align: center;
  flex-shrink: 0;
}
.main.sub-main.smaller-sub-main .brands-wrapper img {
  max-width: 12rem;
  height: 3.5rem;
  object-fit: contain;
  object-position: center;
  filter: brightness(0);
  margin: 0 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main.sub-main.smaller-sub-main .brands-wrapper img {
    height: 2.5rem;
    width: 8rem;
  }
}
@media (max-width: 767.9px) {
  .main.sub-main.smaller-sub-main .brands-wrapper img {
    height: 2.5rem;
    width: 8rem;
  }
}
.main.sub-main.smaller-sub-main .stats-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
}
@media (max-width: 767.9px) {
  .main.sub-main.smaller-sub-main .stats-wrapper {
    padding-top: 2.5rem;
    justify-content: center;
  }
}
.main.sub-main.smaller-sub-main .stats-wrapper .stats-item {
  width: 33%;
}
@media (max-width: 767.9px) {
  .main.sub-main.smaller-sub-main .stats-wrapper .stats-item {
    width: 50%;
    text-align: center;
  }
}
.main.sub-main.smaller-sub-main .stats-wrapper .stats-item strong {
  display: block;
  font-size: 3.5rem;
  font-weight: 700;
  color: rgb(5.5, 5.5, 5.5);
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main.sub-main.smaller-sub-main .stats-wrapper .stats-item strong {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main.sub-main.smaller-sub-main .stats-wrapper .stats-item strong {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .main.sub-main.smaller-sub-main .stats-wrapper .stats-item strong {
    font-size: 2rem;
  }
}
.main.sub-main.smaller-sub-main .stats-wrapper .stats-item strong i {
  font-style: normal;
  font-weight: 400;
  color: rgba(5.5, 5.5, 5.5, 0.5);
  font-size: 1.5rem;
  margin-left: -0.25rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main.sub-main.smaller-sub-main .stats-wrapper .stats-item strong i {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main.sub-main.smaller-sub-main .stats-wrapper .stats-item strong i {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .main.sub-main.smaller-sub-main .stats-wrapper .stats-item strong i {
    font-size: 1rem;
  }
}
.main.sub-main.smaller-sub-main .stats-wrapper .stats-item span {
  margin-top: -0.25rem;
  display: block;
  font-size: 0.9rem;
  color: rgba(5.5, 5.5, 5.5, 0.5);
}
@media (max-width: 767.9px) {
  .main.sub-main.smaller-sub-main .stats-wrapper .stats-item span {
    font-size: 0.7rem;
  }
}
.main.sub-main.about-sub-main:after {
  display: block;
  width: 50%;
  bottom: 2.5rem;
}
@media (max-width: 767.9px) {
  .main.sub-main.about-sub-main:after {
    width: 100%;
    height: 20rem;
    top: auto;
    bottom: 0;
  }
}
.main.sub-main .sticky-main {
  position: sticky;
  top: 9.7rem;
}
.main.sub-main .sub-main-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 5rem);
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 2;
  border-radius: 1rem 0 0 1rem;
}
.main.sub-main h1 {
  font-size: 5rem;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main.sub-main h1 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main.sub-main h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .main.sub-main h1 {
    color: rgb(5.5, 5.5, 5.5);
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .main.sub-main p {
    color: rgb(5.5, 5.5, 5.5);
  }
}

.floor-plan {
  position: relative;
  padding: 0 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .floor-plan {
    padding-bottom: 5rem;
  }
}
.floor-plan h3 {
  color: #cbaa6a;
  font-size: 1.5rem;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .floor-plan h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .floor-plan h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .floor-plan h3 {
    font-size: 1rem;
  }
}
.floor-plan h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 4rem;
  line-height: 1;
  margin: 1rem 0;
}
.floor-plan p {
  color: rgb(5.5, 5.5, 5.5);
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767.9px) {
  .floor-plan p {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.floor-plan .floor-plan-map {
  position: relative;
  margin: 5rem 0;
}
.floor-plan .floor-plan-map .img-fluid {
  position: relative;
  z-index: 0;
}
.floor-plan .floor-plan-map .floor-plan-map-point {
  position: absolute;
  z-index: 2;
  background: #cbaa6a;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  animation: 1.5s linear infinite floor-plan-point-effect;
}
.floor-plan .floor-plan-map .floor-plan-map-point:hover {
  background: rgb(216.1940298507, 191.5671641791, 143.8059701493);
}
.floor-plan .floor-plan-map .floor-plan-map-point:hover span {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.floor-plan .floor-plan-map .floor-plan-map-point:active {
  background: rgb(222.7910447761, 202.3507462687, 162.7089552239);
}
.floor-plan .floor-plan-map .floor-plan-map-point img {
  width: 1.25rem;
  height: 1.25rem;
  filter: brightness(0) invert(1);
}
.floor-plan .floor-plan-map .floor-plan-map-point span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(100% + 0.5rem);
  font-size: 0.8rem;
  height: 1.5rem;
  padding: 0 0.5rem;
  line-height: 1.5rem;
  color: #1f1f1f;
  font-weight: 600;
  border-radius: 0.5rem;
  box-shadow: rgba(5.5, 5.5, 5.5, 0.25) 0 0.25rem 0.5rem;
  background: #fff;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform-origin: center;
  transform: translateX(-1rem);
}
@media (max-width: 767.9px) {
  .floor-plan .floor-plan-map .floor-plan-map-point span {
    display: none;
  }
}
@keyframes floor-plan-point-effect {
  0% {
    box-shadow: rgba(255, 255, 255, 0.25) 0 0 0 0.15rem;
  }
  50% {
    box-shadow: rgba(255, 255, 255, 0.65) 0 0 0 0.35rem;
  }
  100% {
    box-shadow: rgba(255, 255, 255, 0.25) 0 0 0 0.15rem;
  }
}

.floor-rooms {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.9px) {
  .floor-rooms {
    margin-top: 1.5rem;
  }
}
.floor-rooms a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  border-radius: 1rem;
  padding: 1.25rem 2.5rem;
  border: 1px solid rgba(5.5, 5.5, 5.5, 0.1);
  height: 100%;
  color: rgb(5.5, 5.5, 5.5);
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .floor-rooms a {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .floor-rooms a {
    padding: 1rem 1.5rem;
  }
}
.floor-rooms a:hover {
  background: rgba(5.5, 5.5, 5.5, 0.025);
  border-color: transparent;
}
.floor-rooms a:active {
  background: rgba(5.5, 5.5, 5.5, 0.05);
}
.floor-rooms a img {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .floor-rooms a img {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .floor-rooms a img {
    width: 2rem;
    height: 2rem;
  }
}
.floor-rooms a span {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 1rem 0 0.5rem 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .floor-rooms a span {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .floor-rooms a span {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.9px) {
  .floor-rooms a span {
    font-size: 1.25rem;
  }
}
.floor-rooms a i {
  font-style: normal;
  font-size: 1rem;
  color: rgba(5.5, 5.5, 5.5, 0.5);
  font-weight: 400;
  display: block;
}

.room {
  position: relative;
  padding: 7.5rem 0;
  background: rgba(203, 170, 106, 0.025);
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .room {
    padding: 5rem 0;
  }
}
@media (max-width: 767.9px) {
  .room {
    padding: 5rem 0;
  }
}
.room .offset-element {
  position: absolute;
  top: -3.7rem;
  left: 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .room .offset-element {
    top: -4.125rem;
  }
}
.room.room-2 {
  background: #fff;
}
.room h3 {
  color: #cbaa6a;
  font-size: 1.5rem;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .room h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .room h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .room h3 {
    font-size: 1rem;
  }
}
.room h2 {
  font-weight: 500;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 4.5rem;
  line-height: 1;
  margin: 1rem 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .room h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .room h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .room h2 {
    font-size: 3rem;
  }
}
.room p {
  color: rgb(5.5, 5.5, 5.5);
  font-size: 0.9rem;
  margin: 0;
}
.room ul.checklist {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.9px) {
  .room ul.checklist {
    margin: 1rem 0;
  }
}
.room ul.checklist li {
  display: block;
  position: relative;
  padding-left: 2rem;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 1.25rem;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .room ul.checklist li {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .room ul.checklist li {
    font-size: 1.15rem;
  }
}
.room ul.checklist li + li {
  margin-top: 0.75rem;
}
.room ul.checklist li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  content: " ";
  background: #cbaa6a;
  border-radius: 50%;
  margin: auto;
}
.room ul.checklist li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.4rem;
  width: 0.75rem;
  height: 0.35rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}
.room .room-sponsor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: rgba(5.5, 5.5, 5.5, 0.05) 0 0.1rem 0.5rem;
}
.room .room-sponsor span {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(5.5, 5.5, 5.5, 0.5);
}
.room .room-sponsor img {
  max-width: 10rem;
  margin-top: 0.5rem;
}
.room .room-video-preview {
  position: relative;
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
  box-shadow: rgba(5.5, 5.5, 5.5, 0.1) 0 0.15rem 0.75rem;
}
.room .room-video-preview:hover {
  box-shadow: rgba(203, 170, 106, 0.1) 0 0 1rem;
  opacity: 0.9;
}
.room .room-video-preview:active {
  box-shadow: rgba(203, 170, 106, 0.2) 0 0 1rem;
  opacity: 0.8;
}
.room .room-video-preview video {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 25rem;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .room .room-video-preview video {
    height: 20rem;
  }
}
@media (max-width: 767.9px) {
  .room .room-video-preview video {
    height: 20rem;
  }
}
.room .room-video-preview .video-play-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  z-index: 2;
  width: 5.5rem;
  height: 5.5rem;
  padding-left: 0.25rem;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: 1.5s linear infinite shadow-effect;
}
@media (max-width: 767.9px) {
  .room .room-video-preview .video-play-icon {
    width: 4rem;
    height: 4rem;
  }
}
.room .room-video-preview .video-play-icon img {
  width: 2.5rem;
  height: 2.5rem;
  filter: brightness(0) invert(1);
}
@media (max-width: 767.9px) {
  .room .room-video-preview .video-play-icon img {
    width: 2rem;
    height: 2rem;
  }
}
@keyframes shadow-effect {
  0% {
    box-shadow: rgba(255, 255, 255, 0) 0 0 0;
  }
  50% {
    box-shadow: rgba(255, 255, 255, 0.15) 0 0 0 0.5rem;
  }
  100% {
    box-shadow: rgba(255, 255, 255, 0) 0 0 0;
  }
}
.room .room-gallery {
  margin-top: 5rem;
  position: relative;
}
.room .room-gallery .gallery-image {
  width: 100%;
  height: auto;
}
.room .room-gallery .gallery-image img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  border-radius: 0.5rem;
  cursor: pointer;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .room .room-gallery .gallery-image img {
    height: 25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .room .room-gallery .gallery-image img {
    height: 20rem;
  }
}
.room .room-gallery .gallery-image img:hover {
  box-shadow: rgba(203, 170, 106, 0.1) 0 0 1rem;
  opacity: 0.9;
}
.room .room-gallery .gallery-image img:active {
  box-shadow: rgba(203, 170, 106, 0.2) 0 0 1rem;
  opacity: 0.8;
}

.glightbox-clean .gslide-description {
  background: linear-gradient(to top, rgba(5.5, 5.5, 5.5, 0.85), rgba(5.5, 5.5, 5.5, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.glightbox-clean .gslide-description .gdesc-inner {
  padding: 5rem 1.5rem 1.5rem 1.5rem;
}
.glightbox-clean .gslide-description .gdesc-inner .gslide-title {
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}

.gallery-picker {
  display: block;
  padding: 10rem 0 0 0;
  background: rgb(5.5, 5.5, 5.5);
}
.gallery-picker .gallery-picker-wrapper {
  display: flex;
  gap: 1rem;
}
.gallery-picker .gallery-picker-wrapper .gallery-picker-entry {
  width: calc(50% - 1rem);
  height: 35rem;
  object-fit: cover;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
  flex-shrink: 1;
}
.gallery-picker .gallery-picker-wrapper .gallery-picker-entry .gallery-picker-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.gallery-picker .gallery-picker-wrapper .gallery-picker-entry .gallery-picker-info {
  position: relative;
  z-index: 2;
  padding: 1.5rem;
}
.gallery-picker .gallery-picker-wrapper .gallery-picker-entry .gallery-picker-info img.gallery-picker-logo {
  width: 3rem;
  height: 3rem;
  filter: brightness(0) invert(1);
}
.gallery-picker .gallery-picker-wrapper .gallery-picker-entry .gallery-picker-info h2 {
  display: block;
  font-size: 5rem;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.gallery-picker .gallery-picker-wrapper .gallery-picker-entry:hover {
  opacity: 0.9;
  width: calc(75% - 1rem);
}
.gallery-picker .gallery-picker-wrapper .gallery-picker-entry.inactive {
  opacity: 0.5;
  filter: grayscale(1);
  width: calc(22.5% - 0.6666666667rem);
}
.gallery-picker .gallery-picker-wrapper .gallery-picker-entry:active {
  opacity: 0.7;
}

.gallery-section {
  padding: 0 0 5rem 0;
  position: relative;
}
.gallery-section + .gallery-section {
  padding-top: 0;
}
.gallery-section .offset-element {
  position: absolute;
  top: -3.7rem;
  left: 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .gallery-section .offset-element {
    top: -4.125rem;
  }
}
.gallery-section h4 {
  color: rgb(5.5, 5.5, 5.5);
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 -0.5rem 0;
  position: sticky;
  top: 3.7rem;
  z-index: 10;
  background: #fff;
  padding: 1.5rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .gallery-section h4 {
    top: 4.125rem;
  }
}
@media (max-width: 767.9px) {
  .gallery-section h4 {
    top: 3.25rem;
    padding: 1rem 0;
    font-size: 1rem;
  }
}
.gallery-section img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  border-radius: 1rem;
  cursor: pointer;
}
.gallery-section img:hover {
  opacity: 0.8;
}
.gallery-section img:active {
  opacity: 0.7;
}

.documents {
  position: relative;
}
@media (max-width: 767.9px) {
  .documents {
    margin-top: 2.5rem;
  }
}
.documents .document-box {
  display: block;
  padding: 0.75rem 1rem 0.75rem 4rem;
  border-radius: 1rem;
  text-decoration: none;
  color: inherit;
  position: relative;
}
@media (max-width: 767.9px) {
  .documents .document-box {
    text-align: left;
  }
}
.documents .document-box:hover {
  background: rgba(203, 170, 106, 0.05);
}
.documents .document-box:active {
  background: rgba(203, 170, 106, 0.15);
}
.documents .document-box img {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 0;
  left: 1rem;
  bottom: 0;
  margin: auto;
}
.documents .document-box h4 {
  color: rgb(5.5, 5.5, 5.5);
  margin: 0 0 0.25rem 0;
  font-weight: 600;
  display: block;
  font-size: 1.25rem;
}
.documents .document-box span {
  display: block;
  font-size: 0.8rem;
  color: rgba(5.5, 5.5, 5.5, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amenities {
  position: relative;
}
.amenities .amenities-wrapper {
  display: flex;
  gap: 1rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767.9px) {
  .amenities .amenities-wrapper {
    flex-direction: column;
  }
}
.amenities .amenities-wrapper .amenity-item {
  width: calc(25% - 1rem);
  height: 15rem;
  object-fit: cover;
  border-radius: 1rem;
  cursor: pointer;
  display: block;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767.9px) {
  .amenities .amenities-wrapper .amenity-item {
    width: 100%;
  }
}
.amenities .amenities-wrapper .amenity-item:hover {
  opacity: 0.9;
}
.amenities .amenities-wrapper .amenity-item:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(5.5, 5.5, 5.5, 0));
  content: " ";
  z-index: 3;
}
.amenities .amenities-wrapper .amenity-item .amenity-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.amenities .amenities-wrapper .amenity-item .amenity-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  text-align: center;
}
.amenities .amenities-wrapper .amenity-item .amenity-info h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  z-index: 4;
  line-height: 1.2;
  margin: 0;
}

.room-features {
  position: relative;
  padding: 1rem 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .room-features {
    padding: 1rem 0 5rem 0;
  }
}
.room-features .box {
  border: 2px solid rgba(5.5, 5.5, 5.5, 0.1);
  border-radius: 1rem;
  padding: 5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .room-features .box {
    padding: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .room-features .box {
    padding: 2.5rem 1.5rem;
  }
}
.room-features .room-preview {
  position: relative;
}
.room-features .room-preview .room-image {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
@media (max-width: 767.9px) {
  .room-features .room-preview .room-image {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
    border-radius: 0;
  }
}
.room-features .room-preview .room-element {
  position: absolute;
  z-index: 3;
  cursor: pointer;
}
@media (min-width: 768px) {
  .room-features .room-preview .room-element.element-right .room-element-info {
    left: auto;
    right: calc(100% + 0.5rem);
  }
}
.room-features .room-preview .room-element:hover, .room-features .room-preview .room-element.active {
  z-index: 4;
}
.room-features .room-preview .room-element:hover .room-element-toggle, .room-features .room-preview .room-element.active .room-element-toggle {
  background: rgb(216.1940298507, 191.5671641791, 143.8059701493);
}
.room-features .room-preview .room-element:hover .room-element-info, .room-features .room-preview .room-element.active .room-element-info {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.room-features .room-preview .room-element .room-element-toggle {
  background: #cbaa6a;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  animation: 1.5s linear infinite floor-plan-point-effect;
  cursor: pointer;
}
@media (max-width: 767.9px) {
  .room-features .room-preview .room-element .room-element-toggle {
    transform-origin: top left;
    transform: scale(0.8);
  }
}
.room-features .room-preview .room-element .room-element-toggle img {
  width: 1.25rem;
  height: 1.25rem;
  filter: brightness(0) invert(1);
}
@keyframes floor-plan-point-effect {
  0% {
    box-shadow: rgba(255, 255, 255, 0.25) 0 0 0 0.15rem;
  }
  50% {
    box-shadow: rgba(255, 255, 255, 0.65) 0 0 0 0.35rem;
  }
  100% {
    box-shadow: rgba(255, 255, 255, 0.25) 0 0 0 0.15rem;
  }
}
.room-features .room-preview .room-element .room-element-info {
  position: absolute;
  top: 0;
  left: calc(100% + 0.5rem);
  width: 15rem;
  height: auto;
  background: #fff;
  padding: 1rem;
  color: #1f1f1f;
  font-weight: 600;
  border-radius: 0.5rem;
  box-shadow: rgba(5.5, 5.5, 5.5, 0.25) 0 0.25rem 0.5rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform-origin: center;
  transform: translateX(-1rem);
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .room-features .room-preview .room-element .room-element-info {
    width: 12rem;
  }
}
@media (max-width: 767.9px) {
  .room-features .room-preview .room-element .room-element-info {
    position: fixed;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    text-align: center;
    transform: translateY(1.5rem);
  }
}
.room-features .room-preview .room-element .room-element-info h4 {
  font-size: 1rem;
  color: rgb(5.5, 5.5, 5.5);
}
.room-features .room-preview .room-element .room-element-info p {
  color: rgba(31, 31, 31, 0.5);
  font-size: 0.8rem;
  margin: 0;
  display: block;
}
.room-features .room-element-target {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 1.25rem;
  font-weight: 500;
  cursor: default;
  margin-top: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .room-features .room-element-target {
    font-size: 1rem;
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 767.9px) {
  .room-features .room-element-target {
    font-size: 1rem;
    text-align: left;
    margin-top: 1rem;
  }
}
.room-features .room-element-target img {
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  filter: brightness(0);
}
.room-features h3 {
  color: #cbaa6a;
  font-size: 1.5rem;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .room-features h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .room-features h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .room-features h3 {
    font-size: 1rem;
  }
}
.room-features h2 {
  font-weight: 500;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 4.5rem;
  line-height: 1;
  margin: 1rem 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .room-features h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .room-features h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .room-features h2 {
    font-size: 3rem;
  }
}
.room-features p {
  color: rgb(5.5, 5.5, 5.5);
  font-size: 0.9rem;
  margin: 0;
}
.room-features ul.checklist {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.room-features ul.checklist li {
  display: block;
  position: relative;
  padding-left: 2rem;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 1.25rem;
  font-weight: 500;
}
.room-features ul.checklist li + li {
  margin-top: 0.75rem;
}
.room-features ul.checklist li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  content: " ";
  background: #cbaa6a;
  border-radius: 50%;
  margin: auto;
}
.room-features ul.checklist li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.4rem;
  width: 0.75rem;
  height: 0.35rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}

.cta {
  position: relative;
  padding: 7.5rem 0;
  background: #cbaa6a;
}
@media (max-width: 767.9px) {
  .cta {
    padding: 5rem 0 35rem 0;
  }
}
.cta img.cta-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-radius: 3rem 0 0 3rem;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .cta img.cta-bg {
    width: 100%;
    height: 30rem;
    top: auto;
    bottom: 0;
    border-radius: 3rem 0 0 0;
  }
}
.cta .container {
  position: relative;
  z-index: 2;
}
.cta h3 {
  color: rgb(5.5, 5.5, 5.5);
  font-size: 1.5rem;
  margin: 0;
}
@media (max-width: 767.9px) {
  .cta h3 {
    font-size: 0.8rem;
    letter-spacing: 4px;
  }
}
.cta h2 {
  font-weight: 500;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 4.5rem;
  line-height: 1;
  margin: 1rem 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .cta h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .cta h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .cta h2 {
    font-size: 3rem;
  }
}
.cta p {
  color: rgb(5.5, 5.5, 5.5);
  font-size: 0.9rem;
  margin: 0;
}

.appointment {
  position: relative;
  padding: 5rem 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .appointment {
    padding: 2.5rem 0 1.5rem 0;
  }
}
.appointment h1 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 5rem;
  width: 100%;
  margin-bottom: 1rem;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .appointment h1 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .appointment h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767.9px) {
  .appointment h1 {
    font-size: 2.5rem;
  }
}
.appointment p {
  color: rgb(5.5, 5.5, 5.5);
  font-size: 0.9rem;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .appointment form {
    margin-top: 2.5rem;
  }
}
.appointment form .form-field .form-label {
  color: rgb(5.5, 5.5, 5.5);
  font-size: 1rem;
  font-weight: 600;
}
.appointment form .form-field .form-label span {
  color: red;
}
.appointment form .form-field .form-control {
  background: none;
  color: rgb(5.5, 5.5, 5.5);
  border: 1px solid rgba(5.5, 5.5, 5.5, 0.15);
  outline: none;
  box-shadow: none;
  height: auto;
  padding: 1rem;
  border-radius: 1rem;
}
.appointment form .form-field .form-control:focus {
  background: rgba(5.5, 5.5, 5.5, 0.025);
  border-color: transparent;
}
.appointment form p {
  margin-bottom: 1.5rem;
  font-size: 0.7rem;
  color: rgb(5.5, 5.5, 5.5);
}
.appointment form p a {
  color: inherit;
}
.appointment .contact-box {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.appointment .contact-box + .contact-box {
  margin-top: 1.5rem;
}
.appointment .contact-box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid #cbaa6a;
  content: " ";
  border-radius: 1rem;
  margin: auto;
}
.appointment .contact-box img {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  padding: 0.75rem;
  position: relative;
  z-index: 2;
}
.appointment .contact-box .contact-box-info {
  padding-left: 1rem;
}
@media (max-width: 767.9px) {
  .appointment .contact-box .contact-box-info {
    padding-left: 0.5rem;
  }
}
.appointment .contact-box .contact-box-info strong {
  color: rgb(5.5, 5.5, 5.5);
  font-weight: 400;
  display: block;
}
.appointment .contact-box .contact-box-info span {
  color: rgb(5.5, 5.5, 5.5);
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .appointment .contact-box .contact-box-info span {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .appointment .contact-box .contact-box-info span {
    font-size: 0.8rem;
  }
}
.appointment .contact-map {
  margin-top: 2.5rem;
  border-radius: 1rem;
  background: rgba(5.5, 5.5, 5.5, 0.025);
}
.appointment .contact-map iframe {
  display: block;
  width: 100%;
  height: 20rem;
  border-radius: 1rem;
  margin: 0;
  border: none;
}

.content-page {
  padding: 2.5rem 0 5rem 0;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 0.9rem;
}
.content-page h1 {
  font-size: 2rem;
  font-weight: bold;
  color: rgb(5.5, 5.5, 5.5);
}
.content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  font-weight: 600;
  color: rgb(5.5, 5.5, 5.5);
  margin: 2rem 0 0.5rem 0;
}
.content-page h2 {
  font-size: 1.5rem;
}
.content-page h3 {
  font-size: 1.25rem;
}
.content-page h4 {
  font-size: 1.15rem;
}
.content-page h5 {
  font-size: 1rem;
}
.content-page h6 {
  font-size: 0.9rem;
}

.properties {
  position: relative;
}
@media (max-width: 767.9px) {
  .properties {
    padding-top: 2.5rem;
    text-align: left;
  }
}
.properties .property-item {
  display: block;
}
.properties .property-item + .property-item {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(5.5, 5.5, 5.5, 0.1);
}
.properties .property-item .property-thumb {
  display: block;
  width: 100%;
  height: auto;
}
.properties .property-item .property-thumb:hover {
  opacity: 0.8;
}
.properties .property-item .property-thumb img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
}
.properties .property-item .property-info {
  display: block;
}
.properties .property-item .property-info .property-name {
  font-size: 1.75rem;
  font-weight: 600;
  color: rgb(5.5, 5.5, 5.5);
  text-decoration: none;
  margin: 0 0 0.5rem 0;
  display: block;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .properties .property-item .property-info .property-name {
    font-size: 2rem;
  }
}
.properties .property-item .property-info .property-name:hover {
  color: #cbaa6a;
}
.properties .property-item .property-info p {
  font-size: 0.9rem;
  color: rgba(5.5, 5.5, 5.5, 0.5);
}
.properties .property-item .property-info .property-feature {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.properties .property-item .property-info .property-feature img {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  filter: brightness(0);
  opacity: 0.5;
}
.properties .property-item .property-info .property-feature strong {
  display: block;
  color: rgb(5.5, 5.5, 5.5);
  font-weight: 600;
  font-size: 0.9rem;
}
.properties .property-item .property-info .property-price {
  display: block;
  margin-top: 1rem;
}
.properties .property-item .property-info .property-price span {
  display: block;
  font-size: 0.7rem;
  color: rgba(5.5, 5.5, 5.5, 0.5);
}
.properties .property-item .property-info .property-price strong {
  display: block;
  font-size: 1.25rem;
  color: rgb(5.5, 5.5, 5.5);
  font-weight: 600;
}

.our-mission {
  padding: 2.5rem;
  background: white;
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .our-mission {
    margin-top: 2.5rem;
  }
}
.our-mission h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #cbaa6a;
  margin: 0 0 1rem 0;
}
.our-mission p {
  margin: 0;
}

.about-cta {
  padding: 10rem 0;
  position: relative;
}
.about-cta .container {
  position: relative;
  z-index: 3;
}
.about-cta:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(5.5, 5.5, 5.5, 0.65), rgba(5.5, 5.5, 5.5, 0.25));
  content: " ";
  z-index: 1;
  opacity: 0.5;
}
.about-cta video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  display: block;
}
.about-cta h2 {
  font-weight: 600;
  color: #fff;
  font-size: 3rem;
}
.about-cta p {
  font-size: 1rem;
  color: #fff;
  margin: 1.5rem 0 1rem 0;
}

.process {
  padding: 0 0 7.5rem 0;
}
.process h4 {
  font-size: 1rem;
  font-weight: 600;
  color: rgb(5.5, 5.5, 5.5);
}
.process .process-step {
  display: block;
  padding: 2.5rem 0 0 0;
}
.process .process-step .step-number {
  font-size: 5rem;
  font-weight: bold;
  color: rgba(5.5, 5.5, 5.5, 0.1);
}
.process .process-step .step-title {
  font-weight: 600;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 1.25rem;
  margin: 1.5rem 0 1rem 0;
}
.process .process-step p {
  font-size: 0.9rem;
  color: rgb(5.5, 5.5, 5.5);
}

.room-show {
  padding: 0 0 7.5rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .room-show {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767.9px) {
  .room-show {
    padding-bottom: 5rem;
  }
}
.room-show .room-video-preview {
  position: relative;
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
  box-shadow: rgba(5.5, 5.5, 5.5, 0.1) 0 0.15rem 0.75rem;
}
@media (max-width: 767.9px) {
  .room-show .room-video-preview {
    border-radius: 0;
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
  }
}
.room-show .room-video-preview:hover {
  box-shadow: rgba(203, 170, 106, 0.1) 0 0 1rem;
}
.room-show .room-video-preview video {
  position: relative;
  z-index: 0;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767.9px) {
  .room-show .room-video-preview video {
    height: 20rem;
  }
}
.room-show .room-video-preview .video-play-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  z-index: 2;
  width: 5.5rem;
  height: 5.5rem;
  padding-left: 0.25rem;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: 1.5s linear infinite shadow-effect;
}
@media (max-width: 767.9px) {
  .room-show .room-video-preview .video-play-icon {
    width: 4rem;
    height: 4rem;
  }
}
.room-show .room-video-preview .video-play-icon img {
  width: 2.5rem;
  height: 2.5rem;
  filter: brightness(0) invert(1);
}
@media (max-width: 767.9px) {
  .room-show .room-video-preview .video-play-icon img {
    width: 2rem;
    height: 2rem;
  }
}
@keyframes shadow-effect {
  0% {
    box-shadow: rgba(255, 255, 255, 0) 0 0 0;
  }
  50% {
    box-shadow: rgba(255, 255, 255, 0.15) 0 0 0 0.5rem;
  }
  100% {
    box-shadow: rgba(255, 255, 255, 0) 0 0 0;
  }
}
.room-show .room-shows {
  position: relative;
  max-height: 500px;
  overflow: auto;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .room-show .room-shows {
    padding-top: 1.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 1rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .room-show .room-shows {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}
.room-show .room-shows .room-show-thumb {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .room-show .room-shows .room-show-thumb {
    width: 50%;
    flex-shrink: 0;
    padding-right: 1.5rem;
  }
}
.room-show .room-shows .room-show-thumb + .room-show-thumb {
  margin-top: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .room-show .room-shows .room-show-thumb + .room-show-thumb {
    margin-top: 0;
  }
}
.room-show .room-shows .room-show-thumb:hover img {
  opacity: 0.8;
}
.room-show .room-shows .room-show-thumb:hover h5 {
  color: #cbaa6a;
}
.room-show .room-shows .room-show-thumb:active img {
  opacity: 0.8;
}
.room-show .room-shows .room-show-thumb:active h5 {
  color: #cbaa6a;
}
.room-show .room-shows .room-show-thumb.active img {
  opacity: 0.8;
}
.room-show .room-shows .room-show-thumb.active h5 {
  color: #cbaa6a;
}
.room-show .room-shows .room-show-thumb img {
  display: block;
  width: 8rem;
  height: 6rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  object-fit: cover;
  position: relative;
  z-index: 0;
  margin-right: 1rem;
}
.room-show .room-shows .room-show-thumb h5 {
  display: block;
  margin: 0 0 0.25rem 0;
  font-weight: 600;
  color: rgb(5.5, 5.5, 5.5);
  font-size: 1.1rem;
}
@media (max-width: 767.9px) {
  .room-show .room-shows .room-show-thumb h5 {
    font-size: 1rem;
  }
}
.room-show .room-shows .room-show-thumb span {
  position: absolute;
  top: 4.5rem;
  left: 0.25rem;
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 600;
  color: rgb(5.5, 5.5, 5.5);
  background: #fff;
  padding: 0 0.35rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 0.5rem;
}

/*# sourceMappingURL=style.css.map */
