@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto Condensed", sans-serif;
    color: #272727
}

html {
    scroll-behavior: smooth
}

section {
    scroll-margin-top: 70px
}

.sticky-nav {
    position: absolute;
    top: 5px;
}
.nav-section{
    
    /* background: radial-gradient(circle, #338AA5 41%, #338AA5 100%); */
}
.nav-PaddingSection {
    margin: 0px 20px;
    padding: 1.4% 6%;
    background: #e0f8ff;
    z-index: 1000;
    border-radius: 15px;
    width: 96vw;
}

.navSection {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.leftNav li {
    list-style: none
}
.leftNav li a{
    text-decoration: none;
    color: #000;
    font-size: 2.5rem;
    font-weight: 600;
}

/* .leftNav img {
    width: 100px
} */

.rightNav {
    display: flex;
    align-items: center;
    gap: 40px
}

.rightNav li {
    list-style: none
}

.rightNav li:hover {
    border-bottom: 1px solid #56a77c
}

.rightNav li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 18px
}

.rightNav button {
    background: #ffd814;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    font-size: 18px;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px
}

.rightNav button:hover {
    background-color: #ffd814ca
}

.rightNav button:active {
    background-color: rgb(0 0 0 / .336)
}

.rightNav button i {
    background: #fff0;
    color: #000;
    font-size: 22px
}

.Menu {
    position: absolute;
    right: 37px;
    top: 12px;
    display: none;
}

.Menu i {
    color: #000;
    font-size: 22px
}

@media only screen and (max-width:992px) {
    .navSection {
        flex-direction: column
    }

    .Menu {
        display: block
    }

    .leftNav {
        justify-content: start;
        width: 100%
    }
    .leftNav li a{
        font-size: 1.4rem;
    }

    .rightNav {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
        width: 100%;
        display: none
    }
    .nav-PaddingSection {
        padding: 2.6% 5%;
        width: 91vw;
    }
}

.active {
    display: flex
}

.paddingSection {
    padding: 1% 6%
}

.mainPadding {
    padding: 2% 6%
}

.main-section {
    padding-top: 7%;
    background: radial-gradient(circle, #43A2BC 41%, #338AA5 100%);
}

.hero-Section {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

.hero-Section .image-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 40%;
}

.hero-Section .image-wrapper img {
    width: 100%
}
.card-method{
    width: 70% !important;
}
.star-image{
    width: 70% !important;
}

.hero-Section-Content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.hero-Section-Content h1 {
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    text-align: center;
}

.image-wrapper h3 {
    font-size: 27px;
    text-align: center;
     color: #fff;
}
.hero-Section-Content h2 {
    font-size: 26px;
    padding: 1% 0;
    line-height: 48px;
    font-weight: 500;
     color: #fff;
     text-align: center;
}
.hero-Section-Content h2 span{
    color: rgb(251, 70, 70);
}
.hero-Section-Content h2 strong{
    color: #fff;
}

.hero-Section-Content p {
    font-size: 22px;
    margin: 10px 0;
    line-height: 30px !important;
    color: #fff;
    text-align: center;
}

.section-btn {
    display: flex;
    justify-content: center;
    gap: 15px
}

.section-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    box-shadow: rgb(0 0 0 / .16) 0 1px 4px;
    border-radius: 5px;
    cursor: pointer;
    padding: 15px 40px;
    background: #ffd814;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    animation: bounceBall 1.5s infinite;
}
@keyframes bounceBall {
       0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-25px);
    }
    60% {
        transform: translateY(-12px);
    }

}
.section-btn a:hover {
    background-color: #ffd814d3
}

.section-btn a:active {
    background-color: rgb(0 0 0 / .336)
}

.section-btn a i {
    color: #000
}

.section-btn a:hover i {
    color: #000
}

.h2heading {
    background: #338AA5;
    padding: 20px;
    text-align: center;
    font-size: 25px
}

.h2heading h2 strong {
    color: #fff;
    font-weight: 600
}

