@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lemonada:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mada:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&family=Reem+Kufi+Fun:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Madimi+One&display=swap');

body {
    font-family: "Cairo", sans-serif;
    /* تحديث الخط إلى Poppins */
    background-color: #fff;
    color: #333;
    text-align: center;
    margin: 0;
    padding: 0;
    direction: rtl;
}

.navbar {
    width: 100%;
    height: 6vh;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff;



}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.navbar .container a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 12px;
    margin: 6px;
}

.sochial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;

}

.navbar .container .snap {
    background-color: transparent;
    font-size: 22px;
    align-self: center;
    color: #000;
}

.navbar h2 {
    font-size: 15px;
    font-weight: 700;
    font-family: "Madimi One", sans-serif;
    color: #fff;
    background-color: #000;
}

#phone {
    width: 10rem;
    height: 100%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    padding: 0 !important;
    line-height: 10px !important;
}

#phone i {
    font-size: 22px;
}

header {
    background-image: url(image/photo_2025-02-27_16-21-31.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fbc02d;
    color: #fff;
    /* padding: 20px 0; */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100% !important;
    height: auto;
}

header img {
    width: 200px;
    /* زيادة عرض اللوجو */
    height: 200px;
    /* زيادة ارتفاع اللوجو */
}

header h1 {
    font-family: "Lemonada", cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 52px;
    color: #fff;
    text-shadow: #000000 -5px 3px 0px;

}

header h2 {
    font-family: "mada", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
    color: #fff;
    /* text-shadow: #000000 -6px 5px 0px; */

}

header p {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #fff;
}

header .detales {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    background-color: #00000074;
    color: #ffffff;
    /* border-radius: 10px; */
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.detaless {
    width: 100%;
    height: 10vh;
    background-color: #000;
    padding: 0;
    margin: 0;

    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 33px;

}

.detaless div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.detaless div a {
    width: 40px;
    height: 40px;
    text-decoration: none;
    border-radius: 50%;
    gap: 12px;

    display: flex;
    justify-content: center;
    align-items: center;


}

.detaless div a:hover .bxl-whatsapp {
    padding: 5px;
    border-radius: 50%;
    background-color: #33f104;
    color: #fff;
    transition: .5s all;
}

.detaless div a:hover .bxl-instagram {
    padding: 5px;
    border-radius: 50%;
    background-color: #ff02dd;
    color: #fff;
    transition: .5s all;

}

.detaless div a:hover .bxl-snapchat {
    padding: 5px;
    border-radius: 50%;
    background-color: #fbff00;
    color: #fff;
    transition: .5s all;

}

.detales h1 {
    font-family: "Fustat", serif;
    font-size: 35px;
}

.detales h2 {
    font-size: 27px;
    margin: 2px;
    padding: 0 3px;
}

.detales p {
    font-size: 17px;
    margin: 2px;
    padding: 2px 3px;
}

h1 {
    margin: 5px 0;
}

/* حذف الكود الخاص بشريط التنقل nav */



.menu {
    width: 100%;
    margin: 20px 0;
    background-color: #fff;
}

.category-title {
    width: -webkit-fill-available;
    max-width: 1200px;
    margin: 0 auto 20px;

    /* padding: 20px; */
    border-radius: 10px;

}

.category-title h2 {
    font-family: "cairo", sans-serif;
    color: #c60031;
    padding: 9px;
    padding-bottom: 0 !important;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
    margin: 0 !important;
    text-align: center;

}

.category {
    width: -webkit-fill-available;
    max-width: 1200px;
    margin: 0 auto 20px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
}

.category h2 {
    /* background-color: #fbc02d; */
    color: #c60031;
    padding: 12px;
    border-radius: 5px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 0;
}

/* .category hr {
    height: 3px;
    background-color: #fbc02d;
    border: none;
    color: #fbc02d;
} */

.items {
    display: grid;
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    gap: 20px;
    justify-content: center;
}

.item {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 18px;
    border-radius: 12px;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: auto;
    width: 100%;
    max-width: 400px;
}

/* .item:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
} */

.item img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: 15px;
}

.item .sarsymbol {
    width: 16px;
    height: 16px;
    color: #c60031;
    border-radius: initial;
    margin-right: 3px;

}

.details {
    flex-grow: 1;
    text-align: right;
    max-width: 50%;
}

.name {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    display: block;
    line-height: 1.2;
    /* تحسين التباعد بين الاسم */
    word-wrap: break-word;
    /* كسر الكلمات الطويلة لتجنب التشوه */
    white-space: normal;
    /* التأكد من عرض النص بشكل طبيعي */
}

.calories {
    font-size: 14px;
    color: #777;
    margin-bottom: 12px;
    /* تحسين التباعد بين السعرات الحرارية والمنتج */
    line-height: 1.4;
    /* تحسين تباعد النصوص */
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #c60031;
    /* اللون الأبيض للنص */
    /* background-color: #fbc02d; */
    /* الخلفية بلون أصفر فاتح */
    padding: 5px 10px;
    /* المسافة الداخلية حول النص */
    border-radius: 20px;
    /* الحواف الدائرية */
    /* margin-top: auto; */
    /* دفع السعر لأسفل البطاقة */
    /* align-self: flex-end; */
    /* محاذاة السعر في الأسفل */
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    /* ظل خفيف لإبراز المربع */
    text-align: center;
    /* توسيط النص داخل المستطيل */
    margin-right: auto;
}


/* ✅ دعم الشاشات الكبيرة */
@media (min-width: 1024px) {
    .items {
        grid-template-columns: repeat(2, minmax(300px, 1fr));
    }

    .item {
        width: 90%;
        max-width: 500px;
    }
}

/* ✅ دعم الهاتف المحمول */
@media (max-width: 768px) {
    .items {
        grid-template-columns: repeat(1, minmax(250px, 1fr));
        /* منتج واحد في كل صف */
    }

    .item {
        width: 90%;
    }
}




.amiri-regular {
    font-family: "Amiri", serif;
    font-weight: 400;
    font-style: normal;
}

.amiri-bold {
    font-family: "Amiri", serif;
    font-weight: 700;
    font-style: normal;
}

.amiri-regular-italic {
    font-family: "Amiri", serif;
    font-weight: 400;
    font-style: italic;
}

.amiri-bold-italic {
    font-family: "Amiri", serif;
    font-weight: 700;
    font-style: italic;
}