@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lexend", sans-serif;
}

html, body{
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

main{
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #A1BBBF, #F3DCC5);
    background-size: cover;
    background-position: center;
}

nav{
    display: flex;
    padding: 0 30px;
    align-items: center;
    justify-content: space-between;
    height: 12%;
    width: full;
    /* background-color: red; */
    
}

.left-nav{
    margin-left: 20px;
}

.left-nav h1{
    font-size: 25px;
    font-weight: 500;
}

.pro{
    color: white;
}

.bubble{
    border: none;
    color: white;
}

.center-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.center-nav h3{
    font-size: 16px;
    font-weight: 300;
}

.right-nav{
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 50px;
    border-radius: 10px;
    border: 1.2px solid #222;
}

.right-nav h3{
    font-weight: 300;
    font-size: 15px;
}

.play-store{
    margin-left: 8px;
    height: 30px;
}

.shirt{
    height: 75%;
}

.shirt img{
    margin-top: -134px;
    margin-left: 30%;
    height: 950px;
    position: absolute;
    z-index: 9;
}

.main-content{
    width: 50%;
    position: absolute;
    top: 25%;
    /* padding-left: 70px ; */
    margin-left: 90px;
}

.star-div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.star{
    font-size: 50px;
    outline: none;
    box-shadow: none;
    color: yellow;
}
.heading{
    margin-top: 30px;
}

.heading h1{
    line-height: 100px;
    font-size: 120px;
    color: white;
}

.wardrobe{
    position: absolute;
    z-index: 10;
}

.care{
    position: absolute;
    z-index: 10;
}

.rating{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: 0;
    margin-right: 60px;
    top: 45%;
    background-color: red;
    padding: 20px;
    background-color: #DED9D7;
    /* background-color: #dedddc; */
    border-radius: 30px;

}

.rating img{
    height: 200px;
}

.rating h1{
    font-size: 70px;
    font-weight: 400;
}

.rating h3{
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.claim1{
    position: absolute;
    top: 20%;
    left: 30%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.claim1 img{
    height: 50px;
}

.claim1 h3{
    font-size: 15px;
    text-align: center;
    font-weight: 300;
}

.claim1-flower1{
    transform: scaleX(-1);
}

.claim2{
    position: absolute;
    top: 30%;
    left: 55%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.claim2 img{
    height: 50px;
}

.claim2 h3{
    font-size: 15px;
    text-align: center;
    font-weight: 300;
}

.claim2-flower1{
    transform: scaleX(-1);
}

footer{
    height: 16%;
    width: 100%;
    background-color: #1D2A2E;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 60px;
    margin-bottom: 30px;
    
}

.left-footer img{
    margin-left: -10px;
    border-radius: 50%;
    height: 50px;
}

.left-footer h3{
    color: white;
    margin-left: 20px;
    font-size: 40px;
    font-weight: 300;
}

.right-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 60px;
    margin-bottom: 30px;
    gap: 10px;
    background-color: white;
    border-radius: 10px;
    padding: 8px 20px;
}

.right-footer h3{
    font-size: 15px;
    font-weight: 300;
}

.right-footer i{
    font-size: 20px;

}



