*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 60px;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    height: 80px;
    position: fixed;
    width: 100%;
}
.logo span{
    color: #e90a88;
    font-weight: bold;

}
.logo{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: bold;
    
}
.logo img{
    height: 40px;
}
nav ul{
    list-style: none;
    gap: 30px;
    display: flex;
    font-size: 22px;
}
nav ul li a{
    text-decoration: none;
    color: #3333336c;
    font-weight: 500;
    
}
nav ul li a:hover{
    color: #e90a88;
}
.header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 120px 60px;
    justify-content: space-between;
    
}
.header-img{
    width: 50%;
    


}
.header-img img{
    width: 600px;

}
.header-text{
    width: 50%;
    
}
.header-text h1{
    font-size: 40px;
    color: rgba(250, 112, 135, 0.858);
    padding-bottom: 0px;

}
.header-text h2{
    font-size: 40px;
    padding-top: 0px;
    color: #1a1a1ac1;
}
.header-text p{
    font-size: 20px;
    color: rgba(0, 0, 0, 0.625);
    margin: 20px 0px;
}
button{
    color: #fff;
    background-color:#1a1a1ac1;
    padding: 10px 10px;

}
button:hover{
    color: white;
    font-weight: bold;
   background-color: rgba(250, 112, 135, 0.858);
   
}
.Casual{
     background-color: rgba(251, 147, 164, 0.903);
    border-radius: 5px;
    padding-top: 50px;
    height: 1400px;
 }
.Casual h1{
    padding: 20px 90px;
    color: white;
    font-weight: bold;
    font-size: 24px;
}
.casual-shoes{
    display: flex;
    justify-self: center ;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(216, 45, 74, 0.979);
    background-color:rgba(250, 112, 135, 0.858);
    width: 90%;
    height: 600px;
}
.casual-image{
    align-content: center;
    padding: 0px 45px;
}
.casual-image img{
    width: 300px;
    height: 350px;
    border: 2px solid rgb(246, 239, 240);
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(216, 45, 74, 0.979);
}
.casual-image h1{
     padding: 0px 20px ;
     color: white;
}
.casual-image p{
    padding: 0px 20px ;
    color: white;
}
.casual-image h3{
    padding: 0px 20px ;
    color: white;
    font-size: 30px;
}
.casual-image h3 button{
    padding: 10px 10px;
    margin-left: 80px;
}
.formal-shoes{
    display: flex;
    justify-self: center ;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(216, 45, 74, 0.979);
    margin-top: 10px;
    background-color:rgba(250, 112, 135, 0.858);
    width: 90%;
    height: 600px;
}
.formal-image{
    align-content: center;
    padding: 0px 45px;
}
.formal-image img{
     width: 300px;
    height: 350px;
    border: 2px solid white;
    border-radius: 10px;
     box-shadow: 10px 10px 10px rgba(216, 45, 74, 0.979);
    
}
.formal-image h1{
     padding: 0px 20px ;
     color: white;
}
.formal-image p{
    padding: 0px 20px ;
    color: white;
}
.formal-image h3{
     padding: 0px 20px ;
    color: white;
    font-size: 30px;
}
.formal-image h3 button{
    padding: 10px 10px;
    margin-left: 80px;
}
.container{
    display: flex;
    width: 90%;
    padding-top: 40px;


}
.container-left{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
    padding-left: 15px;
    flex-wrap: wrap;
    
    
}
.slides{
     width: 500px;
    height: 140px;
    background-color:rgba(250, 112, 135, 0.858);
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(216, 45, 74, 0.979); 
    align-self: center;
    

}
.slides h1{
     color: white;
    font-size: 25px;
    font-weight: bold;
     padding-left:40px;
     padding-top: 20px;
     text-align: center;
    
}
.slides p{
    text-align: center;
    color: white;
    font-size: 16px;
 }


.container-right{
    width: 100%;
    
}
.container-right img{
    width: 100%;
    
} 
.newsletter{
    background-color: rgba(250, 112, 135, 0.858);
    width: 90%;
    height: 180px;
    justify-self: center;
    margin-top: 50px;
    border-radius: 10px;
    padding-top: 0px;
    box-shadow: 10px 10px 10px rgba(216, 45, 74, 0.979);
    
    
}
.newsletter input{
    width: 80%;
    height: 40px;
    margin: 100px 0px 0px 90px;

}
.newsletter button{
    color: #fff;
    padding: 12px 15px;
    
}
.footer{
   padding: 40px 20px 10px 20px;
   color: #fff;
}
.footer-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-column{
    width: 200px;
    margin-bottom: 20px;
}
.footer-column h1{
    font-size: 22px;
    margin-bottom: 10px;
    color: rgba(250, 112, 135, 0.858);

}
.footer-column ul{
    list-style: none;
    padding: 0;
    
}
.footer-column ul li{
    margin-bottom: 8px;
    color: #1a1a1ac1;

}
.footer-column ul li a{
    color: #333333d6;
    font-weight: bold;
    list-style: none;
    text-decoration: none;
}
.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #333333d6 ;
    
}
.footer-bottom p a{
    color: rgba(250, 112, 135, 0.858);
}
