
.hero-section{
     background: url(/slide/bg-mango-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;   
    position: relative;
    z-index: 1;
}
.hero-section::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: -1;
}
.hero-section h2 {
    color: #ff990a;
    font-family: 'Siyam Rupali';
     background: -webkit-linear-gradient(#eee, #ff990a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section p{
    font-family: 'Siyam Rupali';
    color: #ccef19;
}
.mango{
    background: linear-gradient(45deg, #f9fef7, #f7fefc);
    position: relative;
}
.mango-abs{
    
}
.mango-abs .one{
    position: absolute;
    top: 0;
    left: 0;
}
.mango-abs .two{
    position: absolute;
    bottom: 0;
    right: 0;
}
.mh-description h2 {
    font-family: 'Nikosh', sans-serif;
    font-size: 1.5em;
    color: #333;
}
.description{}
.description h2{
    font-family: 'Nikosh', sans-serif;
    font-size: 1.5em;
}
/* price */
.mango-price{}
.mango-price h2 {
    font-size: 1.7em;
    font-family: 'Regular Bangla';
    color: #333333f2;
}
.mango-price h3 {
    font-family: 'Siyam Rupali';
    color: #444;
}
/* delivery */
.delivery-section{}
.delivery-section h2 {
    font-family: 'Nikosh', sans-serif;
    font-size: 1.5em;
    color: #333333e8;
}
/* products */
.products{}
.products h3, .magnormart-feature .heading1{
    font-size: 1.7em;
}
.products h6{
    text-align: center;
    color: #ff990a;
}
.products button{
    display: flex;
    align-items: center;
    gap: 6px;
}
.products .product-desc{}
.products .product-desc h4 {
    font-family: 'Regular Bangla';
    margin-bottom: 0.2em;
    background: -webkit-linear-gradient(#333333fa, #428000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.products .product-desc p{
    font-family: 'Regular Bangla';
}
/* order form */
.mango-order-form {
    background: linear-gradient(45deg, #fcf9ef, #f8ffff);
    position: relative;
    z-index: 1;
}
/* faq */
.border-mango svg{color: #428000;}
@media screen and (max-width:960px) {
    .mh-description h2, .products h3, .mango-price h2, .magnormart-feature .heading1{font-size: 1.5em;}
}
