*{
    margin: 0;
    padding: 0;
    font-family: arial;
}
#navbar { 
  position: sticky;
  top: 0;
  z-index: 9;
}
#top{
    display: flex;
    width: 100%;
    height: 30px;
    margin: auto;
    background-color: white;
    border: 1px solid rgb(233, 233, 233) ;
    /* padding: 0 200px; */
    justify-content: space-evenly;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}
#top>div{
    width: 15%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border: 1px solid red; */
}
#top>div:nth-child(2){
    width: 30%;
}
#top>div:last-child>div>a{
    color: black;
}
#top>div:last-child>div>a:hover{
    color: black;
    text-decoration: none;
}
#top>div>div{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border: 1px solid red; */
    padding: 8px 0;
}
#top>div>div>span{
    display: flex;
    align-items: center;
    text-decoration: underline;
    /* border: 1px solid; */
    height: 100%;
    cursor: pointer;
}
#top>div:last-child>div:last-child{
    /* border: 1px solid; */
    width: 30%;
}
#top>div:last-child>div:first-child{
    /* border: 1px solid; */
    width: 40%;
    padding-left: 5px;
    padding-right: 5px;
}
#top>div:last-child{
    width: 12%;
}
#top>div>div:hover{
    background-color: #f3f3f3;
}
#top>div>div>span:hover{
    text-decoration: none;
}
#middle{
    display: flex;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: white;
    /* border: 1px solid ; */
    /* padding: 0 200px; */
    justify-content: space-evenly;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    /* padding: 8px 0; */
}
#middle>div{
    width: 27%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border: 1px solid red; */
    padding: 8px 0;
}
#middle>div:first-child{
    margin-left: -70px;
    
}
#middle>div:nth-child(2){
    width: 10%;
    margin-left: -80px;
}
#middle>div>span,i{
    display: flex;
    align-items: center;
    /* text-decoration: underline; */
    /* border: 1px solid; */
    height: 100%;
    cursor: pointer;
}
#middle>div>span:nth-child(1){
    background: linear-gradient(white,white,rgb(254, 254, 144),yellow);
}
#middle span:hover{
    /* background-color: yellow; */
    background: linear-gradient(white,white,rgb(254, 254, 144),yellow);
}
#middle p{
    color: grey;
}
#middle>div:last-child{
    width: 18%;
    margin-right: -80px;
}
#middle i{
    font-size: 20px;

}
#middle>div:last-child{
    /* width: 18%; */
    justify-content: space-evenly;
}
img{
    width: 100px;

}
#bottom{
    display: flex;
    width: 100%;
    height: auto;
    margin: auto;
    /* border: 1px solid ; */
    /* padding: 0 200px; */
    justify-content: space-evenly;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    background-color: #333333;
    color: white;
    /* padding: 8px 0; */
}
#bottom>div{
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border: 1px solid red; */
    padding: 8px 0;
}
#bottom span{
    cursor: pointer;
}
#bottom span:hover{
    color: grey;
}
 /* navbar ends here  */

/* mens page content starts here */
#content{
    width: 100%;
    background-color: #f3f3f3;
}
/* body top portion starts here */
#bodyTop>div{
    width: 85%;
    margin: auto;
}
#bodyTop>div>img{
    width: 100%;
}
#bodyTop>div:last-child{
    /* border: 1px solid; */
    background-color: white;
    width: 24%;
    position: absolute;
    top: 540px;
    left: 140px;
    padding: 20px;
    line-height: 40px;
}
#bodyTop h2{
    font-family: serif;
}
#bodyTop p{
    color: grey;
}
#bodyTop a{
    color: black;
    cursor: pointer;
}
#bodyTop a:hover{
    color: grey;
}
#bodyTop{
    margin-bottom: 120px;
}
/* body top portion ends here */

/* designers start here */
#designers{
    /* border: 1px solid; */
    width: 75%;
    margin: auto;
}
#designers>div:first-child{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#designers>div>div{
    width: 35%;
    /* border: 1px solid red; */
    text-align: center;
    line-height: 35px;
    padding-bottom: 20px;
}
#designers img{
    width: 100%;
}
#designers h2{
    font-family: serif;
    margin-top: 13px;
}
#designers a{
    color: black;
}
#designers p{
    color: grey;
}
#designers>div:last-child{
    /* border: 1px solid; */
    background-color: white;
    width: 26%;
    text-align: center;
    padding-top: 30px;
    padding-bottom:0px;
    line-height: 30px;
    position: absolute;
    top: 790px;
    left: 560px;
    
}
#designers>div:last-child p{
    margin-bottom: 20px;
}
#designers>div:last-child a{
    /* border: 1px solid; */
    /* margin-top: 30px; */
    line-height: 120px;
}
#designers>div>span{
    cursor: pointer;
    display: block;
    font-weight: bold;
    /* border: 1px solid; */
    /* border: 1px solid; */
}
#designers>div>span:hover{
    color: grey;
}
#designers a:hover{
color: grey;
}
/* desisgners end here */

