*{
    margin:0;
    padding:0;
    box-sizing: border-box;

}

html,body{
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}


.search-box  input:hover{
    background-color: aquamarine;
}

.search-box  input{ 
   height: 25px;
   width: 180px;
   border-radius: 20px;
border: none;
outline-color: white;

padding-left: 7px;
}



.fa-magnifying-glass{
    position: absolute;
    font-size: 14px;
    transform: translate();
    right: 12%;
    top: 70px;
color: black;
}

.upper-line{
    height: 45px;
    width: 100%;
    background-color: #F4B800;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: sans-serif;
     
}



.depper-line{
    height: 80px;
    width: 100%;
    background-color: black;
    display: flex; 
 
}


.depper-line img{

height: 80px;
width: 80px;
}


.depper-line-1{
    height: 100%;
    width: 20%;
    background-color: black;
    display: flex;
    justify-content: center;
    
}

.depper-line-2{
    height: 100%;
    width: 50%;
    background-color: black;
    display: flex;
    align-items: center;
    font-family: sans-serif;
    padding-left: 50px;
   
}

.depper-line-3{
    height: 100%;
    width: 30%;
    background-color: black;
   display: flex;
   align-items: center;
   padding-left: 70px;
  font-size: 20px
}


.depper-line-3 i{
    
margin: 9px;
}

.fa-user{
color: white;
}

.fa-truck{
color: white;
}

.fa-cart-shopping{
    color: white;
}




.depper-line-2 a:hover{
    color: blue;
}


.cart-1:hover{
    background-color: black;
    color: white;
}


.cart-2:hover{
    background-color: #F8C517;
    color: black;
}


.cart-3:hover{
    background-color: red;
    color: black;
}



.cart-4:hover{
    background-color: black;
    color: red;
}



.depper-line-2 a{


    color: white;

   text-decoration: none;
  justify-content: space-between;
  margin: 5px 15px;
 
    
}

.mid{
    height: 620px;
    width: 100%;
    
   
}

.mid img{
     
     height: 100%;
    width: 100%;
    object-fit: cover;
}
                               /* help bar fixed.. */
#help{
    height: 45px;
    width: 85px;
    border-radius: 50px;
    background-color: #0391d8;
 position: absolute;
 transform: translate(0px , 0px);
 top: 500px;
 right: 50px;
 position: fixed;
 padding: 13px 21px;
 color: white;
}


#help a{
    text-decoration: none;
    color: white;
}


                                    /* front-section of all div */

.front-page{
    height: 600px;
    width: 100%;

    /* background: hsla(154, 100%, 76%, 1);

background: linear-gradient(90deg, hsla(154, 100%, 76%, 1) 0%, hsla(234, 100%, 83%, 1) 50%, hsla(288, 100%, 81%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(154, 100%, 76%, 1) 0%, hsla(234, 100%, 83%, 1) 50%, hsla(288, 100%, 81%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(154, 100%, 76%, 1) 0%, hsla(234, 100%, 83%, 1) 50%, hsla(288, 100%, 81%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#84FFC9", endColorstr="#AAB2FF", GradientType=1 ); */

    display: flex;
    padding: 60px 20px;
   justify-content: space-evenly;
}


#front-1{
    width:260px;
    height: 510px;
   

}

#front-2{
    width:260px;
    height: 510px;
    
    
}

#front-3{
    width:260px;
    height: 510px;
    
    
}

#front-4{
    width:260px;
    height: 510px;
    
    
}

                                  /* pic-section for all div */
 .pic-1{
height: 270px;
width: 100%;
} 

 .pic-2{
height: 270px;
width: 100%;
} 

 .pic-3{
height: 270px;
width: 100%;
} 

 .pic-4{
height: 270px;
width: 100%;
} 


 .pic-1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
 }

 .pic-2 img{
     height: 100%;
    width: 100%;
    object-fit: cover;
 }

  .pic-3 img{
     height: 100%;
    width: 100%;
    object-fit: cover;
 }

  .pic-4 img{
     height: 100%;
    width: 100%;
    object-fit: cover;
 }

 .price i{
    font-size: 17px; 
 }




                                 /* it is a 1st info-section */

 .info-1{
    height: 100px;
    width: 100%;
    /* background-color:red; */
    flex-direction: column;
    align-items: center;
    padding: 20px 30px;
    font-family: sans-serif;
    

 }

  .info-1 p{
    letter-spacing: 2px;
    font-weight: 500;
    font-family: Verdana, sans-serif;
 }


                                        /* it is a 1st price-section */
