@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: white;

}
.logo .icon{
    font-size: 50px;
    color: #E04D01 !important;
    

}
.menu{
    color: white !important;
    font-size: 35px !important;
}
.navbar{
    background-color: #333 !important;
}
a.nav-link{
  color: white;
  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;


}
#header{
    
        height: 50vh;
        background: 
    linear-gradient(
        62deg,
        rgba(10, 1, 1, 0.6),
        rgba(0, 0, 0, 0.6)
    ),
    url("/IMAGES/bcka.jpg")

    top/cover no-repeat;
}
.prices h1,h5{
    color: #0E185F !important;
}
.prices div.card{
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.prices a.btn{
    height: 40px;
    width: 100px;
    background-color: transparent !important;
    border: 3px solid #E04D01 !important;
    border-radius: 15px;
    font-weight: 700 !important;
    height: 40px !important;
    width: 120px !important;
    
   

}
.prices a.btn:hover{
    background-color: #0E185F!important;
    color: white !important;
    border: none !important;

}


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 ;
    font-size: 20px ;
}
/*FOOTER SECTION END*/

/*MEDIA QUERIES*/
@media screen and (max-width: 576px){

    
    
    footer{
        height:150vh !important;

}
}
