.container{
    margin-bottom: 100px;
}
.orange-bg{
    background-color: #fceae8;
    border-radius: 10px;
}

.carousel-item{
    padding: 20px 40px;
}
.price{
    color: #FF136F;
}
.btn-buy-now{
    background-image: linear-gradient(to top, rgb(77, 74, 75) 0% ,rgb(5, 4, 5) 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 9px 25px;
    cursor: pointer;
}
.cat1, .cat2, .cat3{
    padding: 10px 20px;
    border-radius: 10px;
}


#catagories-bg {
    position: relative;
    margin: 0 auto;
    display: inline-block;
}
.categories-border::after {
    position: absolute;
    content: " ";
    height: 7px;
    width: 100px;
    background: transparent linear-gradient(142deg, #FF9C35 0%, #FFD019 100%) 0 0 no-repeat padding-box;
    border-radius: 10px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.container-catagories {
    padding-bottom: 100px;
}
.pale-order img {
    width: 100%;
}
.merge-images0 img {
    padding: 40px;
    background-color: white;
    margin: 10px;
    border-radius: 5px 5px 5px 30px;
    box-shadow: 5px 5px 10px lightgray;
}

.merge-images1,
.merge-images2 {
    padding: 40px;
    background-color: white;
    margin: 10px;
    border-radius: 5px 5px 30px 5px;
    box-shadow: 5px 5px 10px lightgray;
}
.card{
    border: none;
    box-shadow: 5px 5px 10px lightgray;
    border-radius: 10px;
}
.card footer{
    background-color: white;
    border-top: none;
}
#contact{
    padding: 100px;
    text-align: center !important;
}
#contact h6{
    color: gray;
}
.contact-btn{
    margin-top: 20px;
}
footer{
    text-align: center;        
}
.carousel-indicators li{
    background-color: gray;
    width: 10px;
    height: 5px;
    border-radius: 50%;
}
.carousel-indicators li.active {
    width: 20px;
    height: 5px;
    border-radius: 50%;
    background-color: #FF9C35;

}
.cat{
    padding-top: 80px;
}
#see-all{
    margin-bottom: 50px;
    margin-top: 50px;
    color: #FF9C35;
    text-decoration: none;
}