:root {
    --mainColor: #386641;
    --hoverColor: #2c6e49;
    /*    #000034;*/
    --secondColor: #0c0c0c;
    --body-color: #000;
    --footer-bg: #2F4137;
}
body{
    background-color: #faf7f2;
    font-size: 1rem;
    overflow-x: hidden;
    color:#5a7666;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
footer{
    background-color: var(-footer-bg);
    padding: 80px 0 30px 0;
}
p {
    margin: 0 0 26px;
    line-height: 1.8;
    font-size: 1rem;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0px;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
    font-family: "Raleway", sans-serif;
}
.img-fit{
    height: 550px !important;
    object-fit: cover;
}
.error{
    color: red;
    font-size: .85rem;
    text-shadow: 0 0 #ff0000;
}
/*Font*/
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}
.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200 !important;
    font-style: normal;
}
.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300 !important;
    font-style: normal;
}
.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
}
.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
    font-style: normal;
}
.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
}
.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
}
.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800 !important;
    font-style: normal;
}
.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900 !important;
    font-style: normal;
}

/*Fonts*/

.search-city.dropdown ul.topCitiesBox {
    padding: 0;
    min-width: 500px;
    top: 30px !important;
}
.search-city.dropdown ul.topCitiesBox li {
    margin: 0;
    cursor: pointer;
    text-align: center;
    display: block;
    float: left;
    width: 33.33%;
    border: solid 1px #e3e3e3;
    height: 60px;
    position: relative;
}
.search-city.dropdown ul.topCitiesBox li a {
    padding: 5px 2px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.search-city.dropdown ul.topCitiesBox li em {
    width: 34px;
    height: 27px;
    display: block;
    flex: none;
}
.search-city.dropdown ul.topCitiesBox li .dk {
    background: url(../../assets/images/icon/city-icons.svg) no-repeat;
    background-size: 208px;
    transition: .5s;
    /*    filter: grayscale(1);*/
    /*    filter: brightness(0) invert(1);*/
}
.search-city.dropdown ul.topCitiesBox li .dropdown-item {
    background: transparent;
}
.search-city.dropdown ul.topCitiesBox li a strong {
    padding: 0;
    margin-top: 3px;
    color: var(--mainColor);
    transition: .5s;
    font-weight: 400;
    line-height: normal;
    font-size: .83em;
    background: none;
    display: block;
    transition: .5s;
}
.search-city.dropdown ul.topCitiesBox li:hover {
    background: var(--mainColor);
    color: #fff
}
.search-city.dropdown ul.topCitiesBox li:hover a strong {
    color: #fff;
}
.search-city.dropdown ul.topCitiesBox li:hover .dk {
    filter: brightness(0) invert(1);
}
.search-city.dropdown ul.topCitiesBox li .dk-gurgaon {
    background-position: -139px -51px;
}
.search-city.dropdown ul.topCitiesBox li .dk-goa {
    background-position: -139px -25px;
}
.search-city.dropdown ul.topCitiesBox li .dk-delhi {
    background-position: 0 -51px;
}
.search-city.dropdown ul.topCitiesBox li .dk-bangalore {
    background-position: -35px -24px;
}
.search-city.dropdown ul.topCitiesBox li .dk-mumbai {
    background-position: 0 -108px;
}
.search-city.dropdown ul.topCitiesBox li .dk-noida {
    background-position: -104px -106px;
}
.search-city.dropdown ul.topCitiesBox li .dk-pune {
    background-position: 0 -133px;
}
.search-city.dropdown ul.topCitiesBox li .dk-chennai {
    background-position: 0 -160px;
}
.search-city.dropdown ul.topCitiesBox li .dk-kolkata {
    background-position: -70px -80.8px;
}
.header-content .right-content .menu > li > a {
    font-size: .9rem;
    position: relative
}
.header-content .right-content .menu > li > a i.bi-whatsapp {
    font-size: 1.3rem;
    margin-left: 7px;
}
.side-menu-common {
    position: fixed;
    /* Important for right positioning */
    top: 0;
    right: -100%;
    /* Start hidden, off-screen on the right */
    height: 100%;
    width: 90%;
    max-width: 340px;
    background-color: var(--mainColor);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.5);
    padding: 25px 35px;
    font-size: 16px;
    overflow-y: auto;
    transition: right 0.9s ease-in-out;
    /* Smooth slide */
    display: flex;
    flex-direction: column;
    text-align: left;
    background: linear-gradient(-45deg, #000034, #2F4137, #000034, red);
    animation: gradients 3s ease infinite;
    background-size: 400% 400%;
    transition: all .3s ease-in-out;
}
@keyframes gradients {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.menu-open .side-menu-common {
    right: 0;
}
.header-content .right-content .menu li.phone-dropdwon > a {
    border: 1px solid var(--mainColor);
}
.animate-ping {
    animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
    background-color: #00A000 !important;
    border-radius: 50%
}
@keyframes ping {
    75%,
    to {
        opacity: 0;
        transform: scale(2)
    }
}
.carousel-item img {
    transition: transform .6s ease-in-out;
    object-fit: cover;
    height: calc(100vh - 85px);
}
.home-banner .banner-content {
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    height: auto;
}
.home-banner .banner-content .count-list {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -10px;
    padding-top: 15px;
}
.video-banner {
    position: relative;
    height: calc(100vh - 85px);
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
}
.video-banner video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
    
    top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.count-list {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -10px;
    padding: 60px 0;
}
.count-list-box p {
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.count-list-box .title {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding-right: 3px;
}
.site-wrapper {
    margin-top: 0;
}
.site-header {
    padding: 15px 0;
    transition: .3s;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgb(0 0 0 / 20%);
    top: 0;
    box-shadow: 0 0 3px #acacac;
}
.header-content .right-content .menu li.whatsappHref > a {
    color: #00A000;
}
.header-content .right-content.load-font-color .menu>li>a,
.search-city .citydrop.load-font-color,
.header-content .right-content.load-font-color .menu li.whatsappHref > a {
    color: #fff;
}
.header-content .right-content.load-font-color .menu li.phone-dropdwon > a {
    border: 1px solid #fff;
}
.header-content .right-content .menu > li > a.hover-effect::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--mainColor);
    z-index: 1;
    transform: scaleX(0);
    transition: all 300ms ease-in-out;
}
.header-content .right-content.load-font-color .menu > li > a.hover-effect::before {
    background-color: #fff;
}
.header-content .right-content .menu > li:hover>a.hover-effect::before {
    transform: scaleX(1);
}
.fixed-call-btn {
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
}
.inqButtonDektop {
    bottom: 1rem;
    right: 1rem;
}
.banner-content .form-control {
    height: calc(2.5rem + 2px);
    padding: 0 0 10px;
    font-size: 14px;
    padding: 0 0 5px;
    background: none;
    border: none;
    border-bottom: 1px solid rgb(215 215 215 / 45%);
    border-radius: 0;
    transition: all 300ms ease;
    margin: 5px 0;
    color: #fff !important
}
.banner-content .form-group {}
.banner-content .form-control::placeholder {
    color: #cbcbcb;
    opacity: 1;
    /* Firefox */
}
.banner-content .form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #cbcbcb;
}
.banner-content .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    background-color: #fff0;
    border-bottom-color: var(--mainColor);
    box-shadow: none;
}
.banner-content button.btn-secondary {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}
.banner-content button.btn-secondary:active,
.banner-content button.btn-secondary:focus,
.banner-content button.btn-secondary:hover {
    background-color: var(--secondColor) !important;
    border-color: var(--secondColor) !important;
}
#inqfixedbottomBtn {
    display: none
}
.text-container {
    /*
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
*/
    text-align: center;
    z-index: 1;
}
.text-container h1,.text-container h2,
.text-container p {
    color: #fff;
}
.text-container p {
    font-size: 1.1rem;
    font-weight: 400
}
.text-container h1, .text-container h2 {
    font-size: 4rem;
    font-weight: 500;
    text-shadow: 0 6px #000;
}

