@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    /* Background Color */
    --secondary-color: #06A3DA;
    --bg-blue: #37418e;
    --black-bg: #0F0F0F;
    --bg-white: #fff;
    --bg-dark-blue: #292b70;
    --bg-gray:#ecf0f9;

    /* Text Color */
    --text-black: #1f1f1f;
    --text-blue: #1f294c;
    --text-gray: #6d6e7b;
    --text-white: #fff;

    /* Fonts */
    --primary-font: 'Open Sans Condensed', sans-serif;
    --secondary-font: 'open sans', sans-serif;
}

body {
    font-family: var(--secondary-font);
    background-image: url('../images/page-background.jpg');
    background-size: cover;
    background-position: center 0px;
    background-repeat: no-repeat;
    background-attachment: initial;
    overflow-x: hidden;
    /* overflow-y: hidden; */
}

/* 1 Custom CSS */ 

::-webkit-scrollbar {
    width: 10px;
} 
::-webkit-scrollbar-track {
    background: var(--secondary-color); 
} 
::-webkit-scrollbar-thumb {
    background:var(--secondary-color); 
}   
section{
    padding:50px 0;
}
.main-btn{
    display:inline-block;
    border-radius: 26px;
    border: none;
    transition:.5s;
    padding:10px 25px;
    background-color:var(--secondary-color);
    color:var(--text-white);
    font-weight: 700;
    font-family: var(--primary-font);
    font-size: 17px;
    text-decoration: none;
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
}
.main-btn:hover{
    background:var(--black-bg);
    color:var(--text-white);
}
h1{
    font-size: 50px !important;
    font-family: var(--primary-font);
    font-weight: 700 !important;
    color:var(--text-blue);
    margin-bottom:16px;
}
h2{
    font-size: 40px !important;
    /* line-height: 64px; */
    font-family: var(--primary-font);
    font-weight: 700 !important;
    color:var(--secondary-color);
    /* margin-bottom:22px; */
    letter-spacing: 0;
}
h3{
    font-size: 25px !important;
    font-family: var(--primary-font);
    font-weight: 700 !important;
    color:var(--text-blue);
    margin-bottom:6px !important;
    letter-spacing: 1px;
}
p{
    color:var(--text-gray);
    font-size: 22px !important;
    line-height: 23px;
    font-style: normal;
    font-weight: 400;
}
hr{
    width: 50%;
    height: 5px !important;
    color: var(--secondary-color) !important;
    /* color: red; */
}
input:hover,
input:focus,
textarea:focus,
textarea:hover,
button{
    border-color:var(--secondary-color) !important;
    outline:none !important;
    box-shadow: none !important;
} 

.border_radius{
    border-radius: 25px;
}


/* 2 Navbar */
.header_wrapper .navbar{
    -webkit-transition:all .2s linear;
    -o-transition:all .2s linear;
    transition:all .2s linear;
    background: white;
    /* backdrop-filter: blur(10px); */
}
.header_wrapper .navbar-brand img{
    max-width: 150px;
    height:auto;
}
.header_wrapper .navbar-toggler{
    border:0;
} 
.header_wrapper .navbar-toggler:focus{
    box-shadow: none;
}
.header_wrapper .nav-item{
    margin: 0 10px;
}
.header_wrapper .nav-item .nav-link{
    font-size: 17px;
    font-weight: 700;
    color:var(--text-blue);
    font-family: var(--primary-font);
    text-transform: uppercase;
}
.header_wrapper .nav-item .nav-link.active{
    color:var(--secondary-color);
}
.header-scrolled{
    position:fixed;
    margin-top:0;
    top:0;
    left:0;
    width:100%;
    height:85px;
    background-color:var(--bg-white);
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .05);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .05);
} 

/* 3 Banner */
.invalid-feedback {
    color: red;
    display: none;
}
.form-control:invalid + .invalid-feedback {
    display: block;
}

  /* ----Pricing----- */

  #pricing {
    position: relative;
}

#pricing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/g1.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(5px); 
    z-index: -1;
}

/* ------------floor plan------- */