.price-1{
    height: 60px;
    width: 100%;

    display: flex;
    align-items: center;
    font-family: sans-serif;
    justify-content: space-evenly;
    color: green;
}

 .price-1 h2{
   
    font-size: 21px;
   
 }

 .price-1 s{
    font-weight: 200;
 }


                                /* it is a 1st cart-section */
.cart-1{
    height: 60px;
width: 200px;

margin: 10px 31px;
border-radius: 50px;
padding: 15px 26px;
border: 2px solid black;

}

.cart-1 h3{
    font-family: sans-serif;
    font-weight: 800;
}

.cart-1 a{
    text-decoration: none;
    /* color:  blue; */
}

                             /* it is a 2nd price-section */


.price-2{
    height: 60px;
    width: 100%;
   
       display: flex;
    align-items: center;
    font-family: sans-serif;
    justify-content: space-evenly;
    
}

 .price-2 h2{
    font-size: 21px;
    color: green;
 }

 .price-2 s{
    font-weight: 200;
    color: red;
 }


                              /* it is a 2nd info-section */

  .info-2{
    height: 100px;
    width: 100%;
     flex-direction: column;
    align-items: center;
    padding: 20px 30px;
    font-family: sans-serif;
 }

   .info-2 p{
    letter-spacing: 2px;
  font-weight: 500;
    font-family: Verdana, sans-serif;
 }




                                /* it is a 2nd cart-section */

 .cart-2{
    height: 60px;
width: 200px;

margin: 10px 31px;
border-radius: 50px;
padding: 15px 26px;
border: 2px solid black;
}

.cart-2 h3{
    font-family: sans-serif;
    font-weight: 800;
}

.cart-2 a{
    text-decoration: none;
    /* color:  blue; */
}




                             /* it is a 3rd info-section */

 .info-3{
    height: 100px;
    width: 100%;
    /* background-color: red; */
     flex-direction: column;
    align-items: center;
    padding: 20px 30px;
    font-family: sans-serif;
 }

   .info-3 p{
    letter-spacing: 2px;
  font-weight: 500;
    font-family: Verdana, sans-serif;
 }


                                 /* it is a 3rd price-section */
.price-3{
    height: 60px;
    width: 100%;
   
       display: flex;
    align-items: center;
    font-family: sans-serif;
    justify-content: space-evenly;
     
}


 .price-3 h2{
   
    font-size: 21px;
    color: green;
   
 }

 .price-3 s{
    font-weight: 200;
    color: red;
 }

                                       /* it is a 3rd cart-section */

 .cart-3{
    height: 60px;
width: 200px;

margin: 10px 31px;
border-radius: 50px;
padding: 15px 26px;
border: 2px solid black;
}

.cart-3 h3{
    font-family: sans-serif;
    font-weight: 800;
}


.cart-3 a{
    text-decoration: none;
    
}




                                /* it is a 4th info-section */

 .info-4{
    height: 100px;
    width: 100%;
  
     flex-direction: column;
    align-items: center;
    padding: 20px 30px;
    font-family: sans-serif;
 }

   .info-4 p{
    letter-spacing: 2px;
    font-weight: 500;
    font-family: Verdana, sans-serif;
 }
                                /* it is 4th price section */
.price-4{
    height: 60px;
    width: 100%;
  
       display: flex;
    align-items: center;
    font-family: sans-serif;
    justify-content: space-evenly;
     
}


 .price-4 h2{
   
    font-size: 21px;
    color: green;
   
 }

 .price-4 s{
    font-weight: 200;
    color: red;
 }

                           /* it is 4th cart section */
  .cart-4{
    height: 60px;
width: 200px;

margin: 10px 31px;
border-radius: 50px;
padding: 15px 26px;
border: 2px solid black;
}

