* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.divider-container {
  background-color:#006050;
  color: white;
}
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;
  font-size: 16px;
  cursor: pointer;
}
.button-cyn:hover {
  background-color: #31917f;
  color: black;
}

.footerImg {
  background-color: #2A9E77;
  color: white;
  padding: 20px 50px;
}
.banner-container .row{
  color: black;
  background-color:#F4F6FA!important;
}

.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: #006050;
}
.bonus h3 {
  color: #006050;
}

.nav-item a {
  color: white !important;
}

.containerBonus{
  background-color: #A8D39B ;
}

.Navbar-section {
  background-color: #000000;
  color: white !important;
  position: sticky;
  top: 0;
  z-index:1;
  border-bottom: #ccd8d9 2px solid;
  padding-bottom: 20px;
}
.Navbar-section .nav-item a:hover {
  color: #75c0b7 !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 .image-containe{
    padding: 0px !important;
    margin: 0px !important;
  }
  .banner-container .text-containe{
    padding: 0px !important;
    margin: 0px !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%;
  }
}
