*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
   
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.nav-bar{
    min-height: 40px;
    
}
.logo{
    width: 150px;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5%;
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color:white;
}
.nav-links li{
    list-style-type: none;
    display: inline-block;
    margin: 10px 10px;

}
.nav-links li a{
    color: white;
    text-decoration: none;
    font-weight: 550;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
padding: 6px;

}
.fa-phone{
    color: white;
    background-color: #3471B8;
    border-radius: 50%;
    padding: 10px;
}
.nav-call-btn{
    color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: 550;
}
.nav-call-btn {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 550;
  }
  .header-image{
    width: 100%;
    height: auto;
    position: relative;
}
.header-image img{
    width: 100%;
    height: 100vh;
}
.header-text{
    position: absolute;
    top: 5%;
    width: 100%;
}
.header-text-h2{
    color: white;
    font-size: 50px;
    padding: 10px;
    text-align: center;
}
.header-text h3{
    color: white;
    font-size: 30px;
    text-align: center;
}
.about-us{
    width: 100%;
    padding: 10px 10%;
    display: block;
    margin: 10px 0 30px 0;
}
.about-us h2{
    text-align: center;
    padding: 10px;
    font-weight: 500;
    font-size: 30px;
}
.about-us p{
    text-align: justify;
    line-height: 1.5;
    font-size: 1.1em;

}

.projects{
    background-color: #F7F3E9;
    padding: 5%;
}
.project-1{

}
.project-1-text h2{
    padding: 10px 0;
    font-size: 40px;
    font-weight: 500;
}
.project-1-text p{
    padding: 0 0 20px 0px;
    font-size: 20px;
}
.project-1-img{
    border-radius: 10px;
    background-color: white;
    display: inline-block;
}
.project-1-img img{
    border-radius:10px ;
    width: 100%;
    height: auto;
}
.project-details{
    padding: 10px;
    width: 100%;
}
.project-details h2{
    padding: 10px;
    font-size: 24px;
    font-weight: 500;
    color: #BC9A51;
    display: inline-block;
}
.project-details h3{
padding: 10px;
font-size: 17px;
font-weight: 500;
color: green;
display: inline-block;
}
.project-details p{
    padding: 10px;
    display: inline-block;
}
.project-footer{
    padding: 10px 0 10px 10px;
}
.project-footer p{
    padding: 0px 0 10px 10px;
    display: inline-block;
}
.footer-p{
    margin-left: 20%;
}
.project-footer a{
    padding: 8px;
    border-radius: 7px;
    border: 1px solid #BC9A51;
    color: #BC9A51;
    background-color: transparent;
    margin-left: 10%;
    text-decoration: none;
}
.project-footer a:hover{
    box-shadow: 1px 1px 1px black;
  padding: 10px;
}

.footer{
    background-color:#181818;
    background-position: center;
    background-size: cover;
    position: relative;
}
.footer-h2{
    text-align: center;
    font-weight: 500;
    color: white;
    padding: 20px;
   
}

