

/* Sticky CTA */
.enquiryWrapper{
  --width: 40px;
  position: fixed;
  isolation: isolate;
  right: 1rem;
  bottom: 1rem;
  background-color: var(--secondary-color);
  overflow: hidden;
  border-radius: 100px;
  z-index: 4;
  transition: all 300ms ease-in-out;
  /* animation: hithere 1s ease infinite; */
}

.enquiryWrapper.hide{
  opacity: 0;
  bottom: -5rem;
}

/* @keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-10deg) scale(1.2); }
  50% { transform: rotate(10deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
} */

.enquiryWrapper:hover{
  animation: none;
}

.enquiryWrapper .inner{
  display: flex;
}

.enquiryWrapper a i{
  width: var(--width);
  height: var(--width);
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

.enquiryWrapper .inner a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background-color: var(--primary-color);
  transition: all 300ms ease-in-out;
}

.enquiryWrapper .inner a:not(:last-child){
  border-right: 1px solid rgb(0 0 0 / 12%);
}

.enquiryWrapper .inner a:hover{
  color: var(--primary-color);
  background-color: var(--secondary-color);
}
/* Sticky CTA */

.chatBtn{
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  transform: scale(1.5,1.5);
  background-color: transparent;
  border: 0;
  padding: 0;
  z-index: 9;
}
.chatBtn i.icon-circular{
  box-shadow: 0 0 0 1px var(--primary-color);
}

.chatBtn i.icon-circular:hover{
  background-color: var(--secondary-color);
}

/*header*/
.header {
  padding: 5px;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all 300ms ease-in-out;
}

.header.fixed {
  padding-top: 5px;
  background-color: var(--primary-color);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.header .d-grid{
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: all 300ms ease-in-out;
}

.header.fixed .d-grid{
}

.header ul,
.topDetails ul {
  display: flex;
  align-items: center;
}
.topDetails ul{
  justify-content: flex-end;
}

.navi ul li {
  margin-right: 40px;
}

.navi ul li:last-child,
.topDetails ul li:last-child {
  margin-right: 0px;
}

.header li,
.menuBtn {
  font: 300 0.875rem var(--serif);
}

.header a,
.menuBtn {
  display: table;
  color: #fff;
  height: 26px;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 300ms ease-in-out;
  position: relative;
    font-size: 18px;
}

.header a div,
.menuBtn div {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-in-out;
}

.header a .link-hover-hover,
.menuBtn .link-hover-hover {
  left: 0;
  position: absolute;
  transform: translateY(40px);
  color: #ffffff;
}

.header a:hover .link-hover-text,
.menuBtn:hover .link-hover-text {
  transform: translateY(-40px);
}

.header a:hover .link-hover-hover,
.menuBtn:hover .link-hover-hover {
  transform: translateY(0px);
}
.menuBtn {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.menuBtn span {
  width: 2rem;
  height: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
}

.menuBtn span:after,
.menuBtn span:before {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  left: 0;
  width: 100%;
  transition: transform .8s cubic-bezier(.6, 0, 0, 1);
}



.menuBtn.closeMenuBtn span {
  border-top: 0;
  transition: border-top 300ms linear;
}

.menuBtn.closeMenuBtn span::before {
  -webkit-transform: skewY(45deg) translate(0, -11px);
  transform: skewY(45deg) translate(0, -11px);
  background-color: var(--primary-color);
  transform-origin: left;
}

.menuBtn.closeMenuBtn span::after {
  -webkit-transform: skewY(-45deg) translate(0, -18px);
  transform: skewY(-45deg) translate(0, -18px);
  background-color: var(--primary-color);
  transform-origin: right;
}

i.arrow-down {
  position: absolute;
  right: 5px;
  top: 2px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
}

i.arrow-down.arrow-up {
  transform: rotate(135deg);
  top: 5px;
}

.logo {
  position: relative;
  min-height: 1px;
  transition: all 300ms ease-in-out;
  overflow: hidden;
    width: 150px;
}

.logo a {
  height: 100%;
  font-size: 1.75rem;
  font-family: var(--serif);
  text-transform: capitalize;
  padding: 0;
  display: block;
}

.logo a:hover {
  color: var(--secondary-color);
}

.enqBtn a {
  padding: 0;
  border-radius: 40px;
  background-color: var(--primary-color);
  color: #fff;
}

.header.fixed .enqBtn a {
  background-color: #ffffff;
  color: var(--primary-color);
}
.header.fixed .enqBtn a .link-hover-hover {
  color: var(--primary-color);
}

.enqBtn a div {
  padding: 10px 20px;
}

.header .enqBtn a div {
}

.topDetails ul li{
  margin-right: 10px;
}

.callBtn, .socialBtn{
  max-width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

.callBtn a,
.socialBtn,
.socialBtn ol li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}

.callBtn a{
  background-color: var(--light);
}

.callBtn a:hover{
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.socialBtn {
  background-color: var(--secondary-color);
  color: var(--body-color);
  transition: all 400ms ease;
}
.socialBtn:hover {
  background-color: #fff;
  color: var(--body-color);
}

.socialBtn ol {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.socialBtn:hover ol {
  pointer-events: auto;
}

.socialBtn ol li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(10px * var(--i)));
  transition: all calc(150ms * var(--i)) ease-in-out;
}

.socialBtn:hover ol li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin: 5px 0;
}

.socialBtn ol li a {
  display: block;
  background-color: #fff;
  color: var(--body-color);
  transition: all 300ms ease-in-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.27);
}
.socialBtn ol li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
/* menu modal */
.menu-modal-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .7);
  overflow: auto;
  display: none;
  z-index: 999;
}

