*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    background-color:  rgba(249, 248, 243, 0.909);
}
.logo {
    color: rgb(25, 209, 209);
    font-size: 32px;
}

.logo span {
    color: rgb(223, 12, 12);
}
.header{
    background-color: rgb(19, 95, 134);
    
   margin: 2px;
}
nav ul li{
    list-style-type: none;
    display: inline-block;
    padding: 10px;
}
ul li a{
    color: whitesmoke;
    letter-spacing: 0.1rem;
}
ul li a:hover{
    color: #ffd358;
    text-decoration: underline;
}
.menu li{
 float: left;
 padding: 7px;
}
.menu li a{
    text-decoration: none;
}
form{
    padding: 10px;
    text-align: right;
}
input[type="search"]{
    font-size: 14px;
    outline: none;
    padding: 0 15px;
    box-sizing: border-box;
    border: 1px solid #12a321;
    width: 130px;
    border-radius: 5px;
}


.h1{
    text-align: center;
    background-color: rgb(16, 96, 128);
    color: aliceblue;
    font-size: 10px;
}
.gridbody{
    max-width: 1500px;
    width: auto;
    height: auto;
    grid-template-columns: repeat(auto-fill, 320px);
    margin: 3px auto;
  
    display: grid;
    
    justify-content: center;
    grid-gap: 25px;
   
}

.wrapper{
   
    
   
   width: 320px;
   height: 100%;
   
   justify-items: center; 
  justify-content: center;
  padding: 1px;
    
    margin: auto;
    gap: 0px;
    font-size: 18px;
  
  
}


.container{
   
   
    width: 100%;
    
    justify-content: center;
    text-align: center;
    text-transform: capitalize;    
}
.container .image-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    justify-content: center;
    
   
}
.sheader{
    width: 100%;
    font-weight: normal;
    flex: 1;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    
    background-color: rgb(253, 253, 250);
    
}
.sheader u{
    color: #ba5327;
    text-align: left;

    
}
.footer{
    width: 100%;
  
   height: auto;
  
 
    justify-content: center;
    align-items: center;
    text-align: center;
}
.fa-whatsapp{
    position: relative;
    left: 5%;
    bottom: -3px;
    background-color: #0ffc1f;
   color: #f3efed;
   font-size: 20px;
   height: 20px;
   width: 30px;
   border-radius: 45%;
}
.container .image-container .image{
    height: 150px;
    width: 157px;
    margin: 1px;
    
}
.container .image-container .image img{
    height:150px;
    width:157px;
    border-radius: 3px;
   
}

.btn{
    width: 90px;
    height: 25px;
    color: white;
    border-radius: 20px;
    background-color: #1dc714;
}

.container3 u{
    color: #ba5327;
    width:100px;

    width: 100%;
}
.container3 {
    height: 157px;
    width:157px;
    text-align: left;
  font-size: 12px;
  color: gray;
}
.container3 h3 {
    text-align: center;
    color: #d00606;
   
}



@media screen and (max-width:360px){

    .gridbody{
        grid-template-columns: repeat(auto-fill, 360px);
        grid-gap: 2px;
    }
    .wrapper{
        width: 320px;
    }
    .container3{
        width: 150px ;
    }
    .container .image-container .image img {
        width: 160px;
    }

    .container .image-container .image{
        width: 160px;
    }


}

@media screen and (min-width: 360px){
    .gridbody{
        grid-template-columns: repeat(auto-fill, 360px);
        grid-gap: 2px;
    }
    .wrapper{
        width: 360px;
    }
    .container3{
        width: 170px ;
    }
    .container .image-container .image img {
        width: 180px;
    }

    .container .image-container .image{
        width: 180px;
    }
}







@media screen and (min-width: 375px){

    .gridbody{
        grid-template-columns: repeat(auto-fill, 375px);
        grid-gap: 2px;
    }
    .wrapper{
        width: 375px;
    }
    .container3{
        width: 175px ;
    }
    .container .image-container .image img {
        width: 190px;
    }

    .container .image-container .image{
        width: 190px;
    }

}
@media screen and (min-width: 400px){

    .gridbody{
        grid-template-columns: repeat(auto-fill, 400px);
        grid-gap: 2px;
    }
    .wrapper{
        width: 400px;
    }
    .container3{
        width: 160px ;
    }
    .container .image-container .image img {
        width: 225px;
    }

    .container .image-container .image{
        width: 225px;
    }

}


@media screen and (min-width: 600px){

    .gridbody{
        grid-template-columns: repeat(auto-fill, 300px);
        grid-gap: 25px;
    }
    .wrapper{
        width: 300px;
       
    }
    .container3{
        width: 130px ;
    }
    .footer{
        width: 150px;
    }
    .container .image-container .image img {
        width: 160px;
    }

    .container .image-container .image{
        width: 160px;
    }

}