.h2heading h2 span {
    color: #ffd814;
    font-weight: 600
}

.why-choose-image-wrap {
    text-align: center;
    margin-top: 30px;
}

/* Default image size (Desktop) */
.why-choose-image {
    width: 80%;        
    max-width: 900px; 
    height: auto;
    display: inline-block;
}

/* Tablet */
@media (max-width: 991px) {
    .why-choose-image {
        width: 85%;
        max-width: 700px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .why-choose-image {
        width: 95%;
        max-width: 100%;
    }
}

.user-card {
    box-shadow: rgb(0 0 0 / .35) 0 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    margin: 10px;
    gap: 30px;
    width: 400px;
    height: 650px
}

.card-section {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px
}

.powerbite-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    width: 250px;
    box-shadow: rgb(50 50 93 / .25) 0 6px 12px -2px, rgb(0 0 0 / .3) 0 3px 7px -3px;
    height: 400px;
    padding: 40px 20px
}

.what-is {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px
}

.how-work p {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}
.text-start p {
  text-align: start;
}
#Ingredients{
    border: 2px solid black;
    margin: 1% 4%;
    border-radius: 50px;
}
#benefits{
    border: 2px solid black;
    margin: 1% 4%;
    border-radius: 50px;
}
.checkout{
    width: 100%;
}
.checkout img{
    width: 70%;
    display: flex;
    margin: auto;
}
.checkout h2{
    margin: 3% 0 2% 0;
    font-size: 2rem;
}
.checkout h3{
    margin: 3% 0 2% 0;
    font-size: 1.5rem;
}
.checkout p{
    font-size: 22px;
    margin: 10px 0;
    line-height: 30px !important;
}
.how-work h2 {
    font-size: 40px;
    padding: 2%;
    color: #100f0f;
    font-weight: 600
}

.how-work h4 {
    font-size: 22px;
    line-height: 30px;
    margin: 5px;
    font-weight: 700
}

.how-work h4 i {
    font-size: 22px
}

.how-work-btn a {
    padding: 10px 35px;
    background-color: #ffd814;
    border-radius: 30px;
    text-decoration: none;
    color: #234553
}

.what-is-content {
    width: 100%;
    display: flex;
    gap: 22px;
    justify-content: center;
    align-items: center
}

.whatspara img {
    float: right;
    width: 100%;
    margin-bottom: 2%
}

.sub-heading {
    padding: 10px;
    text-align: center;
    color: #ffffff !important;
    background: #338AA5;
    font-weight: 700 !important;
    margin: 20px 0
}

.moneyback-guarantee {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: radial-gradient(circle, #e0f8ff 41%, #e0f8ff 100%);
    box-shadow: rgb(50 50 93 / .25) 0 2px 5px -1px, rgb(0 0 0 / .3) 0 1px 3px -1px;
    border-radius: 10px;
    padding: 30px;
    gap: 30px
}

.moneyback-image img {
    width: 250px
}

.moneyback-content p {
    font-size: 22px;
    margin: 5px;
    line-height: 30px;
    text-align: center;
}

.moneyback-content h2 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.moneyback-content h2 span {
    text-decoration: underline;
    color: #dc3545
}

.review-section .review-heading h2 {
    font-size: 40px;
    font-weight: 500;
    padding: 10px;
    padding: 2%
}

.review-section p {
    font-size: 22px;
    line-height: 30px
}

.review-about {
    background-color: #e0f8ff;
    padding: 20px;
    min-height: 250px;
    border-radius: 20px;
    margin: 2% 0%;
    display: flex;
    gap: 50px;
    border: 2px solid black;
}

.user-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    
}

.about-user {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.user-image img {
    width: 150px;
    border-radius: 10px;
}

.about-user h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center
}

.about-user h3 {
    font-weight: 700;
    color: #1A9950;
    margin: 1% 0;
    font-size: 1.4rem
}


