*,
*::after,
*::before{
    box-sizing: border-box;
}
body{
    margin: 0;
    font-family: sans-serif;
}
#banner{
    width: 90%;
    height: 290px;
    margin: auto;
    margin-top: 15px;
}
#banner img{
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#banner img:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#index-title{
    width: 90%;
    height: 60px;
    margin: auto;
    margin-top: 5px;
    padding-top: 10px;
    text-align: center;
}
#index-title h2{
    color: #39393a;
    font-weight: 100;
    text-transform: uppercase;
}
.allBrands{
    width: 90%;
    margin: auto;
    display: grid;
    padding: 12px 0;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(auto,300px);
    gap: 20px;
}
.allBrands div{
    cursor: pointer;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}  
.allBrands div:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}  
.allBrands div p{
    width: 95%;
    height: 40px;
    margin: auto;
    text-align: center;
    background-color: white;
}
.allBrands div p:nth-child(1){
    margin-top: 220px;
    color: red;
    font-size: 18px;
    padding-top: 15px;
    border-radius: 4px 4px 0 0;
}
.allBrands div p:nth-child(2){
    color: #39393a;
    font-size: 16px;
    letter-spacing: .3px;  
    border-radius: 0 0 4px 4px;
}
#topBrands div:nth-child(1){
    background-image: url(https://images-static.nykaa.com/uploads/ad7f2839-81a1-461c-888e-aaf569ca04b9.jpg?tr=w-600,cm-pad_resize);
    background-size: cover;
    border-radius: 4px;
}
#topBrands div:nth-child(2){
    background-image: url(https://images-static.nykaa.com/uploads/110588ab-aa1b-4cf5-b210-00b463628763.jpg?tr=w-1200,cm-pad_resize);
    background-size: cover;
    border-radius: 4px;
}
#topBrands div:nth-child(3){
    background-image: url(https://images-static.nykaa.com/uploads/1ec8b327-05de-4301-a807-24edfe53f766.jpg?tr=w-1200,cm-pad_resize);
    background-size: cover;
    border-radius: 4px;
}
#topBrands div:nth-child(4){
    background-image: url(https://images-static.nykaa.com/uploads/9ded169f-e4eb-4640-8021-a6fd32fb8894.jpg?tr=w-1200,cm-pad_resize);
    background-size: cover;
    border-radius: 4px;
}
#topBrands div:nth-child(5){
    background-image: url(https://images-static.nykaa.com/uploads/2f7bb376-c8a4-48c7-a8bf-f896978c07ec.jpg?tr=w-1200,cm-pad_resize);
    background-size: cover;
    border-radius: 4px;
}
#topBrands div:nth-child(6){
    background-image: url(https://images-static.nykaa.com/uploads/3c6de07d-2b09-4ff5-9700-58cb92892e84.jpg?tr=w-1200,cm-pad_resize);
    background-size: cover;
    border-radius: 4px;
}
#topBrands div:nth-child(7){
    background-image: url(https://images-static.nykaa.com/uploads/b86572c8-ad30-4e1b-bf78-461aba63cd3b.gif?tr=w-1200,cm-pad_resize);
    background-size: cover;
    border-radius: 4px;
}
#topBrands div:nth-child(8){
    background-image: url(https://images-static.nykaa.com/uploads/25112b19-be21-4b56-9276-bd9346c2b996.gif?tr=w-1200,cm-pad_resize);
    background-size: cover;
    border-radius: 4px;
}
#onlyAtNykaa div:nth-child(1){
    background-image: url(https://images-static.nykaa.com/uploads/e0443f79-3a3e-42a5-8a11-e5df7e8f1364.jpg?tr=w-1200,cm-pad_resize);
    background-size: cover;
    border-radius: 4px;
}
#onlyAtNykaa div:nth-child(2){
    background-image: url(https://images-static.nykaa.com/uploads/6f7d50cc-559b-4490-a5b1-09777c745c0f.gif?tr=w-1200,cm-pad_resize);
    background-size: cover;
    border-radius: 4px; 
}
#onlyAtNykaa div:nth-child(3){
    background-image: url(https://images-static.nykaa.com/uploads/f30dee3c-0acb-4eb4-b31d-9a0957f3ebc6.gif?tr=w-1200,cm-pad_resize);
    background-size: cover;
    border-radius: 4px; 
}
#onlyAtNykaa div:nth-child(4){
    background-image: url(https://images-static.nykaa.com/uploads/01f18395-d190-48f7-b973-3d3fe27d4c43.gif?tr=w-1200,cm-pad_resize);
    background-size: cover;
    border-radius: 4px;
}
#tredingStories,
#hiddenGems{
    width: 90%;
    height: 290px;
    margin: auto;
    margin-top: 10px;
    position: relative;
    display: flex;
}
#tredingStories-preBtn,
#hiddenGems-preBtn,
#editorsChoice-preBtn,
#diffBrands-preBtn{
    font-size: 20px;
    top: 41%;
    width: 60px;
    height: 60px;
    left: 1%;
    z-index: 10;
    border-radius: 50%;
    border: none;
    outline: none;
    color: black;
    background-color: white;
    position: absolute;
    cursor: pointer;
}
#tredingStories-nextBtn,
#hiddenGems-nextBtn,
#editorsChoice-nextBtn,
#diffBrands-nextBtn{
    font-size: 20px;
    top: 41%;
    width: 60px;
    height: 60px;
    right: 1%;
    z-index: 10;
    border-radius: 50%;
    border: none;
    outline: none;
    color: black;
    background-color: white;
    position: absolute;
    cursor: pointer;
}
#tredingStories-img,
#hiddenGems-img{
    gap: 20px;
    display: flex;
    overflow: hidden;
}
#tredingStories-img img,
#hiddenGems-img img{
    width:45%;
    border-radius: 4px;
    z-index: 1;
    cursor: pointer;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#tredingStories-img img:hover,
