@font-face {
    font-family: 'KAIVALYA';
    src: url('https://kumarmagnacityplots.com/fonts/KAIVALYADEMO.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
font-family:Open Sans,Arial,sans-serif;
font-size:14px;
color:#666;background-color:#fff;
line-height:1.7em;
font-weight:500;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}



.hero-section{
background-image:url('images/first-fold-bg.jpg');
background-size:cover;
background-position:center;
position:relative;
padding:60px 0;
}

.hero-section::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
/*background:rgba(0,0,0,0.45);*/
}

.hero-section .container{
position:relative;
z-index:2;
}

.hero-section:after {
    content: '';
    position: absolute;
    top: 3.5%;
    left: 2.5%;
    right: 2.5%;
    bottom: 3.5%;
    border: 2px solid #67caf3;
    z-index: 0;
}

.hero-title{
font-size: 3vw;
color: #2ea3f2 !important;
line-height: 1.4em;
font-family: 'KAIVALYA', Helvetica, Arial, Lucida, sans-serif;
padding-top: 50px;
    margin-left: -60px;
}

.hero-subtitle{
font-size:22px;
margin-top:20px;
margin-left: -60px;
}

.top-logos {
position: absolute;
top: 0px;
right: -50px;
}

.feature-box{
display:flex;
align-items:center;
gap:15px;
max-width:420px;
}

.feature-icon{
    width:70px;
}

.feature-text{
    color:#fff;
    font-size:18px;
    font-weight:500;
    margin:0;
    line-height:1.4;
}
.features{
margin-top:10px;
}

.features p{
font-size:15px;
line-height:1.4;
display: contents;
}

@media(max-width:768px){
    .top-logos {
        right: 25px;
    }
    .hero-title {
        margin-left: 15px;
        font-size: 8vw;
    }
    .hero-subtitle {
        margin-left: 15px;
    }
    .hero-section::before{
        background:rgba(0,0,0,0.45);
    }
    .feature-box {
        padding-left: 20px;
    }
    .row.text-white.features.justify-content-center.pt-3 {
        padding-top: 0px !important;
    }
}


.register-section{
/*background:linear-gradient(90deg,#274c2a,#1f3b1d);*/
background: #2b3c1f;
padding:80px 0;
}

.register-title{
font-size: 5vw;
font-weight:200;
color:#69c6ff;
letter-spacing:2px;
font-family: 'KAIVALYA', Helvetica, Arial, Lucida, sans-serif;
padding-bottom: 15px;
}

.register-text{
font-size: 5vw;
line-height:1.1;
font-weight:200;
font-family: 'KAIVALYA', Helvetica, Arial, Lucida, sans-serif;
}

.register-text span{
color:#69c6ff;
}

.form-card{
background:#e9e9e9;
padding:25px;
border-radius:25px;
max-width:550px;
margin:auto;
}

.form-control{
border-radius:10px;
padding:5px;
background-color: transparent;
border: solid 1px #333;
}
.form-label {
    margin-bottom: .5rem;
    color: #333;
}


.submit-btn{
background:#444;
color:#fff;
padding:12px 30px;
border-radius:10px;
border:none;
font-weight:600;
}

.submit-btn:hover{
background:#000;
}

.disclaimer{
font-size:12px;
color:#444;
margin-top:10px;
}

@media(max-width:768px){

.register-title{
font-size:8vw;
padding-bottom: 0px;
}
span.extre-span {
    font-size: 18px !important;
}

.register-text{
font-size:8vw;
margin-bottom:30px;
}
.register-section {
        padding: 80px 25px 80px 25px;
}

}

.township-section{
background:url('images/third-fold-bg.jpg') center/cover no-repeat;
padding:120px 0;
position:relative;
color:#fff;
text-align:center;
}

.township-section::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
/*background:rgba(20,60,30,0.75);*/
}

.township-section .container{
position:relative;
z-index:2;
}

.sub-title{
font-size:22px;
margin-bottom:15px;
}

.main-title{
font-weight:500;
margin-bottom:70px;
font-family: 'KAIVALYA', Helvetica, Arial, Lucida, sans-serif;
font-size: 4vw;
color: #FFFFFF !important;
line-height: 1.3em;
text-align: center;
}

.counter-box{
padding:20px;
}

