* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: poppins, sans-serif;
  font-weight: 400;
}

body {
  background-color: #fbfafa;
}

.divider-container {
  background: #0e0e0e;
   background: linear-gradient(-254deg, #a8364d 46%, #e46e85 37%)
    !important;
  color: white;
}
a {
  text-decoration: none;
  color: white;
}

#footer ul li {
  list-style: none;
}

.banner-container .image-container img:hover {
  /* transform: translateY(-5px); */

  transform: scale3d(1.05, 1.04, 1.01);
  transition: transform 0.5s 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: #0e0e0e;
  background: linear-gradient(-254deg, #a8364d 46%, #e46e85 37%);
  color:white !important;
}

.navbar-brand img {
  max-width: 220px;
  max-height: 60px;
}

@media screen and (max-width: 480px) {
  .navbar-brand img {
    max-width: 110px !important;
    max-height: 10px !important;
  }
}

.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: #0e0e0e;
   background: linear-gradient(-254deg, #a8364c 46%, #e46e85 37%);
  color: white;
}

h1 {
  color: #721225;
  /* transition: transform 0.2s ease-in-out; */
  transform: scale(1.02);
}



.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: #FF7A00;
}

.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-section img {
  animation: payment 1.2s ease-in-out infinite;
}

.Navbar-section {
  background: #0e0e0e;
  background: linear-gradient(-254deg, #a8364d 46%, #e46e85 37%)
    !important;
  color: white;

  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: #d75d71;
}
.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;
  }

  .navbar-brand img {
    min-height: 50px;
    min-width: 80px;
    max-width: 180px;
    max-height: 180px;
  }
}

@media screen and (max-width: 790px) {
  .ingredient-section .ingredient-container {
    display: grid;
  }

  .bonus-cards-container {
    flex-direction: column;
  }

  .card {
    width: 100%;
  }
}
