/* 
-------As Per Page Format Order----------
 intro-section-with-left-title,dark-intro-text,header,video-banner,home-rooms,home-scroll,social-gallery,full-bg-section,home-cards,footer,reservation-widget */ 

/* Layout 47-widget Starts */
.lt47-widget {
  padding: 80px 20px;
}
.milestone .lt47-widget {
  padding: 120px 20px;
}
.lt47-widget__container--small {
  max-width: 1104px;
}
.lt47-widget__smalltitle {
  margin-bottom: 10px;
}
.lt47-widget h1 {
  margin-bottom: 40px;
}
.lt47-widget__desc{
  margin-bottom: 35px;
}
.lt47-widget__desc h3 {
  font-size: 32px;
  line-height: 1.1em;
}
.lt47-widget__more-desc {
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 40px;
}
.lt47-widget__btl{
  position: relative; 
  font: var(--body-text-fonts);
  margin-bottom: 20px;
  display: table;
}
.lt47-widget__btl span{
  padding-right: 8px; 
}
.lt47-widget-room__info{
  display: flex;
  align-items: center;
}
.lt47-widget-room__info{
  list-style: none; 
  padding-left: 0;
}
.lt47-widget-room__info li{
  padding: 0 18px; 
  position: relative;
}
.lt47-widget-room__info li:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background:  var(--text-color);
}
.lt47-widget-room__info li:first-child{
  padding-left: 0; 
}
.lt47-widget-room__info li:last-child{
  padding-right: 0; 
}
.lt47-widget-room__info li:last-child:after{
  display: none; 
}
@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 1023.98px) {}

@media (max-width: 959.98px) {
  .lt47-widget__col + .lt47-widget__col {
    margin-top: 40px;
  }
  .lt47-widget h1 {
    font-size: 52px;
  }
  .lt47-widget {
    padding: 80px 20px;
  }
}

@media (max-width: 767.98px) { 
  .lt47-widget__col--right {
    margin-top: 20px;
  } 
  .lt47-widget {
    padding:40px 0px; 
  }
  .lt47-widget__desc {
    margin-bottom: 20px;
  }
}

@media (max-width: 639.98px) {}

@media (max-width: 575px) {}

/* Layout 47-widget Ends */
.lt181-widget {

  text-align: center;
  padding: 70px 20px 0;
}
.lt181-widget.primary-bg {
  background: var(--tertiary-color);
  color: var(--inverse-font-color);
}
.lt181-widget.primary-bg .title {
  color: var(--inverse-font-color);
}

.lt181-widget__container {
  max-width: 834px;
}

.lt181-widget__desc {
  max-width: 532px;
  margin: 0 auto;
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1023.98px) {
}

@media (max-width: 959.98px) {
}

@media (max-width: 767.98px) {
  .lt181-widget {
    padding: 40px 0;
  }
}

@media (max-width: 639.98px) {
}

@media (max-width: 575px) {
}

.header-anchor {
  position: relative;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: none; /* We remove the transition to prevent jitter */
}