.footer-form{
    width: 400px;
   margin-left: 23%;
   margin-right: auto;
    
}
.main-form{
    width: 400px;
    padding: 10px;
}
.input{
    padding: 10px;
    width: 100%;
    margin: 10px 0;
    border:none
}
.sub-btn-footer{
    padding: 10px;
    margin: 10px 0;
    color: white;
    background-color: #B59A51;
    border: none;
    width: 100%;
    cursor: pointer;
}
.sub-btn-footer:hover{
    opacity: 0.8;
}
.footer-logo{
    position: absolute;
    right: 25%;
    top: 28%;
    background-color: #b59a51a1;;
    padding: 10px 80px 20px 10px
}
.footer-img{
    width: 120px;
    margin-top: 10px;
}
.footer-des p{
text-align: center;
color: white;
padding: 10px;
}
.fa-xmark{
    visibility: hidden;
}
.fa-bars{
    visibility: hidden;
}
.pop{
    position:fixed;
    top:0px;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.76);
    display:block;
}
.popuop-form{
    width: 400px;
    background-color:#E0D4B8;
   position:fixed;
   top:20%;
   margin-left:35%;
   margin-right:auto;
   padding:10px;
   box-shadow:2px 2px 2px black;
    
}
.popuop-form p{
    text-align:center;
    padding:10px;
}
.popup-logo{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%
}
.popup-1{
    width:100% ;
}
.popup-inp{
    padding: 10px;
    width: 100%;
    margin: 10px 0;
}
.sub-btn-popup{
    padding: 10px;
    border: none;
    background-color: #B59A51;
    width: 100%;
    color: white;
    cursor:pointer;
}
.close-form{
    padding:5px;
    font-size:20px;
    
    display:inline-block;
    cursor:pointer;
}
.brochure-btn{
    position: fixed;
    bottom: 10px;
    right: 3px;
    background-color: #BC9A51;
    padding: 10px;
    width: auto;
   
    cursor: pointer;
    z-index: 100;
    visibility: visible;
}
.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 10px;
    left: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #3471B8;
    z-index: 100;
}

.my-float {
    margin-top: 10px;
}

@media(max-width: 720px){
    .logo{
       
        top: 2%;
        left: 2%;
      padding: 10px;
    }
    nav{
        display: block;
        padding: 0;
    }
    .nav-links li{
        display: block;
        padding: 10px;
        width: 100%;
    }
    .nav-links{
        padding: 15% 0;
        top: 0;
        margin: 0;
        display: none;
        position: fixed;
        z-index: 10;
        background-color: white;
        width: 100%;
    }
    .nav-links li a{
        color: black;
    }
    .nav-call-btn{
    padding: 0px 0 20px 20px;
    margin: 0;
    top: 10px;
    position: fixed;
    }
    .fa-bars{
        position: fixed;
        right: 10px;
        top:auto;
        color: white;
        display: inline-block;
        font-size: 40px;
        padding: 10px;
        visibility: visible;
    }
    .header-image{
        position: unset;
        height: auto;
        width: 100%;
    }
    .header-image img{
        display: block;
        position: inherit;
        width: 100%;
        height: 40vh;
    }
    .fa-xmark{
        color: black;
        right: 20px;
        top: 10px;
        font-size: 40px;
        position: fixed;
        padding: 20px;
        display: inline-block;
        visibility: visible;
    }
    .header-text{
        position: unset;
       
        width: 100%;
    }
    .header-text-h2{
        color: #B59A51;
        font-size: 30px;
        padding: 10px;
        text-align: center;
    }
    .header-text h3{
        color: #B59A51;
        font-size: 30px;
        text-align: center;
    }
    .project-details p{
        padding: 10px;
        display: block;
    }
    .project-footer{
        padding: 10px 10px 10px 10px;
    }
    .project-footer p{
        padding: 0px 0 10px 10px;
        display: block;
    }
    .footer-p{
        margin-left: 20%;
    }
    .project-footer a{
      display:block ;
      margin: 20px 0 10px 0;
      text-align: center;
       
       
    }
    .footer-p{
        display: block;
        margin: 0;
    }
   
.main-form{
    margin: 0;
    padding: 10px;
    display: block;
    width: 100%;
}
.footer-form{
    margin: 0;
    padding: 10px;
    display: block;
}
.footer-logo{
    display: block;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    position: unset;
    background-color: transparent;
    width: 50%;
}
.footer-logo p{
    color: white;
}
.footer-img{
    margin-top: 10px;
}
.pop{
    display:none;
}

.popuop-form{
        margin-left:auto;
        margin-right:auto;
}
.brochure-btn{
    position: fixed;
    bottom: 0px;
    background-color: #BC9A51;
    padding: 10px;
    width: 100%;
}
.whats-app{
   bottom: 0;
}
}