* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: poppins, sans-serif;
  font-weight: 400;
  text-justify: auto !important;
}

body {
  background-color: #fbfafa;
}

.divider-container {
  background: linear-gradient(135deg, #011840 0%, #011840 45%, #011840 100%);

  color: white;
}
a {
  text-decoration: none;
  color: white;
}

#footer ul li {
  list-style: none;
}

.payemnt-background {
  background-color: #e8e8e8;
}

.banner-container .image-container img:hover {
  /* transform: translateY(-5px); */

  transform: scale3d(1.05, 1.04, 1.01);
  transition: transform 0.5s ease-in-out;
}

.ingredients-color {
  background-color: #cbcecb;
  color: black;
 
}

.ingredients-color .col-lg-3:hover {
   transform: translateY(-5px);
  transition: transform 0.2s ease-in-out;
}

.ingredients-color .col-lg-3 .row:hover{
  background-color: #9eb328;
  transition: background-color 0.6s ease-in-out;
}

.button-cyn {
  background-color: #ffe145;
  color: black;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 4px rgb(107, 106, 106);
  font-size: 16px;
  cursor: pointer;
}
.button-cyn:hover {
  background-color: #1c1d16;
  color: white;
}

.landingPageFirst img {
  margin-top: -8px;
  margin-bottom: -18px;
  max-height: 130px;
  transform: rotate(180deg);
}

.landingPage img {
  margin-top: -8px;
  margin-bottom: -48px;
  max-height: 150px;
}

.footerImg {
  background-color: #940023;
  color: white;
  padding: 20px 50px;
}

.banner-container {
  background: linear-gradient(135deg, #011840 0%, #011840 45%, #011840 100%);

  color: white;
}

.navbar-brand img {
  max-width: 220px;
  max-height: 60px;
  filter: saturate(0) brightness(20);
}

.divider-container.list-items ul li {
  text-decoration: none;
}

/* .ingredients img{
  max-width: 100px;
  max-jeight: 100px;
} */

.ingredient-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 105px;
}

.featuresBox {
  background: linear-gradient(135deg, #011840 0%, #011840 45%, #011840 100%);

  color: white;
}

h1 {
  color: rgb(241, 239, 239);
}

.logo {
  color: white;
}

.bonusItem {
  min-height: 800px !important;
  background: linear-gradient(
    135deg,
    #011840 0%,
   #011840 40%,
    #186e36 70%,
    #011840 100%
  );

  color: wheat;
}

.bannerImg {
  animation: bannerImg 2.2s ease-in-out 1;
}

@keyframes bannerImg {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    /* transform: translatey(6px); */
    transform: scale(1);
  }
}

.reviews-color {
  background: linear-gradient(
    135deg,
    #011840 0%,
   #011840 40%,
    #011840 70%,
    #011840 100%
  );

  color: white;
}

.bannerOrderButton {
  animation: button 1.2s ease-in-out infinite;
}

@keyframes button {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

.bonus h3 {
  color: #1b5f8a;
}

.benefits .row img:hover {
  border: 2px solid #1c1d16;
  transform: translateY(-1.02em);
  transition: transform 0.3s ease-in-out;
}

@keyframes payment {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}

.payment-card:hover {
  /* animation: payment 1.2s ease-in-out infinite;
   */
  transform: scale(1.02);
  transition: transform 0.3s ease-in-out;
}
.Navbar-section {
  background: linear-gradient(
    135deg,
    #212529 0%,
   #212529 40%,
   #212529 70%,
    #212529 100%
  );

  background-color: #cecdcb;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000;
  /* border-bottom: #ccd8d9 2px solid; */
  /* padding-bottom: 20px; */
}

.features {
  background-image: url("/assets/images/BGlEAVES.png");
  height: 100%;
}

.verticalLine {
  margin: 0;
  padding: 0;
  width: 1px;
  max-height: 850px;
  background-color: white;
}

#footer {
  background: rgb(44, 44, 44);
  color: white;
}

@media screen and (max-width: 1210px) {
  .ingredient-container {
    padding: 0 15px;
  }
}

.ingredient-container .ingredients {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.4);
  max-width: 300px;
  height: 300px;
  border-radius: 30px;
  border: 2px solid #f1f1f1;
}

.ingredient-container .ingredients img {
  border-radius: 30px;
  object-fit: contain;
  width: 90%;
  margin: auto;
}

.highlight-container {
  background-color: rgb(235, 232, 232);
}

.second-section {
  max-width: 100%;
  background-color: #59789b;
}
.bonus-cards-section {
  background-color: #2f4c6d;
}
.bonus-cards-container {
  color: white;
  gap: 50px;
}
.card {
  width: 30%;
  gap: 30px;
  padding: auto;
}

#FREE {
  background: linear-gradient(
    135deg,
    #011840 0%,
   #011840 40%,
    #196434 70%,
    #011840 100%
  );

  border-radius: 50px;
  padding: 5px 20px;
}

.bonus1 {
  background-color: rgb(219, 213, 213);
  border-radius: 10px;
  padding: 5px;
}

.card {
  border-radius: 30px;
}

.fa-star {
  color: white;
  background: white;
}

.payment-btn:hover {
  background-color: rgb(86, 86, 155) !important;
  /* color: black !important; */
}

@media screen and (max-width: 580px) {
  .banner-container .row .text-container.btn {
    padding-left: 0 px;
    margin-left: 0 rem !important;
    margin-bottom: 0 rem !important;
  }

  .reviewText {
    order: 1;
  }

  .certifications {
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 10px;
    /* width: unset !important; */
    /* max-width: 10%; */
  }

  .certifications .col-lg-1 {
    max-width: 20% !important;
  }
  .certifications.row {
    padding: 50px !important;
  }

  .certifications img {
    /* display: flex; */
    max-width: 70px;
    max-height: 70px;
  }

  .banner-container .row {
    padding: 0 !important;
  }

  .ingredient-section .ingredient-container {
    flex-direction: column;
  }
  .card {
    width: 100%;
  }
  .free-shipping {
    flex-direction: column;
  }
  #footer ul {
    flex-direction: column;
    gap: 1px;
  }

  .navbar-brand img {
    min-height: 50px;
    min-width: 170px;
    max-width: 200px;
    max-height: 80px !important;
  }
}

@media screen and (max-width: 790px) {
  .ingredient-section .ingredient-container {
    display: grid;
  }

  .bonus-cards-container {
    flex-direction: column;
  }

  .card {
    width: 100%;
  }
}
