:root {
    /* Font */
    --primary_font_family: 'Raleway', sans-serif;
    --secondary_font_family: 'Roboto', sans-serif;
    /* color */
    --primary_color: #7E36FD;
    --secondary_color: #928E99;
}

.d2c_timeline_wrapper {
    padding: 100px 0px;
}
.d2c_timeline_wrapper .d2c_header {
    font-family: var(--primary_font_family);
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    color: var(--primary_color);
}
.d2c_timeline_wrapper .d2c_content {
    font-family: var(--secondary_font_family);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: var(--secondary_color);
    padding: 0px 300px;
    margin-bottom: 50px;
}
/* Card Style */
.d2c_content_wrapper {
    padding: 20px 50px 0px;
    text-align: center;
}
.d2c_card_body {
    padding: 0px 40px 0px 100px;
}
h3 {
    font-family: var(--primary_font_family);
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
    color: var(--primary_color);
}
h6 {
    font-family: var(--secondary_font_family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: rgba(126, 54, 253, 0.7);
    margin-bottom: 0;
}
p {
    font-family: var(--secondary_font_family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: rgba(126, 54, 253, 0.7);
    margin-bottom: 0;
}
.d2c_image_wrapper {
    position: relative;
    height: 330px;
}
.d2c_image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.d2c_image_wrapper .d2c_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(74.04deg, rgba(126, 54, 253, 0.44) 6.14%, rgba(126, 54, 253, 0) 152.02%);
    border-radius: 4px;
}
/* Tabs */
.nav-tabs {
    border-bottom: 0px;
    padding: 0;
}
.nav {
    justify-content: space-around;
    position: relative;
}
.nav-tabs .nav-link {
    border: none;
    color: #fff;
    position: relative;
    isolation: unset;
    margin: 0 auto;
    
}
.nav-tabs .nav-link.active {
    color: #7E36FD;
    isolation: unset;
}
.nav-tabs .nav-link:hover {
    isolation: initial;
}

.nav::after {
    width: 100%;
    content: '';
    border: 1px solid #7E36FD;
    position: absolute;
    top: 20px;
}

.d2c_icon_wrapper {
    background: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #7E36FD;
    border-radius: 50%;
    padding: 10px;
}
.tab-content {
    margin-top: 50px;
}


/* Responsive */

@media (min-width: 0px) and (max-width: 767px) {
    .d2c_timeline_wrapper {
        padding: 50px 0px;
    }
    .d2c_timeline_wrapper .d2c_header {
        font-size: 32px;
        line-height: 42px;
    }
    .d2c_timeline_wrapper .d2c_content {
        padding: 0px 0px;
        margin-bottom: 30px;
        font-size: 15px;
    }
    .d2c_timeline_wrapper .d2c_card_wrapper .d2c_year_content {
        font-size: 14px;
    }
    .d2c_image_wrapper {
        margin-top: 20px;
    }
    .d2c_content_wrapper {
        padding: 15px 10px 0px;
    }
    .nav::after {
        display: none;
    }
    h3 {
        font-size: 28px;
        margin-bottom: 0;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 16px;
    }
    .d2c_card_body {
        padding: 0px 0px 0px 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .d2c_timeline_wrapper {
        padding: 50px 0px;
    }
    .d2c_content_wrapper {
        padding-top: 15px;
    }
    .d2c_timeline_wrapper .d2c_header {
        font-size: 36px;
        line-height: 48px;
    }
    .d2c_timeline_wrapper .d2c_content {
        padding: 0px 100px;
        margin-bottom: 30px;
        font-size: 16px;
    }
    .d2c_image_wrapper{
        height: 250px;
    }
    h3 {
        font-size: 26px;
        line-height: 100%;
    }
    p {
        font-size: 14px;
    }
    .d2c_timeline_wrapper .d2c_card_wrapper .d2c_year_content {
        font-size: 14px;
    }
    h6 {
        font-size: 15px;
    }
    .nav::after {
        display: none;
    }
    .d2c_card_body {
        padding: 0px 0px 0px 0px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .d2c_timeline_wrapper {
        padding: 50px 0px;
    }
    .d2c_content_wrapper {
        padding-top: 15px;
    }
    .d2c_timeline_wrapper .d2c_header {
        font-size: 42px;
        line-height: 52px;
    }
    .d2c_timeline_wrapper .d2c_content {
        padding: 0px 200px;
        margin-bottom: 40px;
    }
    .d2c_timeline_wrapper .d2c_card_wrapper .d2c_year_content {
        font-size: 15px;
    }
    h3 {
        font-size: 28px;
        margin-bottom: 0;
    }
    h6 {
        font-size: 14px;
    }
    .d2c_card_body {
        padding: 0px 0px 0px 0px;
    }
}



/* 
    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/
*/