
:root {
    /* Color */
    --primary_color: var(--white);
    --secondary_color: var(--primary);
    --color_one: var(--dark);

    --color_two: var(--rojoCeaSoft);
    --color_three: var(--verdeCeaSoft);

}

::selection{
    background: var(--primary);
    color:var(--white);
}

/* css start */
.d2c_focus_box_section {
    padding: 100px 0px;
}
.d2c_focus_box_section .d2c_row {
    position: relative;
}
.d2c_focus_box_section .d2c_column {
    position: absolute;
    top: 93px;
    right: 0px;
}
/* Image Style */
.d2c_focus_box_section .d2c_img_wrapper {
    width: 100%;
    height: 404px;
}
.d2c_focus_box_section .d2c_img_wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
/* Content Style */
.d2c_focus_box_section .d2c_content_wrapper {
    width: 100%;
    height: 461px;
    background: var(--white);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
    padding: 60px 95px 55px;
	border-radius:10px;
}
.d2c_focus_box_section .d2c_content_wrapper .d2c_title {
   
	font-size: 44px;
		font-weight: 600;
		color: var(--dark);
		line-height: 55px;
}
.d2c_focus_box_section .d2c_content_wrapper .d2c_content {
    font-weight: 300;
    font-size: 1.25rem;
     line-height: 30px;
}
.d2c_focus_box_section .d2c_content_wrapper .d2c_small_img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
.d2c_focus_box_section .d2c_content_wrapper .d2c_small_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.d2c_focus_box_section .d2c_content_wrapper .d2c_img_content {
    font-weight: 400;

    line-height: 40px;
    font-size: 15px;
    color: rgba(24, 47, 67, 0.71);
    margin-bottom: 0px;
}
.d2c_focus_box_section .d2c_content_wrapper .dic_icon_wrapper {
    font-size: 27px;
    color: var(--color_one);
    margin-right: 10px;
}
.d2c_focus_box_section .d2c_content_wrapper .d2c_icon_content {
    font-family: var(--secondary_font-family);
    font-weight: 300;
    font-size: 15px;
    line-height: 45px;
    color: var(--color_two);
    margin-bottom: 0px;
}
/* css end */


