@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Calibri';
    src: url('./fonts/Calibri.woff2') format('woff2'),
        url('./fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src: url('./fonts/Calibri-Bold.woff2') format('woff2'),
        url('./fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('./fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('./fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    max-width: 1920px;
    margin: auto;
    background: url('../img/pattern-bg.webp');
    background-position: center;
    background-repeat: repeat;
    color: #000;
    background-attachment: fixed;
}
.info {
    padding: 70px 0;
}
.info-fw-light{
    font-weight: 100 !important;
    color: #000 !important;
}
.info-fw-semibold {
    font-weight: 500 !important;
}
.bg-brand {
    background: #fff !important;
}
.bg-brand-green{
    background: #fff;
}
.bg-brand-dark{
    background: #fff;
}
.text-brand{
    color: #548eb2 !important;
}
.text-brand-dark{
    color: #000 !important;
}
.text-brand-light{
    color: #000 !important;
}
.btn-brand{
    background: #7ca5bf;
    color: #fff;
    font-weight: 500;
    border: 1px solid #7ca5bf;
    transition: 0.3s ease-in-out;
}
.btn-brand:hover{
    background: #aec937;
    color: #fff;
    border: 1px solid #aec937;
}
.navbar-brand {
    max-width: 125px;
    width: 100%;
}
.navbar-nav li{
    font-size: 1rem;
}
.navbar-nav li:not(:last-child){
    margin-right: 30px;
}
.navbar-nav li a{
    color: #000;
    font-size: 0.8rem;
}
.navbar-nav li a:hover{
    color: #000;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #548eb2 !important;
}
.navbar-nav .btn-brand:hover{
    background-color: #aec937;
    border-color: #aec937;
}
#mainHeader {
    --nav-height: 0px; /* will be updated via JS */
}
.offcanvas{
    background: url('../img/pattern-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-bg {
    margin-top: var(--nav-height);
}


.hero-bg{
    min-height: 100vh;
    height: 100%;
    background: url('../img/hero-banner-img-02.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    overflow: hidden;
}
.hero-overlay{
    position: relative;
}
.hero-overlay::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #00000020;
    top: 0;
    left: 0;
}
.hero-content h1{
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.info-header-line{
    position: relative;
}
.info-header-line::after{
    position: absolute;
    content: '';
    height: 1px;
    width: 100px;
    background: #000000;
    left: 0;
    bottom: -20px;
}

.info-location-bg .info-header-line::after{
    background: #ffffff;
}
.info-pattern-bg::before{
    position: absolute;
    content: '';
    height: 50%;
    width: 100%;
    background: url('../img/pattern-bg.webp');
    background-position: center;
    background-size: contain;
    top: 0;
    left: 0;
}
.info-vh-100{
    height: 100% !important;
    min-height: 100vh;
}
ul {
    padding-left: 1rem !important;
}

.display-3{
    font-weight: 400;
}

.info-grid-wrap{
    position: relative;
}
.info-grid-wrap::after{
    position: absolute;
    content: '';
    height: 100%;
    width: 3px;
    background: #ffffff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.info-grid-wrap::before{
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    background: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.info-grid-list li{
    position: relative;
}
.info-grid-list li::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    background: #ffffff;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
.info-grid-list li{
    margin-bottom: 10px;
}

.info-about-brand-bg{
    background: url('../img/about-brand-img.webp');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 100vh;
    height: 100%; */
}

.info-brand-grid{
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    background: #ffffffa1;
}
.info-brand-grid::before{
    position: absolute;
    content: '';
    height: 1px;
    width: 90%;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.info-brand-grid::after{
    position: absolute;
    content: '';
    height: 90%;
    width: 1px;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.info-icon img{
    width: 60px;
}
.info-icon.info-icon-hide img{
    width: 100px;
}
.info-overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #ffffff70;
    top: 0;
    left: 0;
}



.info-map{
    position: relative;
}
 .info-map-overlay{
    position: absolute;
    top: 0;
    left: 0;
 }
.responsive-map iframe{
    width:100% !important;
}

.info-location-bg{
    background: linear-gradient(180deg, rgb(97, 145, 173) 0%, #7fa8c1 83.47%);
}

.info-plan-icon img{
    width: 80px;
    filter: brightness(0) saturate(100%) invert(58%) sepia(19%) saturate(733%) hue-rotate(159deg) brightness(93%) contrast(91%);
}
.location-element{
    position: absolute;
    right: 20px;
    top: -50px;
    width: 135px;
}




.info-grid-card{
    position: relative;
}
.info-grid-card::before{
    position: absolute;
    content: '';
    height: 1px;
    width: 94%;
    background: #b6d2e6;
    top: 0;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
.info-grid-card::after{
    position: absolute;
    content: '';
    height: 94%;
    width: 1px;
    background: #b6d2e6;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.info-grid-card li{
    margin-bottom: 20px;
}



.info-layout-list{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.info-layout-list li a{
    color: #4589b2;
}

.bhk-image {
    transition: all 0.3s ease;
    /* opacity: 0.5; */
    padding: 10px;
}

.bhk-image.active {
    opacity: 1;
    transform: scale(1.05);
    border: 1px solid #4589b2;
    cursor: zoom-in;
}

.bhk-btn{
    text-decoration: none;
    cursor: pointer;
}
.bhk-btn.active {
    color: #000000;
    font-weight: bold;
    border: 0;
}

.info-layout-list li{
    position: relative;
}
.info-layout-list li:not(:last-child):after{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #7fa8c1;
    top: 0;
    bottom: 0;
    right: -160px;
    margin: auto;
}

.bhk-img-text{
    position: relative;
}
.bhk-img-text::before{
    position: absolute;
    content: '';
    height: 1px;
    width: 25%;
    background: #7fa8c1;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.bhk-img-text::after{
    position: absolute;
    content: '';
    height: 1px;
    width: 25%;
    background: #7fa8c1;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}


/* LightsBox CSS Start Here */
.lightboxpreview {
    transition: all .3s linear;
    padding-top:60%;
    cursor:pointer;
    background-size:cover;
}
   
.lightbox-content {
    max-height:75svh;
    height:75svh;
}

.lightbox-close { 
    cursor:pointer;
    margin-left: auto;
    position:absolute;
    right:-30px;
    top:-30px;
    color:white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;}

.modalscale {
    transform:scale(0);
    opacity:0;
}



.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{
    transition:all .4s ease-in-out;
}
.lightbox_img_wrap {
    padding-top:65%;
    position:relative;
    overflow:hidden;
}
.lightbox-enabled:hover {
    transform:scale(1.1)
}
.lightbox-enabled {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    object-fit:cover;
    cursor:pointer;}

.lightbox-container {
    width:100svw;
    height:100svh;
    position:fixed;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:rgba(0,0,0,.6);
    z-index:9999;
    opacity:0;
    pointer-events:none;
}

.lightbox-container.active {
    opacity:1;
    pointer-events:all;
}
.lightbox-image-wrapper {
    display:flex;
    transform:scale(0);
    align-items:center;
    justify-content:center;
    max-width:90vw;
    max-height:90vh;
    position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
    color:white;
    z-index:9999999;
    cursor:pointer; 
    position:absolute;
    font-size: 20px;
}

.left {
    left:50px;
}
.right {
    right:50px;
}
#close {
    top: 20px;
    right: 40px;
}

.lightbox-image {
    width:100%;
    max-height:95vh;
    object-fit:cover;
}

@keyframes slideleft {
  33% {
    transform:translateX(-300px);
    opacity:0;
  }
  66% {
    transform:translateX(300px);
    opacity:0;
  }
}

.slideleft {
    animation-name: slideleft;
    animation-duration: .5s; 
    animation-timing-function: ease; 
}
@keyframes slideright {
  33% {
        transform:translateX(300px);
        opacity:0;
    }
  66% {
        transform:translateX(-300px);
        opacity:0;
    }
}


.slideright{
    animation-name: slideright;
    animation-duration: .5s; 
    animation-timing-function: ease; 
}

.lightbox-btn{
    background-color: #ffffff;
    color: #548eb2;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
#close{
    background-color: #548eb2;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
.lightbox-btn:hover{
    background-color: #548eb2;
    color: #fff;
}
@media (max-width: 767px) {
    .lightbox-btn{
        background-color: #ffffff;
    }
    #close {
        top: 15px;
        right: 15px;
    }
    .lightbox-btn {
        height: 30px;
        width: 30px;
        font-size: 12px;
    }
    .right {
        right: 25px;
    }
    .left {
        left: 25px;
    }
}
/* LightsBox CSS End Here */



.info-amenitie-card{
    border: 1px solid #4589b2;
    padding: 15px;
    width: 100%;
    min-width: 300px;
    max-width: 300px;
}
.info-amenitie-card .info-header-line::after {
    bottom: -14px;
}

.info-nav-slider img{
    max-width: 40px;
}
.info-nav-slider{
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.slider-nav{
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
}
.slider-for{
    z-index: -1;
}

.slider-nav .slick-list{
    padding: 0 !important;
}
.info-nav-slider .slick-active img{
    filter: brightness(0) saturate(100%)
}


.info-image{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

.nav-link img{
    width: 40px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: transparent;
}

.nav-pills{
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.nav-pills li{
    width: 100px;
}

.nav-pills .nav-link.active img{
    transform: scale(1.5);
    filter: brightness(0) saturate(100%)
}
.nav-pills .nav-link:hover img {
    transform: scale(1.5);
    filter: brightness(0) saturate(100%);
}
.nav-pills .nav-link img{
    transition: 0.3s ease-in-out;
    filter: brightness(0) saturate(100%) invert(51%) sepia(14%) saturate(1689%) hue-rotate(159deg) brightness(94%) contrast(88%);
}
.nav-pills .nav-link{
    position: relative;
    transition: 0.4s ease-in-out;
}
.nav-pills .nav-link::before{
    position: absolute;
    content: '';
    background: #4589b2;
    height: 100%;
    width: 4px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.nav-pills .nav-link::after{
    position: absolute;
    content: '';
    background: #4589b2;
    height: 180%;
    width: 1px;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.nav-pills .nav-link.active::before{
    position: absolute;
    content: '';
    background: #000000 !important;
    height: 100%;
    width: 4px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.nav-pills .nav-link:hover::before{
    position: absolute;
    content: '';
    background: #000000 !important;
    height: 100%;
    width: 4px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.nav-pills li:not(:last-child){
    margin-bottom: 10px;
}
.icon-width img{
    width: 60px !important;
}
.amenities-arrows{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75px;
    max-width: 75px;
    left: 35%;
    bottom: 10px;
}
.amenities-arrows .nav-prev, .amenities-arrows .nav-next{
    background-color: #ffffff;
    color: #548eb2;
    height: 30px;
    width: 30px;
    font-size: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.amenities-arrows .nav-prev:hover, .amenities-arrows .nav-next:hover{
    background-color: #548eb2;
    color: #fff;
}
.logo-element{
    position: absolute;
    bottom: 0;
    left: 12px;
    width: 150px;
}



.info-contact-bg::after{
    background: url('../img/footer-img.webp');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    height: 65%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.info-contact-form{
    background: #fff;
    border-radius: 30px;
    padding: 30px 50px;
}
.info-form .form-control {
    color: #000 !important;
    background-color: #ffffff;
    border: 1px solid #548eb2;
    border-radius: 8px;
}
.info-form .form-label{
    font-weight: 600;
}

.info-footer-bg{
    background: #fff;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 30px;
}

.info-quick-links li{
    line-height: 1.5;

}
.info-quick-links li a{
    color: #000;
    text-decoration: none;
}
.info-quick-links li a:hover{
    color: #548eb2;
}
.info-quick-links li:not(:last-child){
    margin-bottom: 5px;
}
.info-rera-img {
    position: relative;
    padding-left: 35px;
    text-wrap: balance;
}
.info-rera-img::after {
  position: absolute;
  content: '';
  height: 25px;
  width: 25px;
  background: url("../img/rera-logo.png");
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ex-small{
    font-size: 0.675em !important;
}
.info-policy-links {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
}
hr {
    margin: 0;
    opacity: 0.8;
    border-color: #7ca5bf;
}
.info-ex-small{
    font-size: 0.575rem !important;
}
.text-wrap-element{
    position: absolute;
    bottom: 10px;
    right: 5%;
}
.text-wrap-element-left{
    position: absolute;
    bottom: 10px;
    left: 5%;
}
.text-wrap-element-right{
    position: absolute;
    bottom: 10%;
    right: 0;
    transform: rotate(270deg);
    z-index: 9999;
}
.info-call-btn{
    position: absolute;
    width: fit-content;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: auto;
}

@media (max-width: 1399px) {
    .info-layout-list li:not(:last-child):after{
        position: absolute;
        content: '';
        height: 1px;
        width: 70%;
        background: #7fa8c1;
        top: 0;
        bottom: 0;
        right: -100%;
        margin: auto;
    }
    /* .logo-element{
        left: 16% !important;
    } */
}
@media (max-width: 1199px) {
    .navbar-nav li{
        font-size: 0.8rem;
    }
    .navbar-nav li:not(:last-child) {
        margin-right: 15px;
    }
    .info-layout-list li:not(:last-child):after{
        position: absolute;
        content: '';
        height: 1px;
        width: 50%;
        background: #7fa8c1;
        top: 0;
        bottom: 0;
        right: -80%;
        margin: auto;
    }
}

@media (max-width: 1199px) {
/* @media (max-width: 1054px) { */
    .nav-pills{
        display: flex;
        flex-direction:  row !important;
        position: relative;
        margin-bottom: 30px;
    }
    .nav-pills .nav-link::after{
        width: 0;
    }
    .nav-pills .nav-link::before {
        position: absolute;
        content: '';
        background: #4589b2;
        height: 4px;
        width: 100%;
        top: inherit;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .nav-pills .nav-link.active::before {
        position: absolute;
        content: '';
        background: #000000;
        height: 4px;
        width: 100%;
        top: inherit;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .nav-pills li:not(:last-child) {
        margin-bottom: 0;
    }
    .nav-pills .nav-link.active img{
        transform: scale(1.2);
    }
    .amenities-arrows{
        left: 30%;
    }
}
@media (max-width: 991px) {
    .navbar-nav li:not(:last-child) {
        margin-right: 0;
    }
    .info-overlay::before{
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        background: #ffffffc9;
        top: 0;
        left: 0;
    }
    .info-brand-grid{
        border: 1px solid #4589b2;
    }
    .info-brand-grid::before, .info-brand-grid::after{
        background: #4589b2;
    }
    .info-layout-list li:not(:last-child):after{
        width: 0;
    }
}
@media (max-width: 767px) {
    .info {
        padding: 30px 15px;
    }
    .navbar-brand {
        width: 110px;
    }
    .navbar-nav li{
        font-size: 0.8rem;
    }
    .hero-bg{
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        overflow: hidden;
    }
    .info-header-line::after{
        bottom: -10px;
    }
    .info-image {
        border-radius: 20px;
    }
    .amenities-arrows{
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }
    .info-footer-bg .text-start {
        text-align: center !important;
    }
    .info-policy-links {
		flex-direction: column;
	}
    .info-contact-form{
        padding: 20px;
    }
    .logo-element{
        position: relative;
        margin-top: 20px !important;
        left: initial;
        display: block;
        margin: auto;
    }
    .info-amenitie-card {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .info-grid-wrap::after{
        position: initial !important;
    }
    .nav-pills li {
        width: 60px;
    }
}

.enquire-btn {
    position: fixed;
    right: -62px;
    top: 0;
    bottom: 0;
    height: fit-content;
    width: auto;
    background: #069547;
    color: #fff !important;
    border: 1px solid #069547 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 9px 15px;
    transform: rotate(270deg);
    border-radius: 10px 10px 0 0;
    z-index: 999;
    letter-spacing: 3px;
    margin-top: auto;
    margin-bottom: auto;
}





.iti__selected-flag {
    height: 36px !important;
  }
  .iti {
    width: 100%;
  }
  .intl-tel-input .selected-flag {
    height: auto;
    top: 15px;
    padding: 0;
    width: 36px;
  }
  .iti__selected-flag {
    height: 36px;
  }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: .9rem;
  }
  .parsley-errors-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .parsley-errors-list li {
    font-size: .8rem;
    color: #e10d0d;
  }
  .parsley-required {
    color: #e10d0d;
  }


/* SLICK CSS */
.slick-dots {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 20px;
    list-style: none;
    text-align: center !important;
}
.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50rem;
    background-color: #c9c9c9;
    text-indent: -999999px;
}
.slick-dots li.slick-active button {
    background-color: #66bc46;
}