* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Titillium Web, sans-serif;
  color: #032113;
  font-weight: 500;
}

/* navBar */

.navSection {
  padding: 10px 100px;
  background-color: #083e25;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}
.navSection img {
  width: 150px;
}
.navSection p {
  font-size: 30px !important;
  color: white;
  font-style: italic;
}
.navSection a img {
  width: 300px;
  height: 100px;
}
@media only screen and (max-width: 992px) {
  .navSection {
    padding: 10px;
    flex-direction: column;
    
  }
 
  .navSection p{
    font-size: 25px !important;
  }
  
}

@media screen and (max-width: 768px) {
  .navSection {
    padding: 10px;
    
  }
 
  .navSection img {
    width: 100px;
  }
  .navSection p {
    font-size: 25px !important;
  }
  .navSection a img {
    width: 200px;
    height: 100px;
  }
}

/* closeNavbar */

.hero .container {
  display: flex;
  justify-content: space-around;
}
.hero__title {
  color: #083e25;
  font-size: 35px;
}
.container {
  width: 100%;
}
.hero-leftSection {
  width: 50%;
}
.hero-leftSection .buy-button-img {
  width: 300px;
  margin-left: 200px;
}
.hero-leftSection p {
  font-size: 20px;
  margin-bottom: 20px;
}
.hero-rightSection {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-rightSection img:nth-of-type(1) {
  width: 350px;
}
.timer-Section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.timer-Section img {
  width: 200px !important;
  margin-top: 10px;
}
.hero__order-today {
  width: 500px;
  color: #032113 !important ;
  font-size: 30px !important;
  font-weight: 600;
}
.hero__order-today span {
  font-size: 30px !important;
  color: red !important;
}


.mainheading {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}
.container p {
  font-size: 20px;
}
.safe-Section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 50px;
}
.safe-Section img {
  width: 200px !important;
}
.safe-right h3 {
  color: black;
  font-weight: 600;
  font-size: 20px;
}

.special-offer {
  color: white;
  background-color: #083e25;
}
.special-offer-heading {
  color: white;
  font-size: 40px;
}
.special-offer-heading u {
  color: white;
}
.container center span {
  color: white;
  font-size: 30px;
}
.pricing-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  border-radius: 20px;
  margin-top: 20px;
  background-color: white;
}
.pricing-card__header {
  background-color: #032113;
}
.pricing-card__header {
  border: 3px solid #032113;
}
.pricing-card__header img {
  width: 370px;
}
.average-rating {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.average-rating img {
  width: 200px;
}
.container span {
  color: white;
  font-size: 20px;
}

.paddingSection {
  padding: 2% 10%;
}
.guaranteeSection {
  background-color: #083e25;
}
.guarantee-Section {
  align-items: center;
  gap: 50px;
  display: flex;
}
.guarantee-Section img {
  width: 350px;
}
.headline {
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.ingredients .container h2 {
  font-size: 35px;
  font-weight: 700;
  color: #083e25;
}
.benefits .container h2 {
  font-size: 35px;
  font-weight: 700;
  color: #083e25;
}
.order .container h2 {
  font-size: 35px;
  font-weight: 700;
  color: #083e25;
}
.order-image-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
.order-image-section img {
  width: 450px;
}
.footer {
  background-color: #424242;
}

.footer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__header span {
  color: white;
  font-size: 17px;
}
.footer__header span li {
  list-style: none;
  margin: 5px 20px;
}
.footer__header span li a {
  list-style: none;
  color: white;

  text-decoration: none;
}
.footer__list {
  display: flex;
  gap: 20px;
}
.footer__list li {
  list-style: none;
}
.footer__list li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.footer__disclaimer p {
  color: white;
  font-size: 15px;
  margin: 10px;
}
.footer__disclaimer p:nth-of-type(1) {
  color: yellow;
  text-transform: uppercase;
  font-weight: 600;
}



.faqs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.faqsHeading center h2{
  font-size: 30px;
  margin: 20px;
  font-weight: 600;
}

.Section11th .box {
  background-color: white;
  border-radius: 5px;
  margin-top: 10px;
  padding-left: 40px;
}
.Section11th .box .ans{
  width: 800px;
}
.Section11th .question {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  padding: 10px 0px;
}
.Section11th .question h2{
  font-size: 20px;
} 
.Section11th .question i{
  font-size: 20px;
} 
.Section11th .ans {
  margin-top: 10px;
  color: rgb(9, 6, 1);
  padding-left: 10px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.8s;
}
.ans.active {
  max-height: 200px;
}
.bold{
  font-weight: 700;

}
@media only screen and (max-width: 768px) {
  .hero .container {
    flex-direction: column;
  }
  .hero__title {
    color: #083e25;
    font-size: 35px;
  }
  
  .hero-leftSection {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero-leftSection .buy-button-img {
    width: 250px;
  }
 
  .hero-rightSection {
    width: 100%;
  }
  .special-offer-heading {
    color: white;
    font-size: 30px;
  }
.pricing-box{
  justify-content: center;
}
.pricing-card{
  margin-top: 20px;
}
.guarantee-Section{
  flex-direction: column;
}
.box{
  width: 100%;
}
.faqs{
  padding: 0px 30px;
}
}
@media only screen and (max-width: 576px) {
  .hero-leftSection .buy-button-img{
    margin:auto;
  }
  .hero{
    margin: 20px 0px;
  }
  .hero__title{
    font-weight: 700;
  }
  .paddingSection{
    padding: 0px 20px;
  }
  .safe-Section{
    flex-direction: column;
    margin: 10px 0px;
  }
  .order-image-section img{
    width: 100%;
  }
  .hero__order-today{
    width: 100%;
    text-align: center ;
  }
  .what-is{
    margin: 20px 0px;
  }
  .special-offer{
    padding: 20px 0px;
  }
  .average-rating{
    flex-direction: column;

  }
  .guaranteeSection{
    padding: 20px;
  }
  .benefits{
    padding: 20px;
  }
  .ingredients{
    padding: 20px;
  } 
  .box{
    padding: 0 !important;
    margin: 0;
  }
  .footer{
    padding: 20px;
  }
  .footer__header{
    gap: 20px;
    flex-direction: column;
  }
  .ingredients .container h2{
    font-size: 26px;
    margin: 10px 0px;
  }
  .benefits .container h2{
    font-size:26px;
    margin: 10px 0px;
  }
  .pricing-box img{
    width: 300px;
  }
}