/* responsive css start */

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .d2c_focus_box_section {
        padding: 50px 0px;
    }
    .d2c_focus_box_section .d2c_column {
        position: unset;
    }
    .d2c_focus_box_section .d2c_img_wrapper {
        height: 250px;
        margin-bottom: 20px;
    }
    .d2c_focus_box_section .d2c_content_wrapper {
        height: 280px;
        padding: 20px 20px 20px;
    }
    .d2c_focus_box_section .d2c_content_wrapper .d2c_title {
        font-size: 34px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .d2c_focus_box_section .d2c_content_wrapper .d2c_content {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 10px;
    }
    .d2c_focus_box_section .d2c_content_wrapper .dic_icon_wrapper {
        font-size: 22px;
        margin-right: 7px;
    }
    .d2c_focus_box_section .d2c_content_wrapper .d2c_icon_content {
        font-size: 13px;
        line-height: 37px;
    }
    .d2c_focus_box_section .d2c_content_wrapper .d2c_small_img {
        width: 30px;
        height: 30px;
        margin-right: 7px;
    }
    .d2c_focus_box_section .d2c_content_wrapper .d2c_img_content {
        line-height: 31px;
        font-size: 13px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .d2c_focus_box_section {
        padding: 50px 0px;
    }
    .d2c_focus_box_section .d2c_img_wrapper {
        height: 300px;
    }
    .d2c_focus_box_section .d2c_content_wrapper {
        height: 340px;
        padding: 20px 35px 20px;
    }
    .d2c_focus_box_section .d2c_content_wrapper .d2c_title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .d2c_focus_box_section .d2c_content_wrapper .d2c_content {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .d2c_focus_box_section .d2c_content_wrapper .dic_icon_wrapper {
        font-size: 24px;
    }
    .d2c_focus_box_section .d2c_content_wrapper .d2c_icon_content {
        font-size: 14px;
        line-height: 42px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .d2c_focus_box_section {
        padding: 50px 0px;
    }
    .d2c_focus_box_section .d2c_img_wrapper {
        height: 350px;
    }
    .d2c_focus_box_section .d2c_content_wrapper {
        height: 400px;
        padding: 40px 65px 35px;
    }
    .d2c_focus_box_section .d2c_content_wrapper .d2c_title {
        font-size: 38px;
        line-height: 44px;
    }
    .d2c_focus_box_section .d2c_content_wrapper .d2c_content {
        font-size: 16px;
    }
}




.d2c_timeline_wrapper {
    padding: 100px 0px;
}
.d2c_card_wrapper {
    height: 100%;
    background: var(--primary_color);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
    padding: 27px 27px;
    border-radius: 4px;
 
}
.d2c_card_wrapper::after {
   /*content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 25px 0px 25px;
    /*border-color: #FFFFFF transparent transparent transparent;*/
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.d2c_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: var(--dark);
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.d2c_content {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--color_one);
    margin-bottom: 0px;
	
}
.d2c_icon_wrapper {
    width: 25px;
    height: 25px;
    border: 2px solid var(--secondary_color);
    border-radius: 50%;
    padding: 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    background: var(--primary_color);
    z-index: 1;
}
.d2c_icon_wrapper i {
    font-size: 17px;
    position: relative;
}
.d2c_icon_wrapper::after {
    width: 409px;
    content: '';
    border: 1px solid #23B3F2;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
}   
ul li:last-child .d2c_icon_wrapper::after {
    display: none;
}
.d2c_time {
    font-weight: 700;
    font-size: 28px;
    line-height: 22px;
    color: var(--secondary_color);
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

/* Nabs */
.nav-tabs {
    border-bottom: 0px;
    padding: 0;
}
.nav {
    justify-content: space-around;
    position: relative;
}
.nav-tabs .nav-link {
    border: none;
    color: var(--primary_color);
    background: transparent;
    position: relative;
    isolation: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 55px;
    
}
.nav-tabs .nav-link.active {
    isolation: unset;
    color: var(--secondary_color);
    background: transparent;
}
.nav-tabs .nav-link:hover {
    isolation: initial;
}
.d2c_vertical_timeline {
    display: none;
}

/* Responsive */
@media (min-width: 0px) and (max-width: 767px) {
    .d2c_timeline_wrapper {
        padding: 50px 0px;
    }
    .d2c_card_wrapper {
        padding: 15px;
    }
    .d2c_line {
        display: none;
    }
    .d2c_card_wrapper::after {
        display: none;
    }
    .d2c_icon_wrapper {
        display: none;
    }
    .d2c_card_wrapper .d2c_time_wrapper {
        bottom: -50px;
    }
    .d2c_title {
        font-size: 18px;
        line-height: 20px;
    }
    .d2c_content {
        font-size: 14px;
    }
    .d2c_timeline_wrapper {
        display: none;
    }
    .d2c_vertical_timeline {
        display: block;
        padding: 50px 0px;
    }
    .d2c_time {
        margin-bottom: 10px;
        font-size: 14px;
        padding: 5px 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .d2c_timeline_wrapper {
        padding: 50px 100px;
    }
    .d2c_timeline_wrapper {
        display: none;
    }
    .d2c_vertical_timeline {
        display: block;
        padding: 50px 0px;
    }
    .d2c_time {
        margin-bottom: 15px;
        font-size: 22px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .d2c_timeline_wrapper {
        padding: 50px 0px;
    }
    .d2c_card_wrapper {
        padding: 20px 20px;
    }
    .d2c_title {
        font-size: 24px;
        line-height: 34px;
    }
    .d2c_content {
        font-size: 14px;
    }
    .d2c_card_wrapper .d2c_time_wrapper {
        bottom: -130px;
    }
    .d2c_icon_wrapper {
        margin-bottom: 10px;
    }
    .d2c_time {
        font-size: 22px;
    }
    .nav-item::after {
        width: 295px;
        left: 53px;
        top: 53%;
    }
    .d2c_vertical_timeline {
        display: none;
    }
}
