:root {
    /* Font */
    --primary_font_family: 'Lora', serif;
    --secondary_font_family: 'Lato', sans-serif;
    /* Color */
    --primary_color: #333333;
    --secondary_color: #FFFFFF;
    --color_one: #EB67A6;
    --color_two: #5B6AD5;
    --color_three: #379794;
    --color_four: #F4AC5D;
}

.d2c_timeline_wrapper {
    padding: 100px 0px 589px;
    background-image: url(../images/Line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.d2c_head {
    font-family: var(--primary_font_family);
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: var(--primary_color);
    font-feature-settings: 'pnum' on, 'lnum' on;
    margin-left: -30px;
}
.d2c_head_content {
    width: 460px;
    font-family: var(--secondary_font_family);
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    color: #666666;
    margin-left: -30px;
    margin-bottom: 200px;
}
/* Global Start */
.d2c_title {
    font-family: var(--primary_font_family);
    font-style: italic;
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
}
.d2c_content {
    font-family: var(--secondary_font_family);
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #868686;
    width: 215px;
}
.d2c_shape {
    width: 165px;
    height: 190px;
    font-family: var(--primary_font_family);
    font-style: italic;
    font-weight: 700;
    font-size: 46px;
    line-height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    color: var(--secondary_color);
}
.d2c_content_wrapper {
    margin-left: -30px;
}
.d2c_shape_wrapper {
    position: relative;
    margin-top: -130px;
}
/* Global End */

/* Card One Start */
.d2c_card_one {
    margin-top: 247px;
}
.d2c_card_one .d2c_title {
    color: var(--color_one);
}
.d2c_card_one .d2c_shape_wrapper i {
    font-size: 30px;
    color: var(--color_one);
    position: absolute;
    top: 5px;
    right: 93px;
}
.d2c_card_one .d2c_shape_wrapper .d2c_line {
    border-left: 2px solid var(--color_one);
    height: 85px;
    position: absolute;
    top: 33px;
    right: 107px;
}
.d2c_card_one .d2c_shape_wrapper .d2c_shape {
    background: var(--color_one);
    position: absolute;
    top: 117px;
    right: 25px;
}
/* Card One End */
/* Card Two Start */
.d2c_card_two {
    margin-top: 58px;
}
.d2c_card_two .d2c_title {
    color: var(--color_two);
}
.d2c_card_two .d2c_shape_wrapper i {
    font-size: 30px;
    color: var(--color_two);
    position: absolute;
    top: 5px;
    right: 93px;
}
.d2c_card_two .d2c_shape_wrapper .d2c_line {
    border-left: 2px solid var(--color_two);
    height: 85px;
    position: absolute;
    top: 33px;
    right: 107px;
}
.d2c_card_two .d2c_shape_wrapper .d2c_shape {
    background: var(--color_two);
    position: absolute;
    top: 117px;
    right: 25px;
}
/* Card Two End */
/* Card Three Start */
.d2c_card_three {
    margin-top: -131px;
}
.d2c_card_three .d2c_title {
    color: var(--color_three);
}
.d2c_card_three .d2c_shape_wrapper i {
    font-size: 30px;
    color: var(--color_three);
    position: absolute;
    top: 5px;
    right: 93px;
}
.d2c_card_three .d2c_shape_wrapper .d2c_line {
    border-left: 2px solid var(--color_three);
    height: 85px;
    position: absolute;
    top: 33px;
    right: 107px;
}
.d2c_card_three .d2c_shape_wrapper .d2c_shape {
    background: var(--color_three);
    position: absolute;
    top: 117px;
    right: 25px;
}
/* Card Three End */
/* Card Four Start */
.d2c_card_four {
    margin-top: -320px;
}
.d2c_card_four .d2c_title {
    color: var(--color_four);
}
.d2c_card_four .d2c_shape_wrapper i {
    font-size: 30px;
    color: var(--color_four);
    position: absolute;
    top: 5px;
    right: 93px;
}
.d2c_card_four .d2c_shape_wrapper .d2c_line {
    border-left: 2px solid var(--color_four);
    height: 85px;
    position: absolute;
    top: 33px;
    right: 107px;
}
.d2c_card_four .d2c_shape_wrapper .d2c_shape {
    background: var(--color_four);
    position: absolute;
    top: 117px;
    right: 25px;
}
/* Card Four End */

/* Responsive */

@media (min-width: 0px) and (max-width: 767px) {
    .d2c_timeline_wrapper {
        padding: 50px 0px 50px;
        background-image: none;
    }
    .d2c_shape_wrapper {
        margin-top: -104px;
    }
    .d2c_card_four {
        margin-top: 300px;
    }
    .d2c_card_three {
        margin-top: 300px;
    }
    .d2c_card_two {
        margin-top: 300px;
    }
    .d2c_card_one {
        margin-top: 0px;
    }
    .d2c_content_wrapper {
        margin-left: 0px;
    }
    .d2c_head {
        font-size: 36px;
        line-height: 44px;
        margin-left: 0;
        text-align: center;
    }
    .d2c_head_content {
        width: 100%;
        font-size: 16px;
        margin-left: 0;
        margin-bottom: 50px;
        text-align: center;
    }
    .d2c_title {
        font-size: 20px;
        line-height: 150%;
    }
    .d2c_content {
        font-size: 14px;
        line-height: 150%;
        width: 236px;
    }
    .d2c_shape {
        width: 125px;
        height: 145px;
        font-size: 36px;
    }
    .d2c_card_one .d2c_shape_wrapper i {
        font-size: 26px;
        top: 16px;
        right: 66px;
    }
    .d2c_card_one .d2c_shape_wrapper .d2c_line {
        top: 42px;
        right: 78px;
    }
    .d2c_card_one .d2c_shape_wrapper .d2c_shape {
        top: 126px;
        right: 16px;
    }
    .d2c_card_two .d2c_shape_wrapper i {
        font-size: 26px;
        top: 16px;
        right: 66px;
    }
    .d2c_card_two .d2c_shape_wrapper .d2c_line {
        top: 42px;
        right: 78px;
    }
    .d2c_card_two .d2c_shape_wrapper .d2c_shape {
        top: 126px;
        right: 16px;
    }
    .d2c_card_three .d2c_shape_wrapper i {
        font-size: 26px;
        top: 16px;
        right: 66px;
    }
    .d2c_card_three .d2c_shape_wrapper .d2c_line {
        top: 42px;
        right: 78px;
    }
    .d2c_card_three .d2c_shape_wrapper .d2c_shape {
        top: 126px;
        right: 16px;
    }
    .d2c_card_four .d2c_shape_wrapper i {
        font-size: 26px;
        top: 16px;
        right: 66px;
    }
    .d2c_card_four .d2c_shape_wrapper .d2c_line {
        top: 42px;
        right: 78px;
    }
    .d2c_card_four .d2c_shape_wrapper .d2c_shape {
        top: 126px;
        right: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .d2c_timeline_wrapper {
        padding: 50px 0px 50px;
        background-image: none;
    }
    .d2c_shape_wrapper {
        margin-top: -108px;
    }
    .d2c_card_four {
        margin-top: 300px;
    }
    .d2c_card_three {
        margin-top: 300px;
    }
    .d2c_card_two {
        margin-top: 0px;
    }
    .d2c_card_one {
        margin-top: 0px;
    }
    .d2c_content_wrapper {
        margin-left: 0px;
    }
    .d2c_head {
        font-size: 36px;
        line-height: 44px;
        margin-left: 0;
        text-align: center;
    }
    .d2c_head_content {
        width: 100%;
        font-size: 16px;
        margin-left: 0;
        margin-bottom: 50px;
        text-align: center;
    }
    .d2c_title {
        font-size: 20px;
        line-height: 150%;
    }
    .d2c_content {
        font-size: 14px;
        line-height: 150%;
        width: 236px;
    }
    .d2c_shape {
        width: 125px;
        height: 145px;
        font-size: 36px;
    }
    .d2c_card_one .d2c_shape_wrapper i {
        font-size: 26px;
        top: 16px;
        right: 46px;
    }
    .d2c_card_one .d2c_shape_wrapper .d2c_line {
        top: 42px;
        right: 58px;
    }
    .d2c_card_one .d2c_shape_wrapper .d2c_shape {
        top: 126px;
        right: -4px;
    }
    .d2c_card_two .d2c_shape_wrapper i {
        font-size: 26px;
        top: 16px;
        right: 46px;
    }
    .d2c_card_two .d2c_shape_wrapper .d2c_line {
        top: 42px;
        right: 58px;
    }
    .d2c_card_two .d2c_shape_wrapper .d2c_shape {
        top: 126px;
        right: -4px;
    }
    .d2c_card_three .d2c_shape_wrapper i {
        font-size: 26px;
        top: 16px;
        right: 46px;
    }
    .d2c_card_three .d2c_shape_wrapper .d2c_line {
        top: 42px;
        right: 58px;
    }
    .d2c_card_three .d2c_shape_wrapper .d2c_shape {
        top: 126px;
        right: -4px;
    }
    .d2c_card_four .d2c_shape_wrapper i {
        font-size: 26px;
        top: 16px;
        right: 46px;
    }
    .d2c_card_four .d2c_shape_wrapper .d2c_line {
        top: 42px;
        right: 58px;
    }
    .d2c_card_four .d2c_shape_wrapper .d2c_shape {
        top: 126px;
        right: -4px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .d2c_timeline_wrapper {
        padding: 50px 0px 507px;
    }
    .d2c_head {
        font-size: 36px;
        line-height: 44px;
        margin-left: 0;
    }
    .d2c_head_content {
        width: 380px;
        font-size: 16px;
        margin-left: 0;
    }
    .d2c_title {
        font-size: 20px;
        line-height: 150%;
    }
    .d2c_content {
        font-size: 14px;
        line-height: 150%;
    }
    .d2c_shape {
        width: 125px;
        height: 145px;
        font-size: 36px;
    }
    .d2c_card_one .d2c_shape_wrapper i {
        font-size: 26px;
        top: 16px;
        right: 36px;
    }
    .d2c_card_one .d2c_shape_wrapper .d2c_line {
        top: 42px;
        right: 48px;
    }
    .d2c_card_one .d2c_shape_wrapper .d2c_shape {
        top: 126px;
        right: -14px;
    }
    .d2c_card_two .d2c_shape_wrapper i {
        font-size: 26px;
        top: 16px;
        right: 36px;
    }
    .d2c_card_two .d2c_shape_wrapper .d2c_line {
        top: 42px;
        right: 48px;
    }
    .d2c_card_two .d2c_shape_wrapper .d2c_shape {
        top: 126px;
        right: -14px;
    }
    .d2c_card_three .d2c_shape_wrapper i {
        font-size: 26px;
        top: 16px;
        right: 36px;
    }
    .d2c_card_three .d2c_shape_wrapper .d2c_line {
        top: 42px;
        right: 48px;
    }
    .d2c_card_three .d2c_shape_wrapper .d2c_shape {
        top: 126px;
        right: -14px;
    }
    .d2c_card_four .d2c_shape_wrapper i {
        font-size: 26px;
        top: 16px;
        right: 36px;
    }
    .d2c_card_four .d2c_shape_wrapper .d2c_line {
        top: 42px;
        right: 48px;
    }
    .d2c_card_four .d2c_shape_wrapper .d2c_shape {
        top: 126px;
        right: -14px;
    }
    .d2c_card_four {
        margin-top: -295px;
    }
    .d2c_card_three {
        margin-top: -158px;
    }
    .d2c_card_two {
        margin-top: -21px;
    }
    .d2c_card_one {
        margin-top: 115px;
    }
}



/* 
    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/
*/