@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Common CSS Starts */

:root {
  --color-primary: #003327;
  --light-green: #bcd8b6;
  --medium-green: #7e9376;
}

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


body {
  font-size: 16px;
  color: var(--color-secondary);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 20px;
}


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

h2, h3, h4, h5{
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: var(--color-primary);
}

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

.sub-lead-copy{
  font-size: 20px;
  line-height: 26px;
}

@media(max-width: 575px){
  h1{
    font-size: 30px;
  }
  h2{
    font-size: 26px
  }
  h3{
    font-size: 24px
  }
  h4{
    font-size: 22px;
  }
  .sub-lead-copy{
    font-size: 18px;
    line-height: 26px;
  }
}

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

.text-primary{
  color: var(--color-primary) !important;
}
.text-green{
  color: var(--color-green);
}
.text-blue{
  color: var(--color-blue);
}
.text-black{
  color: var(--color-black);
}
.text-secondary{
    color: var(--color-secondary) !important;
}
.text-light-green{
    color: var(--light-green) !important;
}
.text-medium-green{
    color: var(--medium-green) !important;
}
.bg-primary{
  background: var(--color-primary) !important;
}

.bg-secondary{
  background-color: var(--color-green);
}
.bg-black{
  background-color: #000;
}
.bg-light-green{
  background-color: var(--light-green);
}
.bg-medium-green{
    background-color: var(--medium-green);
}

.rounded-radius{
  border-radius: var(--rounded-radius);
}
.half-rounded-radius{
  border-radius: var(--half-rounded-radius);
}

.linear-gradient-text{
  background: linear-gradient(45deg, #43392F 0%, #A98F77 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox (with flag) */
  color: transparent;
}
.font-thin{
  font-weight: 100;
}
.font-light{
  font-weight: 300;
}
.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;
  }
}


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

.slider-container{
  position: relative;
}
.slick-slide{
  padding: 0px 15px;;
}
.slick-arrow {
  background: transparent;
  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;
  /* padding-left: 11px; */
}
.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: -20px
}
.floorplans-slider .slick-arrow.slick-prev {
  left: 0px
}

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

.slick-arrow.slick-next {
  right: -20px
}
.floorplans-slider .slick-arrow.slick-next {
  right: 0px
}

.slick-arrow.slick-next:before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 900;
  color: #fff;
  font-size: 16px;
  line-height: 2.2
}
.slick-arrow.slick-prev:hover::before, .slick-arrow.slick-next:hover::before{
  color: #000;
}
.floorplans-slider .slick-arrow{
    background: #fff !important;
}
.floorplans-slider .slick-arrow.slick-prev:before, 
.floorplans-slider .slick-arrow.slick-next:before{
    color: #000 !important;
}

.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: #bcd8b6;
  width: 14px;
  height: 14px;
}
.floorplans-slider .slick-dots li.slick-active button:before,
.slick-dots li.slick-active button::before {
  background: var(--color-primary);
}
@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: 12x 25px;
  border: 1px solid var(--color-primary);
  border-radius: 0;
}
.btn.btn-primary:hover{
  background: #fff;
  color: var(--color-primary);
}
.btn.btn-brand{
  background: var(--color-primary);
  color: #fff;
  font-weight: 400;
  padding: 10px 25px;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
}
.btn.btn-brand:hover{
  background: #fff;
  color: var(--color-primary);
}

.btn.btn-brand-white{
  background: #fff;
  color: var(--color-primary);
  font-weight: 500;
  padding: 10px 25px;
  border: 1px solid #fff;
  border-radius: 8px;
}
.btn.btn-brand-white:hover{
  background: var(--color-primary);
  color: #fff;
}

.btn.btn-brand-outline{
  background: transparent;
  color: var(--color-primary);
  font-weight: 600;
  padding: 8px 25px;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
}
.btn.btn-brand-outline:hover{
  background: var(--color-primary);
  color: #fff;
}
.btn.btn-brand.btn-wide{
  padding: 15px 25px;
  border-radius: 15px;
}
.svg-btn-icon{
  /* width: 20px;
  height: 20px; */
  transition: filter 0.4s ease;
}
.btn.btn-brand:hover .svg-btn-icon{
  filter: brightness(0) saturate(100%) invert(14%) sepia(67%) saturate(1567%) hue-rotate(4deg) brightness(93%) contrast(98%);
}

