@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  /* background-color: #dfeceb; */
  color: #272727;
}

/* .sticky-nav {
  position: sticky;
  top: 0px;
} */
.nav-PaddingSection {
  padding: 0% 6%;
  background: linear-gradient(40deg, #0c2f4f 40%, #d3e6f8 120%);
}
.navSection {
  display: flex;
  padding: 1%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #9a1917;
}

.leftNav li {
  list-style: none;
  font-size: 40px;
}
.leftNav li a img {
  width: 300px;
  margin-top: 10px;
  text-decoration: none;
}
.rightNav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.rightNav li {
  list-style: none;
}
.rightNav li:hover {
  border-bottom: 1px solid rgb(242, 242, 242);
}
.rightNav li a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 22px;
}
.rightNav button {
  background: #9a1917;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  border: 1px solid #dc3545 !important;
  font-size: 22px;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
}
.rightNav button:hover {
  background-color: #9c1c19eb;
  border: 1px solid orange;
}
.rightNav button:active {
  background-color: rgba(0, 0, 0, 0.336);
}
.rightNav button i {
  background: transparent;
  color: white;
}
.rightNav button:hover i {
  background: transparent;
  color: black;
}

.Menu {
  position: absolute;
  right: 30px;
  top: 25px;
  display: none;
}
.Menu i {
  color: black;
  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% 10%;
}
.mainPadding {
  padding: 2% 10%;
}
.main-section {
  background-color: white;
}
.hero-Section {
  width: 100%;
  display: flex;
  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:nth-of-type(1) {
  width: 100%;
}
.hero-Section .image-wrapper img:nth-of-type(2) {
  width: 100%;
}
.hero-Section-Content {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.discount-per-bottle {
  font-size: 30px;
}
.discount-per-bottle h6 {
  color: black;
  font-size: 25px;
}
.discount-per-bottle strong span {
  color: black;
}
.discount-per-bottle h6 s {
  color: #dc3545;
}
.hero-Section-Content h1 {
  font-size: 30px;
  color: black;
}
.hero-Section-Content p {
  font-size: 20px;
  margin: 10px 0px;
  line-height: 32px !important;
  line-height: 27px;
  color: black;
}

.section-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 1px solid #dc3545;
  border-radius: 0px;
  cursor: pointer;
  padding: 15px 30px;
  background: #9a1917;
  text-decoration: none;
  font-size: 20px;
  color: white;
  font-weight: 550;
}
.section-btn a:hover {
  background-color: #9c1c19eb;
  border: 1px solid orange;
  color: white;
}
.section-btn a:active {
  background-color: rgba(0, 0, 0, 0.336);
}
.section-btn a i {
  color: white;
}
.section-btn a:hover i {
  color: black;
}

.h2heading {
  background: linear-gradient(140deg, #768ca0 0%, #0c2f4f 50%);
  color: color;
  padding: 30px;
  text-align: center;
  font-size: 25px;
}

.h2heading h2 strong {
  color: white;
}

.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: 600;
}
.how-work h4 i {
  font-size: 20px;
}
.how-work-btn a {
  text-decoration: none;
  color: red;
}
.what-is-content {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.sub-heading {
  background: linear-gradient(140deg, #768ca0 0%, #0c2f4f 50%);
  padding: 10px;
  text-align: center;
  color: white !important;
  margin: 20px 0px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.moneyback-guarantee {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #4bbaf52b;
  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 {
  border: 1px solid #9a1917;
  background-color: white;
  padding: 20px;
  min-height: 250px;
  border-radius: 8px;
  margin: 4% 0%;
  display: flex;
  gap: 50px;
}
.user-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.about-user {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.user-image img {
  width: 150px;
  background-color: white;
  border-radius: 50%;
}

.about-user h3 {
  font-weight: 400;
  background-color: white;
  margin-bottom: 20px;
}
.about-user h2 {
  background-color: white;
}
.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: 20px;
}
.Section11th .box {
  border: 1px solid #9a1917;
  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: 300px;
}
.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: white;
}
.footer-section p {
  background-color: white;
  font-size: 20px;
  color: black;
}
.footer-conditions {
  background-color: white;
}
.footer-conditions a {
  text-decoration: none;
  color: black;
  background-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;
  color: #9a1917 !important;
}
.buy-Section {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 2% 6%;
}
.pricing-Card {
  width: 100%;
  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: 2px solid black;
  border-radius: 0px;
  cursor: pointer;
  padding: 15px 40px;
  background: #9a1917;
  font-size: 20px;
  color: white;
  font-weight: 550;
}
.about-order button i {
  color: white;
}
.about-order button:hover i {
  color: black;
}

.about-order button:hover {
  background-color: #9c1c19eb;
  border: 2px solid orange;
}

.bonus {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 300px;
  border: 1px solid #9a1917;
  background-color: white;
  margin: 10px;
  padding: 50px;
  border-radius: 10px;
}
.bonus-img {
  width: 400px;
}
.bonus-img img {
  width: 100%;
}
.about-bonus {
  background-color: white;
}
.about-bonus h5 {
  background-color: white;
  font-size: 25px;
  color: #dc3545;
  margin: 5px 0px;
}
.about-bonus h3 {
  background-color: white;
  font-size: 30px;
  font-weight: 500;
  color: #100f0f;
}
.about-bonus h5 s {
  background-color: white;
}
.about-bonus p {
  background-color: white;
}
.banner-section {
  width: 100%;
}
.banner-section img {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .paddingSection {
    padding: 2% 6%;
  }
  .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%;
  }
}
@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;
  }
  .bonus {
    flex-direction: column;
  }
  .bonus-img {
    width: 100%;
  }
  .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: 16px !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: 100%;
  }
  .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: 25px;
    text-align: center;
  }
  .discount-per-bottle {
    font-size: 20px;
  }
  .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 {
    text-align: center;
  }
  .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;
  }
  .about-bonus h3 {
    font-size: 20px;
    text-align: center;
  }
  .about-bonus h5 {
    font-size: 20px;
    text-align: center;
  }
  .about-bonus p {
    font-size: 16px !important;
  }
  .bonus {
    padding: 30px;
  }
  .leftNav li a img {
    width: 250px;
  }
}
