@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #00813D;
    --theme2: #f15a28;
    --theme3: #FFB936;
    --header: #212121;
    --base: #00813D;
    --text: #5C5C5B;
    --border: #D9D9D9;
    --border2: #ffffff2b;
    --button: #1C2539;
    --button2: #030734;
    --ratting: #FF9F0D;
    --bg: #fef8f4;
    --bg2: #DF0A0A0D;
    --primary-font: "Tajawal", sans-serif;
}
/* Scroll Theme */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme);
    border-radius: 5px;
}

/* website Code */
html {
    scroll-behavior: smooth;
    direction: rtl;
}




* {
    font-family: var(--primary-font);
}

a {
    text-decoration: none !important;
    outline: none !important;
    cursor: pointer;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

button {
    outline: 0;
    border: 0;
}
/*-------theme-btn------*/
.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    padding: 20px 50px;
    color: var(--white);
    text-align: center;
    border-radius: 9px;
    letter-spacing: 0.8px;
    z-index: 1;
    transition: all 500ms ease;
    background-color: var(--theme2);
    text-transform: uppercase;
}

    .theme-btn::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        transform: scale(0, 0);
        z-index: -1;
        transition: all 500ms ease;
    }

    .theme-btn:hover {
        color: var(--white);
    }

        .theme-btn:hover::before {
            background-color: var(--theme2);
            transform: scale(1, 1);
        }

    .theme-btn.bg-red-2 {
        background-color: var(--theme2);
        color: var(--white);
        border-radius: 7px;
    }

        .theme-btn.bg-red-2:hover::before {
            background-color: var(--theme2);
        }

    .theme-btn i {
        transition: all 500ms ease;
        margin-left: 10px;
        font-size: 30px;
    }


.rotate {
    animation: cir36 25s infinite linear;
}

#nav {
    background: transparent;
    border-radius: 0;
    position: fixed;
    top: 10px;
    transition: all 0.4s ease-in-out;
    padding: 0 1rem;
}

    #nav .container {
        padding: 0;
    }

    #nav.navbar_sticked {
        background: var(--white);
        border-radius: 0;
        top: 0;
    }

#logo img {
    width: 100px;
}

#nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
    padding: 15px 10px;
    text-align: left;
    letter-spacing: 0.8px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    margin: 5px;
    line-height: 3rem;
}

.nav-item.active #nav-item {
    color: var(--theme2);
}

.cart-count {
    position: absolute;
    top: 0;
    right: 7px;
    display: inline-block;
    line-height: normal;
    color: var(--theme2);
}

.collapse:not(.show) {
    display: flex;
}

#nav-item:hover {
    color: var(--theme2) !important;
}

#nav-item i {
    font-size: 16px;
    color: var(--theme2);
}












#banner_home {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 100px 0;
    /* background-image: url(../img/boneta_img/Food_background_with_greens_herbs_an_stock_photo_containing_kitchen_and_herbs-removebg-preview.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /* height: 100%; */
}

    #banner_home::before {
        background: #fdede69a;
        content: '';
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

.carusel_Banner {
    padding-bottom: 30px;
}

#banner_home .carousel-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

    #banner_home .carousel-indicators li {
        transition: 0.5s;
        box-sizing: border-box;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        opacity: 0.9 !important;
        background: var(--theme2);
        border: 0 !important;
    }

        #banner_home .carousel-indicators li.active {
            width: 20px;
            height: 20px;
            opacity: 1 !important;
        }

.carousel-control-prev, .carousel-control-next {
    width: 50px;
    height: 50px;
    background: var(--theme2);
    top: 50%;
    font-size: 25px;
    transform: translateY(-50%);
    border-radius: 0 8px 8px 0;
}

    .carousel-control-prev i, .carousel-control-next i {
        line-height: 1rem;
    }

.carousel-control-next {
    border-radius: 8px 0px 0 8px;
}

.banner_home .container {
    padding: 0;
    max-width: 1400px !important;
}

.banner_home #logo img {
    width: 200px;
    animation-play-state: paused;
}

.hero-content p {
    font-weight: 600;
    color: var(--theme2);
    text-transform: uppercase;
    font-size: 20px;
}