.counter-township {
    font-size: 55px;
    font-weight: 500;
    padding-bottom: 15px;
}

.counter-desc{
font-size:16px;
margin-top:10px;
}

.border-line{
border-right:2px solid rgba(255,255,255);
}

@media(max-width:768px){

.main-title{
font-size:8vw;
}
.counter{
font-size:4vw;
}
.counter-township {
    font-size: 6vw;
    font-weight: 500;
    padding-bottom: 5px;
}
.counter-desc {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.2em;
}
.counter-box {
    padding: 10px;
}
}


.location-section{
background:#2c3b1e;
padding:0px 0;
color:#fff;
}

.map-img{
width:100%;
height:auto;
border-radius:10px;
}

.location-title{
font-family: 'KAIVALYA', Helvetica, Arial, Lucida, sans-serif;
color:#3bb1ff;
font-size:2vw;
font-weight:500;
line-height:1.3;
margin-bottom:30px;
text-align: right;
}

.info-box{
border:2px solid #3bb1ff;
padding:15px 20px;
margin-bottom:30px;
}

.info-box div{
display:flex;
justify-content:space-between;
margin-bottom:8px;
font-size:15px;
}

.feature-title{
color:#3bb1ff;
font-weight:600;
margin-top:20px;
text-align: right;
}

.feature-text{
font-size:15px;
margin-bottom:12px;
text-align: right;
}

@media(max-width:992px){

.location-title{
font-size:30px;
text-align:center;
}

.location-content{
margin-top:40px;
text-align:center;
}

.info-box div{
justify-content:center;
gap:15px;
}

.location-map img {
    width: 100% !important;
}
.feature-title {
    text-align: left;
    font-size: 5vw;
}
.feature-text {
    font-size: 4vw;
    text-align: left;
    margin-top: 5px;
}
}

.connectivity-section{
/*background:linear-gradient(90deg,#1f3b1f,#294d21);*/
background:#2c3b1e;
padding:80px 0;
color:#fff;
text-align:center;
}

.connect-box{
border:2px solid #2fa8ff;
padding:50px 20px;
}

.counter{
font-size:42px;
font-weight:500;
}



.connect-text{
font-size:15px;
margin-top:10px;
}

.address{
margin-top:35px;
font-size:14px;
}

.address span{
color:#2fa8ff;
font-weight:600;
}



@media(max-width:768px){

.counter{
font-size:32px;
}

.connect-box{
padding:30px 15px;
}

}


.reach {
    position: fixed;
    right: 15px;
    bottom: 15px;
    border: none;
    padding: 5px 20px;
    font-size: 20px;
    background: #d1a65c;
    color: #ffffff;
    border: 2px solid #fff;
    cursor: pointer;
    outline: none !important;
    z-index: 999999;
}

.fixed-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}

.fixed-footer .fixed_contact2 {
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    background-color: #d1a65c;
    padding: 8px 0px !important;
    font-size: 20px;
    font-weight: bold;
}


@media (max-width: 767px) {
    .reach {
        display: none;
    }
}



/* Popup Background */
.popup{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
display:none;
justify-content:center;
align-items:center;
z-index:9999;
}

/* Popup Box */
.popup-content{
background:#fff;
width:500px;
max-width:95%;
padding:30px;
border-radius:10px;
position:relative;
animation:popupFade .3s ease;
}

/* Animation */
@keyframes popupFade{
from{transform:scale(.8);opacity:0;}
to{transform:scale(1);opacity:1;}
}

/* Input container */
.input-container{
display:flex;
align-items:center;
border:1px solid #ddd;
margin-bottom:15px;
border-radius:6px;
overflow:hidden;
}

.icon{
    padding: 15px;
    background: #2b3c1f;
    color: #ffffff;
    min-width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.input-field{
border:none;
outline:none;
width:100%;
padding:10px;
}

/* textarea fix */
textarea.input-field{
resize:none;
height:35px;
}

/* Submit button */
.main-btn-rect{
background:#2b3c1f;
color:#fff;
border:none;
padding:10px 25px;
border-radius:5px;
font-weight:600;
cursor:pointer;
}

.main-btn-rect:hover{
background:#0b5ed7;
}

/* Close Button */
.main-btn-circle{
position:absolute;
top:10px;
right:15px;
font-size:22px;
cursor:pointer;
}
