*{
    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, 170px);
    margin: 3px auto;
  
    display: grid;
    
    justify-content: center;
    grid-gap: 18px;
   
}

.wrapper{
   
    
   
   width: 100%;
   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: 180px;
    font-weight: normal;
    flex: 1;
    font-size: 11px;
    justify-content: center;
    align-items: center;
    
    background-color: rgb(253, 253, 250);
    color: gray;
}
.sheader u{
    color: #ba5327;
    text-align: left;
    width: 180px;
    
}
.footer{
   width: 100%;
    display: flex;
   height: auto;
    justify-content: center;
    background-color: rgb(19, 95, 134);
    align-items: center;
     text-align: center;
     border-radius: 6px;
}
.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: 140px;
    width: 170px;
  
    
}
.container .image-container .image img{
    height:140px;
    width:100%;
    border-radius: 3px;
}

.container.popup-image{
    position: fixed;
    top: 0; left: 0;
    background: rgba(0, 0, 0,.9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}
.container.popup-image span{
    position: absolute;
    top: 0; right: 10px;
    font-size: 60px;
    font-weight: bolder;
    color: #fff;
    cursor: pointer;
    z-index: 100;
}
.container.popup-image img{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    border: 5px solid #fff;
    border-radius: 5px;
    width: 70px;
    object-fit: cover;
}
.btn{
    width: 90px;
    height: 25px;
    color: white;
    border-radius: 20px;
    background-color: #1dc714;
}


@media screen and (max-width:360px){

    .gridbody{
        grid-template-columns: repeat(auto-fill, 150px);
    }
    .wrapper{
        width: 149px;
    }

    .sheader{
        width: 145px ;
    }
    

    .container .image-container .image{
        width: 170px;
    }

}


@media screen and (min-width:360px){

    .gridbody{
        grid-template-columns: repeat(auto-fill, 166px);
    }
    .wrapper{
        width: 166px;
    }

    .sheader{
        width: 164px ;
    }
    

    .container .image-container .image{
        width: 180px;
    }

}


@media screen and (min-width: 375px){

    .gridbody{
        grid-template-columns: repeat(auto-fill, 170px);
    }
    .wrapper{
        width: 170px;
    }

    .container .image-container .container2 .image1 img  {
        width: 166px;
    }

    .container .image-container .image{
        width: 182px;
    }
    
    .sheader{
        width: 166px ;
    }

}
@media screen and (min-width: 400px){

    .gridbody{
        grid-template-columns: repeat(auto-fill, 185px);
    }
    .wrapper{
        width: 185px;
    }

    .container .image-container .container2 .image1 img  {
        width: 179px;
    }

    .container .image-container .image{
        width: 189px;
    }

    .sheader{
        width: 183px ;
    }
}


@media screen and (min-width: 600px){

    .gridbody{
        grid-template-columns: repeat(auto-fill, 185px);
    }
  
    .wrapper{
        width: 184px;
    }

    .container .image-container .container2 .image1 img  {
        width: 177px;
    }

    .container .image-container .image{
        width: 180px;
    }
    .sheader{
        width: 181px ;
    }
}