.hero-content h1 {
    color: var(--header);
    font-size: 70px;
    font-weight: 600;
    line-height: 100%;
    margin: 0px;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.hero-content .hero-button {
    margin-top: 35px;
}

.chiken-image {
    width: 700px;
}

    .chiken-image img {
        width: 100%;
        height: 100%;
        filter: drop-shadow(-5px 0px 15px #838383);
    }

#card_category .title_cate {
    text-wrap: nowrap;
}

.category_section, .section_food_category {
    padding: 50px 0;
    position: relative;
    background: var(--bg);
    overflow: hidden;
}

    .category_section .container {
        max-width: 1400px !important;
    }

.nav-link {
    padding: 0 0.1rem !important;
}

#card_category {
    border: 0px;
    text-align: center;
    border-radius: 0px;
    padding-top: 1rem;
    background: transparent;
}

    #card_category .card-body {
        padding: 0.5rem 0;
    }

.top_img {
    position: relative;
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 1;
    background: var(--white);
    border-radius: 0;
    display: flex;
    align-items: center;
    /* -webkit-box-shadow: inset 0 -9px 15px -5.5px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: inset 0 -9px 15px -5.5px rgba(0, 0, 0, 0.24); */
    box-shadow:none;
    justify-content: center;
}

    .top_img img {
        /* max-width: 100%; */
        /* margin-top: -18px; */
        width: 100%;
        height: 80%;
    }
/* .top_img::before{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);

    background: var(--white);
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
} */

.title_cate {
    color: var(--header);
    font-size: 20px;
    font-weight: 600;
}

    .title_cate.bg {
        background: var(--theme2);
        color: var(--white);
        padding: 10px 20px;
        font-weight: 500;
        border-radius: 10px;
    }

span.text-theme {
    color: var(--theme2);
}

    span.text-theme span.text-dark {
        color: var(--header);
    }

.section_food_category, .section_dwonload_app {
    padding: 10px 0 50px;
    position: relative;
    background: var(--bg);
}

    .section_food_category .container, .section_dwonload_app .container {
        max-width: 1000px;
    }

#btns-coursesSwiper {
    position: relative;
}

.carusel_food_cate, #card_download_app {
    background: var(--white);
    -webkit-box-shadow: 0 0 14.5px -3px rgba(165, 165, 165, 0.24);
    -moz-box-shadow: 0 0 14.5px -3px rgba(165, 165, 165, 0.24);
    box-shadow: 0 0 14.5px -3px rgba(165, 165, 165, 0.24);
    border-radius: 20px;
    padding: 20px;
}

#card_download_app {
    background: #fdede6;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 11.5px 2px rgba(222, 222, 222, 0.79);
    -moz-box-shadow: inset 0 0 11.5px 2px rgba(222, 222, 222, 0.79);
    border: 0;
    box-shadow: inset 0 0 11.5px 2px rgba(222, 222, 222, 0.79);
}

#card_food_cate {
    border: 0;
    border-radius: 0;
}

    #card_food_cate .title_cate {
        font-size: 30px;
        font-weight: 800;
    }

.red_span, .red_span_small, .product_name .red_span_small {
    color: var(--theme2) !important;
}

.red_span_small {
    font-size: 16px;
    font-weight: 600;
}

.image_food {
    z-index: 1;
    position: relative;
}

    .image_food .img_good {
        width: 80%;
    }

.image_vector {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1;
}


.Swiper_food .swiper-wrapper.nav {
    flex-wrap: nowrap !important;
}

.Swiper_food .nav-pills .nav-link {
    transition: 0.5s ease-in-out;
}

    .Swiper_food .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .Swiper_food .nav-pills .nav-link:hover {
        background-color: var(--theme2);
        box-shadow: 0 0 14.5px -3px rgba(165, 165, 165, 0.24);
    }

        .Swiper_food .nav-pills .nav-link.active #card_category .title_cate, .nav-pills .show > .nav-link, .Swiper_food .nav-pills .nav-link:hover #card_category .title_cate {
            color: var(--white) !important;
        }

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

#btns_coursesSwiper_btn {
    display: block !important;
    top: 50%;
    transform: translateY(-50%);
}

    #btns_coursesSwiper_btn img {
        width: 50px;
    }

    #btns_coursesSwiper_btn.swiper-button-prev {
        right: 100%;
        left: auto;
    }

    #btns_coursesSwiper_btn.swiper-button-next {
        left: 101%;
        right: auto;
    }

    #btns_coursesSwiper_btn.swiper-button-prev img {
        transform: rotate(45deg);
    }

    #btns_coursesSwiper_btn.swiper-button-next img {
        transform: rotate(223deg);
    }