/* The spacer must match the height of the 'expanded' header state */
.header-spacer {
  height: 298px; /* Adjust this to match your total expanded header height */
  width: 100%;
}
.ng-star-inserted .header-spacer {
  display: none;
}
/* When the header is fixed, we don't need to change height 
because it's already 'floating' above the content */
.header.is-fixed {
  border-bottom: 1px solid #D1CEC8;
}
/*.VComponent:has(.header)+.VComponent {
margin-top: 300px;
}
.VComponent:has(.header.is-fixed)+.VComponent {
margin-top: 113px;
}*/
.ng-star-inserted .header {
  position: static;
}
.navmenu__list-link {
  font: var(--header-fonts);
  font-family: 'ABC Arizona', sans-serif;
  letter-spacing: .2em;
  text-transform: var(--header-fonts-text-transform);
  color: var(--header-color);
  position: relative;
}
.header-top {
  padding: 19px 0;
  background-color: var(--tertiary-color);
  color: var(--inverse-font-color);
  font-size: 14px;
  line-height: 21px;
  min-height: 60px;
}
.header.is-fixed .header-top {
  display: none;
}
.ng-star-inserted .header.is-fixed .header-top {
  display: block;
}
.header-top .button-link {
  color: var(--inverse-font-color);
  font-size: 12px;
  margin-bottom: -6px;
}
.header-top-flex.uk-flex {
  gap: 12px;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  flex-wrap: wrap;
}
.header-top-flex.uk-flex:before, .header-top-flex.uk-flex:after {
  content: '';
  font-family: var(--icon-fonts);
  font-size: 12px;
  color: #826a5b;
  position: absolute;
  top: 1px;
}
.header-top-flex.uk-flex:before {
  left: 0;
}
.header-top-flex.uk-flex:after {
  right: 0;
}
.header-top .button-link:hover,
.header-top .button-link:focus {
  border-color: transparent;
}
.header-bottom {
  background-color: var(--bg-header);
  padding: 64px 0;
  min-height: 238px;
  transition: all 0.3s ease;
}
.navmenu__list-link:hover,
.navmenu__list-link:focus {
  color: var(--header-color);
}
.navmenu__list-link-span {
  position: relative;
}
.navmenu__list-link .navmenu__list-link-span:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
}
.navmenu__list-link .navmenu__list-link-span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #35547E;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.navmenu__list-link:hover .navmenu__list-link-span:after,
.navmenu__list-link:focus .navmenu__list-link-span:after,
.navmenu__list-link.navON .navmenu__list-link-span:after {
  transform: scaleX(1);
}
.navmenu__list {
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.header-center .header-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.header.is-fixed .header-center .header-logo {
  display: block;
}
.ng-star-inserted .header.is-fixed .header-center .header-logo {
  display: flex;
}
.header-bottom-flex {
  justify-content: space-between;
  align-items: center;
}
.header-left, .header-right {
  max-width: 580px;
  width: 100%;
}
.header-right .uk-button-primary {
  font-size: 16px;
  line-height: 1.12em;
}
.header-center {
  min-width: 280px;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.navmenu__dropdown .navmenu__list-link {
  padding-right: 36px;
}
.navmenu__dropdown .navmenu__list-link:before {
  content: '\e91a';
  font-family: var(--icon-fonts);
  font-size: 30px;
  line-height: normal;
  position: absolute;
  right: 0;
  top: -5px;
  transition: all 0.3 ease-in-out;
}
.navmenu__dropdown .navmenu__list-link:hover:before {
  transform: rotate(180deg);
}
@supports (-moz-appearance: none) {
  .navmenu__dropdown .navmenu__list-link::before {
    top: -9px;
  }
}
.navmenu-dropmenu {
  border: 1px solid #D1CEC8;
  padding: 6px;
}
.navmenu-dropmenu-inner {
  padding: 0;
  list-style-type: none;
}
.navmenu-dropmenu-inner {
  padding: 20px;
  list-style-type: none;
  border: 1px solid #DDDAD6;
}
.navmenu-dropmenu__item + .navmenu-dropmenu__item {
  margin-top: 24px;
}
.logo-text {
  opacity: 1;
  height: auto;
  transition: all 0.3s ease;
}
.header.is-fixed .logo-text {
  opacity: 0;
  height: 0;
  position: absolute;
}
.ng-star-inserted .header.is-fixed .logo-text {
  opacity:1;
  height: auto;
  position: static;
}
.header.is-fixed .header-bottom {
  padding: 27px 0;
  min-height: 112px;
}
.ng-star-inserted .header.is-fixed .header-bottom {
  padding: 64px 0;
  min-height: 238px;
}
.mob-only {
  display: none !important;
}
.header__toggler-btn {
  background: transparent;
  box-shadow: none;
  padding: 6px;
  border: 1px solid #ACC0D2;
  cursor: pointer;
}
.header__toggler-btn:hover, .header__toggler-btn:focus {
  background-color: var(--secondary-color);
}
.sidebar-header>div {
  text-align: center;
}
.sidebar-booking a {
  color: var(--inverse-font-color);
}
.sidebar-booking a:after {
  border-color: var(--inverse-font-color);
}
.navmenu-dropmenu .button-link.navON:after {
  transform: scaleX(1);
}
@media (max-width: 1209.98px) {
  .header-center {
    min-width: 160px;
  }
  .navmenu__list, .header-right {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .header-center {
    min-width: 150px;
  }
  .navmenu__list, .header-right {
    gap: 8px;
  }
}
@media (max-width: 959.98px) {
  .desktop-only {
    display: none !important;
  }
  .mob-only {
    display: block !important;
  }
  .header-collapsible.navmenu.js-header-collapse {
    display: none;
  }
  .logo-text {
    display: none;
  }
  .header-bottom {
    padding: 40px 0;
    border: 4px solid #f6f4ef;
    min-height: 196px;
  }
  .header-booking {
    max-width: 115px;
  }
  .header-bottom-flex {
    padding: 20px 0;
  }
  /*.VComponent:has(.header)+.VComponent {
  margin-top: 241px;
}
  .VComponent:has(.header.is-fixed)+.VComponent {
  margin-top: 241px;
}*/
  .header-spacer {
    height: 241px;
  }
  .header-collapsible {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    z-index: 9;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: var(--primary-color);
    border-top: 1px solid var(--border-color);
    transition: right .4s ease;
    padding-bottom: 50px;
  }
  .sidebar-header {
    padding: 40px;
  }
  .is-header-active .header-collapsible {
    left: 0;
  }
  .navmenu__list {
    flex-direction: column;
    text-align: center;
    gap: 64px;
  }
  .navmenu__list-link {
    color: var(--inverse-font-color);
  }
  .navmenu-dropmenu-inner {
    border: none;
  }
  .navmenu-dropmenu {
    position: static!important;
    background: transparent;
    border: none;
    outline: 0;
    max-width: unset!important;
    box-shadow: none;
  }
  .navmenu-dropmenu__item .button-link {
    color: var(--inverse-font-color);
  }
  .navmenu-dropmenu__item .button-link:hover,
  .navmenu-dropmenu__item .button-link:focus,
  .navmenu-dropmenu__item .button-link.navON {
    color: var(--inverse-font-color);
    text-decoration: underline;
  }
  .navmenu-dropmenu__item .button-link:before,
  .navmenu-dropmenu__item .button-link:after {
    display: none;
  }
  .navmenu__list-link:hover, .navmenu__list-link:focus {
    color: var(--inverse-font-color);
  }
  .navmenu__list-link .navmenu__list-link-span:after {
    background-color: var(--inverse-font-color);
  }
}
@media (max-width: 767.98px) {
  .header-top .uk-container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-booking {
    max-width: 72px;
  }
  .header-booking .uk-button  {
    font-size: 12px;
    padding: 6px;
  }
  .header-center {
    min-width: 72px;
  }
  .header-top-flex.uk-flex {
    padding: 0;
    text-align: center;
  }
  .header-top-flex.uk-flex:before, .header-top-flex.uk-flex:after {
    display: none;
  }
  .header-bottom-flex {
    padding: 10px 0;
  }
  .header-bottom {
    padding: 20px 0;
    min-height: 128px;
  }
  /*.VComponent:has(.header)+.VComponent {
  margin-top: 241px;
}
  .VComponent:has(.header.is-fixed)+.VComponent {
  margin-top: 241px;
}*/
  .header-spacer {
    height: 241px;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  /*.VComponent:has(.header)+.VComponent {
  margin-top: 189px;
}
  .VComponent:has(.header.is-fixed)+.VComponent {
  margin-top: 189px;
}*/
  .header-spacer {
    height: 189px;
  }
}
/* Home video */
/* Video */
.hero-image {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
  overflow: hidden;
  height: 720px;
}
.hr30-widget__title {
  color: var(--inverse-font-color);
}
.home-video {
  position: relative;
  background-color: var(--primary-color);
}
.hero-image .edit-overlay {
  margin-top: 40px;
}
.hero-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 720px;
}
.home-video__container {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.home-video__container.cms6,
.home-video.cms6 {
  height: 500px;
}

.home-video__block {
  width: 100%;
  height: 100%;
}

.home-video__title {
  z-index: 1;
  max-width: 768px;  
  text-align: center;
  position: absolute; 
  left: 0;  
  right: 0;
  bottom: 140px;
  margin: 0 auto; 
}
.home-video__title *:focus-visible {
  outline: 1px solid #fff;
  box-shadow: 0 0 2px #fff inset;
  -webkit-box-shadow: 0 0 2px #fff inset;
  -ms-box-shadow: 0 0 2px #fff inset;
  -moz-box-shadow: 0 0 2px #fff inset;
} 
.home-video__title .line {
  position: absolute;
  width: 1px;
  height: 108px;
  background: var(--border-color);
  top: 130px;
}
.home-video__title .hero-heading {
  color: var(--bg-header); 
  margin-bottom: 10px;
}
.home-video__title h1 {
  color: var(--bg-header);
  text-transform: uppercase;  
}
.home-video__block video {
  width: 100%;
  height: 720px;
  object-fit: cover;
  object-position: bottom;
}

.home-video__block video.video-swap.cms6 {
  height: 500px;
}

.home-video__actions {
  z-index: 2;
  position: absolute;
  right: 5px;
  bottom: 0px;
}

.home-video__trigger {
  width: 30px;
  height: 30px;
  min-height: 30px;
  color: var(--primary-color);
  background: #fff;
  border-radius: 50px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  margin: 30px;
  text-transform: capitalize;
  padding: 0 10px;
  line-height: 30px;
  min-width: auto;
}

.home-video__actions.is-active .home-video__trigger,
.home-video__trigger:hover,
.home-video__trigger:focus {
  width: 80px;
  height: 80px;
  color: #000;
  background-color: var(--highlight-color);
}

.home-video__trigger:hover .home-video__trigger-text,
.home-video__trigger:focus .home-video__trigger-text {
  display: block;
}

.home-video__actions.is-active .home-video__trigger:hover,
.home-video__actions.is-active .home-video__trigger:focus {
  background-color: var(--primary-color);
  color: #fff;
}

.is-off {
  display: none;
}

.home-video__actions.is-active .home-video__trigger .is-off {
  display: block;
}

.home-video__actions.is-active .home-video__trigger .is-on {
  display: none;
}

.home-video__actions-more {
  display: none;
  position: absolute;
  bottom: 110px;
  left: 30px;
}

.home-video__actions.is-active .home-video__actions-more {
  display: block;
}

.home-video__trigger-icon {
  display: flex !important;
  justify-content: center;
  width: 18px;
  height: 11px;
  margin: auto !important;
}

.home-video__trigger-text {
  display: none;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 10px;
}

.home-video__btn {
  width: 80px;
  height: 80px;
  color: #000;
  display: flex;
  line-height: 1;
  margin-bottom: 3px;
  background: var(--highlight-color);
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
  opacity: 0.9;
  font-size: 11px;
  padding: 0 5px;
  flex-direction: column;
  text-transform: capitalize;
  letter-spacing: 0;
  transition: all 0.3s ease;
  font-weight: 400;
  min-width: auto;
}

.home-video__btn:hover,
.home-video__btn:focus {
  background: var(--primary-color);
  color: #fff;
}

.home-video__btn .is-off,
.home-video__btn.active .is-on {
  display: none;
}

.home-video__btn .is-on,
.home-video__btn.active .is-off {
  display: block;
}

.home-video__btn .uk-icon {
  display: block;
  margin-bottom: 8px;
}

.hero-image-wrap.home-video__block {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-mp4-vide .hero-image-wrap.home-video__block {
  padding: 0;
  height: auto;
}

.home-mp4-vide .hero-image-wrap.home-video__block.cms6,
.hero-image.cms6 {
  height: 500px;
}

.hero-image-wrap.home-video__block iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}

.hero-image-wrap.home-video__block:after {
  content: none;
  background: transparent linear-gradient(180deg, #084877 0%, #0a375d 22%, #ffffff00 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.45;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

ul.ckbullet {
  margin: 0;
  padding: 0;
}

ul.ckbullet li {
  margin: 0 0 20px 0;
  font-family: var(--text-fonts);
  font-size: 15px;
  line-height: 22px;
}

ul.ckbullet li::marker {
  content: none;
}

ul.ckbullet li:before {
  content: '\e91e';
  font-family: var(--icon-fonts);
  font-size: 12px;
  font-weight: 600;
  color: #D69CA0;
  padding: 0 5px 0 0;
}

.home-video__modal .uk-close {
  top: 0;
  right: 0;
  padding: 11px;
  background-color: var(--highlight-color);
  color: #fff;
}

.home-video__modal .uk-close:hover,
.home-video__modal .uk-close:focus {
  background-color: var(--primary-color);
  color: #fff;
}

@media (min-width: 1200px) {
  .home-video__actions {
    bottom: 125px;
  }
}

@media (max-width: 960px) {
  .home-video__title {
    max-width: 80%;
  }
}
@media (max-width: 1200px) { 
  .home-video__actions {bottom:100px;}
}
@media (max-width: 959.98px) { 
  .home-video__actions {bottom:125px;}
}

@media (max-width: 767.98px) {
  .home-video__title .line {height:49px; top:112px;}
  .home-video__title {bottom:80px;}
  .hero-image {height:468px;}
  .home-video__block video {
    height: 468px;
  }
  div#descModal-0 .uk-modal-body {
    padding: 40px 20px;
  }

  .home-video__trigger:hover .home-video__trigger-text,
  .home-video__trigger:focus .home-video__trigger-text {
    display: none;
  }

  .home-video__btn .uk-icon {
    margin-bottom: 0;
    text-indent: 0;
    line-height: 30px;
  }

  .home-video__btn .is-on,
  .home-video__btn.active .is-off {
    display: flex;
  }

  .home-video__actions.is-active .home-video__trigger {
    width: 30px;
    height: 30px;
  }



  .home-video__trigger:hover,
  .home-video__trigger:focus {
    width: 30px;
    height: 30px;
  }

  .home-video__trigger {
    margin: 0 15px 20px 10px;
  }

  .home-video__actions-more {
    bottom: 50px;
    left: 10px;
  }

  .home-video__btn {
    width: 30px;
    height: 30px;
    text-indent: -9999px !important;
    min-height: 30px;
    line-height: 0px;
    /* border-radius: 4px; */
    text-align: unset;
  }

  .home-video__btn .mobile-hide {
    display: none;
  }

  .home-video__btn.full-video {
    display: none;
  }
  .home-video__title .hero-heading {  margin-bottom: 0;}
}

@media (min-width: 768px) and (max-width: 1023px) {
  .home-video__btn {
    width: 70px;
    height: 70px;
    font-size: 9px;
  }

  .home-video__actions.is-active .home-video__trigger,
  .home-video__trigger:hover,
  .home-video__trigger:focus {
    width: 70px;
    height: 70px;
  }

  .home-video__trigger-text {
    font-size: 9px;
  }

  .home-video__actions-more {
    bottom: 80px;
  }

  .home-video__trigger {
    margin: 30px 30px 10px;
  }
}


/* Page Editor Starts */
.page-component-mi-block .home-video__container {
  position: relative;
  z-index: 2;
}

/* Page Editor Ends*/


.home-rooms {
  background-color: #241712;
  padding: 120px 0;
  text-align: center;
}
.home-rooms h2 {
  max-width: 250px;
  margin: 0 auto 80px;
  color: #ACC0D2;
}
.home-rooms-arrow a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ACC0D2 !important;
  font-size: 34px;
  color: #F6F4EF;
}
.home-rooms-arrow a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  outline: 1px solid #CAD5DE !important;
  outline-offset: -6px;
}
.home-rooms-arrow a:hover,
.home-rooms-arrow a:focus {
  background-color: #ACC0D2;
  color: var(--text-color);
}
.room-slide-link img {
  border: 1px solid #ACC0D2;
  outline: 1px solid #ACC0D2;
  outline-offset: -8px;
  padding: 8px;
}
.rooms-slider-container .button-link {
  margin-top: 16px;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  font-family: var(--text-fonts);
}
.rooms-slider-container {
  margin-bottom: 60px;
}
.home-rooms-dotnav.uk-dotnav li a:before {
  background-color: #826A5B;
  opacity: 1;
}
.home-rooms-dotnav.uk-dotnav li.uk-active a:before {
  background-color: #FFFFFF;
}
.room-slide-image-container {
  padding: 0 80px;
}
@media (max-width: 959.998px) {
  .room-slide-image-container {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .home-rooms {
    padding: 80px 0;
  }
  .home-rooms h2 {
    margin-bottom: 40px;
  }
  .rooms-slider-container {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .home-rooms-dotnav {
    padding: 17px;
    border: 1px solid #ACC0D2;
    margin: 0 auto;
    width: fit-content;
    outline: 1px solid var(--inverse-font-color);
    outline-offset: -10px;
  }
  .home-rooms-arrow a {
    top: unset;
    bottom: -39px;
  }
  .home-rooms-arrow a.uk-position-center-right {
    right: 27px;
  }
  .home-rooms-arrow a.uk-position-center-left {
    left: 27px;
  }
}
/* =========================
BASE CONTAINER
========================= */
.home-scroll {
  position: relative;
  overflow: clip;
}

/* =========================
SECTIONS
========================= */
.home-scroll-section {
  position: relative;
  width: 100%;
  min-height: 680px;
  display: flex;
  align-items: center;
  z-index: 0;
}
.home-scroll-detail-container {
  width: 45%;
}
.home-scroll-section:nth-child(even) {
  background-color: #E3E7E8;
}

.home-scroll-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home-scroll-image {
  position: fixed; /* Native smooth pinning */
  top: 50%;
  transform: translateY(-50%);

  /* We will remove 'left: 0' from CSS and let JS calculate it 
  so it aligns perfectly with your container */

  width: 50%;
  max-width: 100%;
  height: 428px;

  overflow: hidden;

  z-index: 10;
  pointer-events: none;
  will-change: clip-path;
}
.ng-star-inserted .home-scroll-image {
  position: static;
  transform: none;
}

/* =========================
MOBILE (DISABLE EFFECT)
========================= */
@media (max-width: 960px) {
  .home-scroll-image {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100%;
    height: auto !important;
    clip-path: none !important;
    pointer-events: auto;
  }
}

/* Image inside */
.home-scroll-image img {
  width: 100%;
  max-width: 717px;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1520px) {
  .home-scroll-image img {
    max-width: 625px;
    max-height: 373px;
  }
}
@media (max-width: 1400px) {
  .home-scroll-image img {
    max-width: 500px;
  }
}
@media (max-width: 959.98px) {
  .home-scroll-image img {
    max-width: unset;
    max-height: unset;
  }
}
/* =========================
TEXT CONTENT
========================= */
.home-scroll-detail {
  padding: 120px 0;
  z-index: 2;
}

.home-scroll-cta {
  margin-top: 40px;
}

/* =========================
STACKING ORDER (CRITICAL)
========================= */
.home-scroll-section:nth-child(1) .home-scroll-image { z-index: 1; }
.home-scroll-section:nth-child(2) .home-scroll-image { z-index: 2; }
.home-scroll-section:nth-child(3) .home-scroll-image { z-index: 3; }
.home-scroll-section:nth-child(4) .home-scroll-image { z-index: 4; }
.home-scroll-section:nth-child(5) .home-scroll-image { z-index: 5; }
.home-scroll-section:nth-child(6) .home-scroll-image { z-index: 6; }
.home-scroll-section:nth-child(7) .home-scroll-image { z-index: 7; }
/* =========================
MOBILE (DISABLE EFFECT)
========================= */
@media (max-width: 960px) {
  .home-scroll-section {
    height: auto;
    padding: 40px 0;
  }

  .home-scroll-content {
    flex-direction: column;
  }

  .home-scroll-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto !important;
    clip-path: none !important;
    pointer-events: auto;
  }

  .home-scroll-image img {
    width: 100%;
    height: auto;
  }

  .home-scroll-detail {
    width: 100%;
    padding: 64px 0;
  }
  .home-scroll-detail-container {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .home-scroll-detail h2 {
    font-size: 40px;
    line-height: 1.1em;
  }
}
.social-feed {
  padding: 20px 0 120px;
}
.instagram-link {
  margin-left: 10px;
}
.social-gallery-top .template-icon-instagram {
  color: #35547E;
}
.social-gallery-top {
  margin-bottom: 64px;
}
.social-gallery-border img {
  width: 100%;
  padding: 6px;
  border: 1px solid #D1CEC8;
}
.instagram-handle {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  font-family: 'Warbler';
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 1px solid #ACC0D2;
}
.full-bg {
  overflow: hidden;
}
.full-bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.full-background-section {
  overflow: hidden;
  position: relative;
  padding: 120px 0;
  text-align: center;
  background-color: var(--primary-color);
}
.full-background-section * {
  color: var(--inverse-font-color);
}
.full-bg-title {
  margin-top: 24px;
  margin-bottom: 40px;
}
.full-bg__custom .full-bg-title{
  font-size: 56px;
}
.full-background-text {
  max-width: 580px;
  margin: 0 auto;
  position: relative;
}
.full-bg-description {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .full-bg__custom .full-bg-title {
    font-size: 40px;
  }
}
.home-cards {
  background-color: #E3E7E8;
  padding: 120px 0;
}
.home-cards-top {
  text-align: center;
  margin-bottom: 80px;
}
.home-cards-border-outer {
  border: 1px solid #ACC0D2;
  padding: 6px;
}
.home-cards-border-inner {
  background-color: var(--body-bg);
  padding: 40px;
  border: 1px solid #CAD5DE;
}
.home-cards-padder h3 {
  margin-top: 30px;
  font-size: 42px;
}
.home-cards-description {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 959.98px) {
  .home-cards-box>div {
    margin: 20px 0;
  }
  .home-cards-border-inner {
    padding: 24px;
  }
  .home-cards-padder h3 {
    font-size: 34px;
  }
}
.footer {
  padding: 120px 0 0;
  border-top: 1px solid #D1CEC8;
}
.footer .uk-container {
  max-width: 1640px;
}
.footer-outer-border {
  border: 1px solid #D1CEC8;
  padding: 6px;
}
.footer-inner-border {
  border: 1px solid #DDDAD6;
  padding: 32px;
}
.footer-top {
  display: flex;
  gap: 16px;
  padding-bottom: 120px;
}
.form-field-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  background: #fff;
  color: #000;
}
.footer-left {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-form-content {
  text-align: center;
}
.footer-top-left {
  position: relative;
  margin-bottom: 16px;
}
.footer-logo {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%,-40%);
  width: 144px;
  height: 225px;
}
.footer-form-title {
  font-size: 32px;
}
.footer-form-title {
  font-size: 32px;
  margin-bottom: 12px;
}
.footer-form-description {
  margin-bottom: 12px;
}
.footer-inner-border .footer-title {
  margin-bottom: 35px;
  font-weight: 300;
}
.form--footer-field.uk-text-center {
  font-size: 12px;
  line-height: 1.4em;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.form-field-input {
  font: var(--form-input-fonts);
  font-family: 'ABC Arizona',sans-serif;
  text-transform: uppercase;
  height: 52px;
  width: 100%;
  border: 1px solid #d1cec8;
  padding: 16px;
  outline: 1px solid #E3E7E8;
  outline-offset: -6px;
  letter-spacing: 0.2em;
}
.form-field-input::placeholder {
  color: #D1CEC8;
}
.form-footer-field {
  position: relative;
}
.form-email-container {
  margin-top: 16px;
  width: calc(100% - 52px);
}
button.footer9-newsletter__btn {
  width: 52px;
  height: 52px;
  margin-top: 16px;
  background-color: #fff;
  font-size: 26px;
  padding: 12px;
  color: #9D9A96;
  border-top: 1px solid #D1CEC8;
  border-bottom: 1px solid #D1CEC8;
  border-right: 1px solid #D1CEC8;
  border-left: 0;
  outline: 1px solid #E3E7E8;
  outline-offset: -6px;
  cursor: pointer;
  margin-left: 0 !important;
}
.form-description {
  font-size: 12px;
  line-height: 1.4em;
  color: #344058;
  max-width: 385px;
  margin: 30px auto 0;
}
.form-description a{
  text-decoration: underline;
}
.footer-right .button-link {
  font-size: 14px;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}
.footer-right .button-link.navON:after {
  transform: scaleX(1);
}
.footer-bottom-left {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4em;
  text-align: center;
}
.footer-bottom-left.mob-only {
  margin-top: 20px;
}
.footer-bottom {
  min-height: 72px;
  background-color: #344058;
  color: var(--inverse-font-color);
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
  padding: 24px 0;
}
.footer-bottom-copyright, .footer-bottom-right {
  min-width: 400px;
  position: relative;
}
.footer-bottom-right {
  text-align: right;
}
.footer-bottom-grid {
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.footer-bottom-link .button-link {
  font-size: 14px;
}
.footer-link-container+.footer-link-container {
  margin-top: 20px;
}
.footer9__social-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer9__social-item .button-link {
  font-size: 12px;
  margin-bottom: 0;
  color: var(--text-color);
  letter-spacing: 0.2em;
}
.footer9__social-item .template-icon {
  font-size: 18px;
  color: #35547E;
}
.footer-email .template-icon-email {
  font-size: 20px;
  color: #35547e;
}
.footer-email .button-link{
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--text-fonts);
  padding-bottom: 4px;
  color: var(--text-color);
}
.footer-inner-border {
  border: 1px solid #dddad6;
  padding: 32px;
  overflow: hidden;
}

.footer-bottom-left-grid {
  margin: -32px !important;
  width: auto; 
}

.footer-bottom-left-grid > div:not(:last-child) {
  border-right: 1px solid #dddad6;
}

.footer-bottom-left-grid > div {
  padding: 32px 15px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-email {
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
}
.footer-top-left .footer-inner-border {
  padding: 53px 32px;
}
.footer-bottom-copyright:before, .footer-bottom-right:before {
  position: absolute;
  content: '\e91b';
  font-family: var(--icon-fonts);
  top: 0;
  font-size: 12px;
  color: #826A5B;
}
.footer-bottom-copyright:before {
  right: 40px;
}

.footer-bottom-right {
  visibility: hidden;
}
body.milestone .footer-bottom-right {
  visibility: visible;
}
.footer-bottom-right:before {
  left: 40px;
  visibility: visible;
}
@media (max-width: 1300px) {
  .footer9__social-item {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .footer-email {
    flex-direction: column !important;
  }
}
@media (max-width: 1198.98px) {
  .footer-link-container li {
    width: 50%;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-left {
    max-width: unset;
  }
  .footer-bottom-left-grid>div {
    width: 100%;
  }
  .footer-bottom-left-grid>div:not(:last-child) {
    border-left: 0;
    border-bottom: 1px solid #dddad6;
  }
  .footer-bottom-link {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .footer-bottom-copyright, .footer-bottom-right {
    order: 2;
    width: 50%;
    min-width: unset;
  }
  .footer-bottom-grid {
    column-gap: 0;
  }
  .footer-bottom-right:before {
    display: none;
  }
  .footer-bottom-copyright:before {
    right: -6px;
  }
  .form-footer-field+.form-footer-field {
    margin-top: 16px;
  }
}
@media (max-width: 1024px) {
  .footer-bottom-copyright, .footer-bottom-right {
    width: 100%;
    min-width: unset;
    text-align: center;
  }
  .footer-bottom-right {
    display: none;
  }
  body.milestone .footer-bottom-right {
    display: block;
  }
  .footer-bottom-copyright:before {
    display: none;
  }
  .footer-left {
    display: block;
  }
}
@media (max-width: 959.98px) {
  .footer-logo {
    transform: translate(0%,-40%);
  }
}
@media (max-width: 767.98px) {
  .footer-bottom-right {
    display: none;
  }
  .footer-bottom-copyright:before {
    display: none;
  }
  .footer-bottom-copyright {
    width: 100%;
  }
  .footer .uk-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer-logo {
    width: 100px;
    height: 156px;
    transform: translate(-17%,-65%);
  }
  .footer-top-left .footer-inner-border {
    padding: 24px;
  }
  .footer-inner-border {
    padding: 24px;
  }
  .footer-link-container li {
    width: 100%;
  }
  .footer-bottom-copyright, .footer-bottom-right {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  .footer-bottom-copyright:before {
    display: none;
  }
  .footer-bottom-grid {
    justify-content: center;
  }
  body.milestone .footer-bottom-grid {
    justify-content: space-between;
  }
  .footer-top {
    padding-bottom: 80px;
  }
}
.submit-message {
  display: none;
}
.thanksubmit .submit-message {
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  text-align: center;
  color: #35547E;
  text-transform: uppercase;
  font-size: 16px;
  padding: 16px;
  letter-spacing: 0.2rem;
}
.thanksubmit form.forcmsfrom {
  visibility: hidden;
}
.footer-form-container {
  position: relative;
}
.reservation-widget {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
}
.floating-booking__col input {
  background: transparent;
  backdrop-filter: blur(10px);
  color: var(--inverse-font-color);
  outline: 1px solid #dddad6;
  outline-offset: 6px;
  height: 42px;
  cursor: pointer;
  margin: 6px;
  filter: opacity(1);
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='34' viewBox='0 0 35 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 14L17.5 20L23.5 14' stroke='%23F6F4EF' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right;
  text-transform: uppercase;
  letter-spacing: 3.2px;
}
.floating-booking__col .ui-datepicker-trigger {
  opacity: 0;
}
.floating-booking__button {
  background: rgba(0,0,0,.1)!important;
  backdrop-filter: blur(10px);
  color: var(--inverse-font-color);
  border-color: var(--inverse-font-color);
  margin: 0;
  filter: opacity(1);
}
.floating-booking__button:after {
  border-color: var(--inverse-font-color);
}
.floating-booking__col {
  width: 100%;
  max-width: 480px;
}
.reservation-widget:hover .floating-booking__col input,
.reservation-widget:focus-within .floating-booking__col input {
  background-color: var(--inverse-font-color);
  color: #35547E;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='34' viewBox='0 0 35 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 14L17.5 20L23.5 14' stroke='%239D9A96' stroke-width='1.5'/%3E%3C/svg%3E");
}
.reservation-widget:hover .floating-booking__button,
.reservation-widget:focus-within .floating-booking__button {
  background-color: var(--inverse-font-color) !important;
  color: #35547E;
}
.floating-booking__dates {
  width: 100%;
  gap: 32px;
  max-width: 980px;
}
.floating-booking__grid {
  width: 100%;
  justify-content: space-between;
}
.floating-booking__col--button {
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .floating-booking__col {
    max-width: 390px;
  }
}
@media (max-width: 1300px) {
  .floating-booking__col {
    max-width: 320px;
  }
  .floating-booking__grid {
    justify-content: center;
  }
  /*.reservation-widget {
  bottom: -230px;
}*/
}
@media (max-width: 1200px) {
  .floating-booking__col {
    max-width: 280px;
  }
}
@media (max-width: 1024px) {
  .floating-booking__col {
    display: none;
  }
  .floating-booking__dates {
    display: none;
  }
  .reservation-widget {
    bottom: 90px;
  }
}
@media (max-width: 767.98px) {
  .reservation-widget {
    bottom: 60px;
  }
}
@media (min-resolution: 1.1dppx), (-webkit-min-device-pixel-ratio: 1.10) {
    .floating-booking__col {
        max-width: 400px;
    }
}