
:root{
    --primary_color: #e76f51;
    --secondary_color: #001a4b;
}



/* blog css start */

.d2c_blog_section{
    font-family: 'Poppins', sans-serif;
    padding: 100px 0px;
    
}
.d2c_blog_section .card{
    border: none;
    box-shadow: 0 0px 10px rgb(23 22 22 / 5%);
    transition: .5s all ease;
    cursor: grab;
}
.d2c_blog_section .card:hover{
    box-shadow: 0 0px 10px rgb(23 22 22 / 8%);
    transition: .5s all ease;
}
.d2c_blog_section .card .card-img-top{
    height: 320px;
    object-fit: cover;
}
.d2c_blog_section .card .card-body .card-title{
    color: var(--secondary_color);
}
.d2c_blog_section .card .card-body p{
    color: var(--secondary_color);
}
.d2c_blog_section .card .card-body p a{
    margin-right: 5px;
    color: var(--secondary_color);
}
.d2c_blog_section .card .card-body p a:hover{
    color: #000000;
}
.d2c_blog_section .card .card-body .card-text{
    color: #807e7e;
    letter-spacing: .3px;
}
.d2c_blog_section .card .card-body .btn{
    background: var(--primary_color);
    font-weight: 400;
    border: none;
    margin-top: 15px;
    padding: 9px 35px 10px 35px;
    width: 100%;
}
.d2c_blog_section .card .card-body .btn:hover{
    background: var(--secondary_color);
}
.d2c_blog_section .card .card-body .btn:focus{
    box-shadow: none;
}

.d2c_blog_section .owl-carousel{
    margin: auto;
}
.d2c_blog_section .owl-carousel .owl-stage-outer{
    padding: 30px 0px;
}
/* blog css end */


/* css start for responsive */
@media only screen and (min-width: 0px) and (max-width: 767px){
    .d2c_blog_section{
        padding: 50px 0px;
    }
    /* image card slider  */
    .d2c_blog_section .owl-carousel .owl-nav button.owl-prev{
        left: 40%;
    }
    .d2c_blog_section .owl-carousel .owl-nav button.owl-next{
        right: 40%;
    }
    .d2c_blog_section .card .card-img-top{
        height: 250px;
    }
    .d2c_blog_section{
        padding: 50px 0px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 959px){
    .d2c_blog_section{
        padding: 70px 0px;
    }
    /* image card slider  */
    .d2c_blog_section .owl-carousel .owl-nav button.owl-prev{
        left: 43%;
    }
    .d2c_blog_section .owl-carousel .owl-nav button.owl-next{
        right: 43%;
    }
    .d2c_blog_section .card .card-img-top{
        height: 220px;
    }
    .d2c_blog_section .card .card-body .card-title{
        font-size: 16px;
    }
    .d2c_blog_section .card .card-body .card-text{
        font-size: 13px;
    }
    .d2c_blog_section .card .card-body p{
        font-size: 13px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px){
    .d2c_blog_section{
        padding: 80px 0px;
    }
    /* image card slider  */
    .d2c_blog_section .owl-carousel .owl-nav button.owl-prev{
        left: 44%;
    }
    .d2c_blog_section .owl-carousel .owl-nav button.owl-next{
        right: 44%;
    }
}


/* 
    <!-- 
      KIT Name: 10+ Blog Card - Bootstrap Bundle
      Product URL: https://www.designtocodes.com/product/10-blog-card-bootstrap-bundle-2022/
      Product Description: The Blog Card kit is made of all the basic elements you need to create a stunning website, from the start.
      Author: designtocodes.com
      Author URI: https://www.designtocodes.com/
    -->
*/