@import"https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap";*{box-sizing:border-box}body{margin:75px 0 0;background-color:#e5dcb8;background-image:url(/images/golden-scripts-bg.jpg);font-family:Tajawal,sans-serif}h1,h2{color:#672e1e;font-size:2.5rem;cursor:default}@media screen and (max-width:1100px){h1,h2{font-size:2rem}}@media screen and (max-width:680px){h1,h2{font-size:1.5rem}}p{line-height:1.6;margin:0}h3,p{cursor:default}h3{direction:rtl;font-weight:500}@media screen and (max-width:1100px){h3{font-size:16px}}a{text-decoration:none;color:#000}.container{padding:2rem calc((100vw - 1300px)/2)}@media screen and (max-width:1300px){.container{padding:2rem 1rem}}.welcome_container{text-align:center;margin:3rem}.welcome_container h1{font-size:4rem}@media screen and (max-width:680px){.welcome_container h1{font-size:2.5rem}}.welcome_container h2{font-size:2.5rem}@media screen and (max-width:680px){.welcome_container h2{font-size:1.5rem}}.navbar{display:flex;justify-content:space-between;align-items:center;position:fixed;height:75px;top:0;left:0;width:100%;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:100;padding:2rem calc((100vw - 1300px)/2)}@media screen and (max-width:1320px){.navbar{padding:2rem 1rem}}.navbar_container{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%}.show-mobile{display:none}@media screen and (max-width:680px){.show-mobile{display:block}}.hamburger{display:block;z-index:2;overflow:hidden;padding:0;width:25px;height:25px;font-size:0;text-indent:-9999px;cursor:pointer;transition:background .2s}.hamburger span{position:absolute;top:40%;right:0;height:3px;width:30px;background:#672e1e}.hamburger span:after,.hamburger span:before{position:absolute;display:block;left:0;width:100%;height:3px;background-color:#672e1e;content:""}.hamburger span:before{top:-7px}.hamburger span:after{bottom:-7px}.hamburger--htx{background-color:#fff}.hamburger--htx span{transition:background 0s .2s}.hamburger--htx span:after,.hamburger--htx span:before{transition-duration:.2s,.2s;transition-delay:.2s,0s}.hamburger--htx span:before{transition-property:top,transform}.hamburger--htx span:after{transition-property:bottom,transform}[type=checkbox]:checked~label span{background:none}[type=checkbox]:checked~label span:before{top:0;transform:rotate(45deg)}[type=checkbox]:checked~label span:after{bottom:0;transform:rotate(-45deg)}[type=checkbox]:checked~label span:after,[type=checkbox]:checked~label span:before{transition-delay:.2s,.2s}#navigation{display:none}#navigation:checked~.desktop-hide{display:flex!important}.menu{position:relative;padding:0 5px}@media screen and (max-width:680px){.menu{height:calc(100vh - 80px);width:100vw;display:flex;background-color:#fff;flex-direction:column;transition:all .65s;overflow-y:auto;z-index:999}}.menu .nav-link{font-weight:400}@media screen and (max-width:680px){.menu .nav-link{font-size:1.5rem;padding:1.5rem .5rem}.menu .nav-link:not(:last-child){border-bottom:1px solid rgba(0,0,0,.3)}.menu .nav-link:hover{color:#db9951}}.menu li:last-child{border-bottom:none}.link,.nav-link{text-decoration:none;color:#000}.link:hover,.nav-link:hover{color:#db9951}.nav-link{padding:1.5rem .5rem}@media screen and (max-width:680px){.nav-link{width:100%}}.openMenu{display:flex;right:1.5rem}.closeMenu{display:none;right:-20rem;opacity:0;visibility:hidden}.nav-menu-container{display:flex;transition:all .5s ease-in-out;align-items:center}@media screen and (max-width:680px){.nav-menu-container{padding:0;position:absolute;z-index:999;top:70px;left:-16px;align-items:baseline;animation:MoveToDown .7s ease-in-out}.desktop-hide,.desktop-hide [type=checkbox]{display:none}}.languages_wrapper{padding:0 .5rem;position:relative;cursor:pointer}.languages_wrapper:hover{color:#db9951}.lang_dropdown{display:flex;flex-direction:column;position:absolute;top:25px;left:0;background-color:#fff;border:1px solid rgba(0,0,0,.5);padding:.5rem}.lang_dropdown a{text-decoration:none;color:#000}.lang_dropdown a:not(:last-child){margin-bottom:6px}.lang_dropdown a:hover{color:#db9951}.lang_flag{width:25px;height:15px;margin-right:6px}.dropdown{text-wrap:nowrap}@media screen and (min-width:681px){.dropdown{background-color:#fff;border:1px solid rgba(0,0,0,.4);box-shadow:0 0 2rem 1px rgba(0,0,0,.2)}}.dropdown li:not(:last-child){border-bottom:1px solid rgba(0,0,0,.3)}div.dropdown-wrapper{font-size:16px;text-decoration:none;position:relative;font-weight:300;cursor:pointer}div.dropdown-wrapper:hover .arrow{transform:rotate(180deg)}@media screen and (max-width:680px){div.dropdown-wrapper{font-size:24px}}.arrow{margin-left:5px;transition:all .5s ease}ul{list-style:none;margin:0;padding-left:0}li{display:block;padding:1rem;position:relative;transition-duration:.5s}li,li a{color:#000;text-decoration:none}li a:hover{color:#db9951}li:hover{cursor:pointer}ul div ul{visibility:hidden;opacity:0;min-width:5rem;transition:all .5s ease;margin-top:1rem;left:0;display:none}@media screen and (min-width:681px){ul div ul{position:absolute}}ul div ul:hover,ul div:hover>ul{visibility:visible;opacity:1;display:block}ul div ul a{clear:both;width:100%}.card-img{color:transparent;width:100%;-o-object-fit:contain;object-fit:contain;max-height:200px}.menu_wrapper{color:#fff;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:800px;width:95%}.menu_wrapper h1,.menu_wrapper h2{color:#fff}.menu_wrapper a{background-color:#fff;color:#000;border:1px solid #fff;border-radius:5px;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease-in-out}.menu_wrapper a:active,.menu_wrapper a:hover{background-color:#c3773e;border:1px solid #c3773e;color:#fff}.menu_wrapper_btns{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}@media screen and (max-width:480px){.menu_wrapper_btns{flex-direction:column}}.flex{display:flex}.flex-column{display:flex;flex-direction:column}.flex-wrapped{flex-wrap:wrap}.center-text{text-align:center}.gap-8{gap:8px}.m-0{margin:0}.mb-07{margin-bottom:.7rem}.mb-3{margin-bottom:3rem}.text-left{text-align:left}.feature-container{display:flex;gap:4rem;margin:2rem 0}@media screen and (max-width:1200px){.feature-container{flex-direction:column-reverse;gap:0;margin:4rem 0}}.plate-image{width:100%;max-width:589px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:1200px){.plate-image{order:1}}@media screen and (max-width:480px){.plate-image{height:300px}}.brown-text{color:#672e1e}@media screen and (max-width:480px){.openMenu{animation:MoveToDown .5s ease-in-out}.closeMenu{animation:MoveToUp 2s ease-in-out}}.footer-container{font-weight:300;background:#000;color:#fff}.footer-wrapper{display:flex;justify-content:space-between}@media screen and (max-width:480px){.footer-wrapper{flex-direction:column-reverse}}.footer-logo{margin-bottom:16px}.contact-wrapper{margin-bottom:1rem}.contact-wrapper p{margin-bottom:4px;font-weight:500}.contact-wrapper a{transition:all .3s ease-in-out}.contact-wrapper a:hover{color:#c3773e!important}.social-media-container{width:50%}.social-media-container p{font-weight:500}.social-media-icon svg{width:35px;height:50px;padding:.75rem .75rem .75rem 0;color:inherit;cursor:pointer;color:#fff;transition:all .2s ease-in-out}.social-media-icon svg:hover{color:#c3773e}.page-not-found-container{display:flex;flex-direction:column;align-items:center;padding:3rem 0}.page-not-found-image{width:600px;height:600px;margin-bottom:5rem}.order_btns_container{text-align:center;margin-bottom:5rem}.order_btns_wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}@media screen and (max-width:480px){.order_btns_wrapper{flex-direction:column}}.order-btn{-o-object-fit:cover;object-fit:cover;border-radius:15px;margin:0 1rem;transition:all .3s ease-in-out}.order-btn:hover{filter:brightness(1.05)}.brown-btn{background-color:#672e1e;padding:1rem 2rem;color:#fff;border:none;text-decoration:none;transition:all .3s ease-in-out}.brown-btn:hover{background-color:#c3773e}.form_container{margin:3rem 0}.form_wrapper{width:100%;max-width:450px;margin:auto}@media screen and (max-width:480px){.form_wrapper{padding:1rem}}.input_wrapper{display:flex;flex-direction:column;margin:1rem 0}.input_wrapper label{margin:.5rem 0}.input_wrapper input,.input_wrapper textarea{width:90%;max-width:400px;padding:1rem .5rem;outline:none;border-radius:10px;border:none}.contact-page{background-color:#faf6ee;min-height:70vh}.contact-hero{position:relative;padding:8rem 1.5rem 6rem;text-align:center;overflow:hidden}@media(max-width:680px){.contact-hero{padding:5rem 1rem 4rem}}.contact-hero-bg{position:absolute;inset:0;background:url(/images/oc.jpg) 50%/cover no-repeat;filter:brightness(.3)}.contact-hero-content{position:relative;z-index:2;max-width:650px;margin:0 auto}.contact-hero-content h1{color:#fff!important;font-size:2.25rem;font-weight:700;margin:.5rem 0 0;line-height:1.4}@media(max-width:680px){.contact-hero-content h1{font-size:1.5rem}}.contact-hero-content p{color:hsla(0,0%,100%,.85);font-size:1.05rem;margin-top:.75rem;line-height:1.6}@media(max-width:680px){.contact-hero-content p{font-size:.95rem}}.contact-info-section{max-width:850px;margin:0 auto;padding:0 1.5rem 4rem}@media(max-width:480px){.contact-info-section{padding:0 1rem 3rem}}.contact-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:680px){.contact-info-grid{grid-template-columns:1fr}}.contact-info-card{background:#fff;border-radius:14px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.06)}.contact-info-card h3{color:#672e1e;font-size:1.15rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid rgba(195,119,62,.2)}.contact-info-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.92rem;color:#444;line-height:1.5}.contact-info-item svg{flex-shrink:0;width:20px;height:20px;color:#c3773e;margin-top:2px}.contact-info-item a{color:#444;text-decoration:none;transition:color .2s}.contact-info-item a:hover{color:#c3773e}.contact-form-section{max-width:800px;margin:0 auto;padding:2.5rem 1.5rem 4rem}@media(max-width:480px){.contact-form-section{padding:2rem 1rem 3rem}}.contact-section-heading{text-align:center;color:#672e1e;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.card_box{width:250px;text-align:center;margin:2rem}.card_box h2{color:#c3773e;margin-bottom:1rem}@media screen and (max-width:480px){.card_box h2{font-size:2rem}}.card_box ul{padding:0;cursor:default}.card_box_container{display:flex;flex-wrap:wrap;justify-content:center;max-width:950px;margin:auto}.card_box_container h1{color:#c3773e;font-size:3.5rem;margin-bottom:0;text-align:center}@media screen and (max-width:480px){.card_box_container h1{font-size:2.5rem}}@media screen and (max-width:600px){.card_box{width:300px}}.category_container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.category_title{flex-shrink:0;flex-grow:1;width:100%;text-align:center;font-size:4rem}@media screen and (max-width:680px){.category_title{font-size:2.5rem}}.price_list{display:flex;flex-direction:row;justify-content:space-around;width:220px;color:#c3773e;align-items:flex-end;margin:0 auto 7px;font-weight:600}.price_list ul{padding:0}.points_row{flex:1;overflow:hidden;word-wrap:break-word;white-space:nowrap;margin-right:5px;margin-left:5px;font-size:13px;letter-spacing:4px;min-width:20px}.branch_bg_container{min-height:400px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:2rem;font-weight:600;text-transform:uppercase;padding:100px 2rem;transition:all .2s ease-in-out 0s;cursor:default;background-size:cover;background-position:50%;position:absolute;left:0;right:0;top:75px;background-repeat:no-repeat}.blank_block{height:400px}.bank_st_bg{background-image:url(/images/bank-st.jpg)}.st_joseph_bg{background-image:url(/images/joseph-st-branch.jpg)}.menu_header_image{min-height:350px;background-position:50%;display:flex;align-items:center;justify-content:center;position:relative}.menu_header_image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:20px;background:linear-gradient(180deg,hsla(47,38%,79%,.01),#ddd4b4);pointer-events:none}.menu_header_image h1{color:#db9951;font-size:3.5rem;text-align:center}.bank_st_menu_bg{background-image:url(/images/bank-st-menu.jpg)}.catering_bg{width:100vw;height:500px;background-image:url(/images/spicies_market.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%;position:absolute;top:0;left:0;right:0;bottom:0;margin-top:75px;filter:brightness(.75)}.catering_bg_container{height:500px}.slide{width:100vw;height:600px;background-color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}@media screen and (max-width:480px){.slide{height:700px}}.slide>div{width:100%;height:100%;max-height:600px;background-size:cover;background-position:50%;position:absolute;animation:fadeOut 30s infinite;opacity:0}@media screen and (max-width:480px){.slide>div{max-height:700px}}.slide>div:nth-child(2){animation-delay:10s}.slide>div:nth-child(3){animation-delay:18s}.slide>div h2,.slide>div h3{opacity:0;animation:fadeOutText 10s infinite;animation-delay:1.5s}.slide_container{height:100%;max-height:600px;position:relative;clip-path:polygon(0 0,100% 0,100% 500px,0 100%);-webkit-clip-path:polygon(0 0,100% 0,100% 500px,0 100%);z-index:10}@media screen and (max-width:480px){.slide_container{max-height:700px;clip-path:polygon(0 0,100% 0,100% 625px,0 100%);-webkit-clip-path:polygon(0 0,100% 0,100% 625px,0 100%)}}.slide_wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}.slide_wrapper h2,.slide_wrapper h3{color:#fff;max-width:80%;text-align:center}@media screen and (max-width:680px){.slide_wrapper h2,.slide_wrapper h3{max-width:90%}}.slide_wrapper h2{font-size:3rem}@media screen and (max-width:680px){.slide_wrapper h2{font-size:2rem}}.slide_wrapper h3{font-size:1.5rem;line-height:1.7}@media screen and (max-width:680px){.slide_wrapper h3{font-size:1rem;line-height:1.5}}.slide_wrapper_1{background-image:url(/images/slide-1.jpg)}.slide_wrapper_2{background-image:url(/images/slide-3.jpg)}.slide_wrapper_3{background-image:url(/images/slide-2.jpg)}.ag-format-container{width:100%;max-width:1142px;margin:0 auto}.ag-card-block{width:100%;padding:50px 0}.ag-base_btn{display:inline-block;height:45px;line-height:45px;padding:0 30px;background-color:#fff;border:1px solid #c3773e;cursor:default;white-space:nowrap;text-decoration:none;text-align:center;font-size:16px;font-weight:500;color:#041c2c;box-sizing:border-box;border-radius:23px;transition:all .3s ease}.ag-base_btn:hover{color:#c3773e}.active-link{border:1px solid #c3773e;background-color:#c3773e;text-decoration:none;color:#fff!important;transition:all .3s ease}.ag-category-carousel_box{height:45px;margin:0 0 30px;display:flex;overflow-y:hidden;overflow-x:scroll;position:relative;-ms-overflow-style:none;scrollbar-width:none}.ag-category-carousel_box::-webkit-scrollbar{display:none}.ag-carousel-arrow_box{padding:0 0 0 50px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:linear-gradient(90deg,hsla(0,0%,96%,0) 0,#f4f4f4 35%,#f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f4f4f4",endColorstr="#f4f4f4",GradientType=1);z-index:1000;position:absolute;top:0;right:0}.ag-carousel-arrow{display:inline-block;height:43px;width:43px;border:1px solid #000;background-color:#000;cursor:pointer;stroke:#fff;border-radius:50%;transition:all .2s ease-out 0s;position:relative}.ag-carousel-arrow:hover{border:1px solid #000;background-color:transparent}.js-ag-carousel-arrow_prev{margin:0 12px 0 0}.js-ag-carousel-arrow_next:hover,.js-ag-carousel-arrow_prev:hover{stroke:#000}.svg-arrow-left,.svg-arrow-right{height:18px;width:10px;margin:-8px 0 0 -5px;position:absolute;top:50%;left:50%}.ag-category-carousel_list{display:flex}.ag-category-carousel_item{padding:0 5px 0 0}.ag-card-grid_list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ag-card_list{display:flex;flex-direction:row;flex-wrap:nowrap}.ag-card_item{width:33%;margin:0 28px}.ag-card_item:first-child,.ag-card_item:last-child{margin:0}.ag-card-grid_item{display:flex;flex-direction:column;background-color:hsla(0,0%,100%,.6);border-radius:10px}.ag-card-grid_item figure{margin:0 auto}@media screen and (max-width:650px){.ag-card-grid_item{width:100%;max-width:90%;margin:0 auto}}.ag-card_img{width:100%;-o-object-fit:contain;object-fit:contain}.ag-card_info{display:flex;flex-direction:column;justify-content:space-between;flex:1 1 100%;padding:25px 25px 30px;box-sizing:border-box;border-radius:0 0 20px 20px}.ag-card_title{display:block;line-height:1.22;padding:0 0 15px;text-decoration:none;font-weight:700;font-size:22px;color:#041c2c;margin:0;transition:all .3s ease}.ag-card_title:hover{opacity:.7;text-decoration:none}.ag-card_text{line-height:1.42;margin:0 0 15px;font-size:16px;color:#344754;transition:all .3s ease}.ag-card_date{line-height:1.75;text-align:right;font-size:16px;color:#7c8890}@media only screen and (max-width:979px){.ag-card-grid_list{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.ag-format-container{max-width:96%}}@media only screen and (max-width:639px){.ag-card-grid_list{grid-template-columns:repeat(1,1fr)}}@media(min-width:768px)and (max-width:979px){.ag-format-container{max-width:750px}}@media(min-width:980px)and (max-width:1161px){.ag-format-container{max-width:960px}}.branch_details_container{margin-top:400px}@keyframes MoveToDown{0%{opacity:0;top:40px}to{opacity:1;top:50px}}@keyframes fadeOutText{0%{opacity:0}30%{opacity:1}50%{opacity:.8}70%{opacity:0}}@keyframes fadeOut{0%{opacity:0}10%{opacity:1}30%{opacity:1}50%{opacity:0}}.review_card{background-color:#fff;margin:1rem;min-height:360px;width:100%;position:relative;border-radius:10px;border:1px dotted hsla(0,0%,43%,.522);overflow:hidden}.review_card,.review_card_text_wrapper{display:flex;flex-direction:column;justify-content:space-between;padding:1rem;height:100%}.review_card_text_wrapper p{height:200px;text-overflow:ellipsis;overflow-y:scroll}.reviews_wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:48px 64px;width:100%;background-image:url(/images/wps.jpg);background-size:cover;padding:10rem 0;margin-top:-9rem;clip-path:polygon(0 115px,100% 0,100% 100%,0 100%)}@media screen and (min-width:768px){.reviews_wrapper{background-position:50%}}@media screen and (max-width:480px){.reviews_wrapper{background-position:10%}}.reviews_wrapper h2{margin-bottom:0}.reviews_wrapper h2,.reviews_wrapper h3{color:#fff!important;filter:drop-shadow(2px 4px 6px black)}.reviews_wrapper h3{font-size:22px;font-weight:500;width:95%;max-width:700px;margin:0 auto;text-align:center}.reviews_container{width:100%;min-height:400px;margin-left:auto;box-sizing:border-box;margin-right:auto;display:flex;flex-direction:column;row-gap:80px;justify-content:center;align-items:center}.react-multi-carousel-list{max-width:1100px;min-height:300px;width:95%;margin:auto}@media screen and (max-width:480px){.react-multi-carousel-list{width:98%}}.react-multiple-carousel__arrow{z-index:5!important}.rating-wrapper{display:flex;align-items:center;margin:1rem 0}.rating-icons{height:100%;margin-left:.5rem}.occations_section{max-width:1100px;min-height:300px;display:flex;align-items:baseline;padding:3rem;gap:2rem;margin:3rem auto;border-radius:10px}@media screen and (max-width:980px){.occations_section{flex-direction:column;margin:0 auto 25rem}}@media screen and (max-width:480px){.occations_section{margin:3rem auto 12rem}}.occations_text_wrapper{max-width:600px}@media screen and (max-width:980px)and (min-width:480px){.occations_text_wrapper{margin:5rem auto 3rem}}.occations_text_wrapper h3{text-align:left}@media screen and (max-width:980px){.occations_text_wrapper h2,.occations_text_wrapper h3{text-align:center}}.occations_gallery_wrapper{position:relative;width:100%}@media screen and (max-width:980px){.occations_gallery_wrapper{width:95%;max-width:600px;margin:auto}}.occations_gallery_wrapper_photo{width:65%;position:absolute;transition:all .2s;outline-offset:.5rem;z-index:10;transition:all .35s ease-in-out}@media screen and (max-width:680px){.occations_gallery_wrapper_photo{width:55%}}.occations_gallery_wrapper_photo-p1{top:-2rem;left:0}.occations_gallery_wrapper_photo-p2{top:2rem;right:1rem}@media screen and (max-width:680px)and (min-width:480px){.occations_gallery_wrapper_photo-p2{right:3rem}}.occations_gallery_wrapper_photo-p3{top:8rem;left:20%}@media screen and (max-width:480px){.occations_gallery_wrapper_photo-p3{left:15%;top:5rem}}.occations_gallery_wrapper_photo:hover{transform:scale(1.12) translateY(-.5rem);z-index:20;outline:1rem solid #672e1e;box-shadow:0 3rem 2rem rgba(0,0,0,.4);cursor:pointer}.occations_gallery_wrapper:hover .occations_gallery_wrapper_photo:not(:hover){transform:scale(.9)}.why-us-section{padding:20rem 0;background-image:linear-gradient(to right bottom,#db9951,#c3773e);margin-top:-.8rem}.bio_section{margin-top:-8rem}.bio_section_authentic{height:700px;background-image:url(/images/soqatra.jpg);clip-path:polygon(0 0,100% 0,100% 577px,0 100%);-webkit-clip-path:polygon(0 0,100% 0,100% 577px,0 100%);text-align:center;z-index:5}.bio_section_authentic,.bio_section_spices{background-size:cover;background-position:50%;position:relative}.bio_section_spices{height:600px;background-image:url(/images/yemeni_spices.jpg);margin-top:-9rem;padding:22rem 0;clip-path:polygon(0 0,100% 0,100% 600px,0 100%);-webkit-clip-path:polygon(0 0,100% 0,100% 600px,0 100%);z-index:4}.bio_section_occations{padding:6rem 0;margin-top:-10rem}.vert-center{display:flex;align-items:normal}.vege_icon{width:20px;height:21px;margin-left:.5rem}.section-label,.section-label-light{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#c3773e;margin-bottom:.75rem}.section-label-light{color:#f8d793}.section-header{text-align:center;max-width:650px;margin:0 auto 3rem}.section-header h2{font-size:2.5rem;margin:.25rem 0 1rem}@media(max-width:680px){.section-header h2{font-size:1.75rem}}.section-header p{font-size:1.05rem;color:#555;line-height:1.7}.cta-btn{display:inline-block;padding:.85rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;border:2px solid transparent;font-family:Tajawal,sans-serif}.cta-primary{background-color:#c3773e;color:#fff;border-color:#c3773e}.cta-primary:hover{background-color:#a56433;border-color:#a56433;transform:translateY(-2px);box-shadow:0 4px 15px rgba(195,119,62,.4);color:#fff}.cta-secondary{background-color:transparent;color:#fff;border-color:#fff}.cta-secondary:hover{background-color:#fff;color:#672e1e;transform:translateY(-2px)}.cta-outline{background-color:transparent;color:#672e1e;border-color:#672e1e}.cta-outline:hover{background-color:#672e1e;color:#fff;transform:translateY(-2px)}.cta-small{padding:.5rem 1.25rem;font-size:.875rem}.cta-ghost{background:transparent;color:#672e1e;border-color:#672e1e}.cta-ghost:hover{background-color:#672e1e;color:#fff}.hero-section{position:relative;height:100vh;min-height:600px;max-height:900px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:url(/images/mandi-beef-plate.jpeg) 50%/cover no-repeat;margin-top:-75px}@media(max-width:680px){.hero-section{min-height:550px;max-height:700px}}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.55) 60%,rgba(0,0,0,.75));z-index:1}.hero-content{position:relative;z-index:2;text-align:center;max-width:750px;padding:0 1.5rem;animation:heroFadeIn 1s ease-out}.hero-badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:4px;text-transform:uppercase;color:#f8d793;border:1px solid hsla(40,88%,77%,.5);padding:.4rem 1.25rem;border-radius:30px;margin-bottom:1.5rem}.hero-title{color:#fff!important;font-size:3.25rem;font-weight:800;line-height:1.15;margin:0 0 1.25rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}@media(max-width:680px){.hero-title{font-size:2rem}}.hero-subtitle{color:hsla(0,0%,100%,.88);font-size:1.15rem;line-height:1.75;margin:0 0 2rem;font-weight:300}@media(max-width:680px){.hero-subtitle{font-size:1rem}}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:2}.hero-scroll-indicator span{display:block;width:24px;height:40px;border:2px solid hsla(0,0%,100%,.5);border-radius:12px;position:relative}.hero-scroll-indicator span:after{content:"";display:block;width:4px;height:8px;background:hsla(0,0%,100%,.7);border-radius:2px;position:absolute;top:6px;left:50%;transform:translateX(-50%);animation:scrollBounce 1.8s ease-in-out infinite}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollBounce{0%,to{transform:translateX(-50%) translateY(0);opacity:1}50%{transform:translateX(-50%) translateY(12px);opacity:.3}}.promo-slideshow{position:relative;width:100%;overflow:hidden;aspect-ratio:16/9}@media(max-width:480px){.promo-slideshow{aspect-ratio:4/3}}.promo-slides-container{position:relative;width:100%;height:100%}.promo-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease}.promo-slide.active{opacity:1;z-index:1}.promo-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.promo-slide-badges{position:absolute;top:1rem;left:1.5rem;z-index:3;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}@media(max-width:480px){.promo-slide-badges{top:.75rem;left:1rem}}.promo-badge-limited{background:#c0392b;color:#fff;font-size:.8rem;font-weight:700;padding:.4rem .85rem;border-radius:6px;letter-spacing:.3px;line-height:1}@media(max-width:480px){.promo-badge-limited{font-size:.7rem;padding:.3rem .65rem}}.promo-badge-branch{background:rgba(0,0,0,.55);color:#fff;font-size:.8rem;font-weight:600;padding:.4rem .85rem;border-radius:6px;line-height:1}@media(max-width:480px){.promo-badge-branch{font-size:.7rem;padding:.3rem .65rem}}.promo-slide-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.1) 50%,transparent)}.promo-slide-text{position:absolute;bottom:0;left:0;right:0;padding:2rem 2.5rem;z-index:2}.promo-slide-text h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.35rem}@media(max-width:480px){.promo-slide-text h3{font-size:1.15rem}}.promo-slide-text p{color:hsla(0,0%,100%,.85);font-size:.95rem;line-height:1.5}@media(max-width:480px){.promo-slide-text p{font-size:.85rem}.promo-slide-text{padding:1.25rem 1.5rem}}.promo-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;background:rgba(0,0,0,.35);color:#fff;border:none;width:44px;height:44px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;line-height:1}.promo-arrow:hover{background:rgba(0,0,0,.6)}@media(max-width:480px){.promo-arrow{width:36px;height:36px;font-size:1.2rem}}.promo-arrow-prev{left:1rem}.promo-arrow-next{right:1rem}.promo-dots{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);z-index:3;display:flex;gap:.5rem}.promo-dot{width:10px;height:10px;border-radius:50%;border:2px solid hsla(0,0%,100%,.7);background:transparent;cursor:pointer;padding:0;transition:all .2s}.promo-dot.active{background:#fff;border-color:#fff}.promo-dot:hover{border-color:#fff}.story-section{padding:6rem 1.5rem;background-color:#faf6f0}@media(max-width:680px){.story-section{padding:4rem 1rem}}.story-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:880px){.story-inner{grid-template-columns:1fr;gap:2rem}}.story-text h2{font-size:2.25rem;margin:.5rem 0 1rem}@media(max-width:680px){.story-text h2{font-size:1.75rem}}.story-text p{font-size:1.05rem;line-height:1.8;color:#444;margin-bottom:1.5rem}.text-link{color:#c3773e;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease}.text-link:hover{color:#9d5f31;letter-spacing:1px}.story-image-wrapper{position:relative;border-radius:12px;overflow:hidden}.story-image{width:100%;height:420px;-o-object-fit:cover;object-fit:cover;border-radius:12px;transition:transform .5s ease}.story-image:hover{transform:scale(1.03)}@media(max-width:680px){.story-image{height:280px}}.dishes-section{padding:6rem 1.5rem;background-color:#f5f0e8}@media(max-width:680px){.dishes-section{padding:4rem 1rem}}.dishes-inner{max-width:1100px;margin:0 auto}.dishes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:880px){.dishes-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.dishes-grid{grid-template-columns:1fr;max-width:340px;margin:0 auto}}.dish-card{background:#fff;border-radius:12px;overflow:hidden;text-align:center;transition:all .35s ease;border:1px solid rgba(0,0,0,.05)}.dish-card:hover{transform:translateY(-6px);box-shadow:0 12px 35px rgba(0,0,0,.1)}.dish-card h3{padding:1rem;margin:0;font-size:1.1rem;font-weight:600;color:#672e1e}.dish-card-img{height:200px;overflow:hidden;background:#f5f0e8;display:flex;align-items:center;justify-content:center}.dish-card-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:1rem;transition:transform .4s ease}.dish-card:hover .dish-card-img img{transform:scale(1.08)}@media(max-width:680px){.dish-card-hide-mobile{display:none}}.dishes-cta{text-align:center;margin-top:3rem}.locations-section{padding:6rem 1.5rem;background-color:#faf6f0}@media(max-width:680px){.locations-section{padding:4rem 1rem}}.locations-inner{max-width:1100px;margin:0 auto}.locations-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:768px){.locations-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}.location-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:all .35s ease}.location-card:hover{box-shadow:0 10px 40px rgba(0,0,0,.12);transform:translateY(-4px)}.location-card-img{height:220px;overflow:hidden}.location-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.location-card:hover .location-card-img img{transform:scale(1.05)}.location-card-body{padding:1.5rem}.location-card-body h3{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:#672e1e}.location-card-body p{font-size:.95rem;color:#555;margin:0 0 .35rem}.location-hours{font-size:.85rem!important;color:#888!important}.location-card-actions{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.events-section{position:relative;padding:8rem 1.5rem;background:url(/images/mandi-family-plate.jpeg) 50%/cover no-repeat;text-align:center;overflow:hidden}@media(max-width:680px){.events-section{padding:5rem 1rem}}.events-overlay{position:absolute;inset:0;background:rgba(26,20,16,.8)}.events-content{position:relative;z-index:2;max-width:700px;margin:0 auto}.events-content h2{color:#fff!important;font-size:2.25rem;margin:.5rem 0 1.25rem}@media(max-width:680px){.events-content h2{font-size:1.75rem}}.events-content p{color:hsla(0,0%,100%,.85);font-size:1.05rem;line-height:1.8;margin-bottom:2rem}.action-banner{padding:5rem 1.5rem;background-color:#f5f0e8}@media(max-width:680px){.action-banner{padding:3rem 1rem}}.action-banner-inner{max-width:900px;margin:0 auto;display:flex;gap:3rem;align-items:center}@media(max-width:768px){.action-banner-inner{flex-direction:column;gap:2rem}}.action-banner-card{flex:1;text-align:center;padding:2.5rem 1.5rem;background:#fff;border-radius:14px;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:all .35s ease}.action-banner-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.action-banner-card h3{font-size:1.35rem;color:#672e1e;margin:.75rem 0 .5rem}.action-banner-card p{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:1.5rem}.action-banner-icon{font-size:2.5rem}.action-banner-divider{width:1px;height:200px;background:rgba(0,0,0,.1)}@media(max-width:768px){.action-banner-divider{width:80%;height:1px}}.reviews-section{padding:6rem 1.5rem;background:url(/images/wps.jpg) 50%/cover no-repeat;position:relative}.reviews-section:before{content:"";position:absolute;inset:0;background:rgba(26,20,16,.75)}@media(max-width:680px){.reviews-section{padding:4rem 1rem}}.reviews-inner{position:relative;z-index:2;max-width:1100px;margin:0 auto}.reviews-inner .section-header h2{color:#fff!important}.reviews-inner .section-header p{color:hsla(0,0%,100%,.8)}.order-page{min-height:70vh}.order-hero{position:relative;padding:5rem 1.5rem 3.5rem;text-align:center;overflow:hidden}@media(max-width:680px){.order-hero{padding:3.5rem 1rem 2.5rem}}.order-hero-bg{position:absolute;inset:0;background:url(/images/mandi-family-plate.jpeg) 50%/cover no-repeat;filter:brightness(.3)}.order-hero-content{position:relative;z-index:2;max-width:650px;margin:0 auto}.order-hero-content h1{color:#fff!important;font-size:2.25rem;font-weight:700;margin:.5rem 0 0;line-height:1.4}@media(max-width:680px){.order-hero-content h1{font-size:1.5rem}}.order-locations{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1000px;margin:2.5rem auto 4rem;padding:0 1.5rem;position:relative;z-index:3}@media(max-width:768px){.order-locations{grid-template-columns:1fr;max-width:480px;margin-top:-1.5rem}}.order-location-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.1);transition:all .35s ease}.order-location-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.order-location-img{height:200px;overflow:hidden}.order-location-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.order-location-card:hover .order-location-img img{transform:scale(1.05)}.order-location-body{padding:1.75rem}.order-location-body h3{font-size:1.3rem;font-weight:700;color:#672e1e;margin:0 0 .35rem}.order-location-address{font-size:.9rem;color:#888;margin:0 0 1.25rem}.order-location-links{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.order-location-links .cta-btn{flex:1;text-align:center;min-width:120px}.order-location-phone{display:block;font-size:.95rem;color:#555;text-decoration:none;margin-bottom:.75rem;transition:color .3s ease}.order-location-phone:hover{color:#c3773e}.booking-page{min-height:70vh}.booking-hero{position:relative;padding:5rem 1.5rem 3.5rem;text-align:center;overflow:hidden}@media(max-width:680px){.booking-hero{padding:3.5rem 1rem 2.5rem}}.booking-hero-bg{position:absolute;inset:0;background:url(/images/mandi-beef-plate.jpeg) 50%/cover no-repeat;filter:brightness(.3)}.booking-hero-content{position:relative;z-index:2;max-width:650px;margin:0 auto}.booking-hero-content h1{color:#fff!important;font-size:2.25rem;font-weight:700;margin:.5rem 0 0;line-height:1.4}@media(max-width:680px){.booking-hero-content h1{font-size:1.5rem}}.booking-form-wrapper{max-width:800px;margin:0 auto;padding:2.5rem 1.5rem 4rem}@media(max-width:480px){.booking-form-wrapper{padding:2rem 1rem 3rem}}.booking-form{background:#fff;border-radius:14px;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,.06)}@media(max-width:480px){.booking-form{padding:1.5rem}}.booking-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:600px){.booking-form-grid{grid-template-columns:1fr}}.booking-field{display:flex;flex-direction:column}.booking-field label{font-size:.85rem;font-weight:600;color:#672e1e;margin-bottom:.4rem}.booking-field input,.booking-field select,.booking-field textarea{padding:.75rem 1rem;border:1.5px solid #ddd;border-radius:8px;font-size:1rem;font-family:Tajawal,sans-serif;outline:none;transition:border-color .3s ease;background-color:#fafafa}.booking-field input:focus,.booking-field select:focus,.booking-field textarea:focus{border-color:#c3773e;background-color:#fff}.booking-field.full-width{grid-column:1/-1}.booking-branch-note{text-align:center;color:#672e1e;font-weight:600;font-size:.95rem;margin-bottom:1.25rem}.booking-submit{margin-top:1.5rem;text-align:center}.booking-success{text-align:center;padding:3rem 1rem}.booking-success h3{color:#672e1e;font-size:1.5rem;margin-bottom:.5rem}.booking-success p{color:#666}.booking-location-select{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.booking-location-btn{padding:.6rem 1.5rem;border:2px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;font-family:Tajawal,sans-serif;font-size:.95rem;font-weight:500;transition:all .3s ease;color:#333}.booking-location-btn:hover{border-color:#c3773e;color:#c3773e}.booking-location-btn.active{border-color:#c3773e;background-color:#c3773e;color:#fff}.menu-hero{position:relative;padding:5rem 1.5rem 3rem;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(max-width:680px){.menu-hero{padding:3.5rem 1rem 2.5rem}}.menu-hero-bg{position:absolute;inset:0;background:url(/images/pistachio-kunafeh.jpeg) 50%/cover no-repeat;filter:brightness(.3)}.menu-hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:0 1.5rem}.menu-hero-content:after{content:"";display:block;width:60px;height:2px;background:#c3773e;margin:1.25rem auto 0}.menu-hero-content h1{color:#fff!important;font-size:3rem;font-weight:800;margin:.25rem 0 .5rem}.menu-hero-content h1 span{font-weight:400;font-size:1.5rem;opacity:.85}@media(max-width:680px){.menu-hero-content h1{font-size:2rem}.menu-hero-content h1 span{font-size:1.1rem}}.menu-hero-content p{color:hsla(0,0%,100%,.55);font-size:.95rem;margin:0;letter-spacing:.5px}.menu-hero-label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#f8d793}.menu-page-content{max-width:1200px;margin:0 auto;padding:0 1.5rem 4rem}@media(max-width:680px){.menu-page-content{padding:0 .75rem 3rem}}.menu-section{padding:2rem 0}.menu-categories-wrapper{position:sticky;top:75px;z-index:50;background:#e5dcb8;padding:1rem 0;margin-bottom:1rem}.menu-categories-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:rgba(0,0,0,.06)}.menu-categories{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem;-ms-overflow-style:none;scrollbar-width:none}.menu-categories::-webkit-scrollbar{display:none}.menu-category-pill{flex-shrink:0;padding:.55rem 1.25rem;border:1.5px solid rgba(0,0,0,.12);border-radius:50px;background:#fff;font-family:Tajawal,sans-serif;font-size:.9rem;font-weight:500;color:#444;cursor:pointer;transition:all .25s ease;white-space:nowrap}.menu-category-pill:hover{border-color:#c3773e;color:#c3773e}.menu-category-pill.active{background:#672e1e;border-color:#672e1e;color:#fff}.menu-count{font-size:.85rem;color:#999;margin:0 0 1.5rem}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:980px){.menu-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.menu-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.menu-card{background:#fff;border-radius:14px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(0,0,0,.04)}.menu-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.08)}.menu-card-image{position:relative;height:190px;background:#f5f0e8;display:flex;align-items:center;justify-content:center;overflow:hidden}.menu-card-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:.75rem;transition:transform .35s ease}.menu-card:hover .menu-card-image img{transform:scale(1.06)}.menu-card-badge-vege{position:absolute;top:.6rem;right:.6rem;display:flex;align-items:center;gap:4px;background:hsla(0,0%,100%,.92);color:#2d7a2d;font-size:.7rem;font-weight:700;padding:.25rem .6rem;border-radius:20px;letter-spacing:.5px;text-transform:uppercase;backdrop-filter:blur(4px)}.menu-card-badge-vege img{width:14px!important;height:14px!important;padding:0!important;-o-object-fit:contain;object-fit:contain}.menu-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.4rem}.menu-card-title{font-size:1.1rem;font-weight:700;color:#672e1e;margin:0;line-height:1.3}.menu-card-desc{font-size:.85rem;color:#777;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.menu-card-price{margin-top:.5rem;padding-top:.6rem;border-top:1px solid rgba(0,0,0,.06)}.menu-price-single{font-size:1.15rem;font-weight:700;color:#c3773e}.menu-price-options{display:flex;flex-wrap:wrap;gap:.35rem 1rem}.menu-price-option{display:flex;align-items:baseline;gap:.35rem}.menu-price-label{font-size:.75rem;color:#999;font-weight:500}.menu-price-value{font-size:.95rem;font-weight:700;color:#c3773e}.menu-order-section{margin-top:4rem;padding:3.5rem 2rem;background:#672e1e;border-radius:16px;text-align:center}@media(max-width:480px){.menu-order-section{padding:2.5rem 1.25rem;border-radius:12px}}.menu-order-inner{max-width:550px;margin:0 auto}.menu-order-inner h2{color:#fff!important;font-size:2rem;margin:0 0 .5rem}@media(max-width:680px){.menu-order-inner h2{font-size:1.5rem}}.menu-order-inner p{color:hsla(0,0%,100%,.75);font-size:1rem;line-height:1.6;margin-bottom:1.75rem}.menu-order-buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.menu-order-buttons .cta-btn{min-width:140px}.menu-order-buttons .cta-outline{color:#fff;border-color:hsla(0,0%,100%,.4)}.menu-order-buttons .cta-outline:hover{background:#fff;color:#672e1e;border-color:#fff}.menu-order-buttons .cta-ghost{color:hsla(0,0%,100%,.7);border-color:hsla(0,0%,100%,.2)}.menu-order-buttons .cta-ghost:hover{background:hsla(0,0%,100%,.1);color:#fff;border-color:hsla(0,0%,100%,.4)}@font-face{font-family:revicons;fallback:fallback;src:url(/_next/static/media/revicons.ff59b316.woff) format("woff"),url(/_next/static/media/revicons.b96bdb22.ttf) format("ttf"),url(/_next/static/media/revicons.652e7269.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:rgba(0,0,0,.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,.8)}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:rgba(0,0,0,.5)}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:"\e824"}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:"\e825"}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border:2px solid grey;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:"\e824"}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:"\e825"}