* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.divider-container {
  background-color: #3c9445;
  color: white;
}

.Navbar-section a:hover{
  color: #208021 !important;
}

a {
  text-decoration: none;
  color: white;
}

#footer ul li {
  list-style: none;
}

.body-color {
  background-color: #edf6f5 !important;
}
.banner-container {
  color: black;
  background-color: #edf6f5;
}

.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;
}

.features {
  background-image: url("/assets/images/BGlEAVES.png");
  height: 100%;
}

.features .naturals {
  background-color: #3c9445 !important;
  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: #76c778;
  /* color: white; */
}

.second-section {
  max-width: 100%;
}
.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;
}

/* .divider-container img{
  im: contain;
} */

@media screen and (max-width: 480px) {
  .banner-container .row {
    margin: 0px !important;
    padding: 0px !important;
  }

  .offical{
    width: 100% !important;
  }
.buyBtn{
    width: 100% !important;
    margin-left: 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%;
  }
}
