body {
    font-family: 'Gotham';
    font-weight: 400;
    font-style: normal;
}

header {
    background: var(--Color-White, #FFF);
    box-shadow: 0px 0px 12px 8px rgba(204, 204, 204, 0.24);
    padding: 2px 0;
    position: sticky;
    top: 0;
    z-index: 5;
}

.flex-header {
    margin: 10px 0 auto auto;
}

.navbar-light .navbar-toggler {
    color: rgb(233, 67, 149);
    border-color: rgb(233, 67, 149);
    border-radius: 0;
    padding-top: 8px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.main-header .navbar-brand img {
    width: 90px;
}

.navbar-nav .dropdown-menu {
    padding: 0;
}

.main-header ul li {
    margin-left: 10px;
    margin-right: 10px;
}

.main-header .dropdown-menu li {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.main-header ul li a {
    color: #2A2A2A !important;
    font-family: 'Gotham';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.main-header {
    display: flex;
    /*! justify-content: space-between; */
    /*! align-items: center; */
    /*! margin-right: 0; */
    /*! padding-right: 0; */
}

.main-header ul {
    margin: 0 0 auto auto;
    margin-bottom: 0px;
}

.fill-btn {
    padding: 10px 24px 10px 24px;
    border-radius: 8px;
    font-family: 'Gotham';
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background-color: #F48120;
    color: #fff;
    text-decoration: none;
    border: 1px solid #F48120;
}

.fill-btn:hover {
    color: #F48120;
    border: 1px solid #F48120;
    background-color: transparent;
}

.border-btn {
    color: #F48120;
    border: 1px solid #F48120;
    /*! background-color: #fff; */
    padding: 10px 24px 10px 24px;
    border-radius: 8px;
    font-family: 'Gotham';
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
}

.border-btn:hover {
    background-color: #F48120;
    color: #fff;
}

.header-btn .border-btn {
    margin-right: 15px;
}

h1 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
}

h2 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6968A7;



}

h3 {
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0%;
}

h4 {}

h5 {}

h6 {
    font-family: 'Gotham';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.section-pedding {
    padding: 70px 0;
}

p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;


}

.banner-section {
    background-color: #FFBBCA;
}

.banner-text {
    align-self: center;
    padding: 60px 15px;
}

.banner-text h1 {
    color: #6968A7;
}

.banner-list {
    margin: 20px 0;
}

.banner-text p {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #00000080;
    margin-bottom: 0;
}

.banner-text p span {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
}

.banner-img {
    align-self: end;
}

.about-product-section h2 {
    margin-bottom: 30px;
}

.about-product-content {
    align-self: center;
}

.benefits-section {
    background-color: #F5F4FF;
}

.benefits-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.benefits-section h2 {
    margin-bottom: 30px;
}

.benefits-card .tag-line {
    color: #00000080;
    margin-bottom: 5px;
}

.benefits-card img {
    width: 80px;
    border-radius: 16px;
}

.benefits-card p {
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-bottom: 0;
}

.promote-section {
    margin-top: 50px;
}

.benefits-full-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 10px;
    /*! margin: 15px 0; */
    height: 100%;
}

.benefits-card-block {
    margin-top: 15px;
    margin-bottom: 15px;
}

.benefits-full-card img {
    width: 100%;
    border-radius: 16px;
}

.benefits-full-card p {
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 5px;
}

.pink-bk {
    background-color: #FFE0E7;
}

.text-red {
    color: #FF0C28;
}

footer {
    background-color: #6563c8;
}

footer h3,
footer p,
footer a {
    color: #fff;
    text-decoration: none;

}

footer p,
footer a {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

footer a:hover {
    color: #FFF;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
}

footer p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;

}

.social-media img {
    width: 30px;
    margin-right: 15px;
}

.contact-us-block ul li a {
    display: flex;
    gap: 15px;
    margin: 15px 0;
}

.company-block ul li a {
    margin: 15px 0;
    display: block;
}

.term-copyright-link {
    border-top: 1px solid #ffffff61;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    margin-top: 30px;
}

.term-copyright-link a {
    border-right: 1px solid #fff;
    margin-right: 15px;
    padding-right: 15px;
}

.term-copyright-link a:last-child {
    border: 0;
}
.contact-us-block ul li a img {width: 24px;}
@media only screen and (max-device-width: 768px) {
    #navbarSupportedContent {
        position: absolute;
        background-color: #fff;
        width: 100%;
        left: 0;
        top: 66px;
        padding-left: 15px;
    }

    .main-header {
        justify-content: space-between;
    }

    h1 {
        font-size: 30px;
        line-height: 36px;
    }

    h2 {
        font-size: 26px;
        line-height: 30px;
    }

    h3 {
        font-size: 22px;
        line-height: 40px;
    }

    h6 {
        font-size: 18px;
        line-height: 36px;
    }

    .banner-text p,
    .banner-text p span {
        font-size: 14px;
    }

    .about-product-detials {
        margin-top: 30px;
    }

    .about-product-section h2 {
        margin-bottom: 15px;
    }

    p,
    .benefits-card p,
    footer p,
    footer a {
        font-size: 14px;
    }

    .benefits-card,
    .company-block ul li a,
    .contact-us-block ul li a {
        margin: 5px 0;
    }

    .contact-us-block ul li a img {
        width: 20px;
    }

    .term-copyright-link {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0;
        margin-top: 15px;
    }
}