* {
    margin: 0;
    padding: 0;
    /* font-family: 'Pacifico', cursive; */
}

body {
    height: 100vh;
    border-radius: 8px;
}

/* NAVBAR */

.nav-container {
    font-family: 'Chewy', cursive;
    display: flex;
    align-items: center;
    padding: 0px 30px;
    position: fixed;
    width: 100%;
    z-index: 1;
    background: white;
    box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.445);
}

/* .nav-main{
    margin-top: 100px;
} */
.img {
    flex: 0.8;
}

.img img {
    width: 16%;
    padding: 4px 10px;
}

ul {
    flex: 1;
    display: flex;
    gap: 60px;
    list-style: none;
}

ul li a {
    text-decoration: none;
    font-size: 22px;
    color: #7B3F00;
}

#Active {
    color: rgb(248, 102, 126);
}

a:hover {
    color: #FF7AA2;
    text-decoration: underline;
}

.card:hover {
    transform: translateY(-8px);
}

.container .card .mission p {
    text-align: center;
}

.mission h3 {
    text-align: center;
    padding-top: 40px;
}

.mission p {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
}

.container h1 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    /* background-color: #fff4f4; */
    color: #333;
}

header {
    /* background-color: #ffb6c1; */
    height: 30vh;
    background: #F5F2E9;
    color: #fff;
    padding: 20px 0;
    text-align: center;


}

header h1 {
    margin-top: 150px;
    font-size: 2.5em;
    color: rgb(248, 102, 126);
    font-family: 'Chewy', cursive;
}

.para {
    gap: 10px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.756);
    padding: 10px 200px 10px 200px;
    margin-top: 20px;
}



/* ul {
    list-style-type: disc;
    padding-left: 20px;
} */

.image-container {
    text-align: center;
    margin-bottom: 20px;
}

.top-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
}

.top-image:hover {
    transform: translateY(-7px);
    transition: .5s;
}

.card {
    background: #fff;
    width: 20%;
    height: 25%;
    transition: transform 0.3s ease;
    margin-left: 50%;
    font-size: 16px;
    padding: 20px;
    max-width: 500px;
    margin: 0;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
}

.shop-mission {
    display: flex;
    gap: 90px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card h2 {
    font-weight: bold;
    margin-bottom: 12px;
    color: brown;
    font-family: 'Chewy', cursive;
}

.card p {
    font-size: 16px;
    line-height: 1.5;
}


/* mew */

.mission-values {
    padding: 60px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.mission-values h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: brown;
}

.mission-values p {
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 40px;
    color: #444;
    line-height: 1.6;
}

.values {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.value-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* flex: 1 1 250px; */
    max-width: 300px;
    transition: transform 0.3s ease;

}

.value-box h3 {
    color: #d17a5a;
}

.product-owner-info h1 {
    text-align: center;
    color: brown;
    font-family: 'Chewy', cursive;
}

.girls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 65px;
    margin-top: 20px;

}

.container h2 {
    font-family: 'Chewy', cursive;
}

.value-boxss {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 300px;

}

.value-box:hover {
    transform: translateY(-5px);
}

.value-boxss:hover {
    transform: translateY(-7px);
    transition: .5s;
}

.value-box h3 {
    font-size: 20px;
    margin-bottom: 10px;

}

.cake1 {
    width: 60%;
    padding-left: 20px;
    margin-left: 40px;
    border-radius: 10px;
}

.info-owner {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.info-owner h4 {
    font-family: 'Chewy', cursive;
    color: rgb(247, 76, 133);

}

/* FOOTER */
.footer-container {
    background: #F5F2E9;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    height: 40vh;
    margin-top: 80px;

}

.footer-container p {
    font-size: 18px;
}

.footer-1 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;

}

.footer-1 h2 {
    color: rgb(247, 76, 133);
    font-family: 'Chewy', cursive;
}

.footer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 26px;
}

@media (max-width: 600px) and (min-width: 300px) {
    .img img {
        padding: 0px;
        width: 44%;
    }

    ul {
        gap: 18px;
        padding-right: 70px;
    }

    ul li a {
        font-size: 14px;
    }

    header h1 {
        margin-top: 95px;
        font-size: 2.2em;
    }

    .para {
        font-size: 20px;
        padding: 0px 10px 0px 10px;
    }

    .shop-mission {
        flex-direction: column;
        gap: 10px;
    }

    .image-container {
        padding: 0px 10px 0px 10px;
    }

    .card {
        width: 70%;
    }

    .footer-1 h2 {
        font-size: 15px;
    }

    .footer-container p {
        font-size: 15px;
    }

    .footer-1 {
        margin-top: 28px;

    }

    .footer-container {

        height: 30vh;
        margin-top: 50px;

    }

}

@media (max-width: 890px) and (min-width: 700px) {
      .img img {
        padding: 10px;
        width: 20%;
    }

    ul {
        gap: 35px;
    }

    ul li a {
        font-size: 24px;
    }

    .para {
        padding: 0px 40px 0px 40px;
    }

    .card {
        width: 45%;
    }

    .shop-mission {
        flex-direction: row;
        gap: 20px;
        padding: 0px 15px 0px 15px;
    }

    .footer-container {
        height: 30vh;
        padding-top: 30px;
 

    }
}