#hiddenGems-img img:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#editorsChoice,
#diffBrands{
    width: 90%;
    height: 410px;
    margin: auto;
    margin-top: 10px;
    position: relative;
    display: flex;
}
#editorsChoice-img,
#diffBrands-img{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
#editorsChoice-img img,
#diffBrands-img img{
    width:24%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#editorsChoice-img img:hover,
#diffBrands-img img:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.featuredBrands{
    width: 90%;
    margin: auto;
    display: grid;
    padding: 12px 0;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.forFeaturedBrands{
    grid-template-rows: repeat(2,360px);
}
.offersYouCant{
    grid-template-rows: repeat(1,360px);
}
.featuredBrands div{
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.featuredBrands div:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.featuredBrands div img:nth-child(1){
    width: 100%;
    height: 280px;
    border-radius: 4px;
}
.featuredBrands div p:nth-child(2){
    width: 100%;
    height: 20%;
    font-size: 16px;
    color: red;
}
.featuredBrands div p:nth-child(3){
    margin-top: -70px;
}
.featuredBrands div:nth-child(5){
    visibility: hidden;
}
#noTitle div:nth-child(1){
    background-image: url(https://images-static.nykaa.com/uploads/6c1f11ab-63a5-4d6f-8397-ef47f51f0972.jpg?tr=w-1200,cm-pad_resize);
    background-size: cover;
    border-radius: 4px;
}
#noTitle div:nth-child(2){
    background-image: url(https://images-static.nykaa.com/uploads/57d71aa2-93ed-4eb5-8469-f989522c7e3b.jpg?tr=w-1200,cm-pad_resize);
    background-size: cover;
    border-radius: 4px;
}
#banner2{
    width: 90%;
    height: 100px;
    margin: auto;
    margin-top: 20px;
}
#banner2 img{
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#banner2 img:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#PopUps{
    width: 90%;
    margin: auto;
    display: grid;
    padding: 12px 0;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: 360px;
    gap: 20px;
}
#PopUps div{
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#PopUps div img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
#banner3{
    width: 50%;
    height: 300px;
    margin: auto;
    margin-top: 20px;
}
#banner3 img{
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#banner3 img:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.hoverAll img:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* HaraPriya Start*/
#allimg{
    position: relative;
    text-align: center;
    color: white;
    width:100%; 
    height:350px;
    margin-top: 10px;
    overflow: hidden;
}
#imgdiv {
    width: 100%;
}
.a1>img{
    width:100%;
    height:100%;
    border-radius: 5px;
}
#btn2{
    height: 55px;
    width: 55px;
    position: absolute;
    top: 40%;
    right: 1%;
    border: none;
    border-radius: 50px;
}
#btn1{
    height: 55px;
    width: 55px;
    position: absolute;
    top:40%;
    left:1%;
    border: none;
    border-radius: 50px;
}
#btn1 i,
#btn2 i{
    font-size: 20px;
}  
/* Footer */
#foot{
    display: flex;
    justify-content: center;
    background-color:#3F414D;
    width: 100%;
    height: 150px;
    gap:40px;
    margin-top: 30px;
}  
.cls1{
    width:21%;
    height:90px;
    margin-top:50px;
    color: white;
}
.cls2{
    width:38%;
    height:90px;
    color: white;
    margin-top:50px;
    line-height:10px;
}
.inbx{
    display: flex;
    justify-content:space-around;
}
.fa-mobile-screen{
    font-size: 18px;
}
.inbx>div{
    font-size: 21px;
}
.p1{
    font-size: 13px;
    margin-top: 5px;
    font-weight: 550;
}
.p2{
    font-size: 12px;
    margin-top: 5px;
    font-weight: 100;
}
#emi{
    display: flex;
    margin-left: 4px;
    margin-top: 5px;
    justify-content: space-around;
}
#emi>button{
    width:60px;
    height:30px;
    background-color:#3F414D;
    border:1px solid white;
    color:white;
    font-weight: 550; 
    border-radius: 2px;    
}
#inp{
    width:195px;
    height:30px;
    background-color:#3F414D;
    border-color: white;
    border-top:none;
    border-left: none;
    border-right: none;
    font-size: 14px;
    color: white;
    outline: none;
    font-weight: bold;
    border-bottom: 1.3px solid white;
}
#immg{
    display: flex;
    justify-content:space-around; 
}    
#immg>img{
    width:120px;
}  
#phone{
    display: flex;
    justify-content: space-around;
}
.fa-phone{
    font-size:21px;
    margin: 4px;
}
#phoni{
    width: 10%;
    text-align: right;
}
#para{
    width: 88%;
    font-size: 14px;
}
#para p:nth-child(1){
    margin-top: 6px;
}
#para p:nth-child(2){
    margin-top: -3px;
}
#para p:nth-child(3){
    margin-top: 20px;
    font-weight: 100;
}
#gry{
    width:100%;
    height: 450px;
    background-color:#8C8D94;
    display:grid;
    justify-content:center;
    grid-template-columns: repeat(5,200px);
    gap: 30px;
}
.g1{
    margin-top:50px ;
    height:400px;
    color: white;  
}
.g1>img{
    width:90px;
    margin-top: 20px;
    margin-bottom:10px;
}
.g1>a>p{
    color: white;
    font-size: 13px;
}
#z1{
    height:230px;
    width:100%;
    display:grid;
    justify-content:center;
    grid-template-columns: repeat(5,210px);
    gap: 30px;
}
.cz{
    height: 150px;
    display:flex;
    margin-top:50px;
}
#cvz{
    height:150px;
    width:100%;
    margin-top:50px;
}    
.cz>:first-child{
    margin-top:20px;
}
.lin{
    border-bottom:1px solid rgb(209, 208, 208);
    display: block;
}
a{
    text-decoration: none;
}
a>p:hover{
    color: #FC2779;
}
.cz>div>:nth-child(3){
    font-size:14px;
}     
#par{
    text-align: center;
    font-size: 14px;
}
.bos{
    margin-left: 10px;
}
.media-icons{
    font-size:40px;
    margin-left: 18px;
    line-height:7px;
}    
#pink{
    width:100%;
    height:80px;
    background-color: #FC2779;
    color: white;
    text-align: center;
    font-size: 13px;
}
#pink1{
    display: flex;
    gap:40px;
    justify-content:center;   
}    
#pink1>a{
    margin-top:20px;
    text-align: center;
    font-size: 13px;
    color: white;
}  
/* HaraPriya End */

