@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap);

.footer-conditions a,
.leftNav li a,
.rightNav li a {
  color: #fff;
}

.rightNav button,
.section-btn a {
  background: #ffd814;
  cursor: pointer;
}

.leftNav li,
.rightNav li,
ul li {
  list-style: none;
}

.about-order a,
.footer-conditions a,
.highlight,
.how-work-btn a,
.leftNav li a,
.rightNav li a,
.section-btn a {
  text-decoration: none;
}

* {
  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: sticky;
  top: 0;
}

.nav-PaddingSection {
  padding: 1.4% 6%;
  background: #009b4b;
  z-index: 1000;
}

.navSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leftNav li a {
  font-size: 2.5rem;
  font-weight: 600;
}

.rightNav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.rightNav li:hover {
  border-bottom: 1px solid #56a77c;
}

.rightNav li a {
  font-weight: 500;
  font-size: 22px;
}

.rightNav button {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  outline: 0;
  font-size: 18px;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.about-order button:hover,
.rightNav button:hover {
  background-color: #ffd814ca;
}

.rightNav button:active,
.section-btn a:active {
  background-color: rgb(0 0 0 / 0.336);
}

.rightNav button i {
  background: #fff0;
  color: #000;
  font-size: 22px;
}

.Menu {
  position: absolute;
  right: 30px;
  top: 20px;
  display: none;
}

.Menu i {
  color: #fff;
  font-size: 22px;
}



.paddingSection {
  padding: 1% 6%;
}

.content-padding {
  padding: 0 3%;
}

.mainPadding,
.privacy-term-disclaimer {
  padding: 2% 6%;
}

.main-section {
  background: radial-gradient(circle, #e2fff0 41%, #f5f6f8 100%);
}

.h2heading,
.sub-heading {
  background: #009b4b;
  text-align: center;
}

.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: 40px;
  align-items: start;
  width: 30%;
}

.hero-Section .image-wrapper img {
  width: 100%;
}

.hero-Section-Content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-Section-Content h1 {
  font-size: 40px;
  line-height: 48px;
}

.hero-Section-Content h2 {
  font-size: 26px;
  padding: 1% 0;
  line-height: 48px;
  font-weight: 500;
}

.hero-Section-Content p {
  font-size: 22px;
  margin: 10px 0;
  line-height: 32px !important;
  color: #000;
}

.section-btn {
  display: flex;
  gap: 15px;
}

.section-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  box-shadow: rgb(0 0 0 / 0.16) 0 1px 4px;
  border-radius: 5px;
  padding: 15px 40px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.Section11th .ans p,
.how-work p,
.review-section p,
ul li {
  font-size: 22px;
  line-height: 32px;
}

.section-btn a:hover {
  background-color: #ffd814d3;
}

.about-order button i,
.about-order button:hover i,
.section-btn a i,
.section-btn a:hover i {
  color: #000;
}

.h2heading {
  padding: 20px;
  font-size: 25px;
}

.h2heading h2 strong {
  color: #fff;
  font-weight: 600;
}

.h2heading h2 span {
  color: #ffd814;
  font-weight: 600;
}

.user-card {
  box-shadow: rgb(0 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,
.user-image {
  flex-direction: column;
  display: flex;
}

.powerbite-card {
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  width: 250px;
  box-shadow: rgb(50 50 93 / 0.25) 0 6px 12px -2px,
    rgb(0 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;
}

ul li {
  margin: 2% 0;
}

ul li i {
  margin-right: 1%;
}

.how-work h2 {
  font-size: 40px;
  padding: 2%;
  color: #100f0f;
  font-weight: 600;
}

.how-work h4,
.how-work h4 i,
.privacy-term-disclaimer p {
  font-size: 22px;
}

.how-work h4 {
  line-height: 32px;
  margin: 5px;
  font-weight: 700;
}

.how-work-btn a {
  padding: 10px 35px;
  background-color: #ffd814;
  border-radius: 30px;
  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;
  color: #fff !important;
  font-weight: 700 !important;
  margin: 20px 0;
}

.Section11th .ans p,
.Section11th .box .ans,
.Section11th .question,
.about-user,
.about-user p,
.review-about,
.user-image img {
  background-color: #fff;
}

.moneyback-guarantee {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-image: radial-gradient(
    circle at 50% 50%,
    #45a373,
    #20ba6a 29%,
    #009b4b 77%
  );
  box-shadow: rgb(50 50 93 / 0.25) 0 2px 5px -1px,
    rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  border-radius: 10px;
  padding: 30px;
  gap: 30px;
}

.moneyback-image img {
  width: 220px;
}

.moneyback-content p {
  font-size: 22px;
  margin: 5px;
  line-height: 32px;
  color: #fff;
}

.moneyback-content h3 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}

.moneyback-content h3 span {
  text-decoration: underline;
  color: #dc3545;
}

.review-section .review-heading h2 {
  font-size: 40px;
  font-weight: 500;
  padding: 2%;
}

.review-about {
  padding: 20px;
  min-height: 250px;
  border-radius: 20px;
  margin: 2% 0;
  display: flex;
  gap: 50px;
}

.pricing-Card,
.pricing-Card img {
  border-radius: 10px;
  width: 100%;
}

.user-image {
  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: 22px;
  font-weight: 700;
  text-align: center;
}

.about-user h3 {
  font-weight: 700;
  color: #1a9950;
  margin: 2% 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;
}

.Section11th .box {
  border-radius: 5px;
  padding: 5px 40px;
}

.Section11th .box .ans {
  width: 800px;
}

.Section11th .question {
  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: 32px;
  margin-top: 10px;
  color: #090601;
  padding-left: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s;
}

.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 span {
  color: orange;
}

.privacy-term-disclaimer h1 {
  font-size: 35px;
  text-align: center;
}

.discount-bottle-now {
  background-color: #22335c !important;
}

.highlight {
  font-weight: 600;
}

.highlight strong {
  color: #234553 !important;
}

.buy-bottles {
  background: #fff;
}

.buy-Section {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.pricing-Card:nth-of-type(2) {
  box-shadow: rgb(0 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: 700px;
}

.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 button {
  outline: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px 40px;
  background: #ffd814;
  font-size: 22px;
  color: #000;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .mainPadding,
  .paddingSection {
    padding: 2% 3%;
  }

  .faqpadding {
    padding: 0 3% !important;
  }

  .hero-Section .image-wrapper img {
    width: 300px;
  }

  .hero-Section-Content h1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 992px) {
  .Section11th .box,
  .discount-Section div img,
  .hero-Section-Content,
  .leftNav,
  .rightNav {
    width: 100%;
  }

  .hero-Section,
  .navSection {
    flex-direction: column;
  }

  .Menu {
    display: block;
  }

  .leftNav {
    justify-content: start;
  }

  .leftNav li a {
    font-size: 2rem;
  }

  .rightNav {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    display: none;
  }

  .nav-PaddingSection {
    padding: 2.6% 6%;
  }

  .paddingSection {
    padding: 2% 6%;
  }

  .mainPadding {
    padding: 2%;
  }

  .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;
  }

  .user-card {
    margin: 2%;
    gap: 0;
  }
}

@media only screen and (max-width: 768px) {
  .Discount h2,
  .h2heading {
    font-size: 25px;
  }

  .mainPadding,
  .paddingSection {
    padding: 2%;
  }

  .buy-Section {
    padding: 2%;
    flex-wrap: wrap;
  }

  .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,
  .mainfaqsHeading {
    padding: 10px;
  }

  .Section11th .box .question h3 {
    font-size: 20px;
  }

  .Section11th .question i {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }

  .hero-Section {
    padding: 2rem 0rem;
    gap: 10px;
    flex-direction: column-reverse;
  }

  .moneyback-image img {
    width: 300px;
  }

  .review-about {
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }

  .moneyback-content h3 {
    font-size: 30px;
  }

  .hero-Section .image-wrapper img:first-of-type {
    width: 100%;
    height: 100%;
  }

  .what-is-content {
    flex-direction: column;
  }
}

@media only screen and (max-width: 576px) {
  .h2heading {
    font-size: 16px;
  }

  p,
  ul li {
    font-size: 16px !important;
    line-height: 25px !important;
  }

  .hero-Section-Content p {
    line-height: 25px !important;
    padding: 1% 2%;
  }

  .pricing-Card {
    width: 100%;
    margin: 10px 0;
  }

  .how-work h2,
  .moneyback-content h3,
  .pricing-Card h3 {
    font-size: 30px;
  }

  .about-order h4,
  .about-order h6,
  .pricing-Card h4:nth-of-type(2) {
    font-size: 20px;
  }

  .pricing-Card img,
  .whatspara img {
    width: 100%;
  }

  .hero-Section .image-wrapper img {
    width: 80% !important;
  }

  .leftNav li a img,
  .moneyback-image img,
  .what-is-image img {
    width: 250px;
  }

  .section-btn a {
    font-size: 18px !important;
  }

  .Section11th .box .question h3,
  .about-order button {
    font-size: 18px;
  }

  .box .question i {
    color: #000;
    background-color: #fff;
  }

  .user-card {
    width: 300px;
  }

  .how-work-btn a {
    font-size: 14px;
  }

  .hero-Section-Content h2 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 500;
    padding: 1% 2%;
  }

  .Section11th .ans p,
  .how-work h4 {
    font-size: 17px;
  }

  .moneyback-guarantee {
    padding: 10px;
  }

  .about-user p,
  .moneyback-content {
    text-align: center;
  }

  .refrence h3 {
    font-size: 25px;
  }

  .hero-Section-Content h1 {
    font-size: 30px;
    text-align: center;
    line-height: 35px;
  }

  .img-section img {
    width: 70%;
  }

  .user-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-user h2 {
    margin: auto;
  }

  .section-btn a {
    width: 100%;
    margin: 2px 0;
    box-sizing: border-box;
  }

  .about-order button i,
  .section-btn i {
    display: none;
  }

  .sub-heading {
    font-size: 28px !important;
  }

  .h2heading {
    padding: 10px 0 !important;
    margin-top: 20px;
  }

  .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;
  }

  .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: #009b4b;
  padding: 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: #ececec;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.05);
  flex: 1 1 220px;
  max-width: 250px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s;
}

.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;
  line-height: 32px;
  color: #555;
}

@media (max-width: 768px) {
  .features {
    flex-direction: column;
    align-items: center;
  }

  .why-choose h2 {
    font-size: 28px;
  }
}

.active {
  display: flex;
}