#btn_carusel {
    opacity: 0.7;
    color: var(--white);
    background: var(--theme2);
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
    justify-content: center;
    font-size: 20px;
}

    #btn_carusel:hover {
        opacity: 1;
    }





#card_download_app .title_cate {
    font-size: 40px;
}



.footer {
    position: relative;
    padding: 50px 0px;
    background: #fef2e9;
    overflow: hidden;
}

.border_left {
    border-left: 1px solid var(--button2);
}

    .border_left.b3 {
        border-left: 0;
    }

.description {
    font-size: 20px;
    font-weight: 400;
    color: var(--header);
    margin-bottom: 15px;
}

.listed_icon {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.8rem;
}

    .listed_icon li a i, .listed_numbers i {
        font-size: 40px;
        color: var(--theme2);
        border: 1px solid var(--theme2);
        background: var(--white);
        width: 60px;
        margin-left: 0.7rem;
        height: 60px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }

    .listed_icon li a:hover i, .listed_numbers li a:hover i {
        color: var(--white);
        background: var(--theme2);
        margin-top: -5px;
    }

.listed_numbers {
    width: 100%;
}

    .listed_numbers li, .listed_icon li {
        width: 100%;
    }

        .listed_numbers li a, .listed_icon li a {
            transition: all 0.5s ease-in-out;
            color: var(--header);
            font-size: 30px;
            font-weight: 500;
            padding: 0.7rem 0.1rem;
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            align-items: center;
        }

            .listed_numbers li a:hover, .listed_icon li a:hover {
                color: var(--theme2);
            }

.image-container {
    width: 100%;
    overflow: hidden; /* منع خروج الصورة عن الحاوية */
    display: flex;
    justify-content: center;
    align-items: center;
    touch-action: none; /* تعطيل التمرير الافتراضي */
    position: relative;
    min-height: 30vh;
}

    .image-container img {
        max-width: none; /* السماح للصورة بالتمدد */
        transform-origin: center center; /* تحديد نقطة التكبير */
        user-select: none;
        user-drag: none;
        height: 100%;
    }

.title_footer {
    color: var(--theme2);
    font-size: 35px;
    font-weight: 600;
}


/*-----------------*/
/*---Error_Page----*/
/*-----------------*/
.error-area {
    height: 100vh;
    padding: 100px 0;
    align-content: center;
}

    .error-area .container {
        max-width: 1320px;
    }

.error-content {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

    .error-content img {
        max-width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .error-content h3 {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 18px;
        font-weight: 700;
        line-height: 1.4;
        font-family: 'Dosis', sans-serif;
        margin: 0;
    }

    .error-content p {
        max-width: 520px;
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        margin: 0 auto 20px;
        color: #5f5f5f;
        letter-spacing: 0.2px;
        font-family: 'Catamaran', sans-serif;
        /* font-family: 'Dosis', sans-serif; */
    }

    .error-content #btn-error {
        position: relative;
        z-index: 1;
        overflow: hidden;
        border-radius: 5px;
        text-align: center;
        margin-top: 5px;
        display: inline-block;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        padding: 12px 30px;
        border: 1px solid #ec2529;
        background-color: #ec2529;
        -webkit-transition: .6s;
        transition: .6s;
        margin-right: 0;
        outline: 0 !important;
    }

        .error-content #btn-error:hover {
            color: #ec2529;
            background-color: #ffffff;
            text-decoration: none;
        }

/* Profile Section Styles */
.profile_section {
    padding: 200px 0;
    background-color: var(--bg);
}

    .profile_section .container {
        padding: 0;
    }

#card_profile {
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(68, 68, 68, 0.1);
    padding: 30px;
    border: 0 !important;
}