.cart-4 h3{
    font-family: sans-serif;
    font-weight: 800;
}



.front-page a{
    text-decoration: none;
}


#front-1 a{
    color: blue;
}

#front-2 a{
    color: blue;
}

#front-3 a{
    color: red;
}

#front-4 a{
    color: red;
}





.front-page-2{
     height: 600px;
    /* background: hsla(186, 33%, 94%, 1);

background: linear-gradient(90deg, hsla(186, 33%, 94%, 1) 0%, hsla(216, 41%, 79%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(186, 33%, 94%, 1) 0%, hsla(216, 41%, 79%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(186, 33%, 94%, 1) 0%, hsla(216, 41%, 79%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#EBF4F5", endColorstr="#B5C6E0", GradientType=1 ); */
        display: flex;
    padding: 60px 20px;
   justify-content: space-evenly;
   
}


.front-5{
      width:260px;
    height: 510px;
}

.front-6{
      width:260px;
    height: 510px;
}

.front-7{
      width:260px;
    height: 510px;
}

.front-8{
      width:260px;
    height: 510px;
}

 .pic-5{
height: 270px;
width: 100%;
} 

 .pic-6{
height: 270px;
width: 100%;
} 

 .pic-7{
height: 270px;
width: 100%;
} 

 .pic-8{
height: 270px;
width: 100%;
} 


 .pic-5 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
 }

 .pic-6 img{
     height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
 }

  .pic-7 img{
     height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
 }

  .pic-8 img{
     height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
 }

  .info-5{
    height: 100px;
    width: 100%;
    /* background-color:red; */
    flex-direction: column;
    align-items: center;
    padding: 20px 30px;
    font-family: sans-serif;

 }

  .info-5 p{
    letter-spacing: 2px;
   font-weight: 500;
    font-family: Verdana, sans-serif;
 }


  .info-6{
    height: 100px;
    width: 100%;
    /* background-color:red; */
    flex-direction: column;
    align-items: center;
    padding: 20px 30px;
    font-family: sans-serif;

 }

  .info-6 p{
    letter-spacing: 2px;
    font-weight: 500;
    font-family: Verdana, sans-serif;
 }


  .info-7{
    height: 100px;
    width: 100%;
    /* background-color:red; */
    flex-direction: column;
    align-items: center;
    padding: 20px 30px;
    font-family: sans-serif;

 }

  .info-7 p{
    letter-spacing: 2px;
    font-weight: 500;
    font-family: Verdana, sans-serif;
 }


  .info-8{
    height: 100px;
    width: 100%;
    /* background-color:red; */
    flex-direction: column;
    align-items: center;
    padding: 20px 30px;
    font-family: sans-serif;

 }

  .info-8 p{
    letter-spacing: 2px;
    font-weight: 500;
    font-family: Verdana, sans-serif;
 }


 .price-5{
    height: 60px;
    width: 100%;

    display: flex;
    align-items: center;
    font-family: sans-serif;
    justify-content: space-evenly;
     
}

 .price-5 h2{
   
    font-size: 21px;
    color: green;
   
 }

 .price-5 s{
    font-weight: 200;
    color: red;
 }


 .price-6{
    height: 60px;
    width: 100%;

    display: flex;
    align-items: center;
    font-family: sans-serif;
    justify-content: space-evenly;
    
}

 .price-6 h2{
   
    font-size: 21px;
    color: green;
   
 }

 .price-6 s{
    font-weight: 200;
    color: red;
 }


 .price-7{
    height: 60px;
    width: 100%;

    display: flex;
    align-items: center;
    font-family: sans-serif;
    justify-content: space-evenly;
     /* color: green; */
}

 .price-7 h2{
   color: green;
    font-size: 21px;
   
 }

 .price-7 s{
    font-weight: 200;
    color: red;
 }


 .price-8{
    height: 60px;
    width: 100%;

    display: flex;
    align-items: center;
    font-family: sans-serif;
    justify-content: space-evenly;
     
}

 .price-8 h2{
   
    font-size: 21px;
    color: green;
   
 }

 .price-8 s{
    font-weight: 200;
    
 }


 .cart-5{
    height: 60px;
width: 200px;
text-decoration: none;
margin: 10px 31px;
border-radius: 50px;
padding: 15px 26px;
border: 2px solid black;

}

