

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins'; sa-serif;
    box-sizing: border-box;
}
html{
    scroll-padding-top: 70px;
    scroll-behavior: smooth;
}
body{
    background-color: rgb(231, 231, 231);
    place-items: center;
}
.container-top{
    position: sticky;
    /* position: fixed; */
    /* overflow: hidden; */
    padding: 10px 10%;
    width: 100vw;
    height: 80px;
    background-color: rgb(255, 255, 255);
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    
}

.logo-green{
    width: 150px;
}

nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}

nav ul li a{
    color: rgb(70, 166, 59);
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

nav ul li a::after{
    content: '';
    width: 0;
    height: 3px;
    background: #3db319;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}

nav ul li a:hover::after{
    width: 100%;
}


/* --------------------Drop Down--------------------- */

nav ul li ul{
    position: absolute;
    /* left: 0; */
    width: 200px;
    background: rgb(255, 255, 255);
    display: none;
}

nav ul li ul li a{
    /* margin-top: 35px;  */
    font-size: 15px;
}
nav ul li:hover ul{
    display: block;

}








/* ----------------Products-------------- */


.container-product{
    /* background-color: #daf7b8; */
    padding: 20px 10%;
    width: 100%;  
}
.product-list{
    padding-top: 40px;
}
.product-list h4{
    margin-top: 40px;
}
.container-product h3{
    /* text-align: center; */
    font-size: 25px;
    color: rgb(70, 166, 59)
    
}
.container-product h4{
    margin-top: 30px;
    /* text-align: center; */
    font-size: 25px;
    color: rgb(70, 166, 59)
}
.row{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-col-1{
    flex-basis: 59%;
}
.product-col-1 img{
    margin-top: 10px;
    width: 100%;
    border-radius: 10px;
    
}
.product-col-1 a{
    text-decoration: none;
    color: black;
}
.product-col-2{
    flex-basis: 35%;
}
.product-col-2 h3{
    color: rgb(70, 166, 59);

}





/* --------------------------------Contact----------------------------------------------- */

.container-bottom{
    /* padding: 10px 10%; */
    width: 100vw;
    height: 275px;
    background-color: rgb(70, 166, 59);
    justify-content: center;
    align-items: center;

}
.contact-part{
    margin: auto;
    width: 80%;
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-between;
    /* background-color: aqua; */
}
.contact-part .logo-white{
    width: 150px;
    margin-left: 0;
}
.contact-part div p{
    color: #071a02;
    
    
}
.contact-part div ul a{
    
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #071a02;
}
.contact-part .social-icons{
    padding-top: 15px;
    align-items: center;
}
.contact-part .social-icons p i{
    margin-right: 15px;
    color: #071a02;
    
}
    
.contact-part .social-icons img{ 
    width: 30px;
    margin-right: 10px;
    color: #071a02;
    
    /* background-color: #cbdf13; */
}
.container-footer{
    width: 100vw;
    height: 60px;
    text-align: center;
    padding: 25px 0;
    background-color: #071a02;
 
}
.container-footer p{
    color: #3db319;
    font-size: 15px;
}
.container-footer p i{
    margin-right: 10px;
}

/* ------------- media query for small screen ----------------- */

nav .fa-solid{
    display: none;
}


@media only screen and (max-width: 800px){

    

.container-top{
    width: 100vw;
    height: auto;
    overflow: hidden;
}



nav .fa-solid{
    display: block;
    font-size: 25px;
    cursor: pointer;
    color: #3db319;
}
nav ul{
    margin-top: 53px;
    background: rgb(70, 166, 59);
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    z-index: 2;
    transition: right 0.3s;

}
nav ul li{
    display: block;
    margin: 25px;

}
nav ul li a{
    margin-left: 30px;
    color: rgb(255, 255, 255);
}
nav ul .fa-solid{
    position: absolute;
    top: 25px;
    left: 25px;
    margin-left: 30px;
    color: #0a3103;
    cursor: pointer;
}
nav ul li a::after{

    background: #ffffff;

}
nav{
    height: auto;

}
.logo-green{
    width: 95px;
    height: 34px;
}

nav ul li ul{
    position: relative;
    left: 0;
    margin-top: 0;
    
}

nav ul li ul{
    padding: 0;
    background: rgb(70, 166, 59);
    width: 300px;
    height: auto;
}


nav ul li ul li{
    margin-left: 0;
    
    
}

nav ul li ul li a{
    font-size: 15px;
    left: 0;
}











.apeal h2{
    font-size: 24px;
    text-align: center;
    
}

.container h4{
    font-size: 18px;
    
}
.container p{
    font-size: 15px;
    
}
.container div p{
    font-size: 15px;
    
}
.product-col-1, .product-col-2{
    flex-basis: 100%;

}
.product-col-2 h3{
    font-size: 20px;
}
.prosuct-col-1 img{
    height: 100%;

}
.product-col-2{
    margin-top: 30px;

}


.container-bottom{
    height: 90vh;
}
.contact-part div{
    width: 100%;
    margin-bottom: 5px;
}
.container-footer p{
    font-size: 10px;
}





}


        


