@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;400;500;600;700;800&family=Marvel:wght@400;700&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    font-family: 'poppins', sans-serif;
    margin: 0;
    padding: 0;
    
}



h3{
    font-size: 40px;
    color: #FFBC3F;
    font-weight: 700;
}
section{
    margin: 0;
    background-color: #F8F8F8;
}
nav{
    width: 100%;
    
    height: 100px;
    background-color: #fff;
}

.container{
    margin: 0 auto;
    
}
nav .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10% ;
    height: 100%;
}



nav .menu ul{
    display: flex;
}

nav .menu ul li{
    margin: 0 5px;
    list-style: none;
}
nav .menu ul li a{
    text-decoration: none;
    color:#000;

}

nav .menu ul li a:hover{
color: brown;


}
label i{
    display: none;
    color: black;
    font-size: 20px;
    display: none;
}

#checking ,label{
    display: none;
}
/* hero-section starts*/




.hero-section{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;


}
.col-a, .col-b{
    
    flex: 50%;
    
    
}
.col-a{
    padding: 15% 10%;
    

    
}



.col-content{
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
}

.hero-btn{

    display: inline-block;
    margin-top: 3%;
    width: 300px;
}

    
.btn-a{
    background-color: #faac1b;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    color:#ffffff;
    margin: 0 5% 0 0;

}

.btn-b{
    
    border: 1px solid;
    border-color: #faac1b;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    color: #faac1b;

}

.btn-b, .btn-a{
    text-decoration: none;
}

 



.col-content h1{
    font-family: 'raleway', sans-serif;
    text-transform: uppercase;

}
.col-content p{
    
    font-family: 'poppins', sans-serif;
    font-size: 1rem;
    
    }


.hero-image{
    width: 100%;
    height: 100%;
    
    
}


.heading{
    font-family: 'Raleway', sans-serif; 
    text-align: center;
    padding: 5% 0 2% 0;
}

.nav-flex{
    padding: 0% 10% ;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* background-color:azure; */


}

nav a{
    font-family: 'poppins', sans-serif;
    text-decoration: none;
    color: black;
    margin-left: 20px;
    }

nav a:hover{
    color: #FFBC3F;

    }
 





    
    
/* why us start */
.why-us-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 5%;
    
    
}
.section-why{
    background-color: #F9F9F9;
    
}
.content-why{
    
    text-align: center;
    height: 100%;
    flex-direction: row;
   
}

.content-why h3{
    line-height: 5rem;
    
    font-weight:600;
    font-family: 'Barlow', sans-serif;
}

.content-why p{
    font-size:1rem;
    margin: 0;
}

/* why us end */




.feature-project{
    background-color: #ffffff;
    padding: 0 10%;
    
}

.feature-flex{
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: space-around;
  width: 100%;
  padding: 3% 0 3% 0;
    
}



.feature-card{
    width: 355px;
    border:1px solid;
    border-color: #e9e9e9;
    margin-bottom: 5%;
}
.image-projects{
    width: 100%;

}


.feature-card h4{
    font-size: 1.2rem;
    font-weight: 500;
    padding: 5% 5%;
}
.spec-box{
    
    background-color:#8892b014;
    display:flex;
    justify-content: space-around;
    align-items: center;
    height: 80px;
    

}


.line{
    border-left: 1px solid;
    border-color: #b7b7b7;
    height: 50%;
   
}

.spec-box-a{
    color:#dadada;
    font-weight: 400;
    
    
    
}

.spec-box-a p{
    color:#7a7a7a;
    font-weight: 400;
   
}
  
.advantages{
    padding: 10% 5% ;
    
}

.enq-button{
  
  background-color: #FFBC3F;
  border: none;
  color: white;
  height: 50px;
  text-align: center;
  text-decoration: none;
  padding: 11px ;
  display: block;
  font-size: 19px;
  cursor: pointer;
}

.enq-button:hover{
    background-color: #faac1b;
}




/* latest-news */

.news{
    padding: 0% 0% 5% 0;
    
}

.news-flex{
    padding: 3% 10%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}

.news-card{
    border: 1px solid;
    border-color: #e9e9e9;
    margin-bottom: 5%;

    width: 400px;
    height: 100%;
    
}
.news-img{
    padding: 10px;
    width: 100%;
    height: 100%;
}

