@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
    font-family: "CHELON";
    src: url("./fonts/CHELON.ttf") format("truetype");
    font-weight: normal;
    font-display: swap;
}

/*about us*/
#banner_about_us {
    background: url("../images/Group 83.png") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 130px 0px !important;
}
#banner_about_us::before {
    background: unset;
}
section.who-we-are.about_two p.sec-had {
    font-weight: 400;
    font-family: "Inter";
}
h5.sec-had {
    font-size: 28px;
    color: #000;
    font-family: "CHELON";
}

.info-card {
    border: 1px solid #e4e6dc;
    border-radius: 18px;
    padding: 40px 30px;
    height: 100%;
    text-align: center;
}

section.who-we-are.about_two .col-lg-4.col-md-6 {
    margin-bottom: 40px;
}
section.who-we-are.about_two {
    background: #f8fcf0;
    padding: 100px 0px !important;
}
section.compound-section.about_one {
    background: #f6f8f6;
}
.card-body.contact_right a.sec-btn.btn_one {
    padding: 10px 40px;
}
section#banner_about_us h1 {
    font-size: 50px;
}

section#banner_about_us p {
    font-size: 20px;
    font-weight: 400;
    width: 530px;
    margin: auto;
}

.testimonial-image-wrapper:hover .testimonial-image {
    scale: 1.12;
}

.testimonial-image-wrapper {
    overflow: hidden;
    border-radius: 1rem;
}

section.testimonials.about_three {
    padding: 100px 0px !important;
}

img.img-fluid.rounded-4 {
    transition: 0.5s ease;
}

/*priatelabel page*/
.about_us_page.aos-init.aos-animate ul li {
    font-size: 20px;
    font-family: "Inter";
    list-style: none;
    margin: 10px 0px;
}

section.compound-section.private_in {
    background: #f8fcf0;
}

.about_us_page.aos-init.aos-animate ul {
    padding: 0px;
}
h5.sec-head {
    font-size: 28px;
    font-family: "chelon";
    color: #000;
}

section.private_one {
    padding: 100px 0px;
    background: #f8f9fa;
}

.container.section_private {
    background: url("../images/bg-private.png") no-repeat center / cover;
    padding: 85px 0px;
    border-radius: 30px;
}

/*contact_page*/
.contact_right {
    padding: 50px;
}
.contact_right input {
    height: 50px;
    border-radius: 20px;
    padding-left: 20px;
}

.card-body.contact_right a.sec-btn.btn_one:hover {
    background: #000;
    color: #fff;
}

.contact_right::placeholder {
    font-size: 13px;
    font-family: "Inter";
}

.contact_right textarea {
    height: 230px;
    border-radius: 30px;
    padding: 20px 30px;
}

section.contact_section {
    padding: 100px 0px;
}

section.contact_section {
    padding: 100px 0px;
    background: #f6f8f6;
}
.contact_section .card.border-0 {
    border-radius: 25px;
}

.contact_bottom .card-body {
    padding: 30px;
}

.contact_section h6.sec-head {
    font-size: 22px;
    font-family: "CHELON";
}

.contact_section p.sec-head {
    font-size: 15px;
}
/*header */

.logo-image {
    height: 67px;
    width: 236px;
}
.product-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.top-bar {
    background: #031b06;
    color: #fff;
    font-size: 14px;
}
.top-bar span {
    margin-right: 15px;
    font-family: "Inter";
    font-weight: 300;
}
img.footer-logo-image {
    height: 200px;
}

.container.images-footer {
    text-align: center;
    margin-bottom: 60px;
}
/* Buttons */
#mainNavbar .btn-b2b {
    background: #252525;
    color: #fff;
    border-radius: 20px;
    padding: 8px 24px;
    font-size: 15px;
    font-weight: 700;
}
#mainNavbar .btn-rx {
    padding: 8px 24px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 118px;
    border: 1px solid #dedede;
    background-color: #fff5ff;
}

.container.section_private h2 {
    color: #fff;
    width: 720px;
}

.container.section_private p {
    color: #fff;
    font-size: 20px;
    width: 860px;
    margin: 15px auto;
    margin-bottom: 40px;
}

.btn-b2b:hover {
    background-color: rgb(255, 245, 255) !important;
    color: #000 !important;
    transition: 0.5s ease-out;
}

#mainNavbar .btn-b2b {
    transition: 0.5s ease-in;
}
section.sec_inn h2 {
    width: 500px;
    margin: auto;
}