section.section{
    padding: 100px 0;
    position: relative;
    overflow: hidden
}
.lifestyle-crafted h2{
    font-size: 2.4rem;
    font-weight: 500;
}
.lifestyle-crafted{
    background-image: url(../../assets/images/icon/leaf-nh.webp);
    background-position: 183px 16px;
    background-repeat: no-repeat;
    background-size: 260px auto;
    transition: background-position 5s linear;
}
.lifestyle-crafted:hover {
    background-position: center top;
    background-position-y: 50px !important; 
    background-position-x: 100px !important;
}

.about-us-img-box{
    margin-left: 100px;
    border-radius: 9%;
    position: relative; 
}
.about-us-img-box:after {
    content: "";
    position: absolute;
    width: 95%;
    height: 97%;
    border: 2px solid var(--mainColor);
    left: -50px;
    bottom: -45px;
    z-index: -1;
    border-radius: 10px;
    left: -4%;
    bottom: -4%;
}
.green {
  color: #10B9B1;
}
.video-bg {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}
.video-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.about-us-img-box img{
    border-radius: 10px;
}
.img-round {
    border-radius: 10px;
}
.img-round-25{
    border-radius: 15px;
}
.pd-25{
    padding: 25px
}
.special-pd{
    padding: 100px 0
}
p.global-subheading {
    color: var(--secondColor);
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    display: inline-block;
}
p.global-subheading:before {
    content: "";
    height: 1px;
    width: 30px;
    background-color: var(--mainColor);
    position: absolute;
    bottom: 12px;
    border-radius: 10px;
    border: none;
    left: 0;
    top: 15px;
}
.section-heading h2,section h1{
    color: var(--mainColor);
    text-transform: none;
    font-size: 1.8rem;
    margin-top: 10px;
    font-weight: 800;
}
.section-heading{
    margin-bottom: 25px;
}
.nwd-button{
    
}
.nwdbtn {
    position: relative;
    display: inline-block;
    background: var(--hoverColor);
    padding: 18px 75px 18px 36px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    border-radius: 40px;
    line-height: 1;
}
.nwdbtn:hover {
    color: #fff;
}
.nwdbtn img {
    top: 50%;
    right: 7px;
    position: absolute;
    transform: translateY(-50%);
}
/*NWD Button*/
.button {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 15px 60px;
    display: inline-block;
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.button-nwd {
    border: 3px double var(--mainColor);
    color: var(--mainColor);
    overflow: hidden;
    border-radius: 40px;
}
.button-1f:after {
    width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    background: var(--mainColor);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.button-1f:hover,
.button-1f:active {
    color: #fff;z-index: 1;
}
.button-1f:hover:after {
    height: 104%;
    opacity: 1;    z-index: -1;
}
.button-1f:active:after {
    height: 130%;
    opacity: 1;
}
/*NWD Button*/

.pulseanimation {
    animation: pulse-cust 2s infinite
}
.inqButtonDektop :hover{
    
}
@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--mainColor)
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--mainColor)
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