.flexi-Choose {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3% 6%;
    background-color: #272727
}

.flexi-Choose img {
    width: 60%;
    background-color: #272727
}

.faqs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.Section11th {
    padding: 0 20px 20px 20px
}

.Section11th .box {
    /* border: 1px solid #1f4f45; */
    border-radius: 5px;
    /* margin-top: 10px; */
    padding: 5px 40px
}

.Section11th .box .ans {
    background-color: #fff;
    width: 800px
}

.Section11th .question {
    background-color: #fff;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    padding: 10px 0
}

.Section11th .question h3 {
    font-size: 25px;
    background-color: #fff
}

.Section11th .question i {
    font-size: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.Section11th .ans {
    line-height: 30px;
    margin-top: 10px;
    color: #090601;
    padding-left: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s
}

.Section11th .ans p {
    font-size: 22px;
    line-height: 30px;
    background-color: #fff
}

.ans.active {
    max-height: 400px
}

.refrence {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px
}

.refrence h3 {
    font-size: 30px
}

.refrence img {
    width: 70%
}

.footer-section {
    background-color: #000000d2
}

.footer-section p {
    font-size: 16px;
    text-align: center;
    color: #fff
}

.footer-conditions a {
    text-decoration: none;
    color: #fff
}

.footer-conditions a span {
    color: orange
}

.privacy-term-disclaimer {
    padding: 2% 6%
}

.privacy-term-disclaimer h1 {
    font-size: 35px;
    text-align: center
}

.privacy-term-disclaimer p {
    font-size: 22px
}

.discount-bottle-now {
    background-color: #22335c !important
}

.highlight {
    text-decoration: none;
    font-weight: 600
}

.highlight strong {
    color: #234553 !important
}

.buy-bottles {
    background: #fff
}

.buy-Section {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 2% 6%
}

.pricing-Card {
    width: 90%;
    margin: 20px;
    border-radius: 10px;
    /* box-shadow: rgb(0 0 0 / .05) 0 6px 24px 0, rgb(0 0 0 / .08) 0 0 0 1px; */
    transition: 0.2s ease-in-out
}

.pricing-Card img {
    width: 90%;
    border-radius: 2%
}

.pricing-Card:hover {
    transform: scale(1.02);
    transition: 0.3s ease
}

.pricing-Card:nth-of-type(2) {
    box-shadow: rgb(0 0 0 / .35) 0 5px 15px;
    border: 3px solid #00806e
}

.img-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.img-section img {
    width: 600px
}

.about-order {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.about-order h6 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 400
}

.about-order h4 {
    font-size: 45px
}

.about-order a {
    text-decoration: none
}

.about-order button {
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    border-radius: 0;
    cursor: pointer;
    padding: 15px 40px;
    background: #ffd814;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    border-radius: 5px;
    animation: bounceBall3 1.5s infinite;
}
@keyframes bounceBall3 {
       0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-25px);
    }
    60% {
        transform: translateY(-12px);
    }

}

.about-order button i {
    color: #000
}

.about-order button:hover i {
    color: #000
}

.about-order button:hover {
    background-color: #ffd814ca
}

@media only screen and (max-width:1200px) {
    .paddingSection {
        padding: 2% 3%
    }

    .faqpadding {
        padding: 0% 3% !important
    }

    .mainPadding {
        padding: 2% 3%
    }

    .hero-Section .image-wrapper img {
        width: 300px
    }

    .hero-Section-Content h1 {
        font-size: 35px;
            }
}

@media only screen and (max-width:992px) {
    .paddingSection {
        padding: 2% 6%
    }

    .mainPadding {
        padding: 2%
    }

    .hero-Section {
        flex-direction: column
    }

    .hero-Section .image-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .hero-Section .image-wrapper img {
        width: 350px
    }

    .hero-Section-Content h1 {
        font-size: 35px;
        text-align: center;
    

    }

    .hero-Section-Content {
        width: 100%
    }

    .user-card {
        margin: 2%;
        gap: 0
    }

    .Section11th .box {
        width: 100%
    }

    .discount-Section div img {
        width: 100%
    }
}

