
:root {
    /* Font Family */
    --primary_font: 'Montserrat', sans-serif;
    --secondary_font: 'Poppins', sans-serif;
    /* Color */
    --primary_color: #010101;
    --secondary_color: #787878;
    --accent_color: #F74132;
    --default_color: #FFFFFF;
}

/* Hero Start */
.d2c_hero_wrapper {
    padding: 100px 0px;
    height: 100vh;
    display: flex;
    align-items: center;
}
a {
    text-decoration: none;
}
h6 {
    color: var(--primary_color);
    font-family: var(--primary_font);
    font-size: 24px;
    font-weight: 600;
    font-variant: small-caps;
    margin-bottom: 40px;
}
h2 {
    color: var(--primary_color);
    font-family: var(--primary_font);
    font-size: 55px;
    font-weight: 700;
    font-variant: small-caps;
    margin-bottom: 40px;
}
h2 a {
    color: var(--accent_color);
}
h2 a:hover {
    color: var(--accent_color);
}
p {
    color: var(--secondary_color);
    font-family: var(--primary_font);
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 25px;
}
ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 40px !important;
}
ul li {
    padding: 0px 16px;
}
ul li:first-child {
    padding-left: 0;
}
ul li a {
    color: var(--primary_color);
    font-size: 24px;
    transition: 0.4s all;
}
ul li a:hover {
    color: var(--accent_color);
    transition: 0.4s all;
}
.btn {
    color: var(--default_color);
    font-family: var(--secondary_font);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    background: var(--accent_color);
    padding: 10px 38px 9px;
    border: 1px solid var(--accent_color);
    border-radius: 100px;
    transition: all ease 0.4s;
}
.btn i {
    margin-right: 10px;
}
.btn:hover {
    color: var(--primary_color);
    background: var(--default_color);
    border: 1px solid var(--accent_color);
    transition: all ease 0.4s;
}
.btn:active {
    color: var(--primary_color) !important;
    background: var(--default_color) !important;
    border: 1px solid var(--accent_color) !important;
    transition: all ease 0.4s;
}
.d2c_secondary_btn {
    color: var(--primary_color);
    background: var(--default_color);
    border: 1px solid var(--accent_color);
    transition: all ease 0.4s;
    margin-left: 20px;
}
.d2c_secondary_btn:hover {
    color: var(--default_color);
    background: var(--accent_color);
    border: 1px solid var(--accent_color);
    transition: all ease 0.4s;
}

.d2c_img_wrapper {
    width: 442px;
    height: 612px;
    position: relative;
}
.d2c_img_wrapper img {
    object-fit: cover;
}
.d2c_img_wrapper::before {
    content: url('../images/hero_img_bg_top.png');
    position: absolute;
    top: -17px;
    right: -17px;
    z-index: -1;
}
.d2c_img_wrapper::after {
    content: url('../images/hero_img_bg_bottom.png');
    position: absolute;
    bottom: -22px;
    left: -17px;
    z-index: -1;
}

.d2c_hero_wrapper img:nth-child(2) {
    position: absolute;
    top: 80px;
    left: 25%;
    z-index: -1;
}
.d2c_hero_wrapper img:nth-child(3) {
    position: absolute;
    top: 107px;
    right: 35%;
    z-index: -1;
}
.d2c_hero_wrapper img:nth-child(4) {
    position: absolute;
    bottom: 28%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.d2c_hero_wrapper img:nth-child(5) {
    position: absolute;
    bottom: 0;
    left: 18%;
    z-index: -1;
}
.d2c_hero_wrapper img:nth-child(6) {
    position: absolute;
    bottom: 21px;
    right: 16%;
    z-index: -1;
}
.d2c_hero_wrapper img:nth-child(7) {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
/* 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}}
 */