:root{
    /* Global Color */
    --primary_color: #FFFFFF;
    --secondary_color: #0F1126;
    --color_one: #085AFF;

    /* Global Font */
    --primary_font-family: 'Vollkorn', serif;
    --secondary_font-family: 'Outfit', sans-serif;
}


/* css start */

.d2c_icon_box_section {
    padding: 100px 0px;
}
.d2c_icon_box_section .d2c_card_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* Icon Box One Start */
.d2c_icon_box_section .d2c_card_wrapper .d2c_icon_box_one {
    height: 90px;
    width: 90px;
    background: linear-gradient(217.39deg, #363636 14.72%, #222222 93.92%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #FFFFFF;
    position: relative;
}
.d2c_icon_box_section .d2c_card_wrapper .d2c_icon_box_one::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 32px 16px;
    border-color: transparent transparent #2F2F2F transparent;
    position: absolute;
    bottom: 86px;
}


.d2c_icon_box_section .d2c_box_wrapper {
    position: relative;
}
hr.d2c_line_one {
    border: 1px solid #2D2D2D;
    width: 100%;
    position: absolute;
    top: 132px;
    z-index: -1;
}
hr.d2c_line_two {
    border: 1px solid #2D2D2D;
    width: 100%;
    position: absolute;
    top: 132px;
    z-index: -1;
    display: none;
}
/* Icon Box One End */
/* Icon Box Two Start */
.d2c_icon_box_section .d2c_card_wrapper .d2c_icon_box_two {
    height: 90px;
    width: 90px;
    background: linear-gradient(217.39deg, #01D07C 14.72%, #01D07C 93.92%);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #FFFFFF;
    position: relative;
}
.d2c_icon_box_section .d2c_card_wrapper .d2c_icon_box_two::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 16px 0 16px;
    border-color: #01D07C transparent transparent transparent;
    position: absolute;
    bottom: -29px;
}
/* Icon Box Two End */
/* Icon Box Three Start */
.d2c_icon_box_section .d2c_card_wrapper .d2c_icon_box_three {
    height: 90px;
    width: 90px;
    background: linear-gradient(217.39deg, #F9273C 14.72%, #F9273C 93.92%);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #FFFFFF;
    position: relative;
}
.d2c_icon_box_section .d2c_card_wrapper .d2c_icon_box_three::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 16px 0 16px;
    border-color: #F9273C transparent transparent transparent;
    position: absolute;
    bottom: -29px;
}
/* Icon Box Three End */
/* Icon Box Four Start */
.d2c_icon_box_section .d2c_card_wrapper .d2c_icon_box_four {
    height: 90px;
    width: 90px;
    background: linear-gradient(217.39deg, #018EF7 14.72%, #018EF7 93.92%);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #FFFFFF;
    position: relative;
}
.d2c_icon_box_section .d2c_card_wrapper .d2c_icon_box_four::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 16px 0 16px;
    border-color: #018EF7 transparent transparent transparent;
    position: absolute;
    bottom: -29px;
}
/* Icon Box Four End */
.d2c_icon_box_section .d2c_card_wrapper .d2c_icon_one i {
    color: var(--primary_color);
    border: 1px solid #2D2D2D;
    border-radius: 100%;
    margin-top: 50px;
    transition: all ease 0.4s;
    cursor: pointer;
}
.d2c_icon_box_section .d2c_card_wrapper .d2c_icon_one i:hover {
    color: #343434;
    transition: all ease 0.4s;
}
.d2c_icon_box_section .d2c_card_wrapper .d2c_icon_two i {
    color: var(--primary_color);
    border: 1px solid #2D2D2D;
    border-radius: 100%;
    margin-top: 50px;
    transition: all ease 0.4s;
    cursor: pointer;
}
.d2c_icon_box_section .d2c_card_wrapper .d2c_icon_two i:hover {
    color: #01D07C;
    transition: all ease 0.4s;
}
.d2c_icon_box_section .d2c_card_wrapper .d2c_icon_three i {
    color: var(--primary_color);
    border: 1px solid #2D2D2D;
    border-radius: 100%;
    margin-top: 50px;
    transition: all ease 0.4s;
    cursor: pointer;
}
.d2c_icon_box_section .d2c_card_wrapper .d2c_icon_three i:hover {
    color: #F9273C;
    transition: all ease 0.4s;
}
.d2c_icon_box_section .d2c_card_wrapper .d2c_icon_four i {
    color: var(--primary_color);
    border: 1px solid #2D2D2D;
    border-radius: 100%;
    margin-top: 50px;
    transition: all ease 0.4s;
    cursor: pointer;
}
.d2c_icon_box_section .d2c_card_wrapper .d2c_icon_four i:hover {
    color: #018EF7;
    transition: all ease 0.4s;
}
.d2c_icon_box_section .d2c_card_wrapper .d2c_title {
    font-family: var(--primary_font-family);
    font-weight: 400;
    font-size: 20px;
    color: #2F3136;
    padding: 15px 0px 5px;
}
.d2c_icon_box_section .d2c_card_wrapper .d2c_content {
    font-family: var(--secondary_font-family);
    font-weight: 400;
    font-size: 16px;
    color: #2F3136;
}


/* css end */


/* responsive css start */

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .d2c_icon_box_section {
        padding: 70px 0px;
    }
    hr.d2c_line_two {
        display: block;
        top: 395px;
    }
    .d2c_icon_box_section .d2c_card_wrapper .d2c_content {
        font-size: 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .d2c_icon_box_section {
        padding: 70px 0px;
    }
    hr.d2c_line_two {
        display: block;
        top: 401px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .d2c_icon_box_section {
        padding: 70px 0px;
    }
    .d2c_icon_box_section .d2c_card_wrapper .d2c_content {
        font-size: 14px;
    }
}

/* responsive css end */