@media only screen and (max-width:768px) {
    .h2heading {
        font-size: 25px
    }

    .paddingSection {
        padding: 2%
    }

    .buy-Section {
        padding: 2%;
        flex-wrap: wrap
    }

    .mainPadding {
        padding: 2%
    }

    .hero-Section .image-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .hero-Section .image-wrapper img {
        width: 400px
    }

    .moneyback-guarantee {
        flex-direction: column;
        gap: 10px
    }

    .Section11th .box .ans {
        width: 100%
    }

    .Section11th .box {
        padding: 10px
    }

    .Section11th .box .question h3 {
        font-size: 20px
    }

    .Section11th .question i {
        font-size: 20px;
        width: 30px;
        height: 30px
    }

    .mainfaqsHeading {
        padding: 10px
    }

    .hero-Section {
        gap: 10px;
    }

    .moneyback-image img {
        width: 300px
    }

    .Discount h2 {
        font-size: 25px
    }

    .review-about {
        flex-direction: column;
        justify-content: center;
        align-content: center
    }

    .moneyback-content h2 {
        font-size: 30px
    }

    .hero-Section .image-wrapper img:nth-of-type(1) {
        width: 100%;
        height: 100%
    }

    .what-is-content {
        flex-direction: column
    }
}

@media only screen and (max-width:576px) {
    .h2heading {
        font-size: 16px
    }

    p {
        font-size: 18px !important;
        line-height: 25px !important
    }

    .hero-Section-Content p {
        line-height: 25px !important
    }

    .pricing-Card {
        width: 100%;
        margin: 10px 0
    }

    .pricing-Card h3 {
        font-size: 30px
    }

    .pricing-Card h4:nth-of-type(2) {
        font-size: 20px
    }

    .pricing-Card img {
        width: 100%
    }

    .hero-Section .image-wrapper img {
        width: 80% !important
    }
    .hero-Section-Content h2 {
    font-size: 24px;
    line-height: 33px;
}
    .moneyback-image img {
        width: 250px
    }

    .section-btn a {
        font-size: 18px !important
    }

    .Section11th .box .question h3 {
        font-size: 18px
    }

    .what-is-image img {
        width: 250px
    }

    .box .question i {
        color: #000;
        background-color: #fff
    }

    .user-card {
        width: 300px
    }

    .how-work h2 {
        font-size: 30px
    }

    .how-work h4 {
        font-size: 20px
    }

    .moneyback-guarantee {
        padding: 10px
    }

    .moneyback-content {
        text-align: center
    }

    .moneyback-content h2 {
        font-size: 30px
    }

    .refrence h3 {
        font-size: 25px
    }

    .hero-Section-Content h1 {
        font-size: 30px;
        text-align: center;
        line-height: 35px
    }

    .img-section img {
        width: 70%
    }

    .about-order h6 {
        font-size: 25px
    }

    .about-order h4 {
        font-size: 30px
    }

    .user-image {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .about-user h2 {
        margin: auto
    }

    .about-user p {
        text-align: center
    }

    .about-order button {
        width: 80%;
        font-size: 18px
    }

    .about-order h4 {
        font-size: 20px
    }

    .about-order h6 {
        font-size: 20px
    }

    .Section11th .ans p {
        font-size: 17px
    }

    .leftNav li a img {
        width: 250px
    }

    .section-btn a {
        width: 100%;
        margin: 10px 0;
        box-sizing: border-box
    }

    .section-btn i {
        display: none
    }

    .sub-heading {
        font-size: 28px !important
    }

    .h2heading {
        padding: 10px 0px !important;
        margin-top: 20px
    }

    .about-order button i {
        display: none
    }

    .about-order button {
        padding: 10px 20px !important;
        width: 90%
    }

    .box-bene h3 {
        font-size: 15px
    }

    .Section11th {
        padding: 0
    }

    .mainfaqsHeading {
        padding: 0 10px
    }

    .review-about {
        gap: 0
    }

    .whatspara img {
        width: 100%
    }

    .leftNav img {
        width: 50px !important;
        padding: 15px 0
    }

    .about-user h3 {
        margin: auto;
        font-size: 1.2rem
    }

    .section-btn {
        flex-direction: column;
        gap: 5px
    }
}

.why-choose {
    background-color: #338AA5;
    padding: 20px 20px 20px;
    text-align: center
}

.why-choose h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 40px;
    background-color: #fff
}

