* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: open-sans, sans-serif;
}

.Navbar-section {
    background-color: #61a8a9;
    color: black !important;
}

h1 {
    color: #004678;
}

button {
    border: 1px solid black !important;
    background-color: #ce744e !important;
    color: white !important;
}

button:hover {
    background-color: #61a8a9 !important;
    color: white !important;
}

.certifications .row p:hover {
    background-color: #ebdfbc !important;
    /* color: white !important; */
    transform: scale(1.04);
    transition: all 0.3s ease-in-out;
}

.divider-container {
    background-color: #61a8a9;
    color: black;
}

/* .banner-container{
background-image: url('../images/banner-4.jpg');
background-repeat: no-repeat;
background-size:contain;
} */

a {
    text-decoration: none;
    color: white;
}

.navbar-brand {
    color: black !important;
}

.Navbar-section .navbar .collapse ul li:hover {
    background-color: #ce744e;
    color: black !important;
    border-radius: 20px;
}

#footer ul li {
    list-style: none;
}

.body-color {
    background-color: #f4f6f4 !important;
}

.banner-container {
    color: black;
    background-color: #ccd8d9;
}

.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-color: #61a8a9;
    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: #ffffff !important;
}

.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) {
    .Navbar-section .navbar .collapse {
        justify-content: end !important;
    }
    .Navbar-section .navbar .collapse ul {
        gap: 0px !important;
    }
    .banner-container .row {
        margin: 0px !important;
        padding: 0px !important;
    }
    .banner-container .row .text-container {
        margin: 0px !important;
        padding: 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%;
    }
}