@media(max-width: 768px){
    .btn.btn-brand{
        padding: 10px 10px;
    }
}

/* Button CSS ENDS */

/* Header CSS Starts */

.pos-relative{
  position: relative;
}
.vh-90{
  min-height: 90vh;
}

header{
  padding: 20px;
  /* background-color: #000; */
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.desk-header-logo{
  width: 150px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 0px #000;
  position: relative;
  z-index: 9;
}


.desk-menu-item a{
    color: var(--color-primary);
    font-weight: 500;
    padding: 12px 20px;
    background: #d0edca;
    border-radius: 50px;
    width: 100%;
    display: block;
    text-align: right;
}
.desk-menu-item a span{
    position: relative;
}
.desk-menu-item a:hover span::before,
.desk-menu-item a.active span::before{
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    border-left: 2px dotted var(--color-primary);
}
@media(min-width: 1400px){
    .desk-menu-links .desk-menu-item:nth-child(2) {
    margin-left: -150px !important;
}
}

.desk-menu-links .desk-menu-item:nth-child(3) a{
    background-color: #adc1a7;
}
.desk-menu-links .desk-menu-item:nth-child(4) a{
    background-color: #92a58c;
}
.desk-menu-links .desk-menu-item:nth-child(5) a{
    background-color: #76976f;
}
.desk-menu-links .desk-menu-item:nth-child(2){
  margin-left: -100px;
}
.desk-menu-item{
  margin-left: -70px;
  position: relative;
}
.desk-menu-links .desk-menu-item:nth-child(2){
  z-index: 4;
}
.desk-menu-links .desk-menu-item:nth-child(3){
  z-index: 3;
}
.desk-menu-links .desk-menu-item:nth-child(4){
  z-index: 2;
}
.desk-menu-links .desk-menu-item:nth-child(5){
  z-index: 1;
}

.desk-menu-item a:hover,
.desk-menu-item a.active{
box-shadow: 0px 0px 10px 0px #000;
}
.navbar-toggler{
  color: var(--color-primary);
  border: 0 !important;
  box-shadow: none !important;
}

.nav-item{
  text-align: right;
}
.nav-link{
  color: var(--color-primary) !important;
  font-weight: 500;
  padding: 5px 15px;
}
@media(max-width: 1024px){
    .desk-menu-links .desk-menu-item:nth-child(2){
      margin-left: -90px;
    }
    .desk-menu-item{
      margin-left: -40px;
      position: relative;
    }
}
@media(max-width: 768px){
    .desk-menu-links .desk-menu-item:nth-child(2){
      margin-left: -65px;
    }
    .desk-menu-item{
      margin-left: -35px;
      position: relative;
    }
    .desk-menu-item a{
        font-size: 13px;
    }
}
@media(max-width: 600px){
    .desk-menu-links .desk-menu-item:nth-child(2){
      margin-left: -45px;
    }
    .desk-menu-item{
      margin-left: -35px;
      position: relative;
    }
    .desk-menu-item a{
        font-size: 13px;
    }
}
@media(max-width: 575px){
  header{
    background: #fff;
    position: initial;
  }
}
.banner-sec{
     background:url('../img/banner.jpg') center center no-repeat; 
     background-size: cover; 
     height: 85vh;
}
.banner-logo{
  margin-top: -45px;
}
.banner-logo img{
  width: 300px;
}

.leadin-copy{
    font-size: 18px;
}
@media(max-width: 575px){
    .leadin-copy{
        font-size: 16px;
    }
}

.amenities-sec{
    background: url('../img/amenities-banner.jpg') center center no-repeat;
    background-size: cover;
    min-height: 107vh;
    display: flex;
    align-items: end;
}
.amenities-image{
    overflow: hidden;
    border-radius: 10px;
}
.amenities-image img{
    width: 100%;
    overflow: hidden;
    transition: .3s all ease-in-out;
}
.amenities-image:hover img{
    transform: scale(1.3);
    transition: .3s all ease-in-out;
}

@media(max-width: 1024px){
    .amenities-sec{
        min-height: 85vh;
    }
}

@media(max-width: 575px){
    .amenities-sec{
        background: url('../img/amenities-mobile-banner.jpg') center center no-repeat;
        background-size: cover;
    }
    .amenities-slider{
        width: 80%;
        margin: auto;
    }
}

@media(max-width: 380px){
    .amenities-slider{
        width: 100%;
        margin: auto;
    }
}

.floorplan-banner-image{
    height: 100%;
    object-fit: cover;
}

.floorplan-img img{
    border-radius: 10px;
}
.floorplan-img{
    position: relative;
    z-index: 1;
}
.floorplan-img .floorplan-btn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    margin: auto;
    width: fit-content;
    padding: 2px 25px !important;
    box-shadow: none !important;
}
.map-gradient{
  position: relative;
}
/* .map-gradient::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(225, 225, 225, 0.6) 0%, rgba(225, 225, 225, 0.6) 100%);
  z-index: 1;
} */
@media(max-width: 1024px){
.banner-sec{
  height: 65vh !important;
}
}
@media(max-width: 768px){
    .floorplan-img .floorplan-btn{
        font-size: 12px;
        padding: 2px 15px !important;
    }
}
@media(max-width: 575px){
  .banner-logo{
  margin-top: -35px;
}
.banner-logo img{
  width: 220px;
}
.banner-sec{
            background: url(../img/mobile-banner.jpg) bottom center no-repeat !important;
        background-size: cover !important;
        height: 50vh !important;
}
}

