:root {
    /* Font */
    --primary_font_family: 'Poppins', sans-serif;
    --secondary_font_family: 'Mulish', sans-serif;
    /* color */
    --primary_color: #333333;
    --secondary_color: #666666;
    --color_one: #0F9D57;
    --color_two: #FFFFFF;
    --color_three: #676767;
}

/* Style CSS */
.d2c_timeline_wrapper {
    padding: 100px 0px;
}
.d2c_header {
    font-family: var(--primary_font_family);
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: var(--primary_color);
    margin-bottom: 30px;
}
.d2c_head_content {
    font-family: var(--primary_font_family);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: var(--secondary_color);
    padding: 0px 100px 60px;
}
.d2c_line_wrapper {
    background-image: url(../images/Lint.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.d2c_img_wrapper {
    width: 100%;
    height: 248px;
    position: relative;
}
.d2c_img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/*  */
.d2c_img_wrapper .d2c_overlay {
    position: absolute;
    background: linear-gradient(245.29deg, #292D32 1.32%, rgba(41, 45, 50, 0) 141.38%);
    inset: 0;
    border-radius: 8px;
}
.d2c_img_wrapper .d2c_overlay_left .d2c_year p {
    font-family: var(--secondary_font_family);
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF !important;
    font-feature-settings: 'pnum' on, 'lnum' on;
    background: #FFFFFF;
    opacity: 0.2;
    backdrop-filter: blur(11px);
    border-radius: 4px;
    padding: 10px;
}
.d2c_year {
    background: rgb(82 85 89 / 48%);
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--secondary_font_family);
    padding: 8px 20px;
    width: max-content;
    position: absolute;
    top: 20px;
    right: 20px;
}
.d2c_year_right {
    background: rgb(82 85 89 / 48%);
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--secondary_font_family);
    padding: 8px 20px;
    width: max-content;
    position: absolute;
    top: 20px;
    left: 20px;
}
/*  */


.d2c_card_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.d2c_card_wrapper .d2c_title {
    font-family: var(--primary_font_family);
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    color: var(--color_one);
}
.d2c_card_wrapper .d2c_content {
    font-family: var(--primary_font_family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--color_three);
    margin-bottom: 0;
}
.d2c_row_padding {
    padding: 30px 0px;
}


/* Responsive CSS */

@media (min-width: 0px) and (max-width: 767px) {
    .d2c_timeline_wrapper {
        padding: 50px 0px;
    }
    .d2c_header {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .d2c_head_content {
        font-size: 14px;
        padding: 0px 00px 20px;
    }
    .d2c_card_wrapper .d2c_title {
        font-size: 18px;
    }
    .d2c_card_wrapper .d2c_content {
        font-size: 14px;
    }
    .d2c_img_wrapper {
        height: 200px;
        margin-bottom: 30px;
    }
    .d2c_line_wrapper {
        background-image: none;
    }
    .d2c_year {
        left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .d2c_timeline_wrapper {
        padding: 50px 0px;
    }
    .d2c_header {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .d2c_head_content {
        font-size: 15px;
        padding: 0px 80px 30px;
    }
    .d2c_card_wrapper .d2c_title {
        font-size: 18px;
    }
    .d2c_card_wrapper .d2c_content {
        font-size: 14px;
    }
    .d2c_img_wrapper {
        height: 200px;
        margin-bottom: 20px;
    }
    .d2c_line_wrapper {
        background-image: none;
    }
    .d2c_year {
        left: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .d2c_timeline_wrapper {
        padding: 50px 0px;
    }
    .d2c_header {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .d2c_head_content {
        font-size: 17px;
        padding: 0px 100px 40px;
    }
    .d2c_card_wrapper .d2c_title {
        font-size: 26px;
    }
    .d2c_card_wrapper .d2c_content {
        font-size: 15px;
    }
    .d2c_img_wrapper {
        height: 230px;
    }
}


/* 
    KIT Name: 10+ Timeline - Bootstrap Bundle
    Product URL: https://www.designtocodes.com/product/10-timeline-section-html-web-ui-kits-html-components
    Product Description: The Timeline kit is made of all the basic elements you need to create a stunning website, from the start.
    Author: designtocodes.com
    Author URL: https://www.designtocodes.com/
*/