@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&family=Goblin+One&family=Vast+Shadow&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    outline: none;
}

:root {
    --tittle-color: #ffffff;
    --text-color: #d3d3c8;
    --theme-color: #B6AD5C;
    --nav-color: #283747;
    --nav-font-family: 'Roboto', sans-serif;
    --responsive-header-bg: #fff;
}

.table>:not(caption)>*>*{
    padding: 12px;
}

.mdl-textfield__label{
    color: #fff !important;
}

body{
    background-color: #000000;
    min-height: 100vh;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.text-right{
    text-align: right !important;
}

.section-with-bg-img{
    position: relative;
}

.section-with-bg-img .container{
    position: relative;
    z-index: 3;
}

.section-with-bg-img::before,
.section-bg-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section-with-bg-img::before{
    content: '';
    background-color: #000000;
    opacity: .9;
    z-index: 2;
}

.section-bg-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.letter-space-5 {
    letter-spacing: 5px;
}

.rj-cta-button {
    font-weight: 500;
    font-size: 18px;
    color: #fff !important;
    background-color: rgb(56, 74, 211);
    padding: 20px 60px;
    display: inline-block;
    border: none;
}

.rj-large-tittle {
    color: var(--tittle-color);
    font-size: 44px;
    margin: 20px 0;
    text-align: center;
    font-family: 'Anton', sans-serif !important;
}

.rj-section-tittle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.rj-tittle-note{
    color: var(--text-color);
    text-align: center;
    font-size: 16px;
}

.cart-button{
    display: none;
    place-content: center;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 1px 5px 14px 0px rgb(0 0 0 / 57%);
    cursor: pointer;
}

.cart-button .mdl-badge.mdl-badge--overlap:after{
    background-color: rgb(56, 74, 211) !important;
}

.cart-button .mdl-badge{
    position: relative;
    top: 3px;
    left: 3px;
}

.cart-list{
    width: 480px;
    position: fixed;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    bottom: 0;
    z-index: 9999991;
    background-color: #000;
    box-shadow: -6px 1px 20px 3px rgb(0 0 0 / 21%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    right: -600px;
    transition: right .3s ease-in-out;
}

[cart-menu="open"] .cart-list{
    right: 0;
}

body[cart-menu="open"]{
    overflow-y: hidden;
}

.cart-table-list{
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    position: relative;
}

.cart-list-overflow{
    width: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    z-index: 999999;
    background-color: #0000002d;
    display: none;
    backdrop-filter : blur(5px);
}

[cart-menu="open"] .cart-list-overflow{
    display: block;
}

.cart-list-img{
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
}

.cart-list-details h1{
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.option-items{
    display: block;
    font-size: 14px;
    color: #fff;
    opacity: .8;
    text-transform: capitalize;
    opacity: .6;
    font-weight: 600;
}

.cart-list-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .cart-quantity-btn{
    display: flex;
}

.cart-quantity-btn input{
    border: 1px solid #00000028;
    width: 60px;
    text-align: center;
    display: block;
    padding: 5px;
    margin: 0 5px;
    -moz-appearance: textfield; 
    appearance: textfield; 
    -webkit-appearance: none;
    border-radius: 2px;
}

.cart-quantity-btn button{
    background-color: #B6AD5C;
    color: #fff;
    border: none;
    display: grid;
    place-content: center;
    width: 25px;
    border-radius: 2px;
    font-size: 20px;
} */

.cart-list .rj-section-tittle{
    margin: 20px 0;
}

.cart-list-checkout{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    box-shadow: -1px -7px 13px 0px rgb(0 0 0 / 24%);
}

.cart-list-checkout .rj-cta-button{
    padding: 15px 70px;
}

.remove-cart-item{
    color: #c36b6b;
    background: #fff;
    display: grid;
    place-content: center;
    width: 33px;
    border-radius: 2px;
    height: 33px;
    font-size: 16px;
    border: 2px solid #fbfbfb;
}

.td-carl-img{
    width: 100px;
    min-width: 100px;
}

.td-cart-name-quantity{
    width: 100%;
}

.td-cart-price{
    width: 80px;
    min-width: 80px;
    color: #fff;
}

.payment-cart-item-list .td-cart-price{
    width: 110px;
    min-width: 110px;
    text-align: right;
}

.td-cart-quantity{
    text-align: center;
}

/* banner */

#banner {
    position: relative;
    width: 100vw;
    height: 800px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner-title {
    font-family: 'Anton', sans-serif;
    font-size: 120px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 15px;
    margin: 0;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8), 0 0 60px rgba(182, 173, 92, 0.3);
    animation: titleZoomIn 1.5s ease-out forwards;
}

.banner-shawarma {
    margin: 20px 0;
    opacity: 0;
    animation: shawarmaAppear 1.5s ease-out 0.5s forwards, shawarmaPulse 3s ease-in-out 2s infinite;
}

.banner-shawarma img {
    max-width: 350px;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
}

.banner-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-transform: lowercase;
    letter-spacing: 8px;
    margin: 0;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    animation: subtitleZoomIn 1.5s ease-out 1s forwards;
    opacity: 0;
}

.banner-halal {
    font-family: 'Anton', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--theme-color);
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 15px;
    text-shadow: 0 0 15px rgba(182, 173, 92, 0.5);
    animation: halalAppear 1s ease-out 1.5s forwards, halalPulse 2s ease-in-out 2.5s infinite;
    opacity: 0;
}