.menu-modal {
  width: 70%;
  height: 100%;
  padding: 5vw 8vw 3vw;
  color: #fff;
  background-color: var(--primary-color);
  position: relative;
  transform: translateX(-100%);
  text-align: left;
  transition: all 700ms cubic-bezier(.17, .67, .83, .67);
}

.menu-modal-wrapper.active .menu-modal {
  transform: translateX(0);
}

.menu-modal ul li a {
  color: #000000;
  position: relative;
  transition: all 300ms ease-in-out;
  font-weight: bold;
}

.menu-modal ul li:hover>a {
  color: var(--primary-color);
}

.menu-modal .bigMenu {
  margin: 3.5vw 0 5vw;
}

.menu-modal .bigMenu ul li a {
  width: fit-content;
  font-size: 3rem;
  letter-spacing: 2px;
  font-family: var(--midsun);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-modal .bigMenu ul li a i {
  font-size: 50%;
  color: var(--primary-color);
  transition: all 300ms ease-in-out;
}

.menu-modal #closeMenu {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

/* menu modal */
/*header*/

/* Hero Banner */
.banner {
  height: 100vh;
  position: relative;
  background-color: #000;
  overflow: hidden;
  z-index: 1;
}

.banner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.83),transparent 40%);
    z-index: 2;
    pointer-events: none
}

.banner picture img {
    -webkit-animation: 30s infinite alternate zoom;
    animation: 30s infinite alternate zoom
}
.font-family-m
{
    font-family: math;
}
@-webkit-keyframes zoom {
    50% {
        transform: scale(1.25,1.25);
        transform-origin: center bottom
    }
}

@keyframes zoom {
    50% {
        transform: scale(1.25,1.25);
        transform-origin: center bottom
    }
}

.cloud {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 31%;
  background: url(../images/cloud.png) top left repeat-x;
  animation: animateclouds 80s linear infinite;
  pointer-events: none;
  opacity: 0.2;
  z-index: 4;
}

@keyframes animateclouds {
  0% {
    background-position: 0px;
  }

  100% {
    background-position: -3000px;
  }
}

