
:root {
    /* Font */
    --primary_font: 'Roboto', sans-serif;
    --secondary_font: 'Poppins', sans-serif;
    /* Color */
    --primary_color: #2E3845;
    --secondary_color: #000000;
    --accent_color: #2C66E1;
    --text_color: #7E8392;
    --color_one: #FBFCFF;
    /* BG */
    --primary_bg: #E5F7FB;
    --card-bg: #F1FBFD;
}

/* Hero Start */
.d2c_hero_wrapper {
    height: 100vh;
    padding: 100px 0px;
    background: url(../images/background_blobs.png), var(--primary_bg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
h3 {
    color: var(--primary_color);
    font-family: var(--primary_font);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
h2 {
    color: var(--primary_color);
    font-family: var(--primary_font);
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 20px;
}
h2 span {
    color: var(--accent_color);
}
p {
    color: var(--text_color);
    font-family: var(--primary_font);
    font-size: 20px;
    font-weight: 400;
    padding-right: 100px;
    margin-bottom: 40px;
}
.btn {
    color: var(--color_one);
    background: var(--accent_color);
    border: 1px solid var(--accent_color);
    border-radius: 100px;
    padding: 8px 32px 7px;
    font-family: var(--secondary_font);
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s all;
}
.btn:hover {
    color: var(--accent_color);
    background: transparent;
    border: 1px solid var(--accent_color);
    transition: 0.4s all;
}
.btn:active {
    color: var(--accent_color) !important;
    background: transparent !important;
    border: 1px solid var(--accent_color) !important;
    transition: 0.4s all;
}
.d2c_card {
    width: 150px;
    height: 170px;
    background: var(--color_one);
    padding: 19px 35px 35px 35px;
    border-radius: 8px;
    position: absolute;
    top: 222px;
    right: 70px;
}
.d2c_card img {
    margin-bottom: 10px;
}
h4 {
    color: var(--primary_color);
    font-family: var(--primary_font);
    font-size: 14px;
    font-weight: 600;
}
h6 {
    color: var(--primary_color);
    font-family: var(--primary_font);
    font-size: 14px;
    font-weight: 400;
}
.d2c_info_card {
    position: absolute;
    bottom: 62px;
    right: 0px;
}
.d2c_info_content {
    width: 317px;
    background: var(--card-bg);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.d2c_info_content h6 {
    color: var(--secondary_color);
    padding: 12px 28px 12px 30px;
}
i {
    color: var(--color_one);
    font-size: 24px;
    background: var(--accent_color);
    border-radius: 0px 100px 100px 0px;
    padding: 12px 22px 12px 22px;
}
/* Hero End */



/* 
    Template Name: {{5+ HTML Hero Section Web UI kits for Professional Web Designer}}
    Template URL: {{https://designtocodes.com/product/5-html-hero-section-web-ui-kits}}
    Description: {{With a creative and user-friendly approach, these kits are designed to make your website shine and attract more visitors.}}
    Author: DesignToCodes
    Author URL: https://www.designtocodes.com
    Text Domain: {{Hero Section UI Kits}}
 */