.work{
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.work img{
    width: 100%;
    border-radius: 20px;
    display: block;
    transition: transform 0.5s;
}
.layer{
    width: 100%;
    height: 0%;
    background: linear-gradient( rgb(89, 88, 88), rgb(14, 14, 14) );
    opacity: 0.9;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    transition: height 0.5s;
    
}
.layer h3{
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}

.work img:hover{
    transform: scale(1.1);
}
.work:hover .layer{
    height: 100%;
}

/* ---------Amenities-------- */
.amenities_left_bg{
    background: #a6ddf0;
}
.background-image {
    position: relative;
    overflow: hidden;
}

.background-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/amenitiesBgImg.webp'); 
    background-size: cover;
    filter: blur(8px);
    z-index: -1;
}

.col-md-8 {
    position: relative;
    z-index: 1;
}


/* ---------Gallary-------- */
.gallery{
	padding: 80px 0px;
}
.gallery img{
	max-width: 100%;
}

.gallery img{
	background: #fff;
	padding: 15px;
	width: 100%;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	cursor: pointer;
}
#gallery-popup .modal-img{
	width: 100%;
}

/* -----------Location--------- */
.map-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; 
    height: 0;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* -------footer------- */

#footer{
    color: #ffffff;
    background: #252525;
}
.whatsapp{
    position: fixed;
    bottom: 1%;
    left: 1%;
    z-index: 100;
    
}

/* ------pop up Form when page load----- */

#popupContainer{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center; 
}
.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.popup {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    width: 40vw;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.closeBtn {
    position: absolute;
    top: -17px;
    right: -17px;
    cursor: pointer;
    padding: 0 !important;
    border: none;
    outline: none;
    background: none;
}
/* ------pop up Form DOWNLOAD----- */
#popupContainer-download, #popupContainer-interestedBtn3bhk , #popupContainer-interestedBtn4bhk {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center; 
}

.popup-container-download , .popup-container-interestedBtn3bhk , .popup-container-interestedBtn4bhk{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.popup-download{
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    width: 40vw;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.closeBtnDwn {
    position: absolute;
    top: -17px;
    right: -17px;
    cursor: pointer;
    padding: 0 !important;
    border: none;
    outline: none;
    background: none;
}
/* -----Benifits---- */

.benifits div {
    position: relative;
    background-color: var(--secondary-color);
    color: #fff;
    margin: 5px;
    border-radius: 999px;
    line-height: 3em;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
      rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
 
  
/* 4 Services ganga */
#about .infoHeading{
    border-radius: 26px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    background: var(--secondary-color);

}

 
 
/* --Responsive Design-- */ 

@media (max-width:991px) {

    /* custom css */
    section{
        padding:20px 0;
    }
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 30px !important;
        line-height: 10px;
        font-weight: 600 !important;
    }
    h3{
        font-size: 18px;
    } 

    /* 2 Navbar */
     .header-scrolled{
         height:auto;
     }
     .header_wrapper .menu-navbar-nav{
         text-align: center;
         background-color:var(--bg-white);
         padding-bottom:15px;
     }
     .header_wrapper .nav-item .nav-link{
         margin-top:15px;
     }

     
}

@media (max-width: 767px) {

    /* custom css */
    h1{
        font-size: 24px;
    }
    h2{
        font-size: 22px !important;
        /* line-height: 10px !important; */
        font-weight: 600 !important;
    }
    h3{
        font-size: 14px;
        line-height: 26px !important;
    }
    p{
        font-size: 16px !important;
        line-height: 17px;
    }
    .main-btn{
        font-size: 13px;
    }
    .header_wrapper .navbar{
        backdrop-filter: blur(0px);
    }
    #pricing::before {
        background-size: auto 100%;
    }
    .inHeadingPlan h3, .inHeadingPlan p{
        margin-bottom: 0;
    }

    .inHeadingCard .card{
      
      /* padding: 0; */
      margin-bottom: 5px;
    }
    
    
    .popup{
        width: 89dvw;
        height: 75dvh;
    }
    .popup-download{
        width: 89dvw;
        height: 75dvh;
    }
    .popup form{
        width: 65dvw;
        /* height: 70dvh; */
    }
    .popup-download form{
        width: 65dvw;
    }
    .text{
        font-size: 70px;
    }
}.error{		color:red;	float:left;	font-weight:bold;	}