* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.divider-container {
  background-color: #D4920B;
  color: black;
}
a {
  text-decoration: none;
  color: white;
}

#footer ul li {
  list-style: none;
}


.banner-container .row{
  color: black;
  background-color:#FFFFFF !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: #184c73;
  color: white;
}

h1 {
  color: #131312;
}
.bonus h3 {
  color: #1b5f8a;
}

.nav-item a {
  color: white !important;
}

.Navbar-section {
  background-color: #101C4E;
  position: sticky;
  top: 0;
  z-index:10;
}
.Navbar-section .nav-item a:hover {
  color: #D4920B !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) {
  .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%;
  }
}