/* Banner Animations */
@keyframes titleZoomIn {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes shawarmaAppear {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes shawarmaPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
}

@keyframes subtitleZoomIn {
    0% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes halalAppear {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes halalPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Banner Responsive */
@media (max-width: 768px) {
    .banner-title {
        font-size: 60px;
        letter-spacing: 8px;
    }

    .banner-shawarma img {
        max-width: 250px;
    }

    .banner-subtitle {
        font-size: 24px;
        letter-spacing: 5px;
    }

    .banner-halal {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .banner-title {
        font-size: 45px;
        letter-spacing: 5px;
    }

    .banner-shawarma img {
        max-width: 180px;
    }

    .banner-subtitle {
        font-size: 18px;
        letter-spacing: 3px;
    }

    .banner-halal {
        font-size: 14px;
    }
}

.banner-small-title {
    font-weight: 500;
    font-size: 18px;
    color: var(--theme-color);
    text-align: center;
}



/* about us */

#about-us .rj-large-tittle {
    text-align: start;
}

.about-us-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-wrapper {
    box-shadow: 0px 4px 20px -4px rgba(0, 0, 0, 0.1);
}

.about-us-summary {
    font-size: 16px;
    color: var(--text-color);
    line-height: 30px;
    margin-bottom: 30px;
}


#about-us {
    padding-top: 80px;
    background-color: #000;
}


/* Our Menu Section */
#menu {
    padding: 80px 0;
    /* background-color: #000; */
    background-image: url('/static/media/background/background.webp');
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#menu::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #00000094 0%, #000000de 50%, #0000008a 100%);
    z-index: 1;
}

.menu-container{
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.menu-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.menu-column {
    padding: 0 20px;
}


.menu-title {
    color: var(--theme-color);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}

.menu-item {
    margin-bottom: 30px;
}

.menu-item-header {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 8px;
}

.item-name {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

.item-dots {
    flex: 1;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.3);
    margin-bottom: 5px;
}

.item-price {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

.item-desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.menu-tagline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
    padding: 30px;
    border-top: 1px solid rgba(182, 173, 92, 0.2);
    border-bottom: 1px solid rgba(182, 173, 92, 0.2);
}

.halal-badge {
    color: var(--theme-color);
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.tagline-divider {
    color: var(--theme-color);
    font-size: 30px;
}

.tagline-text {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 3px;
}

/* Menu Responsive */
@media (max-width: 992px) {
    .menu-columns {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .menu-column {
        text-align: center;
        padding: 0;
    }

    .menu-item-header {
        justify-content: center;
    }

    .menu-title {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .menu-tagline {
        flex-direction: column;
        gap: 15px;
    }

    .halal-badge, .tagline-text {
        font-size: 22px;
    }

    .tagline-divider {
        display: none;
    }

    .menu-title {
        font-size: 24px;
    }

    .item-name {
        font-size: 18px;
    }
}




/* delicious food */
.rj-food-card {
    border: 1px solid rgba(182, 173, 92, 0.26);
}

.rj-food-card-img {
    height: 200px;
}

.rj-food-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rj-food-card-text {
    padding: 30px 20px;
}

.rj-food-card-text h1 {
    font-weight: 500;
    font-size: 18px;
    color: var(--tittle-color);
    margin-bottom: 20px;
}

.rj-food-card-text p {
    color: var(--text-color);
    font-size: 14px;
    line-height: 22px;
}




/* food-menu */

#food-menu {
    padding: 75px 0;
}

#food-menu .rj-cta-button {
    display: block;
    width: fit-content;
    margin: auto;
}




/* restaurant-view */

#restaurant-view {
    padding-top: 35px;
    background-color: #000;
}

.restaurant-img-box {
    height: 80vh;
    min-height: 400px;
    position: relative;
}

.restaurant-img-box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 1;
    opacity: .2;
}

.restaurant-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale .4s;
}

