/* font family link  */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@500;700&display=swap');
/* style sheet start  */
/* common styles start  */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
   
 font-family: 'Poppins';
}
p{
    color: grey
}
.bg-color{
    background-color:  #FEEAE9;
}
.btn-color{
    background: linear-gradient(180deg, #FF589B -0.01%, #FF136F 99.99%);
    border-radius: 6px;
    padding: 15px 30px;
    margin-top: 10px;
    color: white;
    font-size: 1rem;
    border: none;   
}
/* common styles end  */
/* header section start  */

/* header section end  */
/* slider section start  */
.shape{
    border-radius: 10px;
}
.slider span{
    color: #FF136F;
}
/* slider section end */
/* categories section start  */
.categories  h1{
    font-size: 2rem;
    color: white;
}
.categories img{
    width:  100px;
}
 .categories-watch-bg{
    background: linear-gradient(152.07deg, #f29027 -0.47%, orange 97.17%);
}
 .categories-bag-bg{
    background: linear-gradient(180deg, #FF589B -0.01%, #FF136F 99.99%);

}
 .categories-shoes-bg{
    background: linear-gradient(170.41deg, #4289FF -10.89%, #3F07F8 92.77%);
}
/* categories section end  */
/* shoes section start  */
#shoes h4{
    color: #FF9D00;
}
/* shoes section end  */
/* bages section start  */
#backpack h4{
    color: #FF9D00;
}
/* bages section end  */
.subscribe{
    height: 400px;
}
.btn .btn-outline-secondary {
  background: linear-gradient(180deg, #FF589B -0.01%, #FF136F 99.99%);
  color: white;
}
/* footer section start  */
.contact.bg-color{
    background-color: #ce195e;
}
.contact i{
    overflow: hidden;
    transition: all 0.2s linear;
}
.contact i:hover{
    font-size: 25px;
}