.feature-card {
    background-color: #e0f8ff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / .05);
    flex: 1 1 220px;
    max-width: 250px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease;
    border: 2px solid black;
}

.feature-card:hover {
    transform: translateY(-5px)
}

.feature-card img {
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.feature-card h3 {
    font-size: 23px;
    color: #111;
    margin-bottom: 10px
}

.feature-card p {
    font-size: 22px;
    color: #555;
    line-height: 32px
}

@media (max-width:768px) {
    .features {
        flex-direction: column;
        align-items: center
    }

    .why-choose h2 {
        font-size: 28px
    }
}

/* Section */
.offer-section {
  padding: 60px 20px;
  text-align: center;
  background: url(../images/bonus-bg.jpg);
}

.offer-heading {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
  line-height: 1.1;
}

.offer-heading span {
  color: #f9c700;
}

/* Content Layout */
.content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

/* Text Section */
.text-area {
  max-width: 400px;
  text-align: left;
}

.text-area h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #fff;
}
.text-area p {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #cfd6dc;
  font-size: 17px;
}
.text-area p strong{
     color: #fff !important;
}

/* Bonus Cards */
.bonus-boxes {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.bonus-card {
  background: rgba(255, 255, 255, 0.05);
  padding-bottom: 20px;
  border-radius: 12px;
  max-width: 340px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.bonus-card img {
  width: 100%;
  border-radius: 12px 12px 0px 0px;
  margin-bottom: 15px;
}

.book-title {
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
  font-size: 0.95rem;
}

.note {
  font-size: 0.8rem;
  color: #9baab7;
}

/* Button */
.btn-container {
  margin-top: 30px;
  animation: bounceBall2 1.5s infinite;
}

.order-btn {
  background-color: #ffde00;
  color: #000;
  font-weight: 700;
  padding: 16px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.3rem;
  
}
@keyframes bounceBall2 {
       0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-25px);
    }
    60% {
        transform: translateY(-12px);
    }

}

.order-btn:hover {
  background-color: #ffd700;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 900px) {
  .content {
    flex-direction: column;
    text-align: center;
  }

  .text-area {
    text-align: center;
  }

  .bonus-boxes {
    flex-direction: column;
  }

  .bonus-card {
    max-width: 300px;
  }
}

@media (max-width: 600px) {
    .main-section {
    padding-top: 16%;
}
  .offer-heading {
    font-size: 1.5rem;
  }

  .order-btn {
    font-size: 1rem;
    padding: 12px 30px;
  }
  .checkout h2 {
    margin: 3% 0 2% 0;
    font-size: 1.5rem;
}
.checkout h3 {
    margin: 3% 0 2% 0;
    font-size: 1.2rem;
}
}
/* ===================== */
/* Social Media Icons CSS */
/* ===================== */

.footer .social-links {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 25px 0;
}

.footer .social-links a {
  font-size: 28px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
   text-decoration: none;
  transition: transform .2s ease, opacity .2s ease;
}

/* Brand Colors */
.footer .x-icon {
  background: #000;
}

.footer .youtube-icon {
  background: #FF0000;
}

.footer .facebook-icon {
  background: #1877F2;
}

.footer .instagram-icon {
  background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}

/* Hover Effect */
.footer .social-links a:hover {
  transform: scale(1.2);
  opacity: .85;
}