@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



/* Common CSS Starts */

:root {
  --color-primary: #2E1A36;
  --color-secondary: #901416;
  --color-green: rgb(161 211 152 / 34%);
  --color-blue: rgb(111 193 173 / 34%);
  --color-light-green: rgb(245 250 244);
  --color-grey: #606062;
  --color-light-grey: #f1f1f2;
  --color-dark-grey: #4b4b4d;
  --border-grey: #a9abae;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
    
html {
  scroll-padding-top: 4rem;
  scroll-behavior: smooth;
}

@media(min-width: 1500px){
  body{
    font-size: 18px !important;
  }
  p, li, a{
    line-height: 26px !important;
  }
}

body {
  font-size: 15px;
  color: #54425A;
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 20px;
}

@media(max-width: 575px){
  body{
    font-size: 15px;
  }
}

h1{
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: var(--color-primary);
  font-size: 38px;
}

h2, h3, h4, h5{
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--color-primary);
}
h2{
  font-size: 30px;
  font-weight: 500;
}
h3{
  font-size: 28px;
}
h4{
  font-size: 24px;
}
h5{
  font-size: 20px;
  font-weight: 700;
}
h6 {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--color-dark-blue);
  font-size: 18px;
}
a{
  color: var(--color-dark-blue);
  text-decoration: none;
}
a:hover, a:focus{
  color: var(--color-dark-blue);
}
ul li{
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 24px;
}
p{
  color: var(--color-black);
  line-height: 22px;
}

@media(max-width: 575px){
  h1{
    font-size: 30px;
  }
  h2{
    font-size: 28px
  }
  h3{
    font-size: 24px
  }
  h4{
    font-size: 22px;
  }
}

@media(max-width: 320px){
  h1{
    font-size: 28px;
  }
}

.text-primary{
  color: var(--color-primary);
}
.text-green{
  color: var(--color-green);
}
.text-blue{
  color: var(--color-blue);
}
.text-black{
  color: var(--color-black);
}
.text-secondary{
    color: var(--color-secondary);
}
.bg-primary{
  background: var(--color-primary) !important;
}
.bg-green{
  background-color: var(--color-green);
}
.bg-blue{
  background-color: var(--color-blue);
}
.bg-light-green{
  background-color: var(--color-light-green);
}
.font-regular{
  font-weight: 400;
}
.font-medium{
  font-weight: 500;
}
.font-bold{
  font-weight: 600;
}
section{
  padding: 60px 0px;
}
.vh-70{
    height: 70vh;
}
@media(max-width: 480px){
  section{
    padding: 40px 10px;
  }
}

#preloader {
  background-color: #fff;
  background: #fff url("../img/logo.png") no-repeat center
    center;
  background-size: 10%;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  /* opacity: 0.8; */
}

.spinner-grow {
  width: 3rem;
  height: 3rem;
}

/* Common CSS ENDS */
/*slider css : BEGIN*/

.slider-container{
	position: relative;
}
.slick-slide{
  padding: 0px 15px;;
}
.banner-item.slick-slide{
    padding: 0px 0px;
}
.slick-arrow {
	background: #fff;
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	color: var(--color-light-blue);
	z-index: 1;
	border: 0;
	font-size: 0;
	outline: none;
	font-family: 'Font Awesome 6 Free';
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity:1;
    box-shadow: 0px 0px 10px 0px #ddd;
}
.slick-arrow:hover{
  background: #fff;
  color: #000;
  transition: all .3s ease-in-out;
}

@media(max-width: 425px){
	.slick-arrow{
		top: -30px;
	}
}

.slick-arrow.slick-prev {
	left: 15px
}
@media(max-width: 1024px){
	.slick-arrow.slick-prev {
	  left: 0px
	}
}
@media(max-width: 768px){
	.slick-arrow.slick-prev {
	left: 0
	}
}

.slick-arrow.slick-prev:before {
	font-family: "Font Awesome 6 Free";
  content: "\f053";
  font-weight: 900;
	color: #000000;
	font-size: 16px;
	line-height: 2.2
}

.slick-arrow.slick-next {
	right: 45px
}
@media(max-width: 1024px){
	.slick-arrow.slick-next {
	  right: -5px
	}
}
@media(max-width: 768px){
.slick-arrow.slick-next {
	right: 0
	}
}

