@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  color: #272727;
}
html{
    scroll-behavior: smooth;
}
section {
  scroll-margin-top: 70px; /* height of your navbar */
}
.prodentim-review{
  margin: 20px;
  font-weight: bolder;
}

.sticky-nav {
  position: sticky;
  top: 0px;
}
.nav-PaddingSection {
  padding: 0% 6%;
  background: #294F61;
  border-bottom: 1px solid #000;
 
}
.navSection {
  display: flex;
  /* padding: 1%; */
  justify-content: space-between;
  align-items: center;
}

.leftNav li{
  list-style: none;
}
.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: #fff;
  font-weight: 500;
  font-size: 20px;
}
.rightNav button {
  background: #ffd814;
  color: black;
  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: rgba(0, 0, 0, 0.336);
}
.rightNav button i {
  background: transparent;
  color: black;
  font-size: 20px;
}

.Menu {
  position: absolute;
  right: 30px;
  top: 25px;
  display: none;
}
.Menu i {
  color: #ffffff;
  font-size: 22px;
}




@media only screen and (max-width: 992px) {
  .navSection {
    flex-direction: column;
  }
  .Menu {
    display: block;
  }
  .leftNav {
    justify-content: start;
    width: 100%;
  }
  .rightNav {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    width: 100%;
    display: none;
  }
}

.active {
  display: flex;
}

/* nav close */

.paddingSection {
  padding: 1% 6%;
}

.mainPadding {
  padding: 2% 10%;
}
/* .main-section {
  background: #294F61;
} */
.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: 40%;
}
.hero-Section .image-wrapper img{
  width: 90%;
}

.hero-Section-Content {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-Section-Content h1 {
  font-size: 30px;
  line-height: 48px;
  color: #000;
}
.hero-Section-Content p {
  font-size: 20px;
  margin: 10px 0px;
  line-height: 32px !important;
  line-height: 27px;
  color: #000;
}
.section-btn{
    display: flex;
    gap: 15px;
}

.section-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  /* width: 60%; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px 40px;
  background: #ffd814;
  text-decoration: none;
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.section-btn a:hover {
  background-color: #ffd814d3;
}
.section-btn a:active {
  background-color: rgba(0, 0, 0, 0.336);
}
.section-btn a i {
  color: black;
}
.section-btn a:hover i {
  color: black;
}

.h2heading {
   background: #294F61;
  padding: 30px;
  text-align: center;
  font-size: 25px;
}

.h2heading h2 strong {
  color: #ffffff;
}

.user-card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 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 black;
  width: 250px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 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: 20px;
}
.how-work h2 {
  font-size: 40px;
  color: #100f0f;
  font-weight: 600;
}
.how-work h4 {
  font-size: 22px;
  margin: 5px;
  font-weight: 700;
}
.how-work h4 i {
  font-size: 20px;
}
.how-work-btn a {
  text-decoration: none;
  color: #234553;
}
.what-is-content {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.whatspara img{
  float: right;
  width: 40%;
}

.sub-heading {
  padding: 10px;
  text-align: center;
  color: #ffffff !important;
   background: #294F61;
  font-weight: 700 !important;
  margin: 20px 0px;
}


.moneyback-guarantee {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /* background-color: #03030347; */
  background: radial-gradient(circle, #d6f3f9 41%, #f5f6f8 100%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
  padding: 30px;
  gap: 30px;
}
.moneyback-image img {
  width: 220px;
}

.moneyback-content p {
  font-size: 20px;
  margin: 5px;
  line-height: 30px;
}
.moneyback-content h3 {
  font-size: 35px;
  font-weight: 700;
}
.moneyback-content h3 span {
  text-decoration: underline;
  color: #dc3545;
}
.review-section .review-heading h2 {
  font-size: 35px;
  font-weight: 500;
}

.review-section p {
  font-size: 20px;
}
.review-about {
  background-color: white;
  padding: 20px;
  min-height: 250px;
  border-radius: 20px;
  margin: 2% 0%;
  display: flex;
  gap: 50px;
}
.user-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.about-user {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.user-image img {
  width: 150px;
  border-radius: 10px;
  background-color: white;
}
.about-user h2{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.about-user h3 {
  font-weight: 700;
  color: #1A9950;
  margin: 2% 0;
  font-size: 1.4rem;
}

.about-user p {
  background-color: white;
}

.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: 0px 20px 20px 20px;
}
.Section11th .box {
  border: 1px solid #1f4f45;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px 40px;
}
.Section11th .box .ans {
  background-color: white;
  width: 800px;
}
.Section11th .question {
  background-color: white;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  padding: 10px 0px;
}
.Section11th .question h3 {
  font-size: 25px;
  background-color: white;
}
.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: rgb(9, 6, 1);
  padding-left: 10px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.8s;
}
.Section11th .ans p {
  font-size: 20px;
  background-color: white;
}
.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: white;
}