a.btn.btn-rx.btn-sm:hover {
    background: rgb(37, 37, 37) !important;
    color: #fff;
}

a.btn.btn-rx.btn-sm {
    transition: 0.5s ease-in;
}

/* Navbar */
.navbar-brand {
    font-weight: 700;
    font-size: 35px !important;
}
a.nav-link {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    font-family: "Inter";
}

.top-bar span strong {
    background-color: #d7bd3a;
    border-radius: 16.5px;
    padding: 3px 12px;
    font-weight: 700;
    color: #000;
    font-family: "Inter";
}

/*banner*/
/* section.banner {
    position: relative;
    padding: 230px 0px;
    overflow: hidden;
} */

/* Background layer */
/* section.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/Rectangle 82.png') no-repeat center / cover;
    animation: kenburns 18s ease-in-out infinite;
    transform-origin: center;
    z-index: 0;
} */

/* Keep content above background */
section.banner .container {
    position: relative;
    z-index: 2;
}

@keyframes kenburns {
    0% {
        transform: scale(1) translate(0, 0);
    }
    50% {
        transform: scale(1.1) translate(-2%, -2%);
    }
    100% {
        transform: scale(1.2) translate(-4%, -4%);
    }
}

/* Existing styles (unchanged) */
section.banner h1 {
    font-size: 78px;
    font-family: CHELON;
    color: #fff;
    font-weight: 400;
}

.banner p {
    color: #fff;
    font-family: "Inter";
    font-size: 23px;
    font-style: italic;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 32px;
}

.banner ul {
    margin: 0;
    padding: 0;
}

.banner ul li {
    display: inline-block;
    list-style: none;
}

a.sec-btn {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter";
    background: #fff;
    padding: 14px 38px;
    border-radius: 60px;
    transition: 0.5s ease-in;
}

/* .banner ul li:hover {
    transform: scale(1.2);
    transition: .5s ease;
} */

section.wholesale a.sec-btn:hover {
    background: #000 !important;
    transform: scale(1.1);
}

.compound-section a.sec-btn:hover {
    background: #000 !important;
    transform: scale(1.1);
}

.rounded-pill:hover {
    background: #fff !important;
    transition: 0.5s ease-in;
    color: #000;
}

.rounded-pill {
    transition: 0.5s ease-in;
}

a.sec-btn.btn_one {
    background: #325d01;
    color: #fff;
}
a.sec-btn:hover {
    background: #325d01;
    color: #fff;
    transition: 0.5s ease-out;
}

.testimonial-wrapper:before {
    position: absolute;
    content: "";
    width: 1360px;
    height: 520px;
    background: #ffff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 17px;
    z-index: -99;
    overflow: hidden !important;
}
section.testimonials {
    background: #f8f9fa;
    padding: 0px 0px 150px 0px;
    overflow: hidden;
}
.testimonials .carousel-control-prev,
.testimonials .carousel-control-next {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    z-index: 5;
}

.testimonials .carousel-control-prev {
    right: 70px;
    left: auto;
}

.testimonials .carousel-control-next {
    right: 20px;
}

.testimonials .carousel-control-prev-icon,
.testimonials .carousel-control-next-icon {
    filter: invert(1);
}
.testimonials section.testimonials {
    background: #f6f8f6;
    padding: 120px 0px;
}
.testimonials .carousel-control-prev,
.testimonials .carousel-control-next {
    /* bottom: 10px; */
    top: 250px;
    border: 1px solid #00000036;
}

.testimonial-wrapper {
    position: relative;
    background: #fff;
    border-radius: 20px;
}
.compound-list li:last-child::before {
    content: unset;
}

/*footer*/
.vitamiz-footer {
    background: radial-gradient(circle at top, #2a2a2a, #111);
    font-family: "Inter", sans-serif;
}
footer.vitamiz-footer.text-light.pt-5 {
    padding: 80px 0px 20px 0px !important;
}
.footer-divider {
    border-color: rgb(255 255 255);
}

.footer-title {
    font-size: 24px;
    margin-bottom: 12px;
    font-family: "CHELON";
}

footer h2.sec-head {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    font-family: "Inter";
    margin-bottom: 100px !important;
}
footer p.sec-head {
    color: #fff;
    font-size: 17px;
}

button.btn.footer-btn {
    background: #325d01;
    color: #ffff;
    font-family: "Inter";
}
.footer-input {
    background: #fff;
    border-radius: 6px;
}

.footer-btn {
    background: #3a6b00;
    color: #fff;
    border-radius: 6px;
    font-weight: 500;
}

.footer-btn:hover {
    background: #4d8a00;
}

.footer-links li {
    margin-bottom: 6px;
}

.footer-links a,
.footer-bottom-links a {
    color: #aaa;
    text-decoration: none;
    margin-right: 12px;
}

.footer-links a:hover,
.footer-bottom-links a:hover {
    color: #fff;
}

.footer_in p {
    font-size: 15px;
    font-weight: 300;
    font-family: "Inter";
}

p.footer_inn.mb-3 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Inter";
}