.modal-header .btn-close{
    position: absolute;
    top: 15px;
    right: 15px;
}
.modal-header .pop-txt{
    font-size: 0.85rem;
    line-height: 1.3;
    color: #777;
}
.manushi-bg{
    background-color: var(--footer-bg);
    background-image: url(../../assets/images/Web-3-580_650.jpg);
    background-position: -8px -10px;
    background-repeat: no-repeat;
    background-size: auto;
}
.masterplan{
    background-image: url(../../assets/images/Web-1-1440_1800.jpg);
}
.carousel-below-text{
    text-transform: uppercase;
    font-size: 85%;
    margin-top: 15px;
    font-weight: 400
}
.lead-form .form-control{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #C1C8C0;
    color: #5A7666;
    background-color: #FFFFFF00;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 6px 0px;
    outline: 0;
    cursor: pointer;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}
.lead-form .form-control:focus, .lead-form .form-control:active{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #7A817D;
    outline: none;
    box-shadow:none
}

.lead-form .form-control::placeholder {
  color: #b5b5b5;
  opacity: 1; /* Firefox */
    font-size: 85%
}

.lead-form .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #b5b5b5;
    font-size: 85%
}

/*Contact us section*/
.contactusSection .wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
    border-radius: 0
}

.contactusSection .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.contactusSection .contact-wrap {
    background: #fff;
}