.slick-arrow.slick-next:before {
	font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 900;
	color: var(--color-light-blue);
	font-size: 16px;
	line-height: 2.2
}
.slick-arrow.slick-prev:hover::before, .slick-arrow.slick-next:hover::before{
  color: #000;
}

.slick-dots {
	text-align: center;
	padding: 0;
	margin-bottom: 15px
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer
}

.slick-dots li:only-child {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 14px;
	height: 14px;
	padding: 0px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:before,
.slick-dots li button::before {
	content: ' ';
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0;
	right: 0px;
	left: 0px;
	margin: auto auto;
	width: 14px;
	height: 14px;
	background: none;
	background: #D9D9D9;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button::before {
	background: #6FC1AD;
	width: 14px;
	height: 14px;
}

.location-slider .slick-arrow.slick-prev {
	left: 0px
}
.location-slider .slick-arrow.slick-next {
	right: 0px
}

@media(min-width: 575px){
  .banner-slider .slick-dots{
    position: absolute;
    bottom: 8px;
    left: 10%;
  }
  
}
@media(min-width: 1500px){
  .banner-slider .slick-dots{
    left: 17%;
  }
  
}

@media (max-width: 575px) {
  .banner-slider .slick-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

/*slider css : END*/

/* Button CSS BEGINS */
.btn.btn-primary{
  background: var(--color-primary);
  color: #fff;
  padding: 8px 30px;
  border: 1px solid var(--color-primary);
  border-radius: 0;
}
.btn.btn-primary:hover{
  background: #fff;
  color: var(--color-primary);
}
/* Button CSS ENDS */

/* Header CSS Starts */

.pos-relative{
  position: relative;
}
.vh-90{
  min-height: 90vh;
}
header{
  background: #fff;
  padding: 10px;
}

.navbar .nav-item{
  margin-bottom: 0;
  padding: 10px 15px;
}
.navbar .nav-item .nav-link{
  color: #000;
  padding: 0 !important;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: color .3s ease-in-out, border-bottom .3s ease-in-out;
}
.navbar .nav-item .nav-link.active{
    border-bottom: 2px solid #a14a50;
}

.navbar .nav-item .nav-link:hover{
    border-bottom: 2px solid #a14a50;
}

.home-page header{
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: transparent;
  z-index: 999;
}
.home-page header .navbar .nav-item .nav-link{
  color: #fff;
}
.home-page .header-logo{
  opacity: 0;
}
.home-page .stickymain .header-logo{
  opacity: 1;
}
.home-page header.stickymain{
  background: #fff;
}
.home-page header.stickymain .navbar .nav-item .nav-link{
  color: #000;
}
.stickymain{
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 0px 6px -2px #ddd;
  z-index: 999;
  }
  
@media(max-width: 1025px){
    .navbar .nav-item{
      padding: 10px 10px !important;
    }
}

@media(max-width: 768px){
  .home-page .header-logo{
    opacity: 1;
  }
  .home-page header{
      position: initial;
      background: #fff;
    }
    .home-page header .navbar .nav-item .nav-link{
      color: #000;
    }
    header .navbar .nav-item .nav-link{
        text-align: right;
    }
    .home-page header.stickymain{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
    }
}
footer{
  background: #fff;
  padding: 10px;
}
.footer-address p{
    position: relative;
    /*padding-left: 25px;*/
    line-height: 20px;
    font-size: 12px;
}
.footer-address p i{
    position: absolute;
    left: 0;
    top: 5px;
}
.footer-address p  span i{
    position: initial;
}
.w-fit-content{
  width: fit-content;
}
.footer-links ul li{
    font-size: 12px;
    margin-bottom: 0;
}
.footer-col{
    font-size: 12px;
}
.social-links ul li a img{
  /*background: #fff;*/
  border-radius: 50%;
}
.footer-col:not(:first-child){
  border-left: 1px solid #fff;
}
@media(max-width: 575px){
  .footer-col:not(:first-child){
    border-left: 0;
  }
}

/* Home Page CSS BEGINS */

.banner-title{
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
  padding: 20px 0px;
  background: rgba(24, 13, 27, 1);
  width: 150%;
  z-index: 99;
  position: relative;
}
.banner-title:before{
  content: '';
  position: absolute;
  left: -99.9%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 13, 27, 1);
}

@media(max-width: 575px){
  .banner-title{
    width: 100%;
    padding: 20px 20px;
    font-size: 28px;
  }
}

.project-hilight-img{
  background: var(--color-blue);
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.custom-tabs .nav-tabs {
  border: 1px solid #777;
  width: fit-content;
  margin: auto;
  border-radius: 15px;
  background: #ddd;
}
.custom-tabs .nav-tabs .nav-item{
  margin-bottom: 0;
}
.custom-tabs .nav-tabs .nav-link {
  margin-bottom: 0px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 15px;
  color: #000;
}
.custom-tabs .nav-tabs .nav-item.show .nav-link, 
.custom-tabs .nav-tabs .nav-link.active{
  color: #000;
  background-color: #fff;
  border-color: #777;
  border-radius: 15px;
}
.custom-tabs .nav-tabs .nav-link:focus,
.custom-tabs .nav-tabs .nav-link:hover {
  border-color: #777;
  /* background: #fff; */
}

.floorplans-images-wrapper .floorplans-image {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

.zoom-text {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 999;
  opacity: 0;
}

.floorplans-images-wrapper:hover .zoom-text {
  opacity: 1;
}

.floorplans-images-wrapper:hover .floorplans-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 70%);
  z-index: 99;
}

.floorplans-images-wrapper img {
  transition: 0.3s all ease-in-out;
  /* width: 100%; */
}

.floorplans-images-wrapper:hover img {
  transform: scale(1.1);
  transition: 0.3s all ease-in-out;
}
p.large{
  font-size: 18px;
}
.home-amenities-card-wrapper .home-amenities-image{
  border: 1px solid #ddd;
  padding: 30px;
  margin-bottom: 10px;
}
.home-amenities-card-wrapper:hover .home-amenities-image{
    background: var(--color-green);
}

.location-icon-card{
  padding: 80px 100px;
}
.location-icon-text-wrapper{
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
}
.location-icon-text-wrapper .location-icon-image{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media(max-width: 575px){
  .location-icon-card{
    padding: 30px;
  }
}
.custom-accordion .accordion-item{
  border-radius: 0 !important;
  background: transparent;
  margin-bottom: 10px;
  border: 1px solid #000;
}

.custom-accordion .accordion-item .accordion-button:not(.collapsed){
  background: var(--color-secondary);
  color: #fff;
  border-radius: 0 !important;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg);
}
.custom-accordion .accordion-button:focus{
  box-shadow: none;
}
.gallery-slider-custom .slider-for-item{
  padding: 0px !important;
}
.gallery-slider-custom .slider-nav-item{
  padding: 5px !important;
}

.custom-accordion.faq-accordion .accordion-item{
  background: rgba(223, 240, 220, 0.55);
  border: 0;
  margin-bottom: 5px;
}
.custom-accordion.faq-accordion .accordion-item .accordion-button{
  background: rgba(223, 240, 220, 0.55);
}
.custom-accordion.faq-accordion .accordion-item .accordion-button:not(.collapsed){
  background: var(--color-secondary);
}
.amenities-row{
  border: 1px solid #ddd;
}
.amenities-content-wrapper{
  border-left: 1px solid #ddd;
}
@media(max-width: 575px){
  .amenities-content-wrapper{
    border-top: 1px solid #ddd;
    border-left: initial;
  }
}
.border-card{
  border: 1px solid #000;
}
.banner-title-bg{
  background: #00000099;
    padding: 10px;
    width: fit-content;
    padding-right: 100px;
    position: relative;
}
.banner-title-bg:before{
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00000099;
}
.custom-tabs-one ul.nav.nav-tabs{
  border-bottom: 0;
  width: 100%;
}
/*.custom-tabs-one ul.nav.nav-tabs .nav-item{*/
/*  width: 20%;*/
/*}*/
.custom-tabs-one ul.nav.nav-tabs .nav-item .nav-link{
  width: 100%;
  border: 1px solid #CECECE;
  border-radius: 0;
  color: #969298;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 35px;
  height: 100%;
}
.custom-tabs-one ul.nav.nav-tabs .nav-item .nav-link.active,
.custom-tabs-one ul.nav.nav-tabs .nav-item .nav-link:hover{
  background: #A1D398;
  color: #474747;
}
@media(max-width: 768px){
 .custom-tabs-one ul.nav.nav-tabs .nav-item .nav-link{
    padding: 10px 12px;
  }
}
@media(max-width: 575px){
  .custom-tabs-one ul.nav.nav-tabs .nav-item{
    width: 50%;
  }
}
.specifications-card{
    min-height: 120px;
}
.specifications-card img{
    width: 50px;
}
/* Contact Page CSS BEGINS */

.form-group{
  margin-bottom: 20px;
}
.form-control{
  background: #fff;
  border: 1px solid var(--color-dark-blue);
  padding: 10px 20px;
  /* height: 40px; */
  border-radius: 17px;
}
.modal-content .form-control{
    border-radius: 8px;
}
.border-bottom-none{
    border-bottom: 0 !important;
}
.intl-tel-input{
  display:block;
  position:relative;
  width:100%;
  
}
.intl-tel-input .selected-flag{
  height:34px!important;
  background-color:#fffFFFBA!important;
  border-radius:8px 0 0 8px;
}
label.error{
  font-size: 15px;
  margin-top: 5px;
  color: red;
}
/* Floorplans Page CSS */

.custom-floorplans-tabs .nav-pills li{
  width: 30%;
}
.custom-floorplans-tabs .nav-pills li button{
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #6FC1AF;
}
.custom-floorplans-tabs .nav-pills li button.active{
  background: #6FC1AF;
  color: #000;
  box-shadow: 0px 0px 4px 0px #777;
  border: 1px solid #6FC1AF;
}
.custom-floorplan-details-table table{
  border: 1px solid #54425A;
}
.custom-floorplan-details-table table thead{
  background: #6FC1AF !important;
}

.custom-floorplan-details-table table th, 
.custom-floorplan-details-table table td {
  padding: 16px 20px;
  text-align: center;
  color: #54425A;
  vertical-align: middle;
}
.custom-floorplan-details-table table td{
  background: #fff;
}

/* Gallery CSS */

.gallery-col-one-item .galler-card-wrapper{
  height: 280px;
}

.gallery-col-two-item .galler-card-wrapper{
  height: 135px;
}
.gallery-col-two-item .galler-card-wrapper:first-child{
  margin-bottom: 10px;
}

.gallery-col-three-item .galler-card-wrapper{
  height: 135px;
}
.gallery-col-three-item .galler-card-wrapper:first-child{
  margin-bottom: 10px;
}

.row-two.gallery-col-one-item .galler-card-wrapper{
  height: 280px;
}
.row-two.gallery-col-two-item .galler-card-wrapper{
  height: 135px;
}
.row-two.gallery-col-two-item .galler-card-wrapper:first-child{
  margin-bottom: 10px;
}
.row-two.gallery-col-three-item .galler-card-wrapper{
  height: 280px;
}

.modal-content{
    background: #6fc1ad;
}

.enquiry-sticky{
    position: fixed;
  right: 0;
  bottom: 30vh;
  /*transform: rotate(-90deg);*/
  background: #f34b03;
  color: #fff !important;
  padding: 12px 10px;
    border-radius: 0;
    z-index: 999;
    font-size: 18px;
    font-weight: 400 !important;
}
.brochure-sticky{
  position: fixed;
  right: 0;
  bottom: 20vh;
  /*transform: rotate(-90deg);*/
  background: #f34b03;
  color: #fff !important;
  padding: 12px 10px;
    border-radius: 0;
    z-index: 999;
    font-size: 18px;
    font-weight: 400 !important;
}
@media(max-width: 575px){
    .enquiry-sticky{
        left: 0;
        top: initial;
        bottom: 0;
        transform: rotate(0deg);
        padding: 10px 10px;
        z-index: 999;
        font-size: 13px;
        width: 50%;
        border-right: 1px solid #fff;
    }
    .brochure-sticky{
        right: 0;
        bottom: 0;
        transform: rotate(0deg);
        padding: 10px 10px;
        z-index: 999;
        font-size: 13px;
        width: 50%;
    }
}