.news-card h3{
    font-size: 1.2rem;
    font-weight: 500;
    padding-left: 15px;
    color: black;


}
.news-card p{
    padding: 0 15px 0 15px;
}

.read-btn{
    float: right;
    margin: 20px 15px 50px 30px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px 20px;
    text-align: center;
    border: 1.5px solid;
    border-color: #faac1b;
    border-radius: 10px;
    
    
}
.news a{
    color: #faac1b;
    text-decoration: none;
    
}
.read-btn:hover{
    background-color: #faac1b;
    color: white;
}

footer{
  
    width: 100%;
    background-color: #f6a100;
    }
.contact-us-flex{
    text-align: center;
    padding: 5% 10%;
    display: flex;
    justify-content: space-evenly;
}
footer li {
    list-style: none;
}


.footer-menu{
    padding: 20px;
    background-color: #faac1b; 
}

.footer-menu-flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-menu-items li{
    display: inline;
    padding-left: 20px;
}
.footer-menu-items a{
    text-decoration: none;
    color: white;
    font-weight: 300;
}

.footer-menu-items a:hover{
    color: black;
} 
.copyright{
    display: flex;
    justify-content: center;
    padding: 2% 0;
}


/* breakpoints */


@media(max-width:1024px){
    .heading h2{
        font-size: 1.3rem;
    }
    .content-why p {
        font-size: .8rem;
        margin: 0;
    }
    .content-why p {
        font-size: .8rem;
        
    }
    .content-why h3 {
      
        font-size: 2rem;
        font-family: 'Barlow', sans-serif;
    }
.feature-flex{
    padding: 3%;
}
.feature-card{
    width:236px
}


.feature-card h4 {
    font-size: .9rem;}
    .spec-a p{
        font-size: .8rem;
    }
    .advantages{
        font-size: .8rem;
    }
    .enq-button{
        font-size: .8rem;
        height: 39px;
    }

    .news-card h3{
        padding: 3% 3%;
        font-size: 1.2rem;
    }

    .news-card p{
        font-size: .8rem;
        line-height: 25px;
    }
    nav .menu ul{
        position: fixed;
        top: 100px;
        left:-100%;
        background-color: #faac1b;
        height: 100vh;
        width: 100%;
        display: block;
        text-align: center;

    }

    nav .menu ul li{
        margin: 50px 0;
     
   }
   nav.menu ul li a{
    
    font-size: 1rem;

   }
    nav .menu ul li a:hover{
    color: brown;


}

#checking:checked ~ ul{
    left: 0;

}

#checking:checked ~ label i::before{
    content: '\f00d';

}
label {
    display: block;
    color: white;
    font-size: 20px;
    display: block;
}


.col-content h1{
   
    font-size: 1.4rem;
    padding-bottom: 3%;

}
.col-content p{
    
    
    font-size: .8rem;
    padding-bottom: 3%;
    
    }
.hero-btn{

        display: inline-block;
        margin-top: 3%;
    }

    .btn-a{
        
        padding: 10px 15px;
        font-size: .8rem;
        
    
    }
    
    .btn-b{
        
        padding: 10px 15px;
        font-size: .8rem;
    
    }
    
    .btn-b, .btn-a{
        text-decoration: none;
    }





}

@media(max-width:768px){

    .col-a{
        text-align: center;
    }
}


@media(max-width:425px){
.content-why h3{
    font-size: 2.5rem;


}
.content-why p{
    font-size: 1.1rem;


}

.heading {
    
    padding: 20% 0 8% 0;
}
.contact-us-flex{
    flex-direction: column;
   
}
.contact-card{
    margin:10% 10%;
}
.feature-flex{
        
    padding-top: 17%;
}

.feature-card{
    width: 318px;}

.feature-card h4{
    font-size: 1.2rem;
           
}
.why-us-flex{
    flex-direction: column;
    padding-bottom: 20%;
}


.footer-menu-items{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 5% 0;

}
.footer-menu-items li{
    padding: 5% 0;

}
    
.contact-us-flex img{
    width: 15%;

}
.copyright{font-size: .7rem;}

.news-flex{padding: 10% 10%;}
}





       
    
    