.cart-5 h3{
    font-family: sans-serif;
    font-weight: 800;
}

.cart-5 a{
    text-decoration: none;
    color:  blue;
}

.cart-6{
    height: 60px;
width: 200px;

margin: 10px 31px;
border-radius: 50px;
padding: 15px 26px;
border: 2px solid black;

}

.cart-6 h3{
    font-family: sans-serif;
    font-weight: 800;
}

.cart-6 a{
    text-decoration: none;
    color:  blue;
}

.cart-7{
    height: 60px;
width: 200px;

margin: 10px 31px;
border-radius: 50px;
padding: 15px 26px;
border: 2px solid black;

}

.cart-7 h3{
    font-family: sans-serif;
    font-weight: 800;
}

.cart-7 a{
    text-decoration: none;
    color:  blue;
}

.cart-8{
    height: 60px;
width: 200px;

margin: 10px 31px;
border-radius: 50px;
padding: 15px 26px;
border: 2px solid black;

}

.cart-8 h3{
    font-family: sans-serif;
    font-weight: 800;
    text-decoration: none;
}

.cart-8 a{
    text-decoration: none;
    color:  blue;

}


.cart-5:hover{
     background-color: black;
   color: #D2B691;
}


.cart-6:hover{
      background-color: black;
   color: #D2B691;
    
}


.cart-7:hover{
      background-color: black;
   color: #D2B691;
}



.cart-8:hover{
    background-color: black;
   color: #D2B691;
}




.front-page-2 a{
    text-decoration: none;
}


.front-5 a{
  color: blue;
}

.front-6 a{
      color: blue;
}

.front-7 a{
     color: red;
}

.front-8 a{
     color: red;
}


.full-section{
    height: 360px;
    width: 100%;
  
    display: flex;
    justify-content: space-between;
    
}





.sec-1{
    height: 100%;
    width: 300px;
  
    
}


.sec-2{
    height: 100%;
    width: 300px;

    display: flex;
}


.sec-3{
    height: 100%;
    width: 300px;
   
 
    
    
}


.sec-4{
  height: 100%;
    width: 300px;
  
  
}


.sec-5{
     height: 100%;
    width: 300px;
    
    
}

.heading{
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 600;
    margin-left: 65px;
      color: rgb(172, 51, 51);
}




#img-1{
    height: 220px;
    width: 130px;
    margin: 25px 70px;

}





.bottom-1{
    font-size: 10px;
    font-family: sans-serif;
    margin: 6px 68px;
    font-weight: 600;
    line-height: 18px;
}




.sec-2{
   flex-direction: column;
    
}




.heading-2{
font-size: 12px;
    font-family: sans-serif;
    font-weight: 600;
    color: rgb(172, 51, 51);
    
}



#img-2{
    height: 220px;
    width: 130px;
   margin: 25px 80px;
  
     
}



.bottom-2{
     font-size: 10px;
    font-family: sans-serif;
  margin: 5px 80px;
    font-weight: 600;
    line-height: 18px;
}

.sec-3{
    padding: 60px 70px;
}


#img-3{
 height: 220px;
    width: 130px;
 
}

.bottom-3{
     font-size: 10px;
    font-family: sans-serif;
 margin-top: 22px;
 line-height: 18px;

    font-weight: 600;
}

.sec-4{
    padding: 60px 70px;
}


#img-4{
 height: 220px;
    width: 130px;
}

.bottom-4{
     font-size: 10px;
    font-family: sans-serif;
 margin-top: 22px;
 line-height: 18px;

    font-weight: 600;
}


.sec-5{
    padding: 60px 60px;
}


#img-5{
 height: 220px;
    width: 140px;
}

.bottom-5{
     font-size: 10px;
    font-family: sans-serif;
 margin-top: 22px;
 line-height: 18px;

    font-weight: 600;
}

                                   /* starts from here... */


.horizontal-part{
    height: 540px;
    width: 100%;
 
    display: flex;
}                                   

.hrz-1{
    height: 500px;
    width: 32%;

    margin-left: 1%;
    margin-top: 20px;
}

