/* General */
body{
    font-family: "Cerapro", sans-serif;
    line-height: 1.6;
}

footer,
footer *,
.inquiry-gopinath-sec{
  font-family: "Futura-Book-BT",Helvetica,Arial,sans-serif;
}

footer h1, footer h2, footer h3{
	font-family: 'CopperplateGothicBT-Roman';
}

.site-footer .menu a, .site-footer .text-large, .site-footer a{
	color: #333;
}
.site-header .menu a, .site-header__phone a{
	color: #ffffff;
}
.desktop-nav .menu-header-menu-container ul#menu-header-menu{
	margin-bottom: 0 !important;
}
.desktop-nav .menu-header-menu-container ul#menu-header-menu .sub-menu li a, .header-menu-wrapper a{
	color: #333 !important;
}
.desktop-nav .menu-header-menu-container ul#menu-header-menu .sub-menu .menu-item:hover, .is-scrolled .site-header .menu a, .is-scrolled  .site-header__phone a{
	color: #333;
}
.menu-open .header-menu-wrapper  li:hover > a, .menu-open .header-menu-wrapper li:focus > a { color: #d1b06e !important; }
.hero{
    height: 100%;
}

#CustomDownloadBrochure .rg-form .wpcf7-not-valid-tip{position: relative; text-align: left;}
#CustomDownloadBrochure .down-broch-otp .wpcf7-form-control-wrap{display: inline-block; width: 100%;}
#CustomDownloadBrochure #otpStatus2, #CustomDownloadBrochure #verifyOtpBtn2, #CustomDownloadBrochure .down-broch-otp #sendOtpBtn{display: inline-block; width: 100%; text-align: left;}
#CustomDownloadBrochure input, #CustomDownloadBrochure p, #CustomDownloadBrochure span, #CustomDownloadBrochure button {font-family: "Futura-Book-BT",Helvetica,Arial,sans-serif;}
#CustomDownloadBrochure .modal-body{padding-bottom: 50px;}

.cta-gn{text-align:center;}
.cta-gn-btn{background: #5a3b1a; color: #ffffff; text-decoration: none;}

.hero img{
    /* height: 100vh; */
    /*margin-top: 50px;*/
}

/* ABOUT */
.about-section {
    background-color: #5a3b1a;
    /* brown background */
    color: #fff;
    /* white text */
    text-align: center;
    padding-top: 50px;
    padding-bottom: 150px;
}

.about-section h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Cerapro", sans-serif;
}

.about-section p {
    font-weight: 300;
    font-size: 25px;
    color: #E0D8CD;
}

.about-section p span {
    font-weight: 500;
}

/* THIRD */
.development-section {
    background-color: #E0D8CD;
    position: relative;
}

.development-section h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Cerapro", sans-serif;
}

.development-section p {
    font-weight: 300;
    font-size: 25px;
    color: #000;
}

.second-building-img {
    width: 100%;
    margin-top: -100px;
}

.gallery img {
    border-radius: 10px;
}

/*footer {
    background-image: url('../img/footer.png');
    height: 500px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/


/* fonts */
/* Regular */
@font-face {
    font-family: "Cerapro";
    src: url("../fonts/Fontspring-DEMO-cerapro-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: "Cerapro";
    src: url("../fonts/Fontspring-DEMO-cerapro-regularitalic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: "Cerapro";
    src: url("../fonts/Fontspring-DEMO-cerapro-light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: "Cerapro";
    src: url("../fonts/Fontspring-DEMO-cerapro-medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: "Cerapro";
    src: url("../fonts/Fontspring-DEMO-cerapro-bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

/* Black */
@font-face {
    font-family: "Cerapro";
    src: url("../fonts/Fontspring-DEMO-cerapro-black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}

/* Thin */
@font-face {
    font-family: "Cerapro";
    src: url("../fonts/Fontspring-DEMO-cerapro-thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}


/* Mobile */
@media screen and (max-width: 600px){
    .development-text h2 {
        margin-top: 50px !important;
    }

    .development-section .development-img{
        margin-top: 146px;
    }

    .gallery .img-container{
        margin-bottom: 30px;
    }

    /*.footer{
        display: none;
    }*/

    .hero img{
        height: 40vh;
        /*margin-top: 80px;*/
    }
}