
html {
    scroll-behavior: smooth;
  }


.container{
    margin-bottom: 100px;
}

/* h1 {
    color: #fff;
} */


.orange-bg{
    background-color: #fceae8;
    /* background-image: linear-gradient(darkgrey, black); */
    border-radius: 8px;
}

.carousel-item{
    padding: 20px 40px;
}

.price{
    color: #FF136F;
    /* color: #fff; */
}

.buy-now-btn{
    background-image: linear-gradient(to bottom, #FF589B 0%, #FF136F 100%);
    /* background-color: #FF136F; */
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 9px 25px;

}

.banner-images{
    height: 400px;
}

.carousel-inner{
    height: 500px;
}

.watch-categories, .bag-categories, .shoes-categories{
    border-radius: 8px;
}
.watch-categories{
    background-color: #FFA500;
}

.bag-categories{
    background-color: #DA70D6;
}

.shoes-categories{
    background-color: #0000FF;
}

.categories h1{
    color: #fff;
}

.categories img{
    width: 100px;
}

.card{
    border-radius: 8px;
    /* box-shadow: 10px 10px 18px -7px rgba(0,0,0,0.75); */
    box-shadow: 10px 10px 18px -7px rgb(0 0 0 / 75%);
}

.subscribe{
    background-color: #FCEAE8;
    height:300px;
}

footer{
    
}