
    .orange-bg{
        background-color: #fceae8;
        border-radius: 10px;
    }
    .carousel-item{
     padding:20px 40px ;   
    }.price{
        color:#ff136f ;
    }
    .buy{background-image: linear-gradient( butt,#ff589b 100%,#ff136f 100%);
        background-color:#ff136f ;
color:#fff) ;
border: none;
border-radius: 8px;
padding: 9px 25px;
cursor: pointer
    }


.cat1,.cat2,.cat3{
    padding: 10px 30px;
    border-radius: 10px;
}

.cat1{
    background-color:orange ;
    
}
.cat2{
    background-color: orchid;
}
.cat3{
    background-color: blue;
}
.categories h1{
color: white;
width: 100px;
}
.container p,.h5{color: black;}
.container h5{color: black;}

.card{
    border: none;
    border-radius: 10px;
    box-shadow: 5px 5px 10px lightseagreen; 
}
.card-footer{
    color: white;
    border-top: none;
}
#sub{height: 300px;

}