*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
  
 
    background: white;
}
.logo {
    color: rgb(25, 209, 209);
    font-size: 32px;
}

.logo span {
    color: rgb(223, 12, 12);
}
.header{
   background-color: #ffd358;
    height: 100px;
    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: 8px;
}
.menu li a{
    text-decoration: none;
}
form{
    padding: 5px;
    text-align: right;
}
input[type="search"]{
    font-size: 14px;
    border: 1px solid;
    border-radius: 5px;
    width: 130px;
}
.h1 {
    text-align: center;
    color: #fff;
    background-color:  rgb(13, 153, 223);
}


.fa-house{
    color: #75ec81;
}
.slide{
    height: auto;
    width: 180px;
    position: absolute;
    background-color: #fff;
    transition: 0.5s ease;
    transform: translateX(-180px);
}
h2{
    color: #8000ff;
    font-weight: 800;
    text-align: right;
    padding: 10px 0;
    padding-right: 30px;
    pointer-events: none;
}
 ul li {
    list-style: none;
}
 ul li a{
    color: #011a41;
    font-weight: 500;
    padding: 5px 0px;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.2s ease-out;
}

ul li:hover a{
    color: #fff;
    background-color: #8000ff;
}
ul li a i{
    width: 40px;
    text-align: center;
}
input{
    display: none;
    visibility: hidden;
    -webkit-appearance: none;
}
.toggle{
    position: absolute;
    height: 30px;
    width: 30px;
    top: 60px;
    left: 20px;
    z-index: 1;
    cursor: pointer;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.toggle .common{
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #8000ff;
    border-radius: 50px;
    transition: 0.3s ease;
}
.toggle .top_line{
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.toggle .middle_line{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.toggle .bottom_line{
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
}
input:checked ~ .toggle .top_line{
    left: 2px;
    top: 14px;
    width: 25px;
    transform: rotate(45deg);
}
input:checked ~ .toggle .bottom_line{
    left: 2px;
    top: 14px;
    width: 25px;
    transform: rotate(-45deg);
}
input:checked ~ .toggle .middle_line{
    opacity: 0;
    transform: translateX(20px);
}
input:checked ~ .slide{
    transform: translateX(0);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.gridbody{
    max-width: 1500px;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(auto-fill, 155px);
    margin: 5px auto;
  
    display: grid;
    
    justify-content: center;
    grid-gap: 10px;
   
}


.wrapper{
 
     width: 154px;
     height: 100%;
     justify-items: center; 
     justify-content: center;
     padding: 1px;   
     margin: 1px;
     gap: 1px;
     font-size: 16px;
     
}


.container{
    display: flex;
    gap: 1px;
    font-size: 10px;
    width: 154px;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;    
}
.container .image-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    justify-content: center;
   
}

.h3t a{
    float: right;
    text-align:left;
   
   color: white;
   position: absolute;
   transform: translate(-35px);
   top: 80px;
   right:1px;
   background: black;
}
.h3f a{
    float: right;
    text-align:left;
    
   color: blue;
   position: absolute;
   transform: translate(-10px);
   top: 80px;
   right:1px;
   background:white;
    border-radius: 10px;
   font-size: large;
}
.fa-facebook{
      float: right;
    text-align:left;
 height: 18px;
   color: blue;
   
   background: white;
    border-radius: 10px;
   font-size: large;
}
.h3i a{
    float: right;
    text-align:left;
    height: 17px;
   color: white;
   position: absolute;
   transform: translate(-59px);
   top: 80px;
   right:1px;
  border-radius: 7px;
background-color: rgb(140, 55, 1);
 font-size: large;
}

.container3 u{
    color: #ba5327;
    width:100px;

    width: 100%;
}
.container3 {
    height: auto;
    width:80px;
    text-align: center;
  font-size: 10px;
  
}

.footer{
    flex: 1;
    display: flex;
    width:100%;
    height: auto;
   
    
    align-items: center;
    text-align: center;
}
.fa-whatsapp{
    position: relative;
    left: 5%;
    bottom: -3px;
    background-color: #0ffc1f;
   color: #f3efed;
   font-size: 18px;
   height: auto;
   width: auto;
   border-radius: 45%;
}

.container .image-container .image{
    height: 95px;
    width: 107px;
    margin: 1px;
  
    cursor: pointer;
}
.container .image-container .image img{
    height:100%;
    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;
}

.btn{
    width: 80px;
    height: auto;
    color: white;
    border-radius: 20px;
    font-size: 10px;
    background-color: #1dc714;
}



@media(max-width:768px){
    .container.popup-image img{
        width: 95px;
    }
}