@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/* navber */
.conteinur {
    width: 1498px;
    height: 100px;
    border: 1px solid black;
    justify-content: space-between;
    display: flex;
    align-items: center;
    box-shadow: 5px 5px 15px ;
    background-color: rgb(232, 228, 228);
    position: sticky;
    top: 0px;
    z-index: 1000px;
}
.list-conteinur{
    list-style: none;
    display: flex;
    margin-left: 50px;
}
.list-conteinur > a {
    text-decoration: none;
    margin-right: 60px;
    font-size: 20px;
    color: rgb(11, 11, 15);
}
.web-name {
    padding: 15px;
    margin-right: 30px;
    color: rgb(15, 15, 18);
    background-color: white;
    border-radius: 10px;
}

/* hero section  */

.hero-conteinur {
    display: flex;
}
.hero-h > hr{
    color: black;

}
.hero {
    display: flex;
    text-align: center;
    align-items: center;
    margin: auto;
    padding-top: 50px;
    background-color: rgb(184, 217, 227);
} 
/* Season collections  */
.sc {
    height: 100px;
    width: auto;
    text-align: center;
    align-items: center;
    padding: 40px;
}
.sc-conteinur {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-left: 130px;
}

.sc-conteinur1 {
    height: 600px;
    width: 400px;
    text-align: center;
    border-radius: 6px;
}
.sch1{
    padding: 10px;
}
.scbtn1 > button {
    background-color: rgb(199, 222, 214);
    border-radius: 10px;
    height: 30px;
    width: 70px;
    font-size: large;
    border: none;
}

.sc-conteinur2{
    height: 600px;
    width: 400px;
    text-align: center;
}

.sch2{
    padding: 10px;
}
.scbtn2 > button {
    background-color: rgb(199, 222, 214);
    border-radius: 10px;
    height: 30px;
    width: 70px;
    font-size: large;
    border: none;
}

.sc-conteinur3{
    height: 600px;
    width: 400px;
    text-align: center;
  
}
.sch3{
    padding: 10px;
}
.scbtn3{
    background-color: rgb(199, 222, 214);
    border-radius: 10px;
    height: 30px;
    width: 70px;
    font-size: large;
    border: none;
}  
/* Our best seller  */
.bc{
    height: 100px;
    width: auto;
    text-align: center;
    align-items: center;
    padding: 30px;
   
}
.bc-conteinur{
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 125px;
    margin-top: 30px;
}

.bc-conteinur1{
    height: 600px;
    width: 400px;
    text-align: center;   
}

.bc-conteinur2{
    height: 600px;
    width: 400px;
    text-align: center;
 
}

.bc-conteinur3{
    height: 600px;
    width: 400px;
    text-align: center;    
}
.bc-conteinur1 > p{
    padding: 5px;
}
.bc-conteinur2 > p{
    padding: 5px;
}
.bc-conteinur3 > p{
    padding: 5px;
}



