*{
    margin: 0;
    padding: 0;
    
}
html{
    scroll-behavior: smooth;
}
h1{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
h2{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
p{
    font-family: cursive;
}
a{
    font-family: cursive;
}
/* header-------------------------------------------------- */
.bimg{
    width: 100px;
    padding-bottom: 10px;
    padding-top: 10px;
}


.fly{
    
}
 header img{
    height: 70px;
    padding: 10px;
}
.nav{
    position: sticky;
    top: 0;
}
.navbar{
   
    display: flex;
    background-color: rgb(138, 37, 37);
    border-radius: 20px;
    
}
.navbar li {
    padding: 20px;
    list-style: none;
}
.navbar li a{
    text-decoration: none;
    color: rgb(215, 183, 5);
}
.navbar li:hover{
    background-color:white;
}
/* main---------------------------------------------------------- */
.logo {
   
}
.logoimg{
    height: 100px;
    padding: 10px;

}
.intro{
    text-align: center;
    background-color:rgb(245, 244, 244);
    height:500px ;
    
}

.intro h1{
    padding-top: 50px;
}
.intro p{
    font-family: cursive;
       padding: 50px;
}
/* types----------------------------------------------------------- */
.mbee{
    padding: 20px;
    text-align: center;
}
.mbee h1{
    text-align: center;
}
.bees{
    display: flex;
    text-align: center;
    justify-content: center;
    
}
.div1{
    
    border-right:solid rgb(98, 95, 95) 1px; 
}
.div2{
    border-right:solid rgb(98, 95, 95) 1px;     
}
.tp{
    padding: 10px;
}
/* important----------------------------------------------------- */
.important{
    height: 500px;
    position: relative;
    color: #b5da7f;
    font-size: 1.2rem;
}
.important::before{
   
    content: '';
    background: url(images/background.jpg)no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;    
    height:100%;
    width: 100%;
    z-index: -1;
    opacity: 0.8; 
    border-radius: 30px;
}
.bp{
    padding: 180px;
}
/* equipment----------------------------------------------------- */
.dive{
    text-align: center;
    justify-content: center;
    
}
.equipment{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px;
    
}
.equipment img{
    height: 200px;
    width: 200px;
    padding: 8px;
    
    
}
.equipment h2{
    border: 2px solid grey;
    background-color: grey;
    border-radius: 20px;

    
}
.equipment div{
    border: solid rgb(231, 231, 231);
    border-radius: 20px;
    box-shadow: 5px 5px 5px 5px rgb(130, 126, 126);
    margin: 30px;
    /* background-color: #e7e7e7; */

}
.equipment2{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px;
}
.equipment2 img{
    height:200px;
    width: 200px;
    padding: 8px;
    
}
.equipment2  h2{
    border: 2px solid grey;
    background-color: grey;
    border-radius: 20px;

    
}
.equipment2 div{
    border-radius: 20px;
    /* background-color: #e7e7e7; */
    border: solid rgb(231, 231, 231);
    box-shadow: 5px 5px 5px 5px rgb(130, 126, 126);
    margin: 30px;
    
    
}
/* products----------------------------------------------------- */
 .products{
    text-align: center;
    height: 400px;
    border-radius: 20px;
   
 }
 
 .product1{
    display: flex;
    justify-content: center;
   /* padding: 10px; */
   
}
.prodct1 div{
    margin: 20p ;

}
.product1 div img{

    margin: 20px;
    border-radius: 100px;
    box-shadow: 5px 5px 5px 5px rgb(130, 126, 126);

    
 }
 .product1 div h2{
    margin: 20px;
    border-radius: 100px;
    background-color:#cbcbca;
    color: rgb(121, 121, 65);
    box-shadow: 5px 5px 5px 5px rgb(130, 126, 126);

    
 }
/* team---------------------------------------------------------- */
.team{
    background-color: #eee9e98c;
    text-align: center;
}
.teami img{
    padding: 20px;
    height: 300px;
    width: 300px;
}
/* services------------------------------------------------------ */
.services{
    text-align: center;
    position: relative;
    height: 250px;
    padding: 100px;
}
.services::before{
   
    content: '';
    background: url(images/pollination.jpg)no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;    
    height:100%;
    width: 100%;
    z-index: -1;
    opacity: 0.7; 
    border-radius: 30px;
}

/* footer-------------------------------------------------------- */
footer{
    display: flex;
    padding: 20px; 
    background-color:rgb(138, 37, 37) ;
    color: rgb(158, 135, 5);
    text-align: center;
}
footer div{
    padding: 30px;
    width: 300px;
}
footer div h2{
    padding: 10px;
}
.ul li{
    list-style: none;
}
.ul li a{
    color:black ;
    padding: 10px;
    text-decoration: none;
    color: rgb(171, 146, 3);
}
