:root {
    --body-bg-color: #000000;
    --body-text-color: #121212;
    --body-font-family: "neue-haas-grotesk-display";
    --header-bg-color: #fdfdfd;
    --header-border-color: #dd6a82;
    --heading-text-color: #B62D59;
    --border-color: #B62D59;
    --button-bg-color: #121212;
    --body-default-color: #b62d59;
    --body-white-color: #ffffff;
    --section-bg-color: #e3ebed;
}
body {
    font-size: 16px;
    color: var(--body-text-color);
    font-family: var(--body-font-family);
    line-height: 1.4;
}
a, a:hover {
    color: var(--body-default-color);
    text-decoration: none;
    display: inline-block;
}
p {
    margin-bottom: 15px;
}
p:last-child {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--heading-text-color);
    font-family: var(--body-font-family);
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 600;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
li {
    text-decoration: none;
}
.button_main, 
.button_main_bg {
    background-color: var(--body-default-color);
    padding: 15px 30px;
    color: var(--body-white-color) !important;
    border-radius: 50px;
    box-shadow: none;
    border: none;   
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all .3s;
    text-transform: uppercase;
}
.button_main_bg {
    background-color: var(--button-bg-color);
}
.section_bg {
    background-color: var(--section-bg-color);
    padding: 60px 0;
}
.row_grid {
    gap: 30px 0;
}
img {
    max-width: 100%;
}


.header_wrapp {
    background-color: var(--header-bg-color);
    border-bottom: 1px solid var(--header-border-color);
    padding: 20px 0;
}
.brand_logo a img {
    max-width: 200px;
}
.header_main {
    justify-content: space-between;
    gap: 0 30px;
}   
.menubar {
    display: flex;
    align-items: center;
    gap: 0 40px;
}
.header_menu ul, 
.header_right ul {
    display: flex;
    align-items: center;
    gap: 0 25px;
}
.header_menu ul li a, 
.header_right ul li a {
    color: var(--body-bg-color);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.header_right ul {
    gap: 0 30px;
}
.header_right ul li span {
    color: var(--body-default-color);
    font-size: 20px;
}

.main_wrapp {
    position: relative;
}
.hero_banner_wrapp {
    background: var(--section-bg-color) url(../images/bg_imgs1.png) no-repeat center center / cover;
    padding: 30px 0 0;
}
.hero_banenr_imgs {
    text-align: center;
}
.hero_banner_content h1 {
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    color: var(--body-text-color);
    margin: 0;
}
.hero_banner_content h1 span {
    font-weight: 600;
}
.hero_banner_content p {
    font-size: 24px;
    font-weight: 500;
    color: var(--body-bg-color);
    margin: 30px 0 25px; 
}

.product_setion_wrapp {
    background: var(--section-bg-color) url(../images/bg_imgs2.png) no-repeat center center / cover;
    padding: 60px 0;
}
.main_heading {
    margin-bottom: 40px;
}
.main_heading h2 {
    font-weight: 400;
    color: var(--header-border-color);
    font-size: 60px;
}
.main_heading_center {
    text-align: center;
}
.main_heading h2 span {
    font-weight: 600;
    color: var(--heading-text-color);
}
.product_card {
    text-align: center;
}
.product_imgs_main {
    text-align: center;
}
.main_heading p {
    color: var(--body-text-color);
    font-weight: 500;
    font-size: 24px;
    max-width: 80%;
    margin-top: 30px;
}
.product_content h6 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
}
.product_price {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: var(--body-text-color);
    margin: 20px 0;
}
.product_content p {
    font-weight: 500;
}
.product_content .button_main {
    padding: 10px 40px;
    font-size: 18px;
}
.feature_card {
    text-align: center;
}
.feature_card a h3 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-top: -50px;
}

.section_bg_wrapp {
    background-image: url('../images/bg_imgs3.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 200px 0 170px;
}
.section_bg_wrapp .main_heading h2, 
.section_bg_wrapp .main_heading h2 span, 
.section_bg_wrapp .main_heading p {
    color: var(--body-white-color);
}

.feature_gallery_main {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.feature_gallery_catd img {
    height: 430px;
    object-fit: fill;
    width: 100%;
}
.main_heading_center p {
    margin: 30px auto 15px;
}
.section_ready_wrapp {
    background: var(--section-bg-color) url(../images/bg_imgs3.png) no-repeat bottom center / contain;
    padding: 50px 0 200px;
}
.footer_wrapp {
    padding: 60px 0;
    background-color: var(--header-bg-color);
}
.footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 30px;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.footer_menu ul, 
.footer_social ul {
    display: flex;
    align-items: center;
    gap: 10px 30px;
    flex-wrap: wrap;
}
.footer_menu ul li a, 
.footer_social ul li a {
    color: var(--body-bg-color);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px 30px;
    flex-wrap: wrap;
}
