.hero-section{
    /* background-image: url('https://jalal.z-demos.com/public/frontend/default/assets/img/home/hero_img.jpg') !important; */
    background-image: url('/public/frontend/default/assets/img/home/hero_img.jpg') !important;
    background-size: cover; 
    /* background-position: center;  */
    background-repeat: no-repeat; 
   
    padding-right: 12%;
    padding-left: 12%;
   
}
.hero-section h1{
    color: #af8e6b;
    font-size: 50px;
    font-weight: 800;
    padding-top: 30%;
}

.hero-section p{
    color: #3e2217;
    font-size: 30px;
    font-weight: 500;
    text-align: justify;
   
}   

.green-bar{
    /* background-image:url('https://jalal.z-demos.com/public/frontend/default/assets/img/home/green_bar.jpg') !important; */
    background-image: url('/public/frontend/default/assets/img/home/green_bar.jpg') !important;
}

.full-width{
    width:100% !important;
}
.prd_price{
    color:#c79b66 !important;
}
.add-to-cart-text{
    /* color:#000000 !important; */
    color:#c79b66 !important;
}
.brd-rad-4{
    border-radius:4px !important;
}
.brd-rad-8{
    border-radius:8px !important;
}
.brd-rad-16{
    border-radius:16px !important;
}
.brd-rad-32{
    border-radius:32px !important;
}
.banner-one-img{
    width: 100% !important;
    margin-top: 2%;
    margin-bottom: 2%;
}


.hero-img{
    width:40%;
    position: absolute;
    /* top:-4%; */
    margin-right: 10%;
}

.footer-container{
    background-image:url('/public/frontend/default/assets/img/home/footer_bg.jpg') !important;
    padding-top:5%;
    padding-bottom:5%;
    background-size: cover; 
} 

.card_style_top {
    border: dashed 2px #c79b66;
    border-bottom: none;
}

.card_style_bottom {
    border: dashed 2px #c79b66;
    border-top: none;
}

.text_footer_style {
    color: #D7C9AA;
    /* text-decoration: underline; */
    font-size: 24px;
}