.carousel.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity ease-out .7s;
}

.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}

.banner .carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 25%);
  background: linear-gradient(transparent 70%, rgba(0, 0, 0, 0.5));
  z-index: 1;
  pointer-events: none;
}

.heroText {
  color: #fff;
  z-index: 2;
  width: max-content;
  bottom: 12%;
}

.heroText p{
    font-size: 2.45rem;
    text-shadow: 0 1px 2px #000;
}
.heroText p span
 {
    font-size: 2rem;
    font-weight: bold;
}

/* Dynamic Text Animation */
.heroDynamicText {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-width: 260px;
  min-height: 3.75rem;
  padding: 5px 10px 0;
  letter-spacing: 1px;
  background-color:  var(--primary-color);
  vertical-align: bottom;
  color: #fff;
  text-transform: uppercase;
}

.heroDynamicText span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  /* transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); */
  transition: all 0.6s linear;
  white-space: nowrap;
}

.heroDynamicText span.active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
}

.heroDynamicText span.fade-out {
  opacity: 0;
  transform: translateY(-100%);
}

.banner-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 2s infinite;
  z-index: 2;
}

.scroll-arrow {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0) rotate(45deg); }
  40% { transform: translateY(-10px) rotate(45deg); }
  60% { transform: translateY(-5px) rotate(45deg); }
}
/* Hero Banner */

/* hm overview */
.hm-overview-container{
  padding: 10rem 0;
}

.overview-image{
  mix-blend-mode: multiply;
}

