* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }
  #navbar{
    position: relative;
    }
   
  #div1 {
    /* border: 1px solid rebeccapurple; */
    margin-top: 50px;
    width: 100%;
    background-color: white;
    text-align: center;
  
  }
  
  #img1 {
    /* width: 90%;
    height: 220px;
    box-shadow: 60px 0 90px 5px rgb(13, 1, 1), -60px 0 80px 5px rgb(14, 2, 2); */
    margin:0 auto;
    width: 90%; 
    height: 220px; 
    box-shadow: 40px 0 40px -3px rgb(0, 0, 0), -40px 0 40px -3px rgb(0, 0, 0); 
    -moz-box-shadow: 40px 0 40px -3px rgb(0, 0, 0), -40px 0 40px -3px rgb(0, 0, 0); 
    -webkit-box-shadow: 40px 0 40px -3px rgb(0, 0, 0), -40px 0 40px -3px rgb(0, 0, 0);
  
  }
  #div2{
    /* border: 1px solid red; */
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    
    padding: 10px;
    z-index: 1;
  
  }
  #div2>div{
    display: flex;
  }
  
  /* #div2>div:nth-child(1){
   margin-left: 55px;
  } */
  
  #div2>div:nth-child(2){
    margin-right:75px;
  }
  #div2>div:nth-child(2)>p{
    margin-left: 5px;
    margin-top: 3px;
    color: gray;
  }
  #div2>div:nth-child(1)>p{
    margin-left: 5px;
    margin-top: 3px;
    color: gray;
  }
  #div2>div:nth-child(2)>img{
    margin-left: 70px;
    
  }
  #div2>div:nth-child(1)>img{
    margin-left: 60px;
  }
  
  #container{
  
   text-align: center;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    gap:20px;
    margin: auto;
    margin-top: 30px;
    margin-left: 4%;
    justify-content: space-evenly;
    clear: both;
  
  }
  
  .box{
  
   width: 300px;
   background-color: white;
   border: 0.3px solid rgb(247, 236, 236);
   line-height: 34px;
   margin-top: 20px;
   margin-left: 20px;
   position: relative;
   clear: both;
  
   
  }
  
  .box>img{
   width: 220px;
   padding: 40px;
  }
  
  .box>h3{
   color: gray;
  }
  
  .box>p+p{
   margin-bottom: 15px;
  }
  
  /* http://127.0.0.1:3000/api/Makeup */
  
  .div1{
   /* border: 1px solid red; */
   padding: 5px;
   /* position: absolute; */
   width: 100%;
   height: 40px;
   padding: 0px;
   position: absolute;
   bottom: 0;
   right: 0;
   left: 0;
   display: none;
   
  
  
  }
  
  .div1>img{
   /* border: 1px solid green; */
   position: absolute;
   left: 0;
   width: 13%;
   height: 40px;
   padding-left: 5px;
   padding-right: 5px;
  
  
   
  
  }
  
  #btn{
   /* border: 1px solid black; */
   background-color: black;
   color: white;
   width: 88%;
   height: 40px;
   position: absolute;
   right: 0;
   border: 0px solid black;
   
   
  }
  
  .rat{
   z-index: 6;
   margin-bottom: 40px;
  }
  .box:hover {
   /* transform: scale(1.1); */
   box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  }
  .box:hover .div1 {
   display: block;
   border: 1px solid black;
  
  }
  
  .sort{
     margin-left: 85.4%;
  
  
  }
  .filimg{
   display: flex;
   margin-right: 60px;
  }
  #sortimg{
   display: flex;
   justify-content: space-around;
  }
  
  #co{
   margin-left: 5%;
   display: flex;
  }
  
  
  
  * {
   margin: 0px;
   padding: 0px;

   box-sizing: border-box;
}

#navcontainer {
 position: sticky;
 display: flex;
 width: 100%;
 /* border: 1px solid rebeccapurple; */
 padding: 10px;
 justify-content: space-around;
 align-items: center;
 z-index: 2000;
}

.px-1 {
 width: 20px;
}

.px-2 {
 width: 20px;
}

.px-3 {
 width: 20px;
}

#nm2 {
 width: 20px;
 height: 20px;
}

.px-1 text-muted {
 width: 5px;
}

.mx-3 {
 width: 7px;
}

#all {
 display: flex;
 /* border: 1px solid slateblue; */
 align-items: center;
 height: 50%;
 padding: 5px;

}

#all>div {
 margin-left: 8px;
}

#nm1 {
 width: 200px;
}

.sbar {
 /* border: 1px solid red; */
 position: relative;
 align-items: center;
 height: 50%;
}