/* Govind - Navbar */

#header{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 100;
    position: relative;
}
#first{
    background-image: url("https://adn-static1.nykaa.com/media/wysiwyg/2021/common-strip.jpg");
    width: 100%;
    height: 40px;
}
#first1{
    width: 95%;
    height: 100%;
    margin:  auto;
    display: flex;
    justify-content: space-between;
    
}
#left{
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    font-family:sans-serif;
    width: 500px;
    height: 100%;
    animation: slide 10s infinite;
}
 @keyframes slide{
    0%{
        transform: translateY(40px);
        opacity: 1;
    }
     5%,50%{
      transform: translateY(0px);
      opacity: 1;  
    }
    51%{
        transform: translateY(-40px);
        opacity: 0;
    }
    100%{
        transform: translateY(40px);
        opacity: 0;
    } 
} 
#right{
    width: 420px;
    height: 100%;
    display: flex;
    justify-content:right;
}
#right a:nth-Child(1){
    padding-right: 10px;
    border-right: 1px solid black;
}
#right a:nth-Child(2){
    padding-right: 10px;
    border-right: 1px solid black;
}
#right a:nth-Child(3){
    padding-right: 10px;
    border-right: 1px solid black;
}
#right a:nth-Child(4){
    padding-right: 10px;
    border-right: 1px solid black;
}