.social-icon {
    width: 32px;
    height: 32px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

footer p.sec-head {
    color: #fff;
    font-size: 17px;
}

button.btn.footer-btn {
    background: #325d01;
    color: #ffff;
    font-family: "Inter";
}

ul.list-unstyled.footer-links li {
    color: #fff !important;
    font-family: "Inter";
    font-size: 15px;
    opacity: 1;
}

/*footer end*/

/*product_section*/
.featured-products {
    background: #f6f8f6;
    padding: 50px 0;
}

/* Main wrapper plain */
.product-card {
    padding: 0;
}

/* Card ONLY for image */
.product-img-card {
    background: #fff;
    border-radius: 14px;
    padding: 70px 20px;
    transition: all 0.3s ease;
}
.row.g-4 {
    margin-bottom: 35px;
}
.product-img-card:hover {
    transform: translateY(-4px);
}

.product-img {
    max-height: 220px;
    display: block;
    margin: 0 auto;
    width: 220px;
}

/* Text below image */
.product-name {
    font-size: 20px;
    margin: 14px 0 6px;
    font-family: "CHELON";
    color: #000;
}

.rating {
    color: #f5c518;
    font-size: 22px;
    letter-spacing: 1px;
}

.price {
    font-size: 30px;
    font-weight: 400;
    margin-top: 4px;
    font-family: "CHELON";
    color: #000;
}

/*product_section*/

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.experience-badge {
    position: absolute;
    top: -50px;
    left: -80px;
    background: #4b6f2a;
    color: #fff;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.experience-badge h3 {
    font-size: 55px;
    font-family: "Inter";
}

section.trusted_quality {
    padding: 150px 0px;
}

.experience-badge small {
    font-family: "Inter";
    font-size: 16px;
    font-style: italic;
}

.feature-list li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    color: #000;
    font-size: 16px;
    font-family: "Inter";
}

.feature-list li::before {
    position: absolute;
    left: 0;
}
/*compound section*/
.compound-section {
    background-color: #f8fcf0;
    padding: 100px 0px !important;
}

.compound-list li i {
    padding-right: 30px;
}

.compound-list li:before {
    position: absolute;
    height: 1.5px;
    width: 600px;
    background: #e0d6f1;
    content: "";
    left: -300px;
    bottom: 0;
}
.compound-list li {
    font-size: 20px;
    color: #000;
    font-family: "Inter";
    line-height: 40px;
}
.compound-section a.sec-btn {
    background: #325d01;
    color: #fff;
}
/* List Styling */
.compound-list {
    list-style: none;
    padding: 0;
    max-width: 480px;
}

.compound-list li {
    padding: 12px 0;
    /* border-bottom: 1px solid #e2e6d8; */
    position: relative;
}
.container.images-footer h2 {
    font-size: 60px;
    font-weight: 700;
    font-family: "Inter";
    margin: 50px 0px;
}

/* Image */
.image-wrapper {
    border-radius: 18px;
    overflow: hidden;
}
/**/
.partner-section {
    background: #f9fbf6;
    overflow: hidden;
}

/* Soft wave background */
.partner-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #f6f8f6;
    z-index: 0;
    background-image: url("../images/Mask group (1).png") !important;
}

.partner-section .container {
    position: relative;
    z-index: 2;
}

/* Typography */

.read-more {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    line-height: 15px;
    font-family: "Inter";
}

.read-more span {
    color: #fff;
    background: #325d01;
    border-radius: 500px;
    font-size: 13px;
    padding: 1px 4px;
}
section.partner-section {
    padding: 70px 0px 370px 0px !important;
}

h2.sec-head {
    font-size: 50px;
    font-weight: 400;
    font-family: "CHELON";
    color: #000;
    margin: auto;
}

p.sec-head {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    font-family: "Inter";
}
/* Product images */
.product-wrapper {
    height: 260px;
}

a.sec-btn.btn_one:hover {
    transition: 0.5s ease;
    background: #fff;
    color: #000;
}