.contactusSection .info-wrap {
    background-color: var(--mainColor);
}

.contactusSection .info-wrap h3 {
    color: #fff;
}

.contactusSection .info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.contactusSection .info-wrap .dbox:last-child {
    margin-bottom: 0;
}

.contactusSection .info-wrap .dbox p {
    margin-bottom: 0;
    color: #fff
}

.contactusSection .info-wrap .dbox p span {
    font-weight: 600;
    color: #fff;
}

.contactusSection .info-wrap .dbox p a {
    color: #fff;
}

.contactusSection .info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.contactusSection .info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.contactusSection .info-wrap .dbox .text {
    width: calc(100% - 50px);
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.padding-left{
    padding-left: 0;
    padding-right: 0
}
.padding-right{
    padding-right: 0;
    padding-left: 0;
}
.contactusSection .button-1f:hover, .contactusSection .button-1f:active {
    color: #fff;
    background-color: var(--mainColor);
}
/*End contact us section*/
.header-banner {
  background: linear-gradient(rgb(16 176 185 / 30%), rgb(16 176 185 / 20%)), url(../../assets/images/header-banner.jpg);
  padding: 150px 0 70px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top center;
}
/*.header-banner::before {*/
/*  content: '';*/
/*  background: rgba(00,00,00,0.5);*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  top: 0;*/
/*}*/
.header-banner h1 {
  color: #fff;
  font-weight: 700;
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
}
.banner-text-container .banner-text{ text-align: left }
.banner-text-container h1{ font-size: 2.4rem;font-weight: 800;text-shadow: 0 6px #000;text-transform: capitalize; text-shadow: 0 3px #000;font-family: "Poppins", Sans-serif;}
.banner-text-container p{ line-height: 5px;font-weight: 300;}
.hpro { display: block;list-style: none;position: relative;margin: 45px 0;padding: 0;}

.hpro:before {top: -25px;}
.hpro:after { bottom: -25px;}
.hpro:after,.hpro:before{width: 100px; height: 2px;left: 0;content: "";background: #fff;position: absolute;}
.hpro li {
    display: block;
    list-style: none;
    font: 1rem 'inter', sans-serif !important;
    font-weight: 300;
    position: relative;
    color: #fff;
    padding: 3px 0 8px 25px;
}
.hpro li i {position: absolute;position: absolute;left: 0;top: 1px;font-size: 1.4em;}
    
    h1.rotate-text {
        position: relative
    }

    h1.rotate-text .rotate-spin {
        width: auto;
        margin-top: 15px;
        height: 80px;
    }

    h1.rotate-text .cubespinner {
        -webkit-animation-name: spincube;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 8s;
        animation-name: spincube;

        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 8s;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: 40px 40px 0;
        -moz-transform-origin: 40px 40px 0;
        -ms-transform-origin: 40px 40px 0;
        transform-origin: 40px 40px 0;
    }

    h1.rotate-text .cubespinner div {
        position: absolute;
        width: 100%;
        height: 80px;
        text-align: left;
        color: #109393;
        font-size: 3rem;
    }

    h1.rotate-text .cubespinner .face1 {
        color: #f1c40f;
        -webkit-transform: translateZ(40px);
        -moz-transform: translateZ(40px);
        -ms-transform: translateZ(40px);
        transform: translateZ(40px);
        -webkit-backface-visibility: hidden;
    }

    h1.rotate-text .cubespinner .face2 {
        color: #f85555;
        -webkit-transform: rotateX(90deg) translateZ(40px);
        -moz-transform: rotateX(90deg) translateZ(40px);
        -ms-transform: rotateX(90deg) translateZ(40px);
        transform: rotateX(90deg) translateZ(40px);
        -webkit-backface-visibility: hidden;
    }

    h1.rotate-text .cubespinner .face3 {
        color: #f1c40f;
        -webkit-transform: rotateX(180deg) translateZ(40px);
        -moz-transform: rotateX(180deg) translateZ(40px);
        -ms-transform: rotateX(180deg) translateZ(40px);
        transform: rotateX(180deg) translateZ(40px);
        -webkit-backface-visibility: hidden;
    }

    h1.rotate-text .cubespinner .face4 {
        color: #f85555;
        -webkit-transform: rotateX(270deg) translateZ(40px);
        -moz-transform: rotateX(270deg) translateZ(40px);
        -ms-transform: rotateX(270deg) translateZ(40px);
        transform: rotateX(270deg) translateZ(40px);
        -webkit-backface-visibility: hidden;
    }


    /*Cubical Flipping or rotation*/
    @-webkit-keyframes spincube {

        from,
        to {
            -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        }

        15% {
            -webkit-transform: rotateX(90deg);
        }

        25% {
            -webkit-transform: rotateX(90deg);
        }

        40% {
            -webkit-transform: rotateX(180deg);
        }

        50% {
            -webkit-transform: rotateX(180deg);
        }

        65% {
            -webkit-transform: rotateX(270deg);
        }

        75% {
            -webkit-transform: rotateX(270deg);
        }

        95% {
            -webkit-transform: rotateX(360deg);
        }

        100% {
            -webkit-transform: rotateX(360deg);
        }
    }

    @keyframes spincube {

        from,
        to {
            -webkit-transform: rotateX(0deg);
            -moz-transform: rotateX(0deg);
            -ms-transform: rotateX(0deg);
            transform: rotateX(0deg);
        }

        15% {
            -webkit-transform: rotateX(90deg);
            -moz-transform: rotateX(90deg);
            -ms-transform: rotateX(90deg);
            transform: rotateX(90deg);
        }

        25% {
            -webkit-transform: rotateX(90deg);
            -moz-transform: rotateX(90deg);
            -ms-transform: rotateX(90deg);
            transform: rotateX(90deg);
        }

        40% {
            -webkit-transform: rotateX(180deg);
            -moz-transform: rotateX(180deg);
            -ms-transform: rotateX(180deg);
            transform: rotateX(180deg);
        }

        50% {
            -webkit-transform: rotateX(180deg);
            -moz-transform: rotateX(180deg);
            -ms-transform: rotateX(180deg);
            transform: rotateX(180deg);
        }

        65% {
            -webkit-transform: rotateX(270deg);
            -moz-transform: rotateX(270deg);
            -ms-transform: rotateX(270deg);
            transform: rotateX(270deg);
        }

        75% {
            -webkit-transform: rotateX(270deg);
            -moz-transform: rotateX(270deg);
            -ms-transform: rotateX(270deg);
            transform: rotateX(270deg);
        }

        90% {
            -webkit-transform: rotateX(360deg);
            -moz-transform: rotateX(360deg);
            -ms-transform: rotateX(360deg);
            transform: rotateX(360deg);
        }

        100% {
            -webkit-transform: rotateX(360deg);
            -moz-transform: rotateX(360deg);
            -ms-transform: rotateX(360deg);
            transform: rotateX(360deg);
        }
    }
.proquery {
    margin: 0;
    padding: 2em;
    display: block;
    position: relative;
    border-radius: 3px;
}
.banner-text-container{position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;padding: 150px 0;text-align: left}
.banner-form{
        margin: 0 60px;
    border-radius: 10px;
    padding: 2rem !important;    background-color: rgb(255 255 255 / 85%);
}
.banner-form h2{ font-size: 1.32rem;color: #000;text-shadow: 0 0 BLACK;}
.getInTouchSection{     padding: 60px 0; background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.72)), url(../../assets/images/banner/129.webp) no-repeat center center fixed;   background-size: cover;    background-repeat: no-repeat;    background-attachment: fixed;}
.getInTouchSection .text-right{ text-align: right}
.site-footer {    background: #2F4137;}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
        justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  background: transparent;
  padding: 10px 15px;
  border-radius: 8px;
}

.breadcrumb a {
  text-decoration: none;
  color: #ededed;
  font-weight: 500;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #000;
}

.breadcrumb span {
  color: #999;
}

.breadcrumb .active {
  color: #fff;
  font-weight: 600;
}
.project-details-table{border: 1px solid #888;}
.project-details-table td{ color: #5a7666;vertical-align: middle;}
.project-details-table td:first-child{ width: 45%}
.project-details-table td.imp{font-size: 1.5rem;    color: #000;font-weight: 600;}
.project-details-table td.imp sub{font-size: 1rem;color: #5a7666;font-weight: 400;}
.project-details-table td.imp span{font-size: .75em;color: #5a7666;font-weight: 300;padding-right: 3px;}
.project-details-table .forSalerow {   font-size: 1.5rem;}
.project-details-table .forSale {    background-color: #008e62 !important;    color: #fff !important;    text-align: center;}
.project-details ul{padding-left: 1.4rem;    font-weight: 300;}
.project-details ul li{ padding-bottom:5px }
.b-left{border-left: 5px solid #10b0b9;    padding-left: 10px;border-radius: 5px;}

.left-col {        position: relative;    }
.p-form { transition: transform 0.12s linear; will-change: top, transform;box-sizing: border-box;    }
.p-form.is-fixed {position: fixed;z-index: 999;}
.p-form.is-absolute {position: absolute;left: 0;z-index: 10;   }
.g-recaptcha,.rc-anchor,.rc-anchor-normal, .recaptcha-wrap {transform: scale(0.6); -webkit-transform: scale(0.6);transform-origin: 0 0;-webkit-transform-origin: 0 0;}
    .button-nwd.formBtn{padding: 10px 30px;}
#ajax-loading{
    display: none;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100vw;
    height: 100vh;
    background-color: rgb(255 255 255 / 77%);
    background-image: url(../../assets/images/icon/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}


.tcost {
    font-size: 2em;
    font-weight: 700;
    padding: 0 20px 0 20px;
    position: relative;
}

.paddingRight{padding-right: 20px}
.font-300{font-weight: 300;}
.tbhk {
    font-size: 2.2em;
    font-weight: 700;
    padding: 0 35px 0 0;
    position: relative;
}

.tbhk:after {
    content: "Sq. Yds.";
    position: absolute;
    right: -15px;
    bottom: 5px;
    font-size: .4em;
    font-weight: 700;
    color: #fff
}
.left {
    float: left;
}
.fplans { padding: 3em 2em 1em; 
    height: 540px;
}
.fplans {
  position: relative;
  padding: 3em 2em;
  background: #eee;
  border-radius: 3px;
  min-height: 300px;
  margin: 0 30px 30px 0;
  box-shadow: 3px 3px 3px rgba(0,0,0,.1);
    text-align: center;    background: rgb(255 255 255 / 80%);
}
.fplans .flex-item{color: #1c211e;}
.fplans h3, .fplans h4 {
  margin-bottom: 20px;
  text-transform: uppercase;text-align: center;    font-size: 1.05rem}
.oview {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #aaa;text-align: center
}
.newlaunch{    box-shadow: rgb(16 176 185 / 50%) 0px -2px 10px, rgb(16 176 185 / 50%) 1px 3px 6px;}
.section-bg {
    background: linear-gradient(rgb(0 0 0 / 30%), rgb(0 0 0 / 30%)), url(../images/section-bg.jpg) no-repeat center center fixed;
    background-size: cover;
    padding: 200px 0;
}
.testimonials-section{
    background: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 70%)), url(../images/banner/2110.webp) no-repeat center center fixed;
    background-size: cover;
    padding: 200px 0;
}
.testimonials-section .carousel-caption {  position: relative;right: unset;    left: unset;    bottom: unset;padding: 0 10%;}
.testimonials-section .carousel-caption .quote-icon{    width: 65px;    height: auto;    margin-bottom: 30px;margin-top: 35px;}
.testimonials-section .carousel-caption h5{font-size: 1.1rem;    margin-bottom: 20px;}
.testimonials-section .carousel-caption .rating-stars{background-color: transparent;text-align: center;margin: 0 auto;padding: 0;}
.testimonials-section .carousel-caption .rating-stars li{margin-right: 5px;color: #efab00; display: inline-block}
.header-content .left-content .logo img{max-width: 210px;}
.main-logo-style{filter: grayscale(1);    filter: brightness(0) invert(1);}
.tcost::before {
  content: "₹";
  position: absolute;
  left: 0;
  top: 0;
  font-size: .7em;
  font-weight: 300;
  color: #e3e3e3;
}
.tcost::after {
  content: "Cr.";
  position: absolute;
  right: -10px;
  bottom: 0;
  font-size: .5em;
  font-weight: 700;
  color: #e3e3e3;
}
.text-right{text-align: right !important}
.font-weight-300{font-weight:300}
.dsdsdsd{padding-right: 50px;}
.table-responsive {  overflow-x: scroll; }
.table thead span{font-weight: 400}
#exampleLightbox .modal-body{padding: 0;position: relative;box-shadow: 0 0 5px 1px #ddd;}
    #exampleLightbox .btn-close{position: absolute;right: 20px;top: 20px;z-index:9;background-color: #fff;}
.site-footer p.psdsd{font-size: .85rem;    line-height: 1;    margin-top: 20px;}
.amenities-card{background-color: var(--hoverColor);margin-bottom: 25px;}
.amenities-card:hover{background-color: var(--mainColor);}
.amenities-card img{width: 140px;    padding: 25px 15px;    margin: 0 auto;    display: block;filter: grayscale(1);    filter: brightness(0) invert(1);}
.amenities-card .card-body{padding: 8px;}
.amenities-card .card-body h5{font-weight: 500;font-size: 1rem;text-align: center;color: #fff}
.payments p.global-subheading:before {background-color: #ffffff;}


.amenities-card{position:relative}
.amenities-card::after,.amenities-card::before{width:100%;height:100%;background:rgba(11,33,47,.9);position:absolute;top:0;left:0;opacity:0;transition:all .5s ease 0s}
.amenities-card::after{background:rgba(255,255,255,.3);border:2px solid #0dab76;top:0;left:170%;opacity:1;z-index:1;transform:skewX(45deg);transition:all 1s ease 0s}
.amenities-card:hover::before{opacity:1}
.amenities-card:hover::after{left:-170%}
.importantDate{ background-color:#234fab;font-size: .9rem;    padding: 10px;    border-radius: 5px;    color: #fff;text-align: center;line-height: 1.3;    min-width: 200px;}
.importantDate span{ font-size: .75rem;}
.importantDate.right{background-color:#f2531c;margin-left:10px;}
.blink {
    animation: 1s blink infinite ease-in;
}
@keyframes blink {
 0% {
  opacity: 100%;
 }

 50% {
  opacity: 60%;
 }

 100% {
  opacity: 100%;
 }
}
#addsBackdrop .btn-close{position: absolute;    right: 10px;    top: 10px;    z-index: 1;    background-color: red;}
/* small responsive tweak so p-form doesn't overflow on very small screens */
@media (max-width: 767.98px) {
    .importantDate{width:100%} .left.importantDate{margin-bottom:10px;}.importantDate.right{margin-left:0px;}
    .table-scrollable-container::-webkit-scrollbar {
  width: 10px; /* vertical scrollbar width */
  height: 10px; /* horizontal scrollbar height */
}

/* Track (the background of the scrollbar) */
.table-scrollable-container::-webkit-scrollbar-track {
  background: #f1f1f1; /* Light gray track background */
  border-radius: 10px;
}

/* Handle (the draggable part of the scrollbar) */
.table-scrollable-container::-webkit-scrollbar-thumb {
  background: #888; /* Medium gray handle color */
  border-radius: 10px;
}

/* Handle on hover */
.table-scrollable-container::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker gray on hover */
}

/* For Firefox */
.table-scrollable-container {
  scrollbar-width: thin; /* "auto" or "thin" */
  scrollbar-color: #888 #f1f1f1; /* thumb color track color */
}
    .dsdsdsd{padding-right: 20px;}
    .testimonials-section .carousel-caption .quote-icon {
        width: 47px;}
    .fplans { height: auto;margin: 10px;}
    .paddingRight{padding-right: unset}
    .p-form.is-fixed {
        position: static !important;
        width: auto !important;
        left: auto !important;
        top: auto !important;
    }
    .tcost {    font-size: 1.8em;padding: 0 15px 0 15px; } .tbhk{font-size: 1.8em;}
}