.profile_image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 50%;
    overflow: hidden;
}

    .profile_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.profile_list {
    list-style: none;
    padding: 0;
}

    .profile_list li {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .profile_list i {
        font-size: 20px;
        color: var(--theme2);
    }

.profile_actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

    .profile_actions .theme-btn {
        padding: 10px 25px;
    }

/* Cart Section Styles */
.cart_section {
    padding: 150px 0;
    min-height: 100vh;
    align-content: center;
    background-color: var(--bg);
}

.cart_product_card {
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(68, 68, 68, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
    border: 0 !important;
}

.product_image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

    .product_image img {
        max-height: 100%;
        object-fit: contain;
    }

.cart_product_card .card-body {
    padding: 1.2rem 10px;
}

.product_name {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--header);
    text-align: right;
}

    .product_name .red_span_small {
        font-size: 18px;
        color: var(--theme2);
    }

.product_details {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}

    .product_details p {
        margin-bottom: 10px;
        font-size: 18px;
        text-align: right;
    }

.quantity_control {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.quantity_btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: none;
    background-color: var(--theme2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .quantity_btn:hover {
        background-color: var(--theme3);
    }

.quantity_number {
    font-size: 20px;
    font-weight: 500;
    min-width: 30px;
    text-align: center;
}

.cart_summary {
    border-radius: 15px;
    padding: 20px;
    border: 0 !important;
    box-shadow: 0 0 10px rgba(68, 68, 68, 0.1);
}

    .cart_summary .card-body {
        padding: 0 10px;
    }

.summary_details {
    margin: 0 0 20px;
}

    .summary_details p {
        font-size: 18px;
        margin-bottom: 10px;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 10px;
    }

.checkout_btn {
    text-align: center;
    margin-top: 20px;
}

.button-content-wrapper {
    flex-direction: row-reverse;
}

.button-icon {
    margin-left: 10px;
}

/* Checkout Page Styles */
.checkout-section {
    padding: 200px 0;
    background: var(--bg);
    align-content: center;
    min-height: 100vh;
    text-align: right;
}

    .checkout-section .container {
        max-width: 1300px !important;
    }

    .checkout-section input {
        text-align: right;
    }

    .checkout-section .card {
        border: none;
        border-radius: 15px;
        box-shadow: 0 0 20px rgba(0,0,0,0.05);
        margin-bottom: 20px;
    }

    .checkout-section .card-header {
        background: var(--white);
        border-bottom: 1px solid var(--border);
        padding: 20px;
        border-radius: 15px 15px 0 0 !important;
    }

        .checkout-section .card-header h3 {
            margin: 0;
            color: var(--text);
            font-size: 1.2rem;
            font-weight: 600;
        }

    .checkout-section .order-item {
        display: flex;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid var(--border);
    }

        .checkout-section .order-item:last-child {
            border-bottom: none;
        }

    .checkout-section .item-image {
        width: 80px;
        height: 80px;
        border-radius: 10px;
        overflow: hidden;
        margin-left: 15px;
    }

        .checkout-section .item-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .checkout-section .item-details {
        flex: 1;
    }

    .checkout-section .item-name {
        font-weight: 600;
        color: var(--text);
        margin-bottom: 5px;
    }

    .checkout-section .item-price {
        color: var(--theme2);
        font-weight: 600;
    }

    .checkout-section .item-quantity {
        color: var(--text);
        font-size: 0.9rem;
    }

    .checkout-section .payment-method {
        display: flex;
        align-items: center;
        padding: 15px;
        border: 1px solid var(--border);
        border-radius: 8px;
        margin-bottom: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .checkout-section .payment-method:hover {
            border-color: var(--theme2);
        }

        .checkout-section .payment-method.active {
            border-color: var(--theme2);
            background: rgba(241, 90, 40, 0.05);
        }

        .checkout-section .payment-method img {
            width: 40px;
            margin-left: 15px;
        }

    .checkout-section .order-summary {
        background: var(--bg);
        padding: 15px;
        border-radius: 8px;
    }

    .checkout-section .summary-item, .summary_details .summary-item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        color: var(--text);
    }

.summary-item span:first-child {
    color: var(--theme2);
}

.checkout-section .summary-total {
    border-top: 1px solid var(--border);
    padding-top: 10px;
    margin-top: 10px;
    font-weight: 600;
    color: var(--text);
}


.form-control:focus, .custom-file-input:focus {
    border-color: var(--theme2) !important;
    box-shadow: 0 0 10px rgba(241, 90, 40, 0.05) !important;
}

/* Delete Button Styles */
.delete-btn {
    background: none;
    border: none;
    color: #dc3545;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.25rem;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}

    .delete-btn:hover {
        color: #c82333;
        transform: scale(1.1);
    }