/* newarrivals starts here */
#newArrivals{
    display: flex;
    width: 90%;
    margin: auto;
    margin-top: 80px;
    /* border: 1px solid; */
}

#newArrivals>div:first-child{
    width: 20%;
    margin: auto;
    display: grid;
    justify-content: center;
    align-items: center;
    line-height: 35px;
}
#newArrivals>div:first-child>a{
    /* border: 1px solid; */
    color: black;
}
#newArrivals>div:first-child>span{
    /* border: 1px solid; */
    font-size: 35px;
}
#newArrivals>div:last-child{
    display: flex;
    overflow-x: auto;
    width: 60%;
    gap: 10px;
    /* margin: auto; */
    /* border: 1px solid blue; */
}
#newArrivals>div:last-child::-webkit-scrollbar{
    width: 0;
}
#newArrivals>div:last-child>div{
    /* display: flex; */
    min-width: 33%;
    /* border: 1px solid blue; */
    text-align: center;
    line-height: 28px;
    padding-bottom: 20px;
    background-color: white;
    /* overflow-x: auto; */
}
#newArrivals>div{
    display: flex;
}
#newArrivals img{
    /* display: flex; */
    width: 100%;
    /* border: 1px solid blue; */
    /* overflow-x: auto; */
}
#newArrivals>div:last-child>div>div:nth-child(2){
   font-weight: bold;
   margin-bottom: 20px;
}
#newArrivals>div:last-child>div>div:nth-child(3){
    font-size: 14px;
 }
 #newArrivals>div:last-child>div>div:nth-child(4){
    font-size: 14px;  
 }
 #newArrivals>div:last-child>div>div:nth-child(4)>div>span:first-child{
    color: grey; 
    text-decoration: line-through;
 }
 #newArrivals>div:last-child>div>div:nth-child(4)>div:last-child{
    font-size: 14px;  
    font-weight: bold;
 }
/* newarrivals section ends here */
#bodyMiddle{
    width: 100%;
    /* height: 500px; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    /* border: 1px solid; */
    padding: 80px 0;
    background-color: white;
    margin-top: 60px;
}
#bodyMiddle>div{
    /* border: 1px solid blue; */
    width: 25%;
    text-align: center;
    line-height: 40px;
    /* height: 400px; */
    /* margin: auto; */
}
#bodyMiddle img{
    width: 100%;
}
#bodyMiddle p{
    color: grey;
}
#bodyMiddle h2{
    font-family: serif;
}
#bodyMiddle>div:nth-child(2){
    /* border: 1px solid blue; */
    width: 30%;
    text-align: center;
    line-height: 40px;
    /* height: 400px; */
    /* margin: auto; */
}
/* oneKind starts here */
#oneKind{
    display: flex;
    width: 90%;
    margin: auto;
    margin-top: 80px;
    /* border: 1px solid; */
}

#oneKind>div:first-child{
    width: 20%;
    margin: auto;
    display: grid;
    justify-content: center;
    align-items: center;
    line-height: 35px;
}
#oneKind>div:first-child>a{
    /* border: 1px solid; */
    color: black;
}
#oneKind>div:first-child>span{
    /* border: 1px solid; */
    font-size: 35px;
}
#oneKind>div:last-child{
    display: flex;
    overflow-x: auto;
    width: 60%;
    gap: 10px;
    /* margin: auto; */
    /* border: 1px solid blue; */
}
#oneKind>div:last-child::-webkit-scrollbar{
    width: 0;
}
#oneKind>div:last-child>div{
    /* display: flex; */
    min-width: 33%;
    /* border: 1px solid blue; */
    text-align: center;
    line-height: 28px;
    padding-bottom: 20px;
    background-color: white;
    /* overflow-x: auto; */
}
#oneKind>div{
    display: flex;
}
#oneKind img{
    /* display: flex; */
    width: 100%;
    /* border: 1px solid blue; */
    /* overflow-x: auto; */
}
#oneKind>div:last-child>div>div:nth-child(2){
   font-weight: bold;
   margin-bottom: 20px;
}
#oneKind>div:last-child>div>div:nth-child(3){
    font-size: 14px;
 }
 #oneKind>div:last-child>div>div:nth-child(4){
    font-size: 14px;  
 }
 #oneKind>div:last-child>div>div:nth-child(4)>div>span:first-child{
    color: grey; 
    text-decoration: line-through;
 }
 #oneKind>div:last-child>div>div:nth-child(4)>div:last-child{
    font-size: 14px;  
    font-weight: bold;
 }
/* oneKind section ends here */

