@font-face {
  font-family: 'archiaregular';
  src: url('../fonts/archia-regular-webfont.eot');
  src: url('../fonts/archia-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/archia-regular-webfont.woff2') format('woff2'),
       url('../fonts/archia-regular-webfont.woff') format('woff'),
       url('../fonts/archia-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SharpGroteskMedium23';
  src: url('../fonts/Medium23.woff2') format('woff2'),
       url('../fonts/Medium23.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
*, *::before, *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
      scroll-behavior: smooth;
 }
}

html {
    touch-action: none;
    scroll-behavior: smooth;
  margin: 0!important;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'archiaregular';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    touch-action: manipulation;
    overscroll-behavior: none;
    overflow: hidden; /* Optional: Prevents unwanted scrolling */
}
html, body {
    touch-action: none !important;
    pointer-events: auto !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
:root {
  --off-white:rgb(255 255 255 / 60%);
  --orange:#FC6200;
  --white:#fff;
  --dusk:#F6F5F2;
  --black:#000;
  --cyan:#00FFFF;
  --upsidegreen:green;
  --grey-button:#595959;
  --grey2-button:#1D1D1D;
  --light-pink:#F1D9D9;
  --dark:#212121;
  --swiper-image-ratio: 66.71%; /* ratio 747:485 16:9 = 56.25% */
  --swiper-width: 69.107%;
  --swiper-inactive-scale: .80; /* makes the other slide smaller */
}


/* comman */
.font-sharp {
  font-family: 'SharpGroteskMedium23';
}
.font-archia {
  font-family: 'archiaregular';
}

.container{
  max-width:1920px;
  width: 100%;
  padding: 0 15px;
  margin:0 auto;
}


.bg-pink{
  background-color: var(--light-pink);
}
.bg-off-white{
  background: #F6F5F2;
}

.font-dark {
  color: #212121 !important;
}

.font-dark p {
  color: #212121 !important;
}

html {
  scroll-behavior: smooth;
  margin: 0!important;
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


/*comman-area*/

ol,
ul {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

a {
  text-decoration: none;
  transition: all 0.5s ease;
}

a:focus,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

h1,
h2 {
  font-size: 50px;
  line-height: 60px;
  color: #2C2F7B;
  font-weight: bold;
}
h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
h5{
  font-size: 22px;
  line-height: 30px;
}
p {
  font-size: 30px;
  line-height: 42px;
}

figure {
  margin: 0!important;
}

img {
  max-width: 100%;
  height: auto;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.dark-bg{
  background: url(../images/bg-home.jpg);
  background-color: #000000;
  position: relative;
}
.offdark-bg {
  background: url(../images/display-village-bg.jpg);  
  background-color: #A0A0A0;
}
.light-bg {
  background-image: url('../images/light-bg.jpg');
  background-color: #C3BFB7;
}
.white-bg {
  background-color: #F6F5F2;
}
.water-bg {
  background-color: #BDD2E7;
  background-image: url('../images/texture_backgrounds.png');
}
.yellow-bg {
  background-color: #D9A258;
  background-image: url('../images/texture_backgrounds.png');
}
.westrise-full-bg {
  background: url(../images/westrise-bg.png);
  background-color: #000000;
  position: relative;
}
.p-50 {
  padding: 50px;
}
/* heading css */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'SharpGroteskMedium23';
}
.h2, h2 {
  font-size: 48px 
}
h3{
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  font-family: 'archiaregular';
}
p.medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
p.small{
  font-size:16px;
  line-height: 22px;
}
.text-white{
  color: var(--white);
}
.text-dusk {color: var(--dusk);}
.text-light-pink {color: var(--light-pink);}
.text-black{
  color: var(--black);
}
.text-orange{
  color: var(--orange);
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-100{
  min-height: 1080px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.p-zero{
  padding: 0;
}
.m-zero{
  margin: 0;
}
.button-border{
  font-family: Archia;
  font-size: 23.59px;
  font-weight: 500;
  line-height: 28.3px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border: 1px solid var(--white);
  border-radius: 98.28px;
  padding: 10px 25px;
  color: var(--white);
  text-decoration: none;
  min-width: 240px;
  display:inline-block;
  font-family: 'archiaregular';
}
.button-border:hover{
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white);
  transition: 0.5s;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* home page css*/
.home-banner .container{
  max-width: 100%;
  padding: 0px;
}
.home-banner {
  background: url(../images/bg-home.jpg);
  background-color: #000;
  padding: 36px;
  height: 100%;
  background-size: cover;
  min-height: calc(1080px - 72px);
}
.explore-box {
  position: relative;
}
.explore-box img{
  border-radius: 14px;
  width: 100%;
  height:100%;
  min-height: calc(1080px - 72px);
}
.explore-text{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.explore-text h2,
.explore-text a h2,
.explore-text a:hover h2{
  color: var(--white);
  margin-bottom: 30px;
  position: relative;
}
.explore-text h2 span{
  position: relative;
}
.explore-text h2 span:after{
  content: "";
  background-color: var(--orange);
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  z-index: -1;
}
section{
  min-height: 1080px;
  height: 100%;
}
/* inner page A home */
.tap-bg{
 /* background: url(../images/taptobegin.jpg) no-repeat;
  background-size: 100% 100%;
  */
  height: 1080px;
}
.explore-right{
  background: url(../images/bg-home.jpg);
  background-size: cover;
  height: 100%;
  align-content: center;
  position: relative;
}
.explore-right h2, .display-left h2{
  margin-bottom: 40px;
}
.list-link {
  margin: 60px 0 50px;
  padding:0 
}
.list-link li{
  margin: 10px 0 20px;
  list-style: none;
}
.list-link li a{
  text-decoration: none;
  border: 1px solid var(--white);
  border-radius: 100px;
  color: var(--white);
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  font-family: 'archiaregular';
  display: block;
  padding: 10px 30px 
}
.list-link li a:hover{
  background-color: var(--off-white);
  transition: 0.5s;
}
.options-box{
  max-width: 50%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.button-grey{
  text-decoration: none;
  border: 1px solid var(--off-white);
  border-radius: 100px;
  color: var(--black);
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: center;
  background-color: var(--off-white);
  font-family: 'archiaregular';
  display: inline-block;
  padding: 10px 30px 
}
.button-grey:hover{  
  background-color: var(--off-white);
  color: var(--black);
}
.back-link {
  text-decoration: none;
  border: 1px solid var(--off-white);
  border-radius: 100px;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 57px);
  text-align: center;
  color: var(--white);
  text-decoration: none;
  background-color: var(--grey2-button);
  line-height:1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 30px;
  font-size: 16px;
}
.back-link img{
  margin-right: 5px;
}
.back-orderbtn{
  border: 1px solid var(--white);
  padding: 8px 29px;
  max-width: fit-content;
  border-radius: 100px;
  right: auto;
  left: 35px;
  font-size: 16px;
  bottom: 26px;
}
.back-link:hover{
  background-color: var(--grey2-button);
  color: var(--white);
}
/* display Village page css*/
.display-left{
  padding: 60px 50px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  background-size: 100% 100%;
  position: relative;
}
.villege-img {
  margin-bottom: 90px;
}
.display-map{
  /*background: url(../images/map.jpg);
  background-size: 100% 100%;*/
  min-height: 1080px;
  height: 100%;
  position: relative;
}
.display-map .village-map_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* town houses page */
.townhouses-left{
  background: url(../images/bg-home.jpg);
  padding: 100px 50px 50px;
  display: flex;
  min-height: 1080px;
  flex-direction: column;
  height: 100%;
  position: relative;
  background-size: 100% 100%;
}
.westrise-bg .townhouses-left{
  background: url(../images/westrise.png);
}
.townhouses-right{
 /* background: url(../images/townhouses.jpg) no-repeat;
  background-size: 100% 100%;
  */
  min-height: 1080px;
  height: 100%;
  position: relative;
}
.townhouses-right .left-img {max-height: 1080px;}
.townhouses-type{
  position: relative;
}
.townhouses-type .logo_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0px;
  max-width: 85%;
  box-shadow: none;
}
.village-img {
  margin-bottom: 50px;
}
.village-row{
  max-width: 85%;
  justify-content: space-between;
}
.townhouses-left h2{
  margin-bottom: 50px;
}
.village-row img{
  border-radius: 16px;
  box-shadow: 0px 11px 12px 11px #0000004f;
}
.village-img h6{
  margin-bottom: 30px;
}
/* Map Container */
.map-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}
/* Location Boxes */
.village_map_wrap .home_item {
  position: absolute;  
  text-align: center;
  height: 90px;
  width: 90px;
  background: #1D1D1D;
  -webkit-box-shadow: 0px 3.5px 3.5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 3.5px 3.5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 3.5px 3.5px 0px rgba(0,0,0,0.25);
border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    padding: 6px;
}
.village_map_wrap .has_popup {cursor: pointer;}

.village_map_wrap .home_name {
  color: #F1D9D9;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
  min-height: 28px;
}

.village_map_wrap .tap_text {
  text-transform: uppercase;
  color: #FC5700;
  font-size: 10px;
  line-height:1;
}
.village_map_wrap .home_count {
  color: #F6F5F2;
  font-size: 10px;
  text-transform: uppercase;
  line-height:1;
}

.location img{
  border-radius: 100%;
  max-width: 100%;
  width: 80px;
  height: 80px;
}
/* Example Positions for Locations */
.location .label {
 font-size: 14px;
  line-height: 15px;
  font-family: 'archiaregular';
}
.sales-hub {
  top: 38.5%;
  right: 18%;
  width: 247px;
  transform: rotate(5deg);
  height: 154px;
  background: var(--orange);
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.marker-here {
  margin-top: -70px;
}
.marker-here img {
  width: auto;
  height: auto;
  border-radius: 0px;
}
.wood-hub{
  background: url(../images/wood-bg.png) no-repeat 0 0;
  height: 117px;
  width: 137px;
  bottom: 43%;
  left: 16%;
  background-size: 100% 100%;
}
.marker-wood img {
  border-radius: 0;
  width: 32px;
  height: 37px;
  margin-top: 10px;
}
.jgking {
  top: 21%;
  right: 17%;
}
.henley {
  top: 11%;
  right: 17%;
}
.display-gardens {
  bottom: 43%;
  left: 28%;
}
.carlisle-homes {
  top: 18%;
  left: 50%;
}
.mimosa-homes {
  bottom: 42%;
  left: 38%;
}
.mimosa {
  bottom: 53%;
  left: 39%;
}
.simonds {
  bottom: 55%;
  left: 23%;
}
.burbank {
  bottom: 30%;
  right: 30%;
}
.eight-homes {
  bottom: 20%;
  right: 25%;
}
.homebuyes {
  left: 24%;
  bottom: 27%;
}
.dennis-family {
  bottom: 26%;
  left: 36%;
}
.group {
  left: 30%;
  bottom: 14%;
}
.singh {
  bottom: 14%;
  left: 40%;
}
.dennis-home {
  bottom: 17%;
  right: 37%;
}
.burbankhome {
  right: 36%;
  bottom: 27%;
}
.longisland{
  bottom: 38%;
  right: 35%;
}
.eight-family{
  bottom: 37%;
  right: 22%;
}
.arden{
  bottom: 27%;
  right: 24%;
}
.orbit {
  bottom: 16%;
  right: 25%;
}

.village-modal {
  max-width: 1054px;
}

.village-modal .center_slider {max-width: 100%;}

/* Marker */
.marker {
  margin-top: 5px;
  font-size: 0.8rem;
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  padding: 3px 5px;
  display: inline-block;
}
/* styles.css */
/* General Reset */
/* Button Style */
/* Modal Background */
/* Modal Content */
.modal-content {
  background-color:var(--orange);
  margin:auto;
  padding: 20px 0px;
  border-radius: 11px;
}
/* Close Button */
.close-btn {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: 'archiaregular';
  right: 20px;
  top: 10px;
  cursor: pointer;
  background: #000;
  border-radius: 100px;
  padding: 5px 10px;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  max-width: 110px;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin: 100px auto 0;
}
.close-btn img{
  margin-right: 10px;
}
.modal-village h6{
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  font-family: 'archiaregular';
}
.modal_heading {
  margin:50px 0;
}
.modal_heading h2 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}
.modal-village h3{
  margin: 0;
  font-weight: normal;
  text-align: center;
}
.modal-village ul{
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
  padding: 0;
  align-items: center;
  justify-content: end;
}
.modal-village li{
  display: flex;
  font-family: 'archiaregular';
  list-style: none;
  margin-left: 15px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
.modal-village li sup {top: 0;}
.modal-village li img{
  margin-right: 8px;
}
/* mirvac Townhouses page css*/
.town-type h6{
  font-family: 'archiaregular';
  color: var(--off-white);
  font-weight: normal;
  font-size: 18px;
}
.town-type ul{
  margin: 15px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap:wrap ;
  border: 1px solid var(--off-white);
  border-radius: 100px;
  max-width: 80%;
}
.town-type ul li{
  list-style: none;
  flex: 0 0 auto;
  width: 50%;
  padding: 0;
  border-radius: 100px;
}
.town-type ul li.active:last-child img {
  filter: invert(1);
  max-width: 140px;
  width: 100%;
  margin: 5px auto;
  display: block;
}
.town-type ul li.active{
  background-color: var(--light-pink);
}
.town-type ul li a {
  padding: 15px 25px;
  display: flex;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.town-type ul li img {opacity: 0.35;}
.town-type ul li.active img {
  opacity: 1;
}

.box-tap,
.nav-pills .box-tap{
  background-color: #323232;
  border: 1px solid #323232;
  border-radius: 15px;
  padding: 10px;
  height: 140px;
  display: flex;
  align-items: center;
  text-align: center;
  margin:15px 0;
  transition: 0.5s;
  text-decoration: none;
  box-shadow: 0px 11px 12px 11px #0000004f;
  border: 1px solid #535353;
  font-size: 20px;
  line-height: 24px;
  color: var(--white);
  width: 100%;
    justify-content: center;
}
.box-tap.active, .box-tap:hover,
.nav-pills .box-tap.active, .nav-pills .box-tap:hover{
  background-color: var(--orange);
  transition: 0.5s;
}
.box-tap p{
  font-size: 20px;
  line-height: 24px;
  color: var(--white);
  margin: 0;
  width: 100%;
  text-align: center;
}
.tap-section h6{
  font-size: 16px;
  font-family: 'archiaregular';
  color: var(--white);
  font-weight: normal;
}
.detail_left_desc {
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  text-decoration-skip-ink: none;
  font-family: 'archiaregular';
}
.townhouses-left .detail_left_desc { min-height: 210px;}
.qr-box{
  background-color: rgb(241 217 217 / 20%);
  border-radius: 12px;
  text-align: center;
  padding: 25px;
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}
.qr-box:after{
  content: "";
  background: var(--orange);
  height: 10px;
  width: 85px;
  position: absolute;
  top: 0;
  left: 25px;
}
.qr-img {
  max-width: 127px;
  width: 100%;
  margin: 40px auto;
  margin-top: auto;
}
.qr-box p {
  font-size: 20px;
  line-height: 24px;
  min-height: 120px;
}
.qr-box h4{
  font-size: 25px;
  line-height: 33px;
}
.qr-box h4 span{
  position: relative;
  z-index: 99;
}
.qr-box h4 span:after{
  content: "";
  background-color: var(--orange);
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  z-index: -1;
}
.premium-box {
  padding: 80px 40px 0;
}
.benefit_img2 { margin-top: 3px;}
.premium-box p{
  font-weight: 600;
}
.premium-grid{
  margin: 15px 0;
}
.premium-icon {
  max-width: 100px;
  min-height: 58px;
}
.premium-icon img { max-height: 57px;}
.buyer-box h5{
  font-size: 16px;
  font-weight: 600;
  font-family: 'archiaregular';
}
.houses-buyer-right{
  padding: 50px;
  height: 100%;
}
.houses-buyer-right .col_5 {
  width: 20%;
}
.houses-buyer-right .col_5 p.small {
  font-size: 14px;
  line-height: 20px;
}
.benefit_img1,
.benefit_img2 {
  height: calc(50% - 3px);
}

.buying_layout_2 .houses-buyer-right {
  padding: 30px;
}
.buyer-box span {
  width: 32px;
  height: 32px;
  background:var(--orange);
  border-radius: 100px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-family: 'SharpGroteskMedium23';
  color:var(--white);
  font-weight: 500;
  margin: 10px 0;
}
.buyer-icon {
  min-height: 100px;
}
.buyer-icon img {max-height: 90px;}

.buying_layout_2 .buyer-icon {
  min-height: 60px;
}
.buying_layout_2 .buyer-icon img {max-height: 57px;}
.buying_layout_2 p.small {
  line-height: 24px;
}

.buyer-box {
  position: relative;
  padding-right: 15px;
  height: 100%;
}
.buyer-box:after {
  content: "";
  height: 71%;
  width: 1px;
  background: #00000047;
  position: absolute;
  left: -12px;
  bottom: 0;
}
.row .col-3:first-child .buyer-box:after{
  display: none;
}
.materials_finishes-right{
  background-color: var(--dark);
  text-align: center;
  height: 100%;
}
.materials_finishes-right h3{
  padding:50px 0 50px 0;
  color: var(--light-pink);
  font-weight: 500;
}
.light-mode .materials_finishes-right{
  background-color: #BABABA;
}
.dark-mode .materials_finishes-right{
  background-color: var(--dark);
}
.light-mode .materials_finishes-right h3, .light-mode .materials_finishes-right p {
  color: var(--dark);
}
.materials_finishes-right .sub-title {
  max-width: 50%;
  color: var(--white);
  margin: 0 auto 15px;
  width: 100%;
  text-align: left;
  font-size: 16px;
}
.pluse-icon {
  width: 30px;
  height: 30px;
  background-color: var(--orange);
  color: var(--white);
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}
.buttons-mode{
  margin: 15px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--off-white);
  border-radius: 100px;
  max-width: 48%;
  position: relative;
}
.buttons-mode button{
  list-style: none;
  flex: 0 0 auto;
  width: 50%;
  padding: 15px 25px;
  border-radius: 100px;
  background: none;
  border: none;
  position: relative;
  z-index: 9;
  font-family: 'archiaregular';
  font-size: 16px;
  color: var(--dark);
}
.buttons-mode:after{
  background-color: var(--light-pink);
  content: "";
  width: 50%;
  position: absolute;
  ;
  top: 0;
  height: 100%;
  border-radius: 100px;
  z-index: 1;
  transition: 0.5s;
  transform: translateX(0);
}
.light-mode .buttons-mode:after{
  left: 0;
  right: auto;
  transform: translateX(230px);
  transition: 0.5s;
}
.light-mode .buttons-mode button:first-child{
  color: var(--dark);
}
.dark-mode .buttons-mode button:last-child,
body:not(.light-mode) .buttons-mode button:last-child {
  color:var(--light-pink) 
}
.light-mode .buttons-mode button:last-child, .dark-mode .buttons-mode button:first-child{
  color:var(--dark) 
}
.joint-right p{
  line-height: 20px;
}
.partners-logo {
  height: 70px;
}
.c_name {
  font-size: 22px;
  font-family: 'archiaregular';
  font-weight: 700;
}
.c_title {
  font-size: 22px;
  font-family: 'archiaregular';
}
.gallery-v-box {
  background: rgb(0 0 0 / 20%);
  position: relative;
  color: #fff;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 1;
  box-shadow: 0px 0px 15px 22px #0000002b;
}


.gallery-v-box a{
  text-decoration: none;
  color: var(--white);
  height: 100%;
  width: 100%;
  display: flex;
  height: 100%;
  width: 100%;
}
.gallery-v-box img{
  border-radius: 15px;
}
.gallery-v-box h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-weight: normal;
  text-align: center;
}
.min-height1080{
  min-height: 1080px;
}
.top-logo {
 /* margin: 25px;
  */
  position: absolute;
  left: 35px;
  top: 35px;
}
.video_tour_modal .modal-content {
  padding: 0px;
}
.video_ture_wrap {
  padding: 57px;
}
.video_ture_wrap video.news_video {
  height:100%;
  object-fit: cover;
  border-radius: 17px;
  width: 100%;
  margin: 0 auto;
  display: flex ;
  justify-content: center;
}
.video_ture_wrap .top-logo-video {
  position: absolute;
  left:86px;
  top:83px;
}
.video_ture_wrap button.close-btn {
  position: absolute;
  bottom:78px;
  left:86px;
  height:40px;
  padding:2px;
  width:123px;
  font-size: 20px;
  margin: 0;
  top: auto;
  min-width: 123px;
}

a.close-btn {
  position: absolute;
  bottom: 55px;
  left: 75px;
  display: block;
  top: auto;
  right: auto;
  text-decoration: none;
  padding: 5px 15px;
  max-width: 153px;
}
.top-logo-video{
 /* margin: 25px;
  */
  position: absolute;
  left: 75px;
  top: 55px;
}

.center_slider {
  max-width: 100%;
}


.center_slider_wrap .center_slider {
  position: relative;
  width: 100%;  
  overflow: hidden;
  height: calc(var(--swiper-width) * var(--swiper-image-ratio) / 100%);
}

.center_slider_wrap  .swiper-slide {
  position: relative;
  width: var(--swiper-width);
  transform: scale(.80);
  transition: all .3s ease-in-out;
  overflow: hidden;  
}
.center_slider_wrap  .swiper-slide .home_meta_wrap { display: none;transition: all .3s ease-in-out;}

.center_slider_wrap .swiper-backface-hidden .swiper-slide {
  transform: scale(.92847) translateZ(0);
}
        
.center_slider_wrap .swiper-slide.swiper-slide-active {  
  transform: scale(1) !important;
  opacity: 1 !important;
}

.center_slider_wrap  .swiper-slide.swiper-slide-active .home_meta_wrap { display: flex;}

.center_slider_wrap .swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}

.center_slider_wrap .slide_img {
  position: relative;
  width: 100%;
  background: #000000;    
  border-radius: 13px;
    overflow: hidden;
}
.center_slider_wrap .slide_img img {
  opacity: 0.25;
  border-radius: 13px;
  transition: all .3s ease-in-out;
}
.center_slider_wrap .swiper-slide.swiper-slide-active .slide_img img {  
  opacity: 1 !important;
}
    
.center-button-next.swiper-button-disabled, .center-button-prev.swiper-button-disabled {
  opacity: 0;
}

.center_slider_wrap .center-pagination {
  width: auto;
  right: 100px;
  bottom: 5px;
  left: auto;
  font-size: 20px;
  font-weight: bold;
  top: auto;
}
.center_slider_wrap .center-pagination .swiper-pagination-current {
  margin-right: -6px;
}
.center_slider_wrap .center-pagination .swiper-pagination-total {
  margin-left: -6px;
}

/*gallery page*/

.gallery_slider .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8);
  opacity: 0.6;
}
.gallery_slider img{
  border-radius: 15px;
}
.gallery_slider {
  max-width: 100%;
}
.gallery_slider .swiper-slide-active {
  transform: scale(1);
}
.swipe-text {margin-bottom: 20px;}

.gallery-slider-navi .gallery-button-prev, .gallery-slider-navi .gallery-button-next{
  position: relative;
  height: 50px;
  display: flex;
}
.gallery-slider-navi {
  font-size: 35px;
  display: flex;
  align-items: center;
  color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}
.gallery-slider-navi {
  font-size: 35px;
  display: flex ;
  align-items: center;
  color: #fff;
  width: 190px;
  position: fixed;
  justify-content: space-between;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
/* townhouse page */
nav.navbar {
  box-shadow: 1px 1px 25px 4px #00000024;
  padding: 0;
}
.townhouses-pages{
  padding: 60px 400px 0 0;
}
.sidebar{
  width: 400px;
  position: fixed;
  top: 0;
  right: 0;
  background-color: var(--dark);
  min-height: 1080px;
  z-index: 9999;
  display: flex ;
  padding:57px;
  flex-direction: column;
  justify-content: end;
}
.main-content-area {
    flex: 1;
    margin-top: 10px;
    margin-right: 300px;
    width: 1520px;
    padding: 20px;
    height: calc(100vh - 76px);
    overflow-y: auto;
    position: relative; 
}
.InSiteInteractive {
    font-size: 1.8rem;
    text-align: left;
    max-width: 1050px !important;
    margin: 0 auto;
    padding-bottom: 20px;
    height: auto;
}
.lfsd-lotplan {
    animation: slidein .5s ;
    background: #fff 0% 0% no-repeat padding-box;
    display: block;
    height: 100%;
    overflow: scroll;
    padding: 20px 20px 20px;
    position: fixed;
    right: 400px !important;
    z-index: 101;
    top: 0 !important;
}

.lfsb-resetbutton.masterplanbtn.stageplanbtn {
width: 180px;
text-align: left;
padding-left: 1rem;
padding: .5rem;
font-size: 14px;
margin-right: 2rem;
text-align: center;
background-color: #f26322 !important;
color:white;
}

.lfsb-resetbutton.masterplanbtn.stageplanbtn:hover {
color:black !important;
}


.top-sidebar {
  margin-bottom: auto;
}
.btn-orange{
  background: var(--orange);
  color: var(--white);
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  font-family: 'archiaregular';
}
.bottom-menu ul {
  margin: 0;
  padding: 0;
}
.bottom-menu ul li{
  margin-bottom: 20px;
}
.bottom-menu ul li a{
  padding: 15px;
  width: 100%;
  display: block;
  text-align: center;
  background: var(--orange);
  text-decoration: none;
  font-size: 20px;
  color: var(--black);
  line-height: 24px;
  font-family: 'archiaregular';
  background-color: #6A6A6A;
}
.bottom-menu ul li a:hover{
  background-color: var(--white);
}
.sideback-link {
  color: #fff;
  font-size: 16px;
  width: 100%;
  margin: 0 0px 20px;
  display: flex ;
  font-family: 'archiaregular';
  text-decoration: none;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  line-height: 24px;
}
.sideback-link:hover { 
  color: #fff;
}

table th{
  text-align: center;
  padding: 40px 20px 20px;
}
table td{
  line-height: 24px;
  font-family: 'archiaregular';
  font-size: 16px;
  color: var(--white);
  padding: 5px;
}
table td:last-child, table td:nth-last-of-type(2){
  text-align: center;
}
table td:first-child, table{
  border-left: none;
}
.compare-table img {margin: 0 auto;}
/**/
.brochure-wrap {
  background-color: #F1D9D9;
  border-radius: 7px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
  padding: 20px 18px 17px 18px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  max-width: 328px;
  text-align: center;
  line-height: normal;
  right: -220px;
  position: fixed;
  bottom: 50px;
  transition: all 0.5s ease-in-out 0s;
}
.brochure-wrap img.download-icon {
  cursor: pointer;
}
.brochure-wrap .qr-code {
  max-width: 92px;
}
.brochure-wrap.active {
  right: 15px;
}
.westrise-left{
  background: url(../images/westrise.png) no-repeat 0 0;
}
.westrise-bg{
  background: url(../images/westrise-bg.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.materials-logobox {
  position: relative;
  box-shadow: 0px 4px 10px 2px #00000063;
  border-radius: 10px;
}
.materials-logobox .materials-img{
  border-radius: 10px;
  opacity: 0.45;
}
/* .materials-logobox a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  text-align: center;
  background: #0000007d;
  border-radius: 10px;
  padding-top: 42%;
} */
.materials-logobox a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  text-align: center;
  /* background: #0000007d; */
  border-radius: 10px;
  /* padding-top: 42%; */
}
.map-container {
  display: flex;
  flex-direction: column;
  gap: 30px; /* Space between items */
}

.map-item {
  position: relative;
  display: flex;
  position: absolute;
  
  
}
.location-1{
  left: 30%;
  top: 10%;
}
.location-2{
 
  left: 35%;
  top: 30%;
}
.location-3{
  left:35%;
  bottom: 30%;
}
.pin-line {
  position: absolute;
  left: 0;
  height: 110px;
  width: 2px;
  background-color:var(--white);
}


.pin-line::after {
  content: '';
  position: absolute;
  left: -3px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background-color:var(--white);
  border-radius: 50%; /* Circle for the pin dot */
}

.content {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 0px 25px 25px 0px;
  overflow: hidden;
}

.text-map {
  padding: 10px 20px;
  color:var(--orange);
  font-family: 'archiaregular';
  font-size: 14px;
  font-weight: 500;
  border-right: 3px solid #000;
}

.button-map {
  background-color: var(--orange);
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  font-family: 'archiaregular';
  font-weight: 500;
  border-radius: 0px 25px 25px 0px;
  cursor: pointer;
}
.button-map:hover {
  color: white;
}

.button-map-dark {
  background-color: var(--grey-button);
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  font-family: 'archiaregular';
  font-weight: 500;
  border-radius: 0px 25px 25px 0px;
}

/******** .materials_finishes_slider *****/
.materials_finishes_slider .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8);
  opacity: 0.6;
}
.materials_finishes_slider img{
  border-radius: 15px;
}
.materials_finishes_slider {
  max-width: 100%;
}
.materials_finishes_slider .swiper-slide-active {
  transform: scale(1);
}


.popover-container {
  position: relative;
}

.popover-btn {
  padding: 0;
  
  cursor: pointer;
  
  color: white;
  border: none;
  border-radius: 4px;
}

.popover-content {
  position: absolute;
  width: 180px;
  padding: 15px;
  background:var(--dark);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  display: none;
  z-index: 1000;
}


.popover-container{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
}
.top-popver{
  top: 29%;
  left: 50%;
  transform: translate(10%, -55%);
}
.bottpm-popver {
  top: auto;
  bottom: 26%;
  left: auto;
  right: 33%;
}
.slider-3-bottpm-popver{
  top: auto;
  bottom: 11%;
  left: auto;
  right: 33%;
}
.center-popver {
  top: 62%;
  left: 40%;
}
.popover-content::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  }

.popover-content.right-side {  
  top: 50%;
  left: 50%;
  transform: translate(10%, -55%);
}
.popover-content.right-side img {border-radius: 0;}

.popover-content.right-side::before {  
  top: 50%;
  left: -10px;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid var(--dark);
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

.popover-content.top-side {
  top: 0%;
  left: 0%;
  transform: translate(23%, -85%);
}

.popover-content.top-side::before {
  bottom: 3px;
  left: -10px;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid var(--dark);
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}



.popover-content.left-side {  
  top: 50%;
  right: 50%;
  transform: translate(-18%, -55%);
}

.popover-content.left-side::before {  
  top: 50%;
  right:-30px;  
  transform: translateX(-50%);
  border-left: 10px solid var(--dark);
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}


button#popover-btn{
  border-radius: 100%;
  font-size: 16px;
  line-height: 30px;
}
.popover-content p{
  font-size: 14px;
  text-align: left;
  margin-top: 15px;
  line-height: 20px;
}

button.text-orange.tab-close {
  background: none;
  border: navajowhite;
  font-size: 14px;
  text-align: left;
  width: 100%;
  margin: 0;
  color: var(--orange);
}
.materials_finishes-right .slider-tab {
  left: 0;
  right: 0;
  bottom: 9%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border: 1px solid var(--light-pink);
  border-radius: 100px;
  max-width: 440px;
  position: relative;
}
.materials_finishes-right .nav-pills.slider-tab li button {
  list-style: none;
  flex: 0 0 auto;
  border-radius: 100%;
  padding: 15px 25px;
  border-radius: 100px;
  background: none;
  border: none;
  position: relative;
  z-index: 9;
  font-family: 'archiaregular';
  font-size: 16px;
  color: var(--light-pink);
}
.materials_finishes-right .nav-pills.slider-tab li button.active {
  background-color: var(--light-pink);
  color: var(--dark);
}

.materials_finishes-right .nav-pills.slider-tab li:first-child {margin-left: -3px;}
.materials_finishes-right .nav-pills.slider-tab li:last-child { margin-left: 3px; margin-right: -3px;}

.materials_finishes-right.light_gallery .slider-tab { 
  border: 1px solid var(--dark);
}
.materials_finishes-right.light_gallery .nav-pills.slider-tab li button {color: var(--dark); }
.materials_finishes-right.light_gallery .nav-pills.slider-tab li button.active { 
  background-color: var(--dark);
  color: var(--light-pink);
}



.materials_finishes-right.lightMode{
  background-color: #BABABA;
}


.lightMode h3, .lightMode p.sub-title{
color: var(--dark);
}

/* upside-home */
.life-list li{
  color: var(--white);
  font-family: 'archiaregular';
font-weight: 400;
font-size: 16px;
line-height: 19.2px;
border-bottom: 1px solid var(--white);
padding: 15px 0;
list-style: none;

}
.step hr {
  border-bottom: 1px solid #F6F5F2;
  margin: 20px 0;
}
.step h2{
  font-weight: 500;
  font-size: 74px;
  line-height: 100%;
  color: #4A8969;
  
}
.step p{
  color: #4A8969;
  font-weight: bold;
  font-size: 29px;
  line-height: 37px;
  
}
.upexplore-page  {
  padding: 50px;
}
.upexplore-page h4 {
  font-weight: 500;
  font-family: 'archiaregular';
  font-size: 29px;
  line-height: 38.4px;
}
.qrbox {
  padding: 20px 0 50px;
  border-top: 1px solid #0c0c0c;
}
.qr-text{
  padding-left: 25px;
  flex: 1;
}
.qr-text h5{
  font-family: 'archiaregular';
font-weight: 600;
font-size: 16.73px;
line-height: 20.07px;
color: #212121;

}
.w-logo {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 103px;
  max-height: 103px;
}
.home-logo{
  width: 39px;
  height: 39px;
  background-color: var(--white);
  opacity: 0.5;
  position: fixed;
  bottom: 25px;
  right: 25px;
  text-align: center;
  border-radius: 100%;
  display: flex
;
  padding: 9px;
   
}
.nostra-slider, #homebuyers-slider{
  display: none;
  transition: 0.5s; 
}
#norstra-type{
  transition: 0.5s;
  margin-top: 25%
}
.nostra-logo-center {
  margin: 0 auto 90px;
  display: flex;
  justify-content: center;
}
.norstra-page{
  position: relative;
}
.norstra-page .materials-logobox p{  
font-weight: 500;
font-size: 20px;
line-height: 24px;
color: var(--white);
text-align: center;
position: absolute;
    bottom: 25px;
}

.norstra-page p.sub-title {
  margin-left: 13%;
  color: #fff;
}
.nostra-slider  .swiper-slide img{
  border-radius: 10px;
}
.compare-button a.compare-link{
  background-color: #f1d9d97a;
color: #F1D9D9;
 padding: 15px 25px;
 border-radius: 25px;
font-weight: 500;
font-size: 16px;
line-height: 19.2px;

margin-left: 15px;
text-align: center;

}
.compare-button {
  display: flex
;
  align-items: end;
}
.compare-list .town-type ul{
  max-width: 390px;
}
.materials_slider .swiper-slide {
  /* width: 700px !important; */
}
.materials_slider .swiper-slide {
  width: 709px; /* Match your desired size */
  height: 457px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  overflow: hidden;
}
.materials_slider .swiper-slide img.slide_img {
  border-radius: 14px;
}
.designed_content {
  min-height: 390px;
}

.intro_text {
  font-size: 30px;
  margin-bottom: 18px;
}

.three_line {
  width:100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.title_logo {
  margin-bottom: 50px;
}
.lfsd-stageplan .react-transform-component {touch-action: pan-x pan-y;}