*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'poppins',sans-serif;
    background-color:#c8ea98;
}
.navbar{
    font-family: "Poppins", sans-serif;
    background: linear-gradient(0deg, rgba(19, 86, 29, 0.811) 5%, rgb(98, 189, 125) 100%);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#nfon{
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}
#nfon:hover{
    font-size: 20px;
}
.header{
    display: flex;
    justify-content: center;
    gap: 53px;
    padding: 53px;
}
#headerbutton{
    padding-left: 20px;
    padding-right: 20px;padding-bottom: 9px;
    padding-top: 9px;
    margin-top: 10px;
    background-color: #50782b;
    color: white;
    cursor: pointer;
    border-radius: 12px;
    border: none;
}
#headerbutton:hover{
    background-color:  white;
    color:#193301;
}
.servers
{
padding: 23px;
}
.service-container-1
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-container-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 11px;
}
.service-container-2 div{
    background-color: rgba(117, 162, 240, 0.675);
    border-radius: 6px;
    padding: 10px;
}
.new{
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.new-arr{
    position: relative;
    flex-basis: 20%;
}
.new button{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom:  5%;
    margin-top: 10px;
    color: rgb(5, 5, 5);
    position: absolute;
    top: 50%;
    left: 25%;
    border-radius: 10px;
    border: none;   
}
.jj{
    padding: 20px;
}
.news{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.news input{
    padding: 12px;
    width: 80vw;
    margin-bottom: 10px;
    border: solid black 4px;
}
.news button{
    margin-top: 10px;
    color: aliceblue;
    background-color: black;
    border-radius: 10px;
    padding: 10px;
}
.footer{
    margin-top: 20px;
    padding: 40px;
    background-color: rgb(19, 72, 27);
    color: white;
}
.product-selection{
    margin-top: 20px;
}
.Product-search{
    width: 80%;
    border: none;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: auto;
}
.Product-search input{
    border: 3px solid black;
    border-radius: 20px;
    background-color: transparent;
    width: 100%;
    align-items: center;
    padding: 10px;
    margin: auto;
    height: 40px;
}
.Product-search input :focus{
  outline: none;
}
.products{
    padding: 20px;
    display: flex;
   flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
}
.product-box{
    text-align: center;
    flex-basis: 20%;
}
.product-box img{
    border-radius: 7px;
}
/* media query */
@media screen and (max-width:600px) 
{
    .menu-toggle{
        display: block;
    }
    .navbar-links{
        display: none;
    }
    .hi{
        display: none;
    }
    .service-container-1{
        display: none;
    }
    .service-container-2{
        flex-direction: column;
        column-gap: 5px;
    }
}
#gene{
    font-size: 30px;
    font-weight: bolder;
    font-family: "Kanit", sans-serif;
}