.sbar>input {
 border: 0px solid transparent;
 height: 42px;
 border: 1px solid rgb(248, 248, 248);
 background-color: white;
 /* position: absolute; */
 width: 280px;
 padding: 15px;
 border-top-left-radius: 25px;
 border-bottom-left-radius: 25px;
}

.sbar>button {
 border: 0px solid transparent;
 height: 100%;
 
 height: 42px;
 width: 85px;
 border-top-right-radius: 25px;
 border-bottom-right-radius: 25px;
 background-color: black;
 color: white;

}

#asbar {
 display: flex;
 /* border: 1px solid hotpink; */
 align-items: center;
 height: 50%;
 padding: 6px;
 

}

#header {
 
 
 top: 0;
 left: 0;
 right: 0;
 background: white;
 padding: 20px 7%;
 


}

#header .navbar ul {
 list-style: none;
}

#header .navbar ul li {
 position: relative;
 float: left;
}

#header .navbar ul li a {
 font-size: 15px;
 padding: 20px;
 color: #333;
 display: block;
 line-height: 15px;
 margin: -5px;
 text-decoration: none;
}

#header .navbar ul li a:hover{
 background:white;
 
 color:gray;
}

#header .navbar ul li ul {
 position: absolute;
 left: 0;
 width: 200px;
 display: none;
 z-index: 1000;
}
#header .navbar ul li ul li{
 width: 100%;
 
 position:initial;
 z-index: 1000;
}
#header .navbar ul li ul li ul {
 left: 115px;
 top: 0;
 z-index: 1000;
}
#header .navbar ul li:hover > ul {
 display: initial;
 background-color: white;
 z-index: 1000;
}





#footer {
 width: 100%;
 height: 800px;
 background-color: black;
 color: white;
}
#footer2 {
 width: 95%;
 height: 500px;
 margin: auto;
}
#par {
 font-weight: bold;
 font-size: 20px;
}
#subApp {
 display: flex;
 width: 100%;
}
#subscribe , #apps {
 margin-left:3%;
 margin-right: 3%;
 height: 130px;
 width: 100%;
}
#subscribe > div {
 display: flex;
 width: 700px;
}

#inputi {
 background-color: black;
 padding: 15px;
 font-size: 20px;
 padding-right: 40px ;
 width: 100%;
}
#buttoni {
 font-size: 20px;
 color: white;
 border-radius: 10px;
 background-color: rgb(249, 118, 159);
 width: 20%;
 cursor: pointer;
}
#apps > div {
 display: flex;
}
#apps img {
 width: 40%;
 height: auto;
 margin-top: 20px;
}
#infoLink { 
 width: 100%; 
 height: 130px; 
 margin-top:3%;
}
#links a {
 color: rgb(210, 210, 210);
 font-weight: 5;
 margin-right: 150px;
 text-decoration: none;
}
#links {
 margin-left: 3%;
 font-size: 20px;
}
#footer1 > div {
 width:20%; 
 margin: auto; 
 height: 150px;
}
#footer1 > div > img {
 width: 40%;
 margin-left: 25%;
}
#footer1 > div + div {
 display: flex;
 justify-content: space-evenly;
}
#footer1  div + div img {
 width: 80%;
 height: 30px;

}
hr {
 margin: 0% 3%;
 margin-top: 20px;
}

hr + p {
 font-weight: 10;
 text-align: center;
}
#contacts {
 display: flex;
 margin-left: 3%;
 justify-content: space-between;
}

#call >div > p:last-child {
 font-weight: 10;
}
#call > div:first-child {
 display: flex;
}
#call > div:first-child > img {
 width: 5%;
 margin-top: 0px;
}
#call > p {
 margin-top:-10px;
 font-weight: 10;
 font-size: 17px;
 margin-bottom: 10px;
 color : rgb(237, 235, 235);
}
#contacts > div:last-child {
 margin-top: 20px;
}
#contacts > div:last-child > a {
 color:white;
 text-decoration: none;
 font-size: 19px;
 font-weight: bold;
}
#img1 {
   /* width: 90%;
   height: 220px;
   box-shadow: 60px 0 90px 5px rgb(13, 1, 1), -60px 0 80px 5px rgb(14, 2, 2); */
   margin:0 auto;
   width: 90%; 
   height: 220px; 
   box-shadow: 40px 0 40px -3px rgb(0, 0, 0), -40px 0 40px -3px rgb(0, 0, 0); 
   -moz-box-shadow: 40px 0 40px -3px rgb(0, 0, 0), -40px 0 40px -3px rgb(0, 0, 0); 
   -webkit-box-shadow: 40px 0 40px -3px rgb(0, 0, 0), -40px 0 40px -3px rgb(0, 0, 0);
 
}