* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: "Google Sans Regular";
    box-sizing: border-box;
}

.matemasie-regular {
    font-family: "Matemasie", sans-serif;
    font-weight: 400;
    font-style: normal;
}



html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    background: #fefefe;
}

.navbar {
    width: 100%;
    height: 80px;
    background: rgb(246, 246, 182);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;


}

.nav-bar {
    position: relative;
    top: 1v;
}


.logo {
    font-size: 28px;
    font-weight: bold;

    color: rgba(29, 27, 29, 0.933);
}

.hamburger {
    display: none;
}

.nav-bar ul {
    display: flex;
}

.nav-bar ul li a {
    display: block;
    color: rgba(29, 27, 29, 0.933);
    ;
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 50px;
    transition: 0.2s;
    margin: 0 5px;
}

.nav-bar ul li a:hover {
    color: #e288b4e0;
    background: rgba(29, 27, 29, 0.933);
    ;

}

.nav-bar ul li a.active {
    color: #e288b4e0;
    background: rgba(29, 27, 29, 0.933);
    ;


}

@media only screen and (max-width: 1320px) {
    .navbar {
        padding: 0 50px;
    }

}

@media only screen and (max-width: 1100px) {
    .navbar {
        padding: 0 30px;
    }

}

@media only screen and (max-width: 900px) {
    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger .line {
        width: 30px;
        height: 3px;
        background: #fefefe;
        margin: 6px 0;
    }

    .nav-bar {
        height: 450px;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        width: 100vw;
        background: #e288b4e0;
        transition: 0.2s;
        overflow: hidden;
    }

    .nav-bar ul {
        display: block;
        width: fit-content;
        margin: 80px auto 0 auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;
    }

    .nav-bar ul li a {
        margin-bottom: 12px;
        color: red;
    }



}

.container {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;

    margin: 0;
    border-radius: 50px;
}

.cards-container {
    display: flex;
    gap: 30px;
}

.card-main {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}


.card-main img {
    width: 100%;
    border-radius: 10px;
}

.card-main h2 {
    margin-top: 10px;
    font-size: 24px;
    color: #9370DB;
}

.card-main:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}


.full-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('http://s3.amazonaws.com/spoonflower/public/design_thumbnails/0106/2654/rrrchev_butter_shop_preview.png') no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.container-fluid {
    position: relative;
    padding: 60px 30px;
}

.content-container {
    position: relative;
    z-index: 1;
}





.services-section {
    font-family: Arial, sans-serif;
    background-color: #FDD34B;
    color: #0a0705;
    text-align: center;
    padding: 50px;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    border-radius: 20px;

}

@media only screen and (max-width: 900px) {
    .services-section {
        padding: 0px;
    }
}

h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #F07143;
}

.services {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.service {
    text-align: center;
    width: 200px;
}

.image-wrapper {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-block;
}

.service img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.service-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #F07143;
    margin-bottom: 10px;
}

.service-description {
    font-size: 1rem;
    color: #000000;
}


.shop-section {
    font-family: 'Raleway', sans-serif;
    background-color: #FBF3DE;
    padding-top: 2vh;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-bottom: 1vh;
    border-radius: 20px;

}


.shop-section h1,
h2 {
    font-family: 'Comic Neue', cursive;
    color: #4a4e69;

}


.card,
.category-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 15px;
    background-color: rgb(249, 193, 158);
    box-sizing: border-box;
}

.card-title,
.category-card-title {
    color: #22223b;
    margin: 15px 0 10px;
}

.category-card img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.category-card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}


.category-card:hover {
    background-color: #f5f5f5;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card p {
    flex: 1;
    margin-bottom: 15 px;
}

.blogs-section {
    padding: 50px 20px;
    background-color: #f4f4f4;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    border-radius: 20px;
}

.blogs-section h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    color: #ff6347;
    font-family: arial, sans-serif;
}

.blogs-section .blog {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #c5ddfb;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.blogs-section .blog h2 {
    font-size: 28px;
    color: #ff6347;
    margin-bottom: 10px;
}

.blogs-section .blog p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

.blogs-section .blog:hover {
    background-color: beige;
    color: black;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.blogs-section .blog:hover h2,
.blogs-section .blog:hover p {
    color: orange;
}

.hidden-form {
    display: none;
    margin-top: 20px;

}

.hidden-form form {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;

}

.hidden-form h3 {
    margin-bottom: 15px;
}

.hidden-form label {
    display: block;
    margin-bottom: 5px;
}

.hidden-form input[type="text"],
.hidden-form input[type="tel"],
.hidden-form textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.hidden-form input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.hidden-form input[type="submit"]:hover {
    background-color: #45a049;
}

.form-toggle-checkbox {
    display: none;
}

.form-toggle-btn {
    background-color: #ffb595c4;
    color: #1a0c0c;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;

}

@media only screen and (max-width: 900px) {
    .form-toggle-btn {
        margin-right: 5px;
    }
}

.form-toggle-btn:hover {
    background-color: #f5e0d3;
}


.form-toggle-checkbox:checked+.form-toggle-btn+.hidden-form {
    display: block;
}

footer {
    background-color: rgb(246, 246, 182);
    padding: 1px;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.contact-info,
.social-media {
    width: 35%;
}

.social-media a {
    display: block;
    margin: 5px 0;
    color: #007bff;
    text-decoration: none;
}

.social-media a:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid #b2d4f6;
    padding-top: 10px;
}

svg {
    width: 30px;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listProduct .item img {
    width: 90%;
    filter: drop-shadow(0 50px 20px #0009);

}