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


html, body{
    background-color: rgb(247,242,239);
    width: 100%;
    height: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body{
       padding: 20px 30px 20px 70px;
}

ul{
    list-style: none;
}

main{
    
    height: 100vh;
    /* background-color: red; */
}

.menu{
    display: flex;
    align-items: center;
}

.menu ul{
    text-transform: capitalize;
    display: flex; 
    gap: 40px;
  
  
}



nav{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

nav> div:nth-child(3){
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
   
   
}

nav img{
    width: 120px;
}

nav i{
    font-size: 30px;
    color: black;
}

.shop{position: relative;}


.two{
    display: flex;
    align-items: center;
   padding: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color:rgb(103,107,85) ;
    color: white;
    font-weight: 400;
    font-size: 10px;
    position: absolute;
    top: 5px;
    left: 15px;

}

.content1{
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.collection{
    color: rgb(125,130,113);
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    font-size: 12px;
    letter-spacing: 3px;
   align-items: center;
   gap: 15px;
}

.cotton{
    font-size: 60px;
    font-weight: 400;
    line-height: 55px;
}


.container2{
    display: flex;
    
}

.line{
    background-color: rgb(118,123,106);
    width: 55px;
    height: 1px;
    margin: 10px 0;
}

.circle1{
    background-color: rgb(124,130,107);
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.circle2{
    background-color:rgb(229,221,216) ;
      width: 20px;
    height: 20px;
    border-radius: 50%;
}
.circle3{
    background-color: rgb(225,169,167);
      width: 20px;
    height: 20px;
    border-radius: 50%;
}

.colors{
    display: flex;
    align-items: center;
    gap: 30px;
}

.line2{
       background-color: rgb(118,123,106);
    width: 20px;
    height: 1px;
}

.detail2 div{
    display: flex;
    align-items: center;
    gap: 30px;
}

.details{
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
}



.twill{
    display: flex;
    align-items: center;
    gap: 12px;
    transform:rotate(270deg) ;
    position: absolute;
    top: 350px;
    left: 540px;
}

.twill p{
    font-size: 20px;
}

.line3{
       background-color: rgb(118,123,106);
    width: 40px;
    height: 1.5px;
}

.girl{
    width: 450px;
    height: 380px;
    margin-left: 200px;
    border-radius: 10px;
        overflow: hidden;
        position: relative;
        z-index: 500;
}

.girl img{
    width: 100%;
    height: 100%;

}

.crd1{
    padding: 5px;
}

.cards{
 display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    left: 1152px;
/* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}

.cards div{
   
    
    width: 80px;
    height: 85px;
    border-radius: 5px;
}


.bottom-logo{
    width: 300px;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    margin-top: 15px;
    margin-left: 10px;
}

.bt1-logos{
    width: 30px;
    height: 30px;
    background-color: rgb(230,227,217);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-evenly;
}

.v-line{
    width: 1px;
    height: 60px;
    background-color: black;
}


.bt1{
    width: 20px;
    display: flex;
    flex-direction: column;

    align-items: center;
}



.colors p, .detail2 div p{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}






.container5{
    background-color: rgb(241,235,232);
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 500px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    padding: 15px;
    position: absolute;
    left: 650px;
 bottom: 15px;
}

.border1{
    width: 1px;
    background-color: black;
    height: 50px;
}

.box{
    display: flex;
}

.box1{
    display: flex;
   gap: 8px;
    align-items: center;
   
}

.cardo{
    overflow: hidden;
}

.cardo img{
    width: 100%;
height: 100%;
}

.rating{
    display: flex;
    align-items: center;
    gap: 7px;
    position: absolute;
    top: 20px;
    left: 268px;
    background-color: white;
    border-radius: 16px;
    font-size: 12px;
    padding: 10px 15px;
    height: 40px;
    width: fit-content;
      font-weight: 700;
    
}

.rating i {
    color: rgb(114,120,92);
}

.dollar{
    position: absolute;
    top: 20px;
    left: 15px;
       background-color: white;
    border-radius: 16px;
    font-size: 12px;
    padding: 10px 15px;
    height: 40px;
    width: fit-content;
    font-weight: 700;
}

.bag5{
    background-color: rgb(93,99,76);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 370px;
    left: 1030px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.539);


}

.bag5 i{
    font-size: 20px;
}