:root {
    --bg: #0f0d0b;
    --text: #e7e2d9;
    /* Fixed the broken declaration below */
    --muted: rgba(231, 226, 217, 0.72);
    --primary: #c9a24a;
    --gold: #d1b26a;
    --secondary: #8a6b2e;
    --panel: #171411;
    --panel2: #1d1915;
    --stroke: rgba(201, 162, 74, 0.22);
    --stroke2: rgba(231, 226, 217, 0.12);
    --shadow: 0 16px 45px rgba(0, 0, 0, 0.45);
    --sec-hero: #0f0d0b;
    --sec-benefits: #13110e;
    --sec-ingredients: #16130f;
    --sec-why: #14120f;
    --sec-how: #11100e;
    --sec-footer: #0d0c0a;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body {
    width: 100%;
    height: 100%;
    letter-spacing: 0.2px;
    color: #333333;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    text-decoration: none;
}

.header-2 .navbar-main {
    background-color: #ef6438;
}

.navbar-main {
    /* -webkit-transition: padding 0.2s ease-in-out; */
    transition: padding 0.2s ease-in-out;
}

.header-2 .navbar-main .container {
    padding: 5px 15px;
    text-align: center;
}

.navbar-main .navbar {
    padding: 0;
}

.navbar-expand-lg {
    display: flex;
    justify-content: space-between;
}

.navbar-brand {
    padding: 0 0;
}

.navbar-brand {
    display: inline-block;
    /* padding-top: 0.3125rem;
    padding-bottom: 0.3125rem; */
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

a {
    color: #333333;
    text-decoration: none;
}

a {
    background-color: transparent;
}

img {
    border-style: none;
}

.headercall {
    color: #fff !important;
    font-weight: 600;
    font-size: 25px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.infinite {
    animation-iteration-count: infinite;
}

.tada {
    animation-name: tada;
}

@keyframes tada {

    0% {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }

}

.headtitle {
    color: #423f3f;
    font-size: 22px;
    margin-bottom: unset;
}

small {
    font-size: 78%;
}

.points {
    /* -ms-flex: 1 1 auto;
    flex: 1 1 auto; */
    padding: 1.25rem;
}

h5 {
    font-size: 14px;
    line-height: 22px;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
}

.bi-arrow-right-circle-fill::before {
    content: "\f133";
}

.bi::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

b {
    font-weight: 700;
}

.product-content-img {
    display: flex;
    gap: 24px;
    border: 5px solid #ef6438;
    border-radius: 18px;
    padding: 8px;
}

.product-content-img .product-img {
    border: 4px solid #ef6438;
    padding: 10px;
    margin: auto;
    border-radius: 10px;
}

.product-content {
    margin: auto;
    border-radius: 10px;
    font-size: 12px;
    color: #282832cc;
}

.product-content h3 {
    font-weight: unset;
    font-size: 23px;
}

.product-content h3 span {
    font-weight: bolder;
}

.border-dashed {
    border-bottom: 2px dashed #282832cc;
    margin-top: 20px;
}

.how-heading {
    color: #282832cc;
    border: 2px solid #ef6438;
}

.ingrediant {
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    margin-top: 25px;
}

.ingrediant img {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 5px solid #ef6438;
    object-fit: cover;
}

.ingrediant-title {
    margin-left: 0;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
}

.ingrediant h3 {
    margin-left: 50px;
}

h3 {
    font-size: 1.4em;
    line-height: normal;
}

.ingrediant p {
    margin-left: 50px;
    margin-top: -20px;
}

p {
    margin: 0 0 20px 0;
}

.card-header {
    background-color: #fff;
}

.card-header h6 {
    font-size: 18px;
    font-weight: 600;
}

.card-body p {
    font-size: 16px;
}

.testimonial-heading {
    color: #282832cc;
}

.testimonial-item {
    border-radius: 0px 70px 35px;
    border: 5px solid #ef6438;
    padding: 20px;
    text-align: start;
}

.rs-testimonial-2 .media {
    width: 60px;
    height: 60px;
    float: left;
}

.rs-testimonial-2 .media img {
    width: 60px;
}

.rs-testimonial-2 .rs-testimonial-footer {
    font-weight: 700;
    margin-left: 75px;
}


/* ============================= */
/* Laptop Screens */
/* ============================= */

@media (max-width:1200px) {

    .product-content h3 {
        font-size: 20px;
    }

    .headtitle {
        font-size: 20px;
    }

}

/* ============================= */
/* Tablet Screens */
/* ============================= */

@media (max-width:992px) {

    .headtitle {
        font-size: 19px;
        text-align: center;
    }

    .points {
        padding: 10px;
    }

    .product-content-img {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .product-content {
        font-size: 14px;
    }

    .product-content h3 {
        font-size: 20px;
    }

    .product-img img {
        max-width: 180px;
    }

    .ingrediant img {
        width: 80px;
        height: 80px;
        position: relative;
    }

    .ingrediant {
        flex-direction: row;
        align-items: center;
    }

    .ingrediant-title {
        margin-left: 20px;
        width: auto;
    }

}

/* ============================= */
/* Mobile Screens */
/* ============================= */

@media (max-width:768px) {

    body {
        font-size: 14px;
    }

    .headtitle {
        font-size: 18px;
        text-align: center;
    }

    .points h5 {
        font-size: 14px;
        line-height: 20px;
    }

    .product-content-img {
        flex-direction: column;
        align-items: center;
    }

    .product-img img {
        max-width: 150px;
    }

    .product-content h3 {
        font-size: 18px;
        text-align: center;
    }

    .callbtn a {
        font-size: 18px !important;
        padding: 12px !important;
    }

    .rs-icon-funfact img {
        width: 45px;
    }

    .ingrediant {
        flex-direction: column;
        text-align: center;
    }

    .ingrediant img {
        width: 110px;
        height: 110px;
    }

    .ingrediant-title {
        margin-left: 0;

    }

    .ingrediant h3 {
        margin-left: 0;
    }

    .ingrediant p {
        margin-left: 0;
    }

}

/* ============================= */
/* Small Mobile */
/* ============================= */

@media (max-width:576px) {

    .headtitle {
        font-size: 17px;
    }

    .product-content h3 {
        font-size: 16px;
    }

    .callbtn a {
        font-size: 16px !important;
    }

    .rs-icon-funfact p {
        font-size: 14px;
    }

    .table {
        font-size: 14px;
    }

    .testimonial-item {
        padding: 15px;
    }

}

/* ============================= */
/* Extra Small Mobile */
/* ============================= */

@media (max-width:400px) {

    .headtitle {
        font-size: 16px;
    }

    .callbtn a {
        font-size: 15px !important;
        padding: 10px !important;
    }

    .product-img img {
        max-width: 130px;
    }

}