.building-sketch,
.building-sketch::before{
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.building-sketch{
  width: 320px;
  transition: transform 500ms linear;
  mix-blend-mode: multiply;
  opacity: 0.2;
}

.building-sketch[data-position='top left']{
  inset: 0 auto auto 0;
}
.building-sketch[data-position='bottom right']{
  inset: auto 0 0 auto;
}

.hm-overview .decoration-dots{
  margin: 3rem auto;
  color: var(--primary-color);
}

.statsContainer {
  gap: 4vw;
  display: flex;
  position: relative;
  margin-top: 2rem;
}

.stat {
  display: flex;
  flex-flow: column;
}

.stat-numbr {
  text-align: center;
  font-family: var(--bodoni-serif);
  font-size: 2rem;
  font-weight: 300;
}

.stat-text {
  text-align: center;
}

.stats-divider {
  background-color: #dfdfdf;
  flex: 0 0 1px;
}
/* hm overview */

/* amenities */
.amenities-box .in{
  aspect-ratio: 3/2;
  justify-content: center;
  background-color: var(--secondary-color-light);
  color: var(--body-color);
  transition: all 300ms ease-in-out;
}
.amenities-box .in:hover{
  box-shadow: 0 10px 2rem rgb(0 0 0 / 12%);
}
/* amenities */

/* random */
.random{
  padding: 4rem;
  aspect-ratio: 7/3;
}
/* random */

/* Sitemap */
.bigframe .inner{
  aspect-ratio: 16/7;
  display: block;
  overflow: hidden;
  position: relative;
}

.bigframe .inner img{
  transition: all 300ms ease-in-out;
}

.bigframe .inner:hover img{
  transform: scale(1.05, 1.05);
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
/* Sitemap */

/* Gallery */
.hm-featured.swiper-slide {
    height: auto;
}

.hm-featured .inner{
  display: block;
  height: 100%;
  position: relative;
  background-color: var(--primary-color);
  overflow: hidden;
  color: #fff;
}

.hm-featured .inner .img-fluid{
  height: 100%;
  transition: all 300ms ease-in-out;
}

.hm-featured .inner:hover .img-fluid{
  transform: scale(1.15);
  opacity: 0.9;
}

.hm-featured .inner img{
  height: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.hm-featured .inner .badge{
  position: absolute;
  right: 8px;
  top: 8px;
  border-radius: 0;
  opacity: 0.5;
  z-index: 1;
}

.hm-featured .inner:hover .badge{
  opacity: 1;
}

.hm-featured .inner .text{
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background-color: rgb(0 0 0 / 75%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 7px 10px;
}

.hm-featured .inner .text .projectBoxName h6{
  margin-bottom: 0;
}

.hm-featured .inner .text .number{
  font-size: 3vw;
  font-family: var(--serif);
  opacity: 0.125;
  transition: opacity 300ms ease-in-out;
}

.hm-featured .inner:hover .text .number{
  opacity: 1;
}
/* Gallery */

/* Retail section */
.retail-slide{
  padding-bottom: 3rem;
}
.retail-slide .inner{
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 1rem rgb(0 0 0 / 50%);
}

.retail-slide .retail-title{
  position: absolute;
  inset: auto 0 0;
  padding: 10px;
  text-align: center;
  color: #fff;
  transition: all 300ms ease-in-out;
}

.retail-slide:hover .retail-title{
  background-color: rgb(0 0 0 / 50%);
}

.business-img{
  margin-top: -15rem;
  position: relative;
  z-index: 0;
}

.business-img::before{
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#fff 10%, transparent 30%);
  z-index: 2;
  pointer-events: none;
}

.suite-img.business-img::before{
  background-image: linear-gradient(var(--secondary-color) 0%, transparent 50%);
}

.heading.business-caption{
  top: 23%;
  z-index: 3;
}

.suite-img img{
  aspect-ratio: 33/15;
  object-fit: cover;
}
/* Retail section */

/* Clubhouse Section */
.special-title .inner{
  height: 100%;
  position: relative;
}

.special-title .inner::before {
    content: '';
    position: absolute;
    inset: 0 0 0 auto;
    width: 50vw;
    background: url(../images/props/waves-bg.svg) bottom left / 100% no-repeat color-mix(in srgb, var(--primary-color), #fff 95%) !important;
    z-index: -1;
}

.specialBox.swiper-slide{
  width: 80%;
  filter: grayscale(1);
  transition: filter 300ms ease-in-out;
}
.clubhouseBox.specialBox.swiper-slide{
  width: 43%;
}

.clubhouseBox.specialBox.swiper-slide,
.specialBox.swiper-slide.swiper-slide-active{
  filter: none;
}

.specialBox.swiper-slide::before{
  content: '';
  position: absolute;
  inset: 0;
  /* background-color: rgb(0 0 0 / 53%);
  background: linear-gradient(transparent, rgb(0 0 0 / 65%)); */
}

.specialBox img{
  aspect-ratio: 2/1;
  object-fit: cover;
}

.specialBox .box-title{
  color: #fff;
  inset: 0;
  background-image: linear-gradient(transparent 50%, rgb(0 0 0 / 80%));
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 1rem;
}

.specialBox .box-title .inner{
  /* max-width: 750px; */
  width: 97%;
  /* padding: 1.5rem; */
  letter-spacing: 1px;
  /* background-color: rgb(0 0 0 / 75%); */
  opacity: 0;
  transform: translateX(-50%);
  transition: all 300ms ease-in-out 1s;
}

.specialBox.swiper-slide.swiper-slide-active .box-title .inner{
  opacity: 1;
  transform: translateX(0px);
}

.artistic-impression {
  position: absolute;
  top: 2rem;
  right: 10px;
  writing-mode:sideways-lr;
  transition: all 300ms ease-in-out;
  text-shadow: 1px 1px 1px #000;
}
.clubcontent
{
  display: none;
}
.clubcontent.show
{
  display: block;
}
/* Clubhouse Section */

/* siteplan */
.siteplanBox .inner {
  padding: 1rem;
  border-width: 1px;
  overflow: hidden;
}
.siteplanBox .inner img{
  transition: all 300ms ease-in-out;
}
.siteplanBox .inner:hover img{
  transform: scale(1.05);
}
/* siteplan */

/* Location */
.mapBox iframe{
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.mapBox .map-marker{
  position: absolute;
  left: 48%;
  top: 45%;
  width: 90px;
  z-index: 2;
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.mapBox .map-marker + img{
  -webkit-filter: hue-rotate(115deg);
  filter: hue-rotate(115deg);
}

.location-wrapper .inner{
  max-width: 750px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.connectivity{
  margin-top: 2rem;
  padding-top: 2rem;
  border-width: 1px 0 0 !important;
}

.connectivity-box .in {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.connectivity-box .in .img-fluid {
  max-width: 50px;
  flex: 0 0 50px;
  padding: 8px;
  border: 1px solid var(--primary-color);
}

.connectivity-box .in .h5 {
  margin-bottom: .25rem;
  font-family: var(--serif);
}
/* Location */

/* stats */
.hm-stats-container::before{
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/footer-sketch.svg) center bottom / 70% repeat-x;
  -webkit-filter: invert(1) opacity(0.1);
  filter: invert(1) opacity(0.1);
}

.statsWrapper {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed rgb(0 0 0 / 25%);
}

.statsBox p{
  font-size: 13px;
  text-transform: uppercase;
}

.logo-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px !important;
  padding: 2rem;
}
.logo-icon img{
  max-width: 300px;
}
/* stats */


/* customerHandover */
.customerHandover-slide .img-fluid img {
  aspect-ratio: 1 / 1;
}

/* gallery */
.galBox.swiper-slide::before{
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgb(0 0 0 / 53%);
  /* background-image: linear-gradient(rgb(0 0 0 / 80%), transparent, transparent, rgb(0 0 0 / 65%)); */
}

.galBox img{
  aspect-ratio: 16/7;
  object-fit: cover;
}

.galBox .box-title{
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0;
  height: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-image: radial-gradient(circle at 50% 50%, rgb(0 0 0 / 53%), transparent); */
  transition: all 300ms ease-in-out;
}

.galBox.swiper-slide.swiper-slide-active .box-title{
  opacity: 1;
}
.galBox .box-title::before,
.galBox .box-title::after{
  content: '';
  position: absolute;
  width: 20px;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(45deg, var(--secondary-gradient), var(--secondary-gradient));
  inset: 2rem auto;
  z-index: 5;
}

.galBox .box-title::before{
  left: 0;
  border-right-width: 0;
}

.galBox .box-title::after{
  right: 0;
  border-left-width: 0;
}
/* gallery */

/* floor plans */
.fpContainer .fpBox .inner {
  padding: 1rem;
  margin: 1rem 0;
  border-width: 1px;
  transition: all 300ms ease-in-out;
  isolation: isolate;
  background-color: #fff;
}

.fpContainer .fpBox .inner:hover{
  color: var(--primary-color);
  box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
}


.planBase{
  padding-top: 1rem;
  margin-top: 1rem;
  border-width: 1px 0 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* floor plans */

/* Tourist Places */
.touristBox .inner{
  border-width: 1px !important;
  background-color: rgb(255 255 255 / 10%);
  color: #fff;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  height: 100%;
  padding: 2rem;
}
/* Tourist Places */


/*Footer*/
.footer-area {
  /* position: fixed;
  bottom: 0;
  left: 0; */
  background: var(--primary-color);
  color: #fff;
}

.footer-area a {
  display: inline-block;
  color: #fff;
  font-size: .875rem;
  padding: 5px 0;
}

.footer-area p{
  font-size: .875rem;
}

.footer-area a:hover {
  color: var(--secondary-color-light);
}

.footer-links {
  margin: 5rem 0;
  position: relative;
  z-index: 1;
}

.footerSocial {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.footerSocial i.icon-circular {
  background-color: var(--body-bg);
}

.footer-bottom {
  padding: 10px 0;
  background-color: var(--body-bg);
  color: var(--body-color);
}

.footer-bottom a{
  color: initial;
}

.footer-bottom>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom .d-flex {
  gap: 10px;
}

.copyrights {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.copyrights p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 12px;
}

.copyrights p img {
  width: 13px;
  margin-left: 5px;
}

.button-top {
  background: rgb(70 70 70 / 32%);
  position: fixed;
  left: 20px;
  bottom: -40px;
  color: #ffffff;
  font-size: 13px;
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  z-index: 90;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.button-top:hover {
  background: var(--primary-color);
}

/*Footer*/


/* Inside page */
.emptyBox {
  background-color: var(--secondary-color);
  height: var(--header-height);
}

.emptyBox+.header {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}

.inside-banner {
  height: 400px;
  /* margin-top: var(--header-height); */
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #0003;
}

.inside-banner.project-banner {
  height: calc(100vh - var(--header-height));
}

.inside-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.75));
  z-index: 1;
}

.inside-banner img {
  mix-blend-mode: multiply;
}

.inside-banner .container-lg.position-absolute {
  top: 0;
  bottom: 0;
  z-index: 1;
}

.bannerText {
  height: 100%;
  padding: calc(var(--header-height) + 2rem) 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bannerText .title {
  font-size: 4rem;
  font-family: var(--midsun);
  letter-spacing: 3px;
  text-align: left;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  gap: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb li a {
  color: rgb(255 255 255 / 50%);
  font-weight: 600;
}

.breadcrumb li a:hover {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: '';
  background-color: #bfbfbd;
  height: .125rem;
  width: .125rem;
  padding-right: 0;
}

.breadcrumb li.active {
  color: #fff;
}

.project-title-container ul {
  margin-top: 2rem;
  font-size: .875rem;
  display: flex;
  gap: 10px;
}

.project-title-container ul li:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid rgb(255 255 255 / 50%);
}

.bannerText-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
}

.bannerText-footer .banner-tagline {
  max-width: 700px;
}

.bannerText-footer .banner-tagline .h2 {
  /* font-weight: 700; */
  font-family: var(--midsun);
  letter-spacing: 2px;
}

/* Brands */
.brand-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.brand-slider .brandLogo {
  width: 145px;
}

.brandLogo .img-fluid {
  height: 100%;
  /* filter: grayscale(1) opacity(0.5); */
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Brands */

.project-text-img {
  aspect-ratio: 3/2;
  background: center 0 / 100% no-repeat;
}

/* gallery */
.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* grid-template-rows: repeat(2, 1fr); */
  gap: 10px;
  height: auto;
}

.galBox1 { grid-area: 1 / 1 / 2 / 3; }
.galBox2 { grid-area: 1 / 3 / 2 / 4; }
.galBox3 { grid-area: 1 / 4 / 3 / 6; }
.galBox4 { grid-area: 2 / 2 / 3 / 4; }
.galBox5 { grid-area: 2 / 1 / 3 / 2; }


/* .galBox1 { grid-area: 1 / 1 / 3 / 3; }
.galBox2 { grid-area: 1 / 3 / 4 / 5; }
.galBox3 { grid-area: 1 / 5 / 3 / 6; }
.galBox4 { grid-area: 3 / 5 / 6 / 6; }
.galBox5 { grid-area: 4 / 4 / 6 / 5; }
.galBox6 { grid-area: 4 / 2 / 5 / 4; }
.galBox7 { grid-area: 5 / 3 / 6 / 4; }
.galBox8 { grid-area: 5 / 1 / 6 / 3; }
.galBox9 { grid-area: 3 / 2 / 4 / 3; }
.galBox10 { grid-area: 3 / 1 / 5 / 2; } */

/* .galBox1 { grid-area: 1 / 1 / 2 / 2; }
.galBox2 { grid-area: 1 / 2 / 2 / 4; }
.galBox3 { grid-area: 1 / 4 / 3 / 6; }
.galBox4 { grid-area: 2 / 1 / 3 / 3; }
.galBox5 { grid-area: 2 / 3 / 3 / 4; }
.galBox6 { grid-area: 1 / 6 / 2 / 7; }
.galBox7 { grid-area: 1 / 7 / 2 / 9; }
.galBox8 { grid-area: 1 / 9 / 2 / 11; }
.galBox9 { grid-area: 2 / 6 / 3 / 9; }
.galBox10 { grid-area: 2 / 9 / 3 / 11; } */

.gallery-box .inner{
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.gallery-box .inner img{
  transition: all 1s linear;
}

.gallery-box .inner:hover img{
  transform: scale(1.25, 1.25);
}

.gallery-caption {
  position: absolute;
  left: 0;
  bottom: 10px;
  background-color: var(--secondary-color-light);
  padding: 10px 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}


.gallery-slider .swiper-controls {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: auto;
  gap: 5px;
  z-index: 1;
}

.gallery-slide img {
  aspect-ratio: 3/1;
  object-fit: cover;
}

.gallery-thumb-slider {
  padding-top: 10px;
}

.gallery-thumb-slider .swiper-slide {
  opacity: 0.4;
  filter: grayscale(1);
  transition: all 400ms ease-in-out;
}

.gallery-thumb-slider .swiper-slide:hover {
  filter: grayscale(0);
}

.gallery-thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
  filter: grayscale(0);
}

/* gallery */

/* Amenities */
.amenity-wrapper {
  max-width: 1100px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.amenity-wrapper::before {
  content: '';
  position: absolute;
  width: 100vw;
  inset: 0 auto 0 0;
  background: var(--primary-color);
  background: radial-gradient(circle at 120% -30%, #ffdac2, transparent), linear-gradient(45deg, #fff4ed, #fffdfc, var(--secondary-color));
  z-index: -1;
  transition: all 500ms linear;
  transform: scaleX(0);
  transform-origin: right;
}

.amenity-wrapper.active::before {
  transform: scaleX(1);
}

.amenity-wrapper .animate {
  transform: translateX(-200px);
  opacity: 0;
  pointer-events: none;
  transition: all 500ms linear;
}

.amenity-wrapper .animate.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.amenity-text > .inner {
  padding: 3rem 4rem;
  /* color: var(--secondary-color); */
}

.amenityIconSlider{padding-right: 1px;}

.amenity-slider{
  height: 500px !important;
}

.amenity-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.amenity-box.swiper-slide {
  opacity: 0;
  transition: all 400ms linear;
}

.amenity-box.swiper-slide.swiper-slide-active {
  opacity: 1;
}

.amenity-box .img-fluid {
  width: 380px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  position: relative;
}

.amenity-box .img-fluid img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}

.amenity-box .img-fluid .caption {
  position: absolute;
  inset: auto 0 0;
  padding: 10px 20px 20px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: 600;
}

/* Amenities */
/* -------------------------------------------
Galllery
------------------------------------------ */
.gallSwiper {
    padding-right: 25%;
    position: relative;
}

.gallSwiper .gallBox {
    position: relative;
    overflow: hidden;
}

.gallSwiper .gallBox::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: linear-gradient(to top, #000000c5, transparent);
    z-index: 1;
}

.gallSwiper .gallBox::after {
    content: "";
    position: absolute;
    left: 0;
    height: 5px;
    bottom: 5px;
    width: 0;
    background: var(--white);
    z-index: 2;
}

.gallSwiper .swiper-slide-active.gallBox::after {
    animation: borderLeftRight 3s linear infinite;
}

@keyframes borderLeftRight {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}


.gallSwiper .gallBox img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.8s ease-in-out;
}

.gallSwiper .gallBox:hover img {
    transform: scale(1.2);
}

.gallSwiper .content {
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    color: #fff;
    z-index: 2;
    transition: all 0.6s ease;
    max-width: 70%;
    text-align: start;
}