.anchore:hover ,#left:hover,.second2>a> img:hover,.list>li:hover,.third1_1> li:hover{
    cursor: pointer;
    color: #fc2779 ;
}
.anchore{
    height: 70%;
    display: flex;
    margin-top: 7px;
    margin-left: 10px;
    justify-content: right;
    align-items: center;
}
.anchore > img{
    width: 24px;
    height: 24px;
}
.anchore>p{
    font-weight: 400;
    font-size: 13px;
    font-family: sans-serif;
}
#second{
    width: 100%;
    height: 67px;
    background-color:white; 
    border-bottom: 1px solid rgb(202, 199, 199);
} 
#second::after{
    content: "";
    width: 100%;
    height: 50px;
    background: gray;
}
#second1{
    width: 95%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.second2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 45px;
}
.second2>a> img{
    width: 84px;
    height: 28px;
}
.second3{
    width: 650px;
    height: 62px;
}
.list{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    margin-left: -50px;
}
.list > li{
    height: 100%;
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    font-family: sans-serif;
}
.list >li:hover{
    cursor: pointer;
}
#second4{
    width: 250px;
    height: 100%;
}
#second4 >div:nth-Child(1){
    margin-top: 10px;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background-color: rgb(242, 238, 238);
    display: flex;
    justify-content: center;
    align-items: center;
    
}
#second4 >div:nth-Child(1)>img{
    width: 24px;
    height: 24px;
}
#second4 >div:nth-Child(1) >input{
    border: none;
    outline: none;
    padding-left: 15px;
    font-size: 14px;
    background-color: inherit;
}
#second5{
    display: flex;
    gap: 15px;
    width: 162px;
    height: 80%;
    margin-left: 2.5%;
}
#second5>a{
    display: flex;
    gap: 10px;
    font-family:sans-serif;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
}
#second5>a >img:nth-Child(3){
    margin-left: 40px;
}
#third{
    display: flex;
    width: 95%;
    height: 50px;
    background-color:white;
    display: flex;
    margin: auto;
}
.third1{
    display: flex;
    width: 100%;
    height: 100%;
    margin: auto;
}
.third1_1{
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.third1_1> li{
    list-style: none;
    font-size: 15px;
    font-family: sans-serif;
    color: gray;
}
.third1_2{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 200px;
    margin-left: 4%;
}
.hr{
   
    z-index: 16000003;
    z-index: 16000003;
    top: -1px;
    height: 1px;
    
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
}
#header:nth-last-child(1){
    border-radius: 20px;
}
body{
    height: 900px;
    
}
.sticky{
    position:fixed;
    width: 100%;
    top: 0px;
    left: 0px;
}
.onof{
    width: 71%;
    height: 400px;
    background-color: gray;
    margin:auto;
    border-radius: 5px;
    display: flex;
}
body{
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-image: url("https://media.istockphoto.com/vectors/abstract-blurred-colorful-background-vector-id1248542684?k=20&m=1248542684&s=612x612&w=0&h=1yKiRrtPhiqUJXS_yJDwMGVHVkYRk2pJX4PG3TT4ZYM="); */
}
.onof >div{
    width:300px;
    height: 100%;
    
}   
.onof > div>p{
    margin-left: 10px;
    line-height: 8px;
    font-weight: 400;
    font-size: 14px;
    font-family: sans-serif;
    color: gray;
}
.onof > div>p:hover{
    color: #fc2779;
    cursor: pointer;
}
.onof>div>p:nth-child(1){
    color: black;
}
.onof>div:nth-child(1),.onof>div:nth-child(3),.onof>div:nth-child(5){
    background-color: white;
}
.onof>div:nth-child(2),.onof>div:nth-child(4),.onof>div:nth-child(6){
    
    background: rgba(255, 255, 255, 0.6);
}
.search{
    width: 350px;
    height: 400px;
    
    /* top: 60px; */
    background-color: gray;
    position: absolute;
    top: 100px;
}  

::-webkit-scrollbar{
    width: 1em;
  }
  ::-webkit-scrollbar-track{
    background: rgb(114, 112, 112);
    border-radius: 30px;
    margin-block: 5px;
  }
  ::-webkit-scrollbar-thumb{
    background: linear-gradient(#fc2779 ,black);
    border-radius: 30px;
  }
  ::-webkit-scrollbar-thumb:hover{
    background:linear-gradient(#fc2779,grey) ;
    
  }
  ::-webkit-scrollbar-track:hover{
    background: rgb(65, 63, 63);
  }
/* Govind - Navbar End */