.footer-conditions a {
  text-decoration: none;
  color: white;
}
.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: 20px;
}
.discount-bottle-now {
  background-color: #22335c !important;
}
.highlight {
  text-decoration: none;
  font-weight: 600;
  
}
.highlight strong{
  color: #234553 !important;
}
.buy-bottles {
  background:#ffffff;
}
.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: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  transition: 0.2s ease-in-out;
}
.pricing-Card img {
  width: 100%;
  border-radius: 10px;
}
.pricing-Card:hover {
  transform: scale(1.02);
  transition: 0.3s ease;
}
.pricing-Card:nth-of-type(2) {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 3px solid #00806e;
}

.img-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-section img {
  width: 500px;
}
.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: 0px;
  cursor: pointer;
  padding: 15px 40px;
  background: #ffd814;
  font-size: 20px;
  color: black;
  font-weight: 700;
  border-radius: 5px;
}
.about-order button i {
  color: black;
}
.about-order button:hover i {
  color: black;
}
.about-order button:hover {
  background-color: #ffd814ca;
}


.bonus-section{
  /* background-color: #eef9f6; */
  background: #294F61;
  padding: 4%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bonus-left{
   display: flex;
   flex-direction: column;
   gap: 50px;
}
.bonus-left h2{
  font-size: 40px;
  color: #fff;
}
.bonus-left button{
  text-transform: uppercase;
  background-color: #ffd814;
  border: none;
  outline: none;
  border-radius: 5px;
  padding: 15px 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}
.bonus-right{
  width: 500px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about-bonus{
  background-color: white;
  display: flex;
  border-radius: 10px;
  align-items: center;
  gap: 30px;
  padding: 2%;
}
.bonus-img{
  width: 20%;
}
.bonus-img img{
  width: 100%;
  border-radius: 10px;
}
.bonus-dis h6{
  font-size: 20px;
}
.bonus-dis p{
  font-size: 18px;
  margin: 10px 0px;
}
.bonus-dis p:nth-of-type(2){
  font-size: 16px;
}

@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;
  }
  .hero-Section-Content {
    width: 100%;
  }
  .user-card {
    margin: 2%;
    gap: 0px;
  }

  .Section11th .box {
    width: 100%;
  }

  .discount-Section div img {
    width: 100%;
  }
  .bonus-section{
    flex-direction: column;
    gap: 40px;
  }
  .bonus-right{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
  }

 
}
@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 h3 {
    font-size: 30px;
  }

  .hero-Section .image-wrapper img:nth-of-type(1) {
    width: 100%;
    height: 100%;
  }
  .what-is-content {
    flex-direction: column;
  }
  .bonus-left h2{
    font-size: 30px;
  }
  .bonus-right{
    flex-direction: column;
    gap: 30px;
  }
 
}

@media only screen and (max-width: 576px) {
  .h2heading {
    font-size: 16px;
  }
  p {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .hero-Section-Content p {
    line-height: 25px !important;
}
  .pricing-Card {
    width: 100%;
    margin: 10px 0px;
  }
  .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;
  }
  .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: black;
    background-color: white;
  }
  .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 h3 {
    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 0px;
    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: 0px;
 }
 .mainfaqsHeading{
  padding: 0px 10px;
 }
.review-about{
  gap: 0px;
}

.whatspara img{
  width: 100%;
}
.review-about:nth-of-type(2){
  flex-direction: column-reverse;
}
.review-about:nth-of-type(4){
  flex-direction: column-reverse;
}
.bonus-left{
  gap: 23px;
 }
 .bonus-left h2{
  font-size: 22px;
 }
 .leftNav img{
  width: 50px !important;
  padding: 15px 0px;
}
.about-user h3 {
    margin: auto;
    font-size: 1.2rem;
}
.section-btn {
    flex-direction: column;
    gap: 5px;
}
}