.restaurant-view-gellary {
    position: relative;
    overflow: hidden;
}

.restaurant-view-gellary:hover .restaurant-img-box img{
    scale: 1.2;
}

.restaurant-view-gellary-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 180px;
}

.restaurant-view-gellary-content span {
    font-weight: 700;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
    position: relative;
    z-index: 1;
}

.restaurant-view-gellary-content h1 {
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    color: #FFFFFF;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.restaurant-view-gellary-content::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    height: 250px;
    background-color: var(--theme-color);
    opacity: .7;
    border-radius: 100%;
    left: -100px;
    transition: scale .3s;
}

.restaurant-view-gellary:hover
.restaurant-view-gellary-content::before{
    scale: .8;
}

.restaurant-view-gellary[gellary="2"]{
    top: 75px;
    z-index: 1;
}

.restaurant-view-dialog{
    position: fixed;
    z-index: 99999;
    background-color: #000000eb;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    display: none;
    backdrop-filter: blur(5px);
}

[dialog="restaurant-view"] .restaurant-view-dialog{
    display: block !important;
    opacity: 1;
}


.restaurant-view-dialog-img{
    width: 100%;
    height: 100vh;
}

.restaurant-view-dialog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* make-reservation */
#make-reservation{
    padding: 35px 0 60px;
    background-image: url('/static/media/background/shawarma-sketch-bg.webp');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Opening Hours Card Styles */
.opening-hours-wrapper {
    display: flex;
    justify-content: center;
}

.opening-hours-card {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(30, 30, 30, 0.9) 100%);
    border-radius: 20px;
    padding: 40px 50px;
    max-width: 550px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(182, 173, 92, 0.3);
    position: relative;
    overflow: hidden;
}

.opening-hours-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--theme-color), #d4c86a, var(--theme-color));
}

.hours-icon {
    text-align: center;
    margin-bottom: 30px;
}

.hours-icon i {
    font-size: 50px;
    color: var(--theme-color);
    text-shadow: 0 0 20px rgba(182, 173, 92, 0.4);
}

.hours-content {
    margin-bottom: 25px;
}

.hours-row {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.hours-row:hover {
    background: rgba(182, 173, 92, 0.1);
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 -10px;
    border-radius: 8px;
}

.hours-row:last-child {
    border-bottom: none;
}

.hours-row .day {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    min-width: 120px;
    letter-spacing: 0.5px;
}

.hours-row .divider {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(182, 173, 92, 0.5), transparent);
    margin: 0 20px;
}

.hours-row .time {
    color: var(--theme-color);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
}