section.trusted_quality img:hover {
    transform: scale(1.08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

section.trusted_quality img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.social-icon:hover {
    transform: rotate(25deg);
    transition: 0.5s ease;
}

.product {
    position: absolute;
    bottom: 0;
    max-width: 180px;
}

.bottle-center {
    left: 35%;
    transform: translateX(-50%);
    z-index: 3;
    bottom: -470px;
}

.bottle-center {
    transition: transform 0.4s ease, filter 0.4s ease;
}

.bottle-center:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.3));
}
ul.navbar-nav li a {
    font-weight: 700;
    transition: 0.5s ease-out;
    border-radius: 30px;
    padding: 5px 15px !important;
    text-transform: capitalize;
}

ul.navbar-nav li a:hover {
    background: rgb(37, 37, 37) !important;
    color: #fff;
    transition: 0.5s ease-in;
}

/* Features */
.feature-icon {
    width: 80px;
    height: 80px;
    background: #325d01;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.feature-icon:hover {
    transform: scale(1.1);
    transition: all 0.3 ease;
}
.feature-icon {
    transition: all 0.3 ease;
}
section.features_section {
    background: #f6f8f6;
    padding: 35px 0px;
}

.features_section p.sec-head {
    text-align: left;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto 5px;
    font-family: "CHELON";
    font-size: 18px;
}
.features_section .col-md-3 {
    display: inline-flex;
    justify-content: flex-start;
    align-items: start;
}
.feature-icon {
    margin-bottom: 10px;
    transition: 0.5s ease-in;
}

.feature-img {
    width: 50px; /* size adjust kar sakte ho */
    height: auto;
}

/**/

.category-item {
    height: 200px;
    width: 200px;
    transition: 0.5s ease-in;
}

section.browse-categories {
    background: #f6f8f6 !important;
}
.category-item:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}
h3.sec-head {
    font-size: 20px;
    font-family: "CHELON";
    color: #000;
}

/*wholesale*/
section.wholesale {
    padding: 120px 0px;
}

.custom_border {
    border: 1px solid #2a2a2a !important;
    padding: 20px 0px 20px 30px !important;
}

span.sec-btn-whole {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: "Inter";
}

section.wholesale h2.sec-head {
    font-size: 70px;
}

section.wholesale p.sec-head {
    font-size: 25px;
}

.wholesale_in {
    padding: 0px 130px;
}

section.wholesale a.sec-btn {
    background: #325d01 !important;
    color: #fff;
}

section.compound-section img {
    transition: 0.5s ease;
}

section.compound-section img:hover {
    transform: scale(1.08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.product-img-card img:hover {
    transform: scale(1.08);
}

.product-img-card img {
    transition: 0.5s ease;
}

img.img-fluid.rounded-4:hover {
    transform: scale(1.08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

img.img-fluid.rounded-4 {
    transition: 0.5s ease;
}
@media (max-width: 1440px) {
    section.banner h1 {
        font-size: 55px;
    }

    section.banner {
        background-position: center right;
        background-size: cover;
        padding: 170px 0px;
    }

    .banner p {
        font-size: 19px;
        margin-bottom: 25px;
    }

    .contact_right {
        padding: 35px;
    }
    section.contact_section {
        padding: 75px 0px;
    }
    a.navbar-brand {
        font-size: 25px !important;
    }

    a.nav-link {
        font-size: 14px;
    }

    h2.sec-head {
        font-size: 38px;
    }

    p.sec-head {
        font-size: 18px;
    }

    .bottle-center {
        bottom: -400px;
    }

    section.browse-categories .col-6 {
        margin: 0px 10px;
    }

    .col-6.col-sm-4.col-md-2 {
    }

    h3.sec-head {
        font-size: 18px;
    }

    section.wholesale h2.sec-head {
        font-size: 55px;
    }

    section.wholesale p.sec-head {
        font-size: 22px;
    }

    .wholesale_in {
        padding: 0px 80px;
    }

    span.sec-btn-whole {
        font-size: 17px;
    }

    .experience-badge {
        left: -50px;
        top: -60px;
        width: 150px;
        height: 150px;
    }

    .experience-badge h3 {
        font-size: 40px;
    }

    .experience-badge small {
        font-size: 14px;
    }

    .feature-list li {
        font-size: 14px;
    }

    footer.vitamiz-footer.text-light.pt-5 {
        padding: 100px 0px 0px 0px !important;
    }

    footer h2.sec-head {
        font-size: 50px;
        margin-bottom: 70px !important;
    }

    footer.vitamiz-footer .col-md-2 {
        margin: 0px;
    }
}