@media(min-width: 575px){
    #location{
        position: relative;
    }
  .map-gradient-text {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10%;
}
}

.whatsapp-icon{
    font-size: 50px;
}
.whatsapp-icon i{
    background: #4ce25b;
    padding: 3px 7px;
    color: #fff;
    border-radius: 10px;
}
.koncept-logo{
    width: 180px;
}
@media(max-width: 575px){
    .koncept-logo{
        width: 130px;
    }
}

.sl-wrapper .sl-counter,
.sl-close,
.sl-wrapper .sl-navigation button,
.sl-spinner{
    color: #fff !important;
}
.sl-overlay{
    background: #000;
    opacity: 0.9 !important;
}
.form-group{
  margin-bottom: 20px;
}
.form-control {
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  background: transparent !important;
}
.form-control:focus{
    border-bottom: 1px solid #000;
}
.form-border {
  border-bottom: 1px solid #000;
}
/* .contact-page-form .form-border {
  border: 1px solid #b7b7b7;
} */
.intl-tel-input {
    display: block;
    position: relative;
    width: 100%;
}
.intl-tel-input .selected-flag {
    height: 35px !important;
    background-color: var(--color-primary) !important;
    border-radius: 0;
}
label.error{
    color: red;
    margin-top: 10px
}
.intl-tel-input .selected-dial-code{
    color: #fff !important;
}
.intl-tel-input .iti-arrow{
    border-top: 4px solid #fff !important;
}
.btn-sticky{
    position: fixed;
    right: -58px;
    top: 40%;
    z-index: 999;
    box-shadow: 0px 0px 4px 0px #877d7d !important;
    transform: rotate(-90deg);
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    font-size: 18px;
    background: #f17f2f !important;
    border: 1px solid #f17f2f !important;
}
.btn-sticky:hover{
    background: #fff !important;
    color: #f17f2f !important;
}
.sticky-whatsapp{
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 999;
}
@media(max-width: 768px){
    .btn-sticky{
        font-size: 16px;
    right: -40px;
    top: 50%;
    }
}
@media(max-width: 575px){
    .btn-sticky{
        position: fixed;
        bottom: 0;
        top: initial;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0 !important;
        transform: rotate(0deg);
    }
    .sticky-whatsapp{
        right: 5px;
    }
}