*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
   
}

body{
    background-color: #dfdfdf;
}
.flex_start{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.flex-around{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-sparase{
    display: flex;
    align-items: center;
    justify-content: space-around;
    
}
.flex-sparase-center{
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.product_button{
    margin-top: 5px;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: 1px 2px 3px 1px rgb(0,0,0,0.2);
    border-radius: 4px;
    background-color:#478447;
    color: #ffffff;
    transition: all 0.5s;
}

.product_button:hover{
    background-color: #fff;
    color: #000000;
    transition: all 0.5s;
    /* border: 0.4px solid gray; */
}
/*--------------nav-start----------*/

.nav{
    width: 100%;
    min-height: 40px;
    top: 0;
    left: 0;
    position: sticky;
    z-index: 100;
    background-color: rgb(228, 243, 243);
    
}
.nav-upper-menu{
    width: 100%;
    height: 40px;
    
}
.nav-link-logo{
    font-size: 16px;
    margin-left: 15px;
    color: rgb(160, 90, 90);
}
.nav-list{
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    margin-left: 10px;
}
.nav-list:hover{
    color: rgb(13, 14, 14);
    border-bottom: 2px solid green;
}
.navupper-right-link{
    font-size: 12px;
    color: rgb(38, 139, 70);
    cursor: pointer;
    margin-right: 10px;
}

.navupper-right-link:hover{
    border-bottom: 2px solid green;
    color: rgb(15, 19, 16);
}

.nav-bottom-menu{
    height: 40px;
    background-color: rgb(209, 216, 223);
    color: black;
    /* padding: 5px 3px; */
    text-align: center;
}

.nav-bottom-ul{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nav-bottom-li:hover{
    border-bottom: 3px solid green;
    transition: 0.5s;
}
.nav-bottom-link{
  color: rgb(83, 81, 81);
  font-size: 12px;
  cursor: pointer;
}
.nav-bottom-link:hover{
    color: #000;
    font-size: bold;
}
.nav-bottom-li{
    margin: 0 18px;
}
/*------------------nav-ends--------------*/


@media  (max-width: 992px) {
    .nav-bottom-li{
        margin: 0 10px;
    }

   .product_section2{
    flex-direction: column;
    
   }

   .product_section2{
    display: flex;
   }
   .add_2{
    display: none;
   }
   
   .product_section1{
    width: 48%;
    
    }
   /* .cat-center{
    flex-direction: column;
   } */


}
   
@media  (max-width: 600px) {
    .nav-upper-right{
       display: none;
    }

    .nav-bottom-li{
        margin: 0 10px;
    }
    .makeup_section1_meddle{
        display: flex;
        flex-direction: column;
        
    }
    .add_2{
        display: none;
    }
    .cat-center{
        flex-direction: column;
    }
    .footer-top{
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }
}


/*------Add_start----------*/

/*--------Add_ends-----------*/





  
.cat_section {
    
    overflow: hidden;
  }
  
  .cat-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: auto;
  }
  
  .cat {
    width: 160px;
    height: 160px;
    overflow: hidden;
    background-size: cover;
    position: relative;
    cursor: pointer;
    text-align: center;
    margin: 10px;
  }
  
  .cat-center .cat img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    
  }
  
  
  
/*  .cat-center .cat div {*/
/*      width: fit-content;*/
/*    position: absolute;*/
/*    bottom: 15%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    background-color: #fff;*/
    
/*    line-height: 5rem;*/
/*    text-align: center;*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    -webkit-transform: translateX(-50%);*/
/*    -moz-transform: translateX(-50%);*/
/*    -ms-transform: translateX(-50%);*/
/*    -o-transform: translateX(-50%);*/
/*}*/
  
/*-----------makeup_section1_top-----------*/

/*------------makeup_section1_meddle-----------*/
.makeup_section1_meddle{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
   
}


.product_section1{
   width: 160px;
   margin: 10px;
   padding: 5px;
   background-color: #eeecec;
}

.product_section1_image{
    width: 140px;
    
}
.product_section1_img{
    width: 95%;
    object-fit: cover;
    background-size: cover;
}
.product_section1_h2{
    font-size: 16px;
    color: #2c2c2c;
    margin: 5px 0;
}

.product_section1_desc{
    font-size: 12px;
    color: #3b3a3a;
} 

/*------------makeup_section1_meddle-----------*/


/*---------product_section2_leftimg-----------*/
.product_section2{
    width: 100%;
    display: flex;
    padding: 5px;
    gap: 1rem;
}
.product_section2_left{
    flex: 1;
}
.product_section2_right{
    flex: 1;
}
.product_section2_left{
    display: flex;
    margin-top: 1rem;
    padding: 10px;
    background-color: #f5f4f4;
}

.product_section2_leftimg{
    flex: 1;
}
.product_section2_left_desc{
    flex: 1;
}
.product_section2_leftimg{
    width: 100%;
    height: 250px;
    padding: 10px;
    background-size: cover;
}
.product_section2_left_desc{
    padding: 10px;
    
}
.product_section2_left_desc_h2{
    font-size: 18px;
    color: #2b2b2b;
    margin-top: 45px;
}

.product_section2_left_desc_p{
    font-size: 12px;
    color: #000;
}

.product_section2_leftimg_image{
    width: 150px;
    height: 100%;
}

.product_section2_right{
    display: flex;
    margin-top: 1rem;
    padding: 10px;
    background-color: #f5f4f4;
}


/*---------product_section2_leftimg-----------*/



/*---------product_section_ends-----------*/
/*---------product_section_ends-----------*/
/*---------product_section_ends-----------*/
/*---------product_section_ends-----------*/
/*---------product_section_ends-----------*/
/*---------product_section_ends-----------*/
/*---------product_section_ends-----------*/
/*---------product_section_ends-----------*/
/*---------product_section_ends-----------*/
/*---------product_section_ends-----------*/
/*---------product_section_ends-----------*/
/*---------product_section_ends-----------*/
/*---------product_section_ends-----------*/
/*---------product_section_ends-----------*/
/*---------product_section_ends-----------*/
/*---------product_section_ends-----------*/


/*--------------footer-start---------------*/
.footer-section{
    /* width: 100%; */
    height: auto;
    padding: 20px 20px;
    margin-top: 30px;
    background-color: #fff;
}
.footer-top{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-around;
    /* gap: 3rem; */
}
.footer-section1{
    width: 140px;
    
}
    
.footer-section2{
    width: 140px;
    
}
.footer-section3{
    width: 140px;
    
}

.footer-section4{
    width: 140px;
    
} 

.footer-section1 h2{
    font-size: 14px;
    margin-bottom: 5px;
    color: #353434;
    font-weight: 500;
}

.footer-section2 h2{
    font-size: 14px;
    margin-bottom: 7px;
    color: #353434;
    font-weight: 500;
}

.footer-section3 h2{
    font-size: 14px;
    color: #353434;
    margin-bottom: 7px;
    font-weight: 500;
}

.footer_section2_p{
    font-size: 12px;
    margin-bottom: 5px;
    color: rgb(31, 31, 31);
}

.footer-section4 h2{
    font-size: 14px;
    color: #353434;
    margin-bottom: 7px;
    font-weight: 500;
}
.footer-bottom-link{
    font-size: 12px;
    color: #353434;
    cursor: pointer;
    margin-bottom: 7px;
}
.footer-bottom-link:hover{
    color: green;
    transition: 0.4s;
    border-bottom: 1px solid green;
}

.footer-bottom-copyright{
    padding: 80px 0 30px 0;
    font-size: 12px;
    color: #000;
    font-style: bold;
}

/*-----footer-ends------*/

/*--------------about_us_start-------------------*/


.about-us {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
    color: #333;
}

.container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}

h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

strong {
    font-size: 14px;
}


/*--------------contact_us_start--------------------*/



/*------------disclamer_start---------------*/

/* Disclaimer Section */
.disclaimer {
    background-color: #f9f9f9;
    padding: 50px 0;
    text-align: center;
    color: #333;
}

.disclaimer h1 {
    font-size: 18px;
    margin-bottom: 20px;
}

.disclaimer p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.disclaimer .container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}


/* dropDown */
.dropDown{
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    background: transparent;
}
.dropDown ul{
  width: 130px;
  padding: 0 0 15px 0;
  background-color: #00865eec;
  position: absolute;
  top: 40px;
  text-align: left;
  display: none;
  transition: all 1s;
            
}
.dropDown:hover>ul{
    display: block;
    transition: all 1s;
}
.dropDown ul li a{
    width: 90%;
    display: inline-block;
    margin: 2px;
    padding: 5px;
    color: #ffffff;
    font-size: 14px;
}
.dropDown ul li a:hover{
    background-color: #e1e9e7;
    color: #000;
}