.hrz-2{
    height: 500px;
    width: 32%;

    margin-left: 1%;
    margin-top: 20px;
}

.hrz-3{
    height: 500px;
    width: 32%;

    margin-left: 1%;
    margin-top: 20px;
}

.hrz-1 h2{
    font-weight: 600;
    font-size: 25px;
    font-family: sans-serif;
}

#in-1{
height: 70px;
width: 100%;

padding: 20px 60px;
}

.upper-both-cont{
    height: 210px;
    width: 98%;

    margin: 5px 4px;
    padding: 5px 5px;
    display: flex;
    justify-content: space-between;
}

.upper-1{
height: 200px;
width: 48%;
border: 2px solid #EBEBEB;
}

.upper-2{
height: 200px;
width: 48%;
border: 2px solid #EBEBEB;
}

.lower-both-cont{
    height: 200px;
    width: 98%;
   
    margin: 5px 4px;
    padding: 5px 5px;
    display: flex;
    justify-content: space-between;
}

.lower-1{
height: 190px;
width: 48%;
border: 2px solid #EBEBEB;
}

.lower-2{
height: 190px;
width: 48%;
border: 2px solid #EBEBEB;
}

                                       /* hrz-2 starts from here */

.hrz-2 h2{
    font-weight: 600;
    font-size: 25px;
    font-family: sans-serif;
}

#in-2{
height: 70px;
width: 100%;

padding: 20px 60px;
}

.upper-both-cont-2{
    height: 210px;
    width: 98%;

    margin: 5px 4px;
    padding: 5px 5px;
    display: flex;
    justify-content: space-between;
}

.upper-2-1{
height: 200px;
width: 48%;
border: 2px solid #EBEBEB;
}

.upper-2-2{
height: 200px;
width: 48%;
border: 2px solid #EBEBEB;
}

.lower-both-cont-2{
    height: 200px;
    width: 98%;
  
    margin: 5px 4px;
    padding: 5px 5px;
    display: flex;
    justify-content: space-between;
}

.lower-2-1{
height: 190px;
width: 48%;
border: 2px solid #EBEBEB;
}

.lower-2-2{
height: 190px;
width: 48%;
border: 2px solid #EBEBEB;
}

                                       /* 3rd-part start from here */
 .hrz-3 h2{
    font-weight: 600;
    font-size: 25px;
    font-family: sans-serif;
}

#in-3{
height: 70px;
width: 100%;

padding: 20px 60px;
}

.upper-both-cont-3{
    height: 210px;
    width: 98%;

    margin: 5px 4px;
    padding: 5px 5px;
    display: flex;
    justify-content: space-between;
}

.upper-3-1{
height: 200px;
width: 48%;
border: 2px solid #EBEBEB;
}

.upper-3-2{
height: 200px;
width: 48%;
border: 2px solid #EBEBEB;
}

.lower-both-cont-3{
    height: 200px;
    width: 98%;
    
    margin: 5px 4px;
    padding: 5px 5px;
    display: flex;
    justify-content: space-between;
}

.lower-3-1{
height: 190px;
width: 48%;
border: 2px solid #EBEBEB;
}

.lower-3-2{
height: 190px;
width: 48%;
border: 2px solid #EBEBEB;
}

.upper-1 img{
    height: 120px;
    width: 100px;
  margin: 10px 40px;
}

.context-1 h2{

font-size: 17px;
font-family: sans-serif;
margin: 5px 18px;
line-height: 19px;
}

.context-1 span{
    color: #108934;
}




.upper-2 img{
    height: 120px;
    width: 100px;
  margin: 10px 40px;
}

.context-2 h2{

font-size: 17px;
font-family: sans-serif;
margin: 5px 10px;
line-height: 19px;
}

.context-2 span{
    color: #108934;
}

.lower-1 img{
    height: 120px;
    width: 100px;
  margin: 10px 40px;
}

.context-3 h2{

font-size: 17px;
font-family: sans-serif;
margin: 0px 15px;
line-height: 19px;
}

.context-3 span{
    color: #108934;
}



.lower-2 img{
    height: 120px;
    width: 100px;
  margin: 10px 40px;
}