/* 8 by yoox section starts here */
#byYoox>div{
    width: 60%;
    margin: auto;
}
#byYoox>div:first-child{
    margin-left: 200px;
}
#byYoox>div>img{
    width: 100%;
}
#byYoox>div:last-child{
    /* border: 1px solid; */
    background-color: white;
    width: 24%;
    position: absolute;
    top: 4320px;
    left: 230px;
    padding: 20px;
    line-height: 40px;
}
#byYoox h2{
    font-family: serif;
}
#byYoox p{
    color: grey;
}
#byYoox a{
    color: black;
    cursor: pointer;
}
#byYoox a:hover{
    color: grey;
}
#byYoox{
    margin-top: 120px;
}
#byYoox>div>div{
    display: flex;
    gap: 20px;
}
#byYoox>div:nth-child(2){
    width: 20%;
    background-color: white;
    text-align: center;
    line-height: 30px;
    padding-bottom: 30px;
    position:absolute;
    top: 3980px;
    left: 1050px;
}
#byYoox h4{
    margin-bottom: 20px;
}
#byYoox>div:nth-child(2) p{
    color: black;
    font-size: 14px;
}
/*8 by yoox section ends here */

/* body bottom portion starts here */
#bodyBottom>div>div{
    width: 100%;
    margin: auto;
}
#bodyBottom>div{
    /* border: 1px solid; */
    display: flex;
    justify-content: center;
}
#bodyBottom>div>div>img{
    width: 100%;
}
#bodyBottom>div>div:last-child{
    /* border: 1px solid; */
    background-color: white;
    width: 24%;
    position: absolute;
    top: 5090px;
    left: 90px;
    padding: 20px;
    line-height: 40px;
}
#bodyBottom>div:last-child>div:last-child{
    /* border: 1px solid; */
    background-color: white;
    width: 24%;
    position: absolute;
    top: 5090px;
    left: 1025px;
    padding: 20px;
    line-height: 40px;
}
#bodyBottom>div h2{
    font-family: serif;
}
#bodyBottom>div p{
    font-size: 14px;
}
#bodyBottom>div a{
    color: black;
    cursor: pointer;
}
#bodyBottom>div a:hover{
    color: grey;
}
#bodyBottom{
    display: flex;
    justify-content: center;
    /* border: 1px solid blue; */
    margin-top: 120px;
}
#bodyBottom>div>div>div{
    display: flex;
    gap: 20px;
    font-size: 14px;
}
/* body bottom portion ends here */

 /* body content ends here */


 /* footer starts here */
 #footer{
    /* border: 1px solid; */
    background-color: #f3f3f3;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    text-align: center;
    padding: 50px 0;
 }
 #footer>div{
    display: grid;
    width: 7%;
    justify-content: center;
    padding: 20px;
    font-size: 15px;
 }
 #footer>div>h3{
    margin-top: 0;
    margin-bottom: 10px;
 }
 #footer>div>span{
    font-size: 14px;
    color: rgb(67, 67, 67);
 }
 #footer>div:nth-child(3){
    width: 18%;
    background-color: white;
 }
 #footerSignup>p{
    margin-bottom: 0;
    font-size: 14px;
    color: rgb(44, 43, 43);
 }
 #footerSignup>h3{
    margin-top: 0;
    margin-bottom: 0;
 }
 #footerSignup{
    display: grid;
    margin: auto 0;
 }
 #footerSignup>i{
    font-size: 25px;
 }
 #footerSignup>form{
    display: grid;
    gap: 10px;
    margin-top: 30px;
 }
 #emailInput>input{
   width: 100%;
   height: 50px;
   background-color: #f3f3f3;
   text-align: center;
   font-weight: bold;
   border: none;
 }
 #MorF{
    display: flex;
    justify-content: center;
    gap: 80px;
    margin: 20px 0;
 }
 #checkPrivacy>div{
    display: flex;
    gap: 10px;
 }
 #checkPrivacy input{
    width: 50px;
 }
 #checkPrivacy label{
    text-align: start;
    font-size: 15px;
    color: grey;
    font-style: italic;
 }
 #checkPrivacy a{
    color: rgb(94, 94, 94);
 }
 #submitEmail{
    margin-top: 10px;
 }
 #submitEmail>input{
    width: 100%;
    height: 50px;
    font-weight: bold;
    background-color: black;
    color: white;
 }
 #footerConnect{
    margin-top: 3px;
    padding: 20px 0;
    display: flex;
    justify-content: space-evenly;
    background-color: #f3f3f3;
 }
 #footerConnect>div{
    display: flex;
    gap: 20px;
    font-size: 20px;
    align-items: center;
 }
 #footerConnect p{
    font-size: 12px;
 }

 #footerBottom{
    display: grid;
    align-items: center;
    /* width: 100%; */
    /* height: 200px; */
    gap: 10px;
    background-color: #333333;
    color: white;
    text-align: center;
    padding: 70px 0;
    font-size: 12px;
 }
 #footerBottom>div:last-child{
    display: flex;
    justify-content: center;
    gap: 10px;
 }
 #footerBottom span{
    color: grey;
 }