* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.divider-container {
  background-color: #499b93;
  color: black;
}
a {
  text-decoration: none;
  color: white;
}

#footer ul li {
  list-style: none;
}

.button-cyn {
  background-color: #3ca091;
  color: white;
  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: #4f7971;
}

.footerImg {
  background-color: #2a9e77;
  color: white;
  padding: 20px 50px;
}
.banner-container .row {
  color: black;
  background-color: #f5f0f0 !important;
  background: linear-gradient(
    120deg,
    rgb(104, 167, 159) 0%,
    rgba(245, 240, 240, 1) 50%
  );
}

.divider-container.list-items ul li {
  text-decoration: none;
}

.ingredient-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 105px;
}

.green {
  background-color: #3b9e33;
  color: white;
  font: italic 24px/30px Arial, sans-serif;
}

.featuresBox {
  background-color: #31917f;
  color: white;
}

h1 {
  color: black;
}
.bonus h3 {
  color: #1b5f8a;
}

.nav-item a {
  color: black !important;
}

.containerBonus {
  background-color: #a8d39b;
}

.Navbar-section {
  background-color: #ffffff;
  background: linear-gradient(
    120deg,
    rgb(104, 167, 159) 0%,
    rgba(245, 240, 240, 1) 90%
  );
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: #ccd8d9 2px solid;
  padding-bottom: 20px;
}
.Navbar-section .nav-item a:hover {
  color: #0d7468 !important;
}

.features {
  background-image: url("/assets/images/BGlEAVES.png");
  height: 100%;
}

#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: #1b5f8a;
}
.bonus-cards-section {
  background-color: #ccd8d9;
}
.bonus-cards-container {
  color: white;
  gap: 50px;
}
.card {
  width: 30%;
  gap: 30px;
  padding: auto;
}

#FREE {
  background-color: rgb(237, 214, 86);
  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;
}

@media screen and (max-width: 480px) {
  .banner-container .row .text-container.btn {
    padding-left: 0 px;
    margin-left: 0 rem !important;
    margin-bottom: 0 rem !important;
  }

  .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;
  }
}

@media screen and (max-width: 790px) {
  .ingredient-section .ingredient-container {
    display: grid;
  }

  .bonus-cards-container {
    flex-direction: column;
  }

  .card {
    width: 100%;
  }
}