.context-4 h2{

font-size: 17px;
font-family: sans-serif;
margin: 0px 23px;
line-height: 19px;
}

.context-4 span{
    color: #108934;
}

.upper-2-1 img{
    height: 120px;
    width: 100px;
  margin: 10px 40px;
}

.context-5 h2{

font-size: 17px;
font-family: sans-serif;
margin: 5px 23px;
line-height: 19px;
}

.context-5 span{
    color: #108934;
}

.upper-2-2 img{
    height: 120px;
    width: 100px;
  margin: 10px 40px;
}

.context-6 h2{

font-size: 17px;
font-family: sans-serif;
margin: 5px 23px;
line-height: 19px;
}

.context-6 span{
    color: #108934;
}

.lower-2-1 img{
    height: 120px;
    width: 100px;
  margin: 10px 40px;
}

.context-7 h2{

font-size: 17px;
font-family: sans-serif;
margin: 0px 10px;
line-height: 19px;
}

.context-7 span{
    color: #108934;
}

.lower-2-2 img{
    height: 120px;
    width: 100px;
  margin: 10px 40px;
}

.context-8 h2{

font-size: 17px;
font-family: sans-serif;
margin: 0px 10px;
line-height: 19px;
}

.context-8 span{
    color: #108934;
}


.upper-3-1 img{
    height: 120px;
    width: 100px;
  margin: 10px 40px;
}

.context-9 h2{

font-size: 17px;
font-family: sans-serif;
margin: 0px 23px;
line-height: 19px;
}

.context-9 span{
    color: #108934;
}

.upper-3-2 img{
    height: 120px;
    width: 100px;
  margin: 10px 40px;
}

.context-10 h2{

font-size: 17px;
font-family: sans-serif;
margin: 0px 23px;
line-height: 19px;
}

.context-10 span{
    color: #108934;
}

.lower-3-1 img{
    height: 120px;
    width: 100px;
  margin: 10px 40px;
}

.context-11 h2{

font-size: 17px;
font-family: sans-serif;
margin: 0px 23px;
line-height: 19px;
}

.context-11 span{
    color: #108934;
}

.lower-3-2 img{
    height: 120px;
    width: 100px;
  margin: 10px 40px;
}

.context-12 h2{

font-size: 17px;
font-family: sans-serif;
margin: 0px 23px;
line-height: 19px;
}

.context-12 span{
    color: #108934;
}



.horizontal-part img:hover{
transform: scale(1.1);
}


.full-section img:hover{
transform: scale(1.1);
}

.front-page-2 img:hover{
    transform: scale(1.1);
}


.main-footer{
    width: 100%;
    background-color: #111;
    color: white;
    font-family: sans-serif;
}

/* TOP COPYRIGHT */
.footer-top{
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #333;
    background-color: #FEA200;
    color: black;
    font-size: 15px;
    letter-spacing: 0.1px;
    
}

/* MAIN CONTENT */
.footer-content{
    display: flex;
    justify-content: space-around;
    padding: 40px 60px;
}

.footer-col{
    width: 20%;
}

.footer-col h3{
    font-size: 15px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    
}


.footer-col-1 h3{
    font-size: 15px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin-left: 25px;
    
}




.footer-col-1 p{
    font-size: 14px;
    line-height: 22px;
    color: #ccc;
}

.footer-col-1 a{
    display: block;
    text-decoration: none;
    color: #ccc;
    font-size: 14px;
    margin-bottom: 8px;
}


.footer-col p{
    font-size: 14px;
    line-height: 22px;
    color: #ccc;
}

.footer-col a{
    display: block;
    text-decoration: none;
    color: #ccc;
    font-size: 14px;
    margin-bottom: 8px;
}

/* SOCIAL ICONS */
.footer-icons{
    display: flex;
    gap: 12px;
}

.footer-icons a{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 1px solid transparent;
    transition: 0.3s;
}

/* 🔥 HOVER EFFECT – WHITE CIRCLE */
.footer-icons a:hover{
    border: 1px solid white;
}


.footer-icons a:hover{
    border: 1px solid white;
    transform: scale(1.15);   /* 👈 thoda zoom */
}















