:root {
    /* Font */
    --primary_font_family: 'Lato', sans-serif;
    --secondary_font_family: 'Poppins', sans-serif;
    /* color */
    --primary_color: #8592A6;
    --secondary_color: #FFFFFF;
    --color_one: #EB67A6;
    --color_two: #5B6AD5;
    --color_three: #379794;
    --color_four: #F4AC5D;
}

.d2c_timeline_wrapper {
    padding: 100px 0px;
}
/* .d2c_card_wrapper {
    height: 100%;
} */
.d2c_content {
    font-family: var(--primary_font_family);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--primary_color);
}
.d2c_year {
    font-family: var(--secondary_font_family);
    font-weight: 600;
    font-size: 30px;
    line-height: 102.5%;
    color: var(--secondary_color);
    margin-bottom: 0px;
}


/* One */
.d2c_card_body_one {
    height: 100%;
    border-left: 5px solid var(--color_one);
    padding: 0px 0px 25px 30px;
}
.d2c_title_one {
    font-family: var(--primary_font_family);
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: var(--color_one);
    margin-bottom: 25px;
}
.d2c_year_wrapper_one {
    width: 100%;
    height: 80px;
    background: var(--color_one);
    border-radius: 0px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Two */
.d2c_card_body_two {
    height: 100%;
    border-left: 5px solid var(--color_two);
    padding: 0px 0px 25px 30px;
}
.d2c_title_two {
    font-family: var(--primary_font_family);
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: var(--color_two);
    margin-bottom: 25px;
}
.d2c_year_wrapper_two {
    width: 100%;
    height: 80px;
    background: var(--color_two);
    border-radius: 0px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Three */
.d2c_card_body_three {
    height: 100%;
    border-left: 5px solid var(--color_three);
    padding: 0px 0px 25px 30px;
}
.d2c_title_three {
    font-family: var(--primary_font_family);
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: var(--color_three);
    margin-bottom: 25px;
}
.d2c_year_wrapper_three {
    width: 100%;
    height: 80px;
    background: var(--color_three);
    border-radius: 0px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Four */
.d2c_card_body_four {
    height: 100%;
    border-left: 5px solid var(--color_four);
    padding: 0px 0px 25px 30px;
}
.d2c_title_four {
    font-family: var(--primary_font_family);
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: var(--color_four);
    margin-bottom: 25px;
}
.d2c_year_wrapper_four {
    width: 100%;
    height: 80px;
    background: var(--color_four);
    border-radius: 0px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Responsive CSS */

@media (min-width: 0px) and (max-width: 767px) {
    .d2c_timeline_wrapper {
        padding: 50px 0px;
    }
    .d2c_title_one {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .d2c_title_two {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .d2c_title_three {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .d2c_title_four {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .d2c_content {
        font-size: 16px;
    }
    .d2c_card_body_one {
        padding: 0px 0px 25px 25px;
        border-left: 3px solid var(--color_one);
    }
    .d2c_card_body_two {
        padding: 0px 0px 25px 25px;
        border-left: 3px solid var(--color_two);
    }
    .d2c_card_body_three {
        padding: 0px 0px 25px 25px;
        border-left: 3px solid var(--color_three);
    }
    .d2c_card_body_four {
        padding: 0px 0px 25px 25px;
        border-left: 3px solid var(--color_four);
        
    }
    .d2c_year_wrapper_one {
        height: 50px;
    }
    .d2c_year_wrapper_two {
        height: 50px;
    }
    .d2c_year_wrapper_three {
        height: 50px;
    }
    .d2c_year_wrapper_four {
        height: 50px;
    }
    .d2c_year {
        font-size: 20px;
    }
    .d2c_card_wrapper {
        height: 70%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .d2c_timeline_wrapper {
        padding: 50px 0px;
    }
    .d2c_title_one {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .d2c_title_two {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .d2c_title_three {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .d2c_title_four {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .d2c_content {
        font-size: 16px;
    }
    .d2c_card_body_one {
        padding: 0px 0px 25px 25px;
        border-left: 3px solid var(--color_one);
    }
    .d2c_card_body_two {
        padding: 0px 0px 25px 25px;
        border-left: 3px solid var(--color_two);
    }
    .d2c_card_body_three {
        padding: 0px 0px 25px 25px;
        border-left: 3px solid var(--color_three);
    }
    .d2c_card_body_four {
        padding: 0px 0px 25px 25px;
        border-left: 3px solid var(--color_four);
    }
    .d2c_year_wrapper_one {
        height: 60px;
    }
    .d2c_year_wrapper_two {
        height: 60px;
    }
    .d2c_year_wrapper_three {
        height: 60px;
    }
    .d2c_year_wrapper_four {
        height: 60px;
    }
    .d2c_year {
        font-size: 24px;
    }
    .d2c_card_wrapper {
        height: 70%;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .d2c_timeline_wrapper {
        padding: 50px 0px;
    }
    .d2c_card_wrapper {
        height: auto;
    }
    .d2c_title_one {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .d2c_title_two {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .d2c_title_three {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .d2c_title_four {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .d2c_content {
        font-size: 16px;
    }
    .d2c_card_body_one {
        padding: 0px 0px 25px 25px;
        border-left: 3px solid var(--color_one);
    }
    .d2c_card_body_two {
        padding: 0px 0px 25px 25px;
        border-left: 3px solid var(--color_two);
    }
    .d2c_card_body_three {
        padding: 0px 0px 25px 25px;
        border-left: 3px solid var(--color_three);
    }
    .d2c_card_body_four {
        padding: 0px 0px 25px 25px;
        border-left: 3px solid var(--color_four);
        
    }
    .d2c_year_wrapper_one {
        height: 60px;
    }
    .d2c_year_wrapper_two {
        height: 60px;
    }
    .d2c_year_wrapper_three {
        height: 60px;
    }
    .d2c_year_wrapper_four {
        height: 60px;
    }
    .d2c_year {
        font-size: 24px;
    }
}



/* 
    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/
*/