
*{
    margin: 0%;
    padding: 0%;
    font-family: 'Quicksand', sans-serif;
    box-sizing: border-box;
}
body{
    background-color: #f5f5f5;
    width: 100%;
}
/* ---------------------------------------header(rajesh)--------------------------- */

header{
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    width: 100%;
}

.navbar {
    width: 100%;
    background-color: #fff;
  }
  .navicon i{
    margin-top: 40px;
  }
  .navicon {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .nav {
    width: 100%;
    height: 100px;
    display: flex;
  }
  
  .brand-logo {
    height: 55px;
    text-decoration: none;
    color: black;
    margin-left: 45px;
  }

  
  .nav-items {
    display: flex;
    width: 100%;
    height: 70%;
    align-items: center;
  }
  
  .search {
    width: 50rem;
    display: flex;
    margin-right: 50px;
    padding: 10px;
  }
  
   .search input{
    width: 100%;
    height: 40px;
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-transform: capitalize;
    border: none;
    color: black;
    outline: none;
    font-size: 15px;
    background-color:white;
  }
  
  .search-btn {
    width: 20%;
    height: 40px;
    padding: 5px 10px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #383838;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  
  
  .nav-items a img {
    width: 30px;
  }
  .counter {
    border: 1px solid grey;
    height: 18px;
    width: 15px;
    text-align: center;
    border-radius: 50%;
    margin-left: -9px;
    position: relative;
    display: none;
  }
  .login >a {
    color: gray;
  }
 
  .nav {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
  }
 
  .nav_info{
    width:50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .navlogin {
    display: flex;
    align-items: center;
    height: 40px;
    cursor: pointer;
  }
  .navlogin i{
    margin-top: 40px;
  }
 
  .navlogin > .fa-sort-desc{
    font-size: 30px;
  }
  .menu-bar {
    text-align: center;
    display: flex;
    margin-left: 30px;
    font-weight: 700;
    background-color: #fff;
  }
  .menu-bar > .ul_container {
    display:flex;
    list-style: none;
    color: gray;
  }
  .menu-bar .ul_container li {
    width: 100%;
    margin: 10px 30px;
    padding: 5px 0px;
    list-style: none;
  }
  .menu-bar .ul_container li a {
    text-decoration: none;
    color: gray;
    font-size: 15px;
   
  }
  .menu-bar ul li a:hover{
      font-weight: bold;
  }
  .active,
  .menu-bar ul li :hover {
    /* background-color: #e4e9e3; */
    border-radius: 2px;
  }
  
  /* sum-menu-1 start */
  
  .sub-menu-1 {
    display: none;
    font-size: small;
    /* margin-left: 10px; */
  }
  .menu-bar ul li:hover .sub-menu-1 {
    display: block;
    position: absolute;
    background-color: white;
    margin-top: 10px;
    margin-right: 10px;
  }
  .menu-bar ul li:hover .sub-menu-1 ul {
    display: block;
    margin: 10px;
  }
  .menu-bar ul li:hover .sub-menu-1 ul li {
    width: 130px;
    padding: 5px;
    /* border-bottom: 1px solid white; */
    background: transparent;
    border-radius: 0;
    text-align: left;
    margin-right: 0px;
  }
  .menu-bar ul li:hover .sub-menu-1 ul li:last-child {
    border-bottom: none;
  }
  .menu-bar ul li:hover .sub-menu-1 ul li a:hover {
    color: black;
  }
  .fa-angle-right {
    float: right;
  }
  
  /* sub-menu-2 start */
  
  .sub-menu-2 {
    display: none;
    font-size: small;
  }
  .hovor-me:hover .sub-menu-2 {
    position: absolute;
    display: block;
    margin-top: 5px;
    margin-left: 125px;
    background-color: white;
    font-size: smaller;
  }




  /* ---------------------------main content offer---------------------- */

.skincareheader{
  width: 100%;
  height: 50px;
  align-items: center;
  background-color: white;
  display: flex;
}

.skincareheader i{
  margin-top: 40px;
  font-size: 20px;
}

#offercontainer{
    height: fit-content;
    margin-bottom: 50px;
    width: 100%;
}

  
#offerhead{
    justify-content: center;
    align-items: center;
    height: 70px;
    display: flex;
    font-size: 2rem!important;
    background-color: #f5f5f5;
   
} 


#offercontent{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: fit-content;
}


#offercontent img{
       width: 470px;
   border-radius: 10px;
   margin: 10px;
}




  /* ---------------------------footer content offer---------------------- */

  
.exept-footer-and-hr{
    padding: 40px;
}
.footer-section{
    margin :0;
    padding:30px;
    background-color:black;
    
color: #ffff;
}
.logo-icons{
    text-align:center;
    margin-top: -60px;
}

i{
    color: gray;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    margin:  13px;
    margin-bottom: 40px;
    cursor: pointer;
    transition:ease 0.40s;
    
}
i:hover{
    scale: 1.1;
}



.subscribe-app-section{
    display:flex;
    
}
.subscribe-app-section input{
    font-size: 19px;
    border:none;
    padding-bottom: 14px;
    background-color: black;
    height: 35px;
    width:250px;
    color: white;
    outline: none;
    border-bottom: 2px solid gray;
    text-transform: lowercase;
    
}
.subscribe-app-section button{
    background-color: #fc2779;
    color: white;
    border-radius: 10px;
    margin: 20px 4px 0px;
    padding:7px 15px;
    font-size: 15px;
    padding: 20px;
    cursor: pointer;
    transition:ease 0.40s;
    
}
.subscribe-app-section button:hover{
    scale: 1.1;
}
.app>h2{
    margin-bottom: 25px;
}
.app .app-logo{
    color: gray;
}
.app-logo{
    display: flex;
    

}
.app .app-logo .img-1{
    margin-left: 25px; 
    transition:ease 0.4s;
}
.app .app-logo .img-2{
    margin-left: 25px;
    transition:ease 0.4s;
}
.img:hover{
    scale: 1.2;
}
.image{
    display: flex;
    
}
.image img{
    cursor: pointer;
}
.subscribe-app-section .app{
    margin-left: 300px;
}


/* --------------------------information-------------------------- */

.information .store-terms-returns{
    display: flex;
    justify-content: space-between;
    color: gray;
    margin-right: 350px;
    transition:ease 0.40s;
    
}
.store-terms-returns{
    margin: 30px 0px;
    cursor: pointer;
}

.information .store-terms-returns h4:hover{
    color: white;
  border-bottom: 2px solid white;
}

/* ---------------------get in touch --------------------- */


.get-in-touch{
    margin-bottom: 30px;
    font-size: 17px;
}
.get-in-touch .inside-get-in-touch{
    display: flex;
    justify-content: space-between;
}

.call{
    text-transform: capitalize;
    display: block;
}
.call_icon{
    width: fit-content;
    height: 50px;
    display: flex;
    align-items: center;
}
.call_icon i{
    margin-top: 40px;
}

.call>h2{
    font-size: 20px;
    font-style: bolder;
    text-transform: lowercase;
}
.get-in-touch .gray{
    color:gray;
}
.get-in-touch h3:hover{
    color: white;
}


footer{
    text-align: center;
    padding: 20px;
}