@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
h1,h2,h3,h4,h5,h6, a, button,p{
    font-family: 'Poppins', sans-serif !important; 
    
}
/*header section*/
.logo{
font-weight: 500;
color: black !important;

}
.logo .icon{
    font-size: 50px;
    color: #E04D01 !important;
}
.menu{
    color: white !important;
    font-size: 35px !important;
}
.navbar{
    background-color:#333 !important;
}
a.nav-link{
  
  margin-left: 20px;
  font-family: 'Poppins', sans-serif !important; 
  font-weight: 600 !important;

}
a.nav-link:hover{
    background-color: #E04D01 !important;
    color: white !important;
}
    

nav .btn1{
    margin-top: 10px;
    font-family: 'Poppins', sans-serif !important; 
    color:white;
    text-decoration: none !important;
    font-weight: 600;
    text-transform: uppercase !important;
    

}
nav .btn1:hover{
    background-color: #E04D01 ;
    color: white !important;
}
/*HEADER SECTION END*/

.expert h1{
    margin-top: 100px !important;
}
.form{
    width: 600px !important;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
button.sub{
    background-color: #E04D01!important;
    color: white!important;
    height: 40px;
    font-size: 10px !important;
    width: 80px;
    border: none !important;
    
}


/*FOOTER SECTION*/
footer{
    height:min-content !important;
    background-color: #333 !important;
     color: white !important;
     font-family: 'Poppins', sans-serif !important; 
}
footer button {
    background-color: #E04D01 !important;
    color: white !important;
    border: none !important;
}
footer a.nav-link:hover{
    background-color:#333!important;
}
footer .social{
    color: #E04D01 !important;
    font-size: 20px !important;
}
/*FOOTER SECTION END*/

@media screen and (max-width: 600px){

    /*FOOTER SECTION START*/
footer{
    height:min-content !important;
    background-color: #333 !important;
    color: white !important;
    font-family: 'Poppins', sans-serif !important; 
}
footer button {
    background-color: #E04D01 !important;
    color: white !important;
}
/*FOOTER SECTION END*/

/*MEDIA QUERIES*/
@media screen and (max-width: 576px){
    footer{
        height:150vh !important;
}
.form{
    width: 380px !important;
}

}