.hours-note {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    padding-top: 20px;
    border-top: 1px solid rgba(182, 173, 92, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.hours-note i {
    color: var(--theme-color);
    font-size: 18px;
}

.hours-note b {
    color: var(--theme-color);
}

@media (max-width: 576px) {
    .opening-hours-card {
        padding: 30px 25px;
        margin: 0 15px;
    }

    .hours-row .day {
        min-width: 90px;
        font-size: 14px;
    }

    .hours-row .time {
        font-size: 13px;
    }

    .hours-row .divider {
        margin: 0 10px;
    }

    .hours-icon i {
        font-size: 40px;
    }
}

.restaurant-view-carousel-navigation{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 30px;
}


.restaurant-view-carousel-navigation button{
    color: #fff;
    font-size: 50px;
    padding: 10px;
    z-index: 9;
    height: 50px;
    border: none;
    outline: none;
    background: transparent;
}

.restaurant-view-carousel-navigation button .bi{
    position: relative;
    top: -23px;
}

.restaurant-view-dialog-close{
    color: #fff;
    border: none;
    outline: none;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 12;
    background: transparent;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.restaurant-view-dialog-carousel .row{
    position: relative;
}

.restaurant-view-title{
    position: absolute;
    top: 50%;
    left: 26%;
    z-index: 1;
    transform: translate(-50%, -50%);
    max-width: 300px;
}

.restaurant-view-title::before{
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    left: -30px;
    background-color: var(--theme-color);
    border-radius: 100%;
    bottom: -30px;
    z-index: 1;
}

.restaurant-view-title h1{
    color: #fff;
    margin: 0;
    font-size: 40px;
    overflow-wrap: anywhere;
    position: relative;
    z-index: 2;
}

#welcome-message{
    background-image: url('/static/media/background/shawarma-sketch-bg.webp');
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

#welcome-message h1{
    width: 40%;
    margin-left: auto;
    font-size: 66px;
    color: #fff;
    font-family: 'Anton', sans-serif !important;
}

/* food menu */
.banner-image{
    width: 100%;
    height: calc(100vh - 400px);
    position: relative;
}

.banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-svg-image{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.section-svg-image img{
    width:  100%;
}

#banner .banner-tittle-element{
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 3;
    font-family: 'Edu SA Beginner', cursive;
    font-size: 56px;
}

.menu-list-box{
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 160px;
    justify-content: space-between;
}

.menu-list-box:hover{
    border-color: #fff;
    cursor: pointer;
}

.menu-list-box p{
    color: var(--theme-color) !important;
    font-size: 14px;
    /* font-weight: 600; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-list-box h1{
    font-size: 22px;
    color: var(--theme-color) !important;
    font-weight: 600;
}

.menu-list-box p{
    color: #fff !important;
}

.menu-list-box span{
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

.menu-list-image-box{
    width: 150px;
    height: 150px;
    min-width: 150px;
}

.menu-list-image-box img{
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.menu-list-category-name{
    text-align: left !important;
    font-size: 32px !important;
    color: var(--theme-color);
    padding: 10px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.category-menu-list-img{
    height: 220px;
    width: 100%;
}

.category-menu-list-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-list-wrapper{
    padding-bottom: 45px;
}

footer{
    padding: 45px 0;
    background: #000;
}

.footer-logo{
    margin: auto;
    height: 80px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.social-media{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.social-media a{
    color: #fff !important;
    font-size: 20px;
}

.footer-link{
    display: flex;
    flex-direction: column;
    margin: auto;
}

.footer-link a{
    text-align: center;
    font-weight: bold;
    color: #fff !important;
}

footer .location{
    margin: 0;
    color: #fff;
}

.copy-right-script{
    text-align: center;
    color: #fff;
    position: relative;
    top: 20px;
    margin: 0;
    font-size: 15px;
    text-transform: capitalize;
}

.copy-right-script a{
    color: #fff !important;
    font-weight: bold;
    text-decoration: underline !important;
}

.mobile-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    justify-content: center;
    background: #fcfff9;
    z-index: 999;
    filter: drop-shadow(0px -4px 15px rgba(0, 0, 0, 0.15));
}

.mobile-menu a,
.mobile-menu button{
    width: 100%;
    display: grid;
    place-items: center;
    height: 50px;
    border: none;
    background-color: transparent;
    font-size: 18px;
    color:var(--theme-color) !important;
}

.mobile-menu-middle-btn{
    position: relative;
    top: -10px;
    font-size: 25px !important;
}

.mobile-menu-middle-btn::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fcfff9;
    z-index: 8;
    border-radius: 100%;
}

.mobile-menu-middle-btn .bi{
    position: relative;
    z-index: 9;
}

.cart-list-back-btn{
    position: absolute;
    top: 17px;
    left: 16px;
    color: var(--tittle-color) !important;
    font-size: 24px;
    border: none;
    background: transparent;
}



.location-modal{
    position: fixed;
    z-index: 99;
    background-color: #00000069;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    place-content: center;
}

[dialog-type="location"] .location-modal{
    display: grid;
}

.location-modal #map{
    width: 80vw;
    height: 60vh;
}

#search-input {
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    border: none !important;
}

#locate-button {
    background-color: transparent;
    border: none;
    color: #283747;
    width: 50px;
    font-size: 20px;
}

#locate-button:hover {
    background-color: #B6AD5C;
}

.location-search-box-wrapper{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.location-done,
#submit-payment{
    width: 100%;
    border: none;
    background-color: rgb(56, 74, 211) !important;
    color: #fff;
    font-weight: 500;
    padding: 12px 10px;
    font-size: 16px;
}


.no-cart-item{
    text-align: center;
    padding: 35px 0;
    margin: 0;
    font-size: 15px;
    opacity: 0.8;
    color: #fff;
}

.no-cart-item a{
    color: var(--tittle-color);
    text-decoration: underline;
    font-style: italic;
    font-weight: 700;
}

.full-page-loader{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    bottom: 0;
    display: none;
    place-items: center;
    background-color: #ffffffba;
    backdrop-filter: blur(1px);
}

.full-page-loader img{
    display: block;
    margin: auto;
}

[lodader="payment"] .full-page-loader{
    display: grid !important;
}

.offer-poster-imges{
    height: 860px;
    overflow: hidden;
}

.offer-poster-imges img{
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}

#offer-poster{
    padding: 30px;
    background-color: #000;
}

.navigation-poster-area{
    position: relative;
    width: 100%;
    padding:0 30px;
}

.navigation-poster-img{
    width: 100%;
    height: 460px;
    transition: transform .5s;
}

.navigation-poster-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section-navigation-card{
    padding: 30px 0;
    background-color: #000;
}

.navigation-tags{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navigation-tags *{
    text-transform: uppercase;
}

.navigation-tags a{
    padding: 10px 20px;
    background-color: #fff !important;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 700;
    opacity: 0;
    transition: opacity .3s, border-radius .3s;
}

.navigation-tags a:hover{
    border-radius: 20px;
}

.navigation-poster-area:hover
.navigation-poster-img{
    transform: scale(1.06);
}

.navigation-poster-area:hover
.navigation-tags a{
    opacity: 1;
}


.some-talk-img{
    height: 480px;
    max-width: 100%;
    overflow: hidden;
}

.some-talk-text-area{
    padding:60px;
}

.some-talk-text-area h1{
    color: #fff;
    font-family: 'Anton', sans-serif !important;
    font-size: 26px;
    text-align: center;
}

.some-talk-text-area p{
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 20px; 
}

.some-talk-img img{
    width: 100%;
}

.food-menu-tittle-1,
.food-menu-tittle-2{
    color: #fff;
    font-size: 38px;
    font-weight: bold;
}

.food-menu-tittle-2{
    font-size: 48px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.food-menu-sub-tittle{
    color: #fff;
    font-size: 18px;
    opacity: .8;
}

#food-menu-tittle{
    padding: 70px 0;
}

.category-list-box{
    position: relative;
}

.category-list-tag{
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.category-list-box-img{
    height: 300px;
    width: 100%;
    position: relative;
}

.category-list-box-img::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: .8;
}

.category-list-box-img img,
.category-list-box-img picture{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-list-content-text{
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
}

.category-list-content-text h1{
    font-size: 48px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: bolder;
    text-align: center;
}

.category-list-content-text a{
    font-size: 18px;
    color: #fff;
}

.category-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    background-color: #fff;
}


#food-menu-banner{
    min-height: 440px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#food-menu-banner::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .1;
    z-index: 1;
}

#food-menu-banner h1{
    font-size: 66px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
}

.food-category-title{
    text-align: center;
    color: #fff;
    font-size: 66px;
    font-weight: 500;
    margin: 35px 0;
}

.food-item-card{
    margin-bottom: 30px;
}

.food-item-card *{
    text-align: center;
}

.food-item-card h1{
    font-size: 22px;
    color: #fff;
}

.food-item-card p{
    font-size: 14px;
    color: #fff;
    opacity: .8;
}

#food-item-list{
    padding-bottom: 70px;
}

.food-menu-modal-area{
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 99999;
    display: none;
    top: 0;
    left: 0;
    background-color: #000000b6;
}

[order-dialog="show"] .food-menu-modal-area{
    display: flex;
}

.modal-items-single-box{
    background-color: #000;
    width: 600px;
    margin: auto;
    max-height: 80vh;
    overflow-y: auto;
    padding: 35px;
    border: 1px solid #fff;
    position: relative;
}

.modal-items-single-box-close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    display: grid;
    place-items: center;
    color: #000000;
    border-radius: 100%;
    background-color: #fff;
    z-index: 1;
}

.modal-items-single-box h1{
    font-size: 26px;
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 10px !important;
}

.modal-items-single-box .note{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.rjk-radio,
.rjk-checkbox{
    display: flex !important;
    width: 100% !important;
    justify-content: space-between !important;
    border: 1px solid #ffffff8a;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 10px !important;
    height: auto !important;
    margin-bottom: 8px !important;
    cursor: pointer !important;
}

.rjk-radio.is-upgraded,
.rjk-checkbox.is-upgraded{
    padding-left: 30px !important;
}

.is-checked.rjk-radio.is-upgraded,
.is-checked.rjk-checkbox.is-upgraded,
.rjk-radio[is-checked="true"],
.rjk-checkbox[is-checked="true"]{
    background: #ffffff57 !important;
}

.rjk-radio:hover,
.rjk-checkbox:hover,
.rjk-radio.is-checked .rjk-radio__outer-circle,
.rjk-radio__outer-circle,
.rjk-checkbox__box-outline{
    border-color: #fff !important;
}

.rjk-checkbox__ripple-container .mdl-ripple{
    background-color: #fff;
}

.rjk-radio__inner-circle{
    top: 50% !important;
    background-color: #a2a1b3 !important ;
}

.rjk-radio__ripple-container,
.mdl-ripple,
.rjk-radio__outer-circle,
.rjk-radio.is-checked .rjk-radio__inner-circle,
.rjk-checkbox__ripple-container,
.rjk-checkbox__box-outline,
.rjk-checkbox.is-checked .rjk-checkbox__box-outline,
.rjk-checkbox__focus-helper{
    left: 0;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.rjk-radio__outer-circle,
.rjk-checkbox__box-outline,
.rjk-checkbox__focus-helper{
    left: 12px !important;
}

.rjk-checkbox.is-checked .rjk-checkbox__tick-outline {
    background: rgb(255 255 255)url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K) !important;
}

.rjk-radio__inner-circle{
    left: 16px !important;
}

.food-option-note,
.modal-items-details{
    color: #ffff;
    font-size: 14px;
    margin: 0 !important;
}


.modal-items-details{
    font-size: 16px;
    font-weight: 400;
    margin: 0 !important;
}

.food-option-title{
    text-transform: capitalize;
    font-size: 18px !important;
    color: #fff !important;
    margin: 0  !important;
    margin-top: 20px !important;
}


.order-card-btn{
    display: flex;
    justify-content: center;
    align-self: center;
    background-color: rgb(56, 74, 211) !important;
    color: #fff;
    font-weight: 500;
    border: none !important;
    outline: none !important;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    margin-left: 10px;
}

.order-card-quantity{
    display: flex;
    border: 1px solid #fff;
    align-items: center;
    width: 110px;
}

.td-cart-name-quantity .order-card-quantity{
    margin-top: 20px;
}

.order-card-quantity input{
    width: 40px;
    text-align: center;
    color: #fff;
    background-color: transparent;
    border: none !important;
}

.order-card-quantity button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: transparent;
    border: none;
}

.rjk-radio__label,
.rjk-checkbox__label{
    padding-left: 10px !important;
}

.checkout-section,
.loader-area{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 9999999;
    background-color: #000;
    padding: 35px 0;
}

[dialog-type="location"] .checkout-section{
    z-index: 999 !important;
}

#paypal-button-container{
    background: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px;
}

.loader-area{
    display: grid !important;
    place-content: center !important;
    z-index: 99999991;
    background-color: #000000d8;
}

.loader-area img{
    width: 80px;
}

[loader="off"] .loader-area{
    display: none !important;
}


[check-out="open"] .checkout-section{
    display: block !important;
}

[check-out="open"]{
    overflow-y: hidden;
}

.paypal-area{
    display: none;
    margin-bottom: 80px;
    margin-top: 20px;
}

.single-order-card-btns{
    width: 100%;
    display: flex;
    margin-top: 20px;
}

.table>:not(caption)>*>*{
    color: #fff;
}

.td-cart-price{
    min-width: 100px;
}

.checkout-table-data
.cart-quantity-btn,
.checkout-table-data
.td-cart-remove,
.cart-table-area 
.td-cart-quantity{
    display: none !important;
}

.checkout-table-data{
    margin-top: -15px;
}

.payment-error-massage{
    color: #ff6e6e;
}

#payment-header-logo{
    width: 80px;
    margin: auto;
}

.payment-header p{
    text-align: center;
    color: #fff;
    opacity: .8;
    margin-top: 10px;
}

.payment-header{
    margin-bottom: 20px;
}

.close-checkout-section{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 5px;
    color: #fff;
    width: 40px;
    height: 60px;
    border: none;
    font-size: 20px;
    background-color: transparent;
    font-size: 40px;
}

.success-payment {
    margin-top: 50px;
}

.success-payment img{
    width: 300px;
    display: block;
    margin: auto;
}

.success-payment p{
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.success-payment{
    display: none;
}

.kids-food-list{
    margin-bottom: 60px;
}

.kids-food-list li{
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
}

.kids-approved-img{
    display: block;
    margin: auto;
}


.kids-header h1{
    padding-right: 70px;
    font-size: 66px;
    color: #fff;
    margin-top: 70px;
    margin-bottom: 35px;
}

.kids-header h1 sub{
    font-size: 22px;
}

.kids-header p{
    font-size: 18px;
    color: #fff;
}

#announcement-pop-up{
    display: none;
    place-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #000000d1;
    z-index: 9999999;
    top: 0;
    right: 0;
}

.announcement-img{
    width: 400px;
    height: 80vh;
    position: relative;
}

.announcement-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pop_up_second_image{
    position: absolute;
    width: 100%;
    max-height: 100%;
    left: 0;
    top: -18px;
    transition: transform 0.1s;
    animation: scaleAnimation 1s ease-in-out infinite;
}

.footer-content{
    text-align: center;
    color: #fff;
    margin: 0;
}

/* Define the animation */
@keyframes scaleAnimation {
    0% {
        transform: scale(1) translateY(0px); 
    }
    50% {
        transform: scale(1.2) translateY(-15px);
    }
    100% {
        transform: scale(1) translateY(0px);
    }
}

@media screen and (max-width: 1600px) {
    .offer-poster-imges {
        height: 680px;
    }
}


@media screen and (max-width: 1200px) {
    .banner-title {
        font-size: 54px;
        line-height: 70px;
        max-width: 80%;
    }

    .about-us-img {
        margin-top: 35px;
        /* height: 300px; */
    }

    .restaurant-img-box{
        height: 440px;
        max-height: none;
    }
    
    .restaurant-view-gellary{
        width: 80%;
    }
    
    .restaurant-view-gellary[gellary="2"]{
        top: 0;
        margin-left: auto;
    }

    .navigation-poster-area{
        padding: 0;
    }

    .offer-poster-imges {
        height: 500px;
    }

    .some-talk-text-area{
        padding: 60px 20px;
    }

    #banner{
        height: 560px;
    }
}


@media screen and (max-width: 1000px) {
    .banner-title {
        max-width: 100%;
    }

    .rj-large-tittle {
        font-size: 32px;
    }

}


@media screen and (max-width: 991px) {

    .offer-poster-imges{
        margin-bottom: 20px;
    }

    .navigation-poster-area{
        margin-bottom: 40px;
    }

    .navigation-poster-img{
        transform: scale(1) !important;
    }

    .navigation-tags{
        position: initial !important;
        left: auto;
        top: auto;
        transform: initial !important;
    }

    .navigation-tags a{
        opacity: 1 !important;
        border-radius: 10px !important;
    }

    .navigation-tags .rj-large-tittle{
        margin: 10px 0 !important;
        font-size: 42px !important;
    }

    .navigation-some-talk-area{
        display: flex;
        flex-direction: column-reverse;
    }

    .some-talk-img {
        height: auto;
        margin-bottom: 20px;
    }

    .offer-poster-imges{
        padding: 0 !important;
    }

    .announcement-img{
        width: 80%;
        height: 80%;
    }
}



@media screen and (max-width: 800px) {
    .banner-title {
        font-size: 48px;
        line-height: 60px;
    }

    .about-us-wrapper {
        padding: 50px;
    }

    .restaurant-view-gellary-content h1 {
        font-size: 28px;
        line-height: 40px;
        margin-top: 10px;
    }

    .restaurant-view-gellary-content::before {
        width: 200px;
        height: 200px;
    }

    #banner .banner-tittle-element{
        font-size: 44px;
    }

    .restaurant-view-carousel-navigation button{
        font-size: 35px;
    }

    .restaurant-view-carousel-navigation button .bi{
        top: -11px;
    }

    .restaurant-view-carousel-navigation{
        bottom: 15px;
        left: 15px;
    }

    .restaurant-view-dialog-close{
        font-size: 18px;
        top: 15px;
        left: 15px;
    }

    #welcome-message h1{
        width: 100%;
        font-size: 44px;
    }
    
    .banner-video{
        height: 56vh;
    }

    .food-menu-tittle-1,
    .food-menu-tittle-2,
    .food-menu-sub-tittle{
        text-align: center;
    }

    .food-menu-tittle-1{
        font-weight: 500;
    }

    .food-menu-tittle-1,
    .food-menu-tittle-2{
        font-size: 32px;
    }

    .food-menu-tittle-2{
        line-height: 54px;
    }

    #food-menu-banner h1{
        font-size: 48px;
    }

    .food-category-title{
        font-size: 42px;
    }

    .modal-items-single-box{
        width: 100%;
    }

    .order-dialog{
        width: calc(100% - 30px);
    }

    .modal-items-single-box{
        padding: 30px 15px;
    }

    #banner{
        height: 440px;
    }

    .menu-item {
        margin-bottom: 20px;
    }

    .menu-item-header{
        margin-bottom: 0;
    }

    .menu-title{
        margin: 0 0 30px 0;
    }
    
}


