*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Arial, sans-serif;
    background-color:rgba(255, 255, 255, 0.801);
    height: 100vh;
   

}


nav{
    width: 100%;
    height: 150px;
    position: fixed;
    z-index: 1000;

}
nav .top, .top a{
    width: 100%;
    height: 30px;
    animation-name: topnav;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;

}



@keyframes topnav{
    0%{
        background-color:gray;
    
    }

    50%{    
    }
    
    100%{
        background-color: black;
    }
}
/*======TOP OF THE NAVIGATION ENDED HERE===========*/

/*======ALL WORKING ICONS ARE HERE=======*/
.icons{
    width: 25px;
    height:30px;
    
}

nav img{
    width: 400px;
    height: 300px;
    display: flex;
    justify-content: space-around;

}

.search-icon{
    width: 20px; 
    position: absolute;
    color: black; 
    
    
}
/*======== WORKIN ICON ENDS HERE========*/

.container{
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;

    
}



.firstmenu-parent{
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    top: 10px;
    justify-content: space-between;
    

    
}



.firstmenu-parent .fashion-gender ul, .firstmenu-parent .fashion-gender a{
display: flex;
list-style-type:none;
color:black;
text-decoration: none;
position: relative;
left: 0%;
column-gap: 1em;

}



.logo{ 
text-align: center;
font-size: x-large;
font-weight: 900;
} 

.shopin-icons ul{ 
display: flex;
column-gap: 1em;
list-style-type: none;



}
/* SECOND NAV STARTED HERE*/

.second-navbarContainer{

    display: flex;
    justify-content: space-between;
    padding-top:50px ;
    font-size: 15px;
    
}

.second-navbarContainer ul{
    display: flex;
    list-style-type: none;
    column-gap: 1em;
    white-space: nowrap;
}

.second-navbarContainer a{
    text-decoration: none;
    color: black;
}

.second-navbarContainer input{
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    padding: 0 15px;
    font-size: 15px;
    text-align: center;
}

.nav-item{
    position: relative;
}

/*DROPDOWN STYLING */

.dropdown{
    display: none;
    width: 100vw;
    height: 65vh;
    background:rgba(255, 255, 255, 0.801);
    gap: 37rem;
    z-index: 1; 
    box-shadow: 0px 3px 5px #f1f1f1;
    position: absolute;
    top: 2.2em;
    backdrop-filter: blur(5px);

}

.dropdown .dropdown-item-one{
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    gap: 0.8em;
}

.dropdown .dropdown-item-one a:hover{
    text-decoration: underline;
}

.dropdown .dropdown-item-one h2{
    font-size: 15px;
    font-weight: 200;
    line-height: 3;
}

.dropdown .dropdown-item-two{
    display: flex;
    flex-direction: column;
    padding-top:10px ;

}

.dropdown .dropdown-item-two .shop{
    text-decoration: underline;
    line-height: 3;    
}

.Spotlight{
    color: rgb(155, 149, 149);
    line-height: 2;
}
.nav-item:hover .dropdown{
  display: flex;
}

/*NEW IN DROPDOWN*/

 .newinDropdown{
    position: absolute;
    display: none;
    white-space: nowrap;
    width: 100%;
    height: 65vh;
    background-color: rgba(255, 255, 255, 0.801);
    left: 28px;
    margin-top: 20px; 
    column-gap: 6em;
    z-index: 1;
    
}
.newin{
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    padding-top: 2.5em;
}

.One a:hover,.Two a:hover, .Three a:hover{
    text-decoration: underline;
}
.One{
    display: flex;
    row-gap: 1em;
}


.Two{
    display:flex;
    row-gap:1em;

}

.Three{
    display: flex;
    row-gap:1em;

}

.Four{
    display: flex;
    
    
}
.One h2,.Two h2,.Three h2{
    line-height: 3;
    font-weight: 100;
    font-size: 1em;
}

.nav-menu:hover .newinDropdown{
    display: flex;
}
.Four .shop{
    text-decoration: underline;
    line-height: 3;
}  

@media screen and (max-width: 768px){
    .firstmenu-parent .fashion-gender ul{
        display: none;
    }
    .firstmenu-parent{
        display: flex;
    }
    
    input, .second-navbarContainer{
        display: none;
        padding-top: 0;
    }

    .logo{
    
        
    }
    .initial{
        display: none;
    }

    .search-icon{
    
    display: inline;
    padding-top:0px ;
    font-size: 15px;
    }



}
/* NAVIGATION ENDS HERE*/


header{
    padding-top: 150px;
}