@media screen and (max-width: 768px){
    .checkout-table-data{
        margin-top: 45px;
    }
}



@media screen and (max-width: 600px) {
    .menu-list-wrapper .row,
    .menu-list-wrapper .col-lg-4.col-md-6{
        padding: 0 !important;
        margin: 0 !important;
    }

    .single-order-card-btns{
        flex-direction: column;
    }

    .single-order-card-btns
    .order-card-quantity{
        margin-bottom: 10px;
    }

    .menu-list-box,
    .order-card-btn{
        margin: 0 !important;
    }

    .banner-title {
        font-size: 36px;
        line-height: 44px;
        text-align: center;
    }

    .banner-small-title {
        font-size: 15px;
        display: block;
    }

    #banner .banner-small-title {
        text-align: center;
    }

    .rj-cta-button {
        font-size: 14px;
        padding: 14px 46px;
    }

    #banner .rj-cta-button {
        margin: auto;
        display: block;
        width: max-content;
    }

    .about-us-wrapper {
        padding: 15px 25px;
    }

    .rj-large-tittle {
        font-size: 26px;
    }

    .rj-food-card-text {
        padding: 30px 10px;
    }

    .rj-food-card-text h1 {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 26px;
    }

    .rj-food-card-text p {
        font-size: 13px;
    }

    .restaurant-view-gellary-content{
        left: 85px;
    }

    .restaurant-view-gellary-content h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .restaurant-view-gellary-content::before{
        left: -60px;
    }

    .restaurant-view-gellary{
        width: 85%;
    }

    .menu-list-image-box {
        width: 100px;
        height: 100px;
        min-width: 100px;
    }

    .menu-list-wrapper .rj-section-tittle {
        margin-bottom: 25px !important;
    }

    .restaurant-view-title{
        left: 45%;
        max-width: 250px;
    }

    .restaurant-view-title h1{
        font-size: 28px;
    }

    .restaurant-view-title::before{
        width: 150px;
        height: 150px;
    }

    .rj-food-card-img {
        height: 145px;
    }

    .rj-food-card-text {
        padding: 5px 10px;
    }

    .mobile-menu{
        display: flex !important;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .cart-button{
        display: none !important;
    }

    .cart-list{
        right: 0 !important;
        width: 100vw;
        top: initial;
        height: calc(100vh - 150px);
        bottom: -100vh;
        transition: bottom .3s ease-in-out !important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    [cart-menu="open"] .cart-list{
        bottom: 0 !important;
    }

    .cart-list-img{
        width: 60px;
        height: 60px;
    }

    .td-carl-img {
        width: 75px;
        min-width: 75px;
    }

    .cart-list-details h1 {
        font-size: 15px;
    }


    .td-cart-price {
        font-size: 13px;
    }

    .remove-cart-item{
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .mobile-menu-middle-btn .material-icons{
        z-index: 99;
        color: rgb(56, 74, 211) !important;
    }

    .mobile-menu-middle-btn .mdl-badge[data-badge]:after{
        transform: scale(.8);
        background-color: rgb(56, 74, 211) !important;
    }

    footer{
        padding-bottom: 100px !important;
    }

    .offer-poster-imges{
        height: 585px;
        margin-bottom: 20px;
    }

    #offer-poster{
        padding: 0;
        overflow: hidden;
    }

    .category-list-content-text h1 {
        font-size: 30px;
        font-weight: 500; 
    }

    .category-list-content-text{
        min-height: 70%;
        justify-content: space-between;
    }

    .category-list-box-img {
        height: 220px;
    }

    .category-list{
        padding: 0;
    }

    #all-category-list .container{
        padding: 0 !important;
        margin: 0 !important;
    }

    .category-list-content-text a {
        font-size: 16px;
    }

    #food-menu-banner h1{
        font-size: 32px;
    }

    #food-menu-banner {
        min-height: 260px;
    }

    .food-category-title{
        font-size: 30px;
    }

    .food-item-card h1 {
        font-size: 20px;
    }

    .kids-header h1,
    .kids-header p{
        text-align: center;
    }
}