{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/6i2q9XWRhd3cUoGvlRhE/0XYGIZipA1dURWPUcz6q/xnK35XHFs.js"],
  "sourcesContent": ["// Generated by Framer (6807895)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,withCSS,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import BottomDetails from\"#framer/local/canvasComponent/AsVl6xmMW/AsVl6xmMW.js\";import Testimonial from\"#framer/local/canvasComponent/b_nyzgMXA/b_nyzgMXA.js\";import Navbar from\"#framer/local/canvasComponent/ltuXlpbQ9/ltuXlpbQ9.js\";import Footer from\"#framer/local/canvasComponent/MiDVBqUWq/MiDVBqUWq.js\";import NavMobile from\"#framer/local/canvasComponent/ROSy7GEYE/ROSy7GEYE.js\";import Button from\"#framer/local/canvasComponent/S78rPCWMb/S78rPCWMb.js\";import ReviewWidget from\"#framer/local/canvasComponent/Xzzo7oFv_/Xzzo7oFv_.js\";import*as sharedStyle from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle1 from\"#framer/local/css/gD6Ef59I7/gD6Ef59I7.js\";import*as sharedStyle2 from\"#framer/local/css/zMpsiMOLk/zMpsiMOLk.js\";import metadataProvider from\"#framer/local/webPageMetadata/xnK35XHFs/xnK35XHFs.js\";const NavbarFonts=getFonts(Navbar);const NavMobileFonts=getFonts(NavMobile);const ButtonFonts=getFonts(Button);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const ReviewWidgetFonts=getFonts(ReviewWidget);const TestimonialFonts=getFonts(Testimonial);const BottomDetailsFonts=getFonts(BottomDetails);const FooterFonts=getFonts(Footer);const breakpoints={d6h3BJ5jQ:\"(max-width: 767px)\",lC4P4ry49:\"(min-width: 1200px)\",TFLFCpjU5:\"(min-width: 768px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-jM7Rw\";const variantClassNames={d6h3BJ5jQ:\"framer-v-ehs1da\",lC4P4ry49:\"framer-v-1c6m389\",TFLFCpjU5:\"framer-v-1ckw5w\"};const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:150};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const transition2={delay:.1,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const transition3={delay:.2,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value}});};const humanReadableVariantMap={Desktop:\"lC4P4ry49\",Phone:\"d6h3BJ5jQ\",Tablet:\"TFLFCpjU5\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"lC4P4ry49\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const xJIcz1ixQ3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const OiH_ORm2W1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"TFLFCpjU5\",\"d6h3BJ5jQ\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"d6h3BJ5jQ\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"d6h3BJ5jQ\")return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"TFLFCpjU5\")return false;return true;};const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"lC4P4ry49\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1c6m389\",className),ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hugw9h\",\"data-framer-name\":\"Main Wrapper\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1140px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:140,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1140px)`,y:(componentViewport?.y||0)+0+0+0+0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-83e1dj-container\",\"data-framer-name\":\"Navbar\",id:\"83e1dj\",name:\"Navbar\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{variant:\"RDgmn6cWD\"},TFLFCpjU5:{variant:\"TvTZ7AE53\"}},children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"zqLNGN147\",layoutId:\"zqLNGN147\",name:\"Navbar\",style:{width:\"100%\"},variant:\"FEknC03mZ\",width:\"100%\",xJIcz1ixQ:xJIcz1ixQ3bnx0g({overlay})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"}},exit:{opacity:0,transition:{delay:0,duration:0,ease:[.44,0,.56,1],type:\"tween\"}}},TFLFCpjU5:{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"}},exit:{opacity:0,transition:{delay:0,duration:0,ease:[.44,0,.56,1],type:\"tween\"}}}},children:/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-vokczb\"),\"data-framer-portal-id\":\"83e1dj\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"kulrMZ3M6\")}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{width:\"100vw\"},TFLFCpjU5:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{animate:animation1,className:`${cx(scopingClassNames,\"framer-8q2lke-container\")} hidden-1c6m389`,\"data-framer-portal-id\":\"83e1dj\",exit:animation,initial:animation2,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(NavMobile,{height:\"100%\",id:\"sQLPyaMjC\",layoutId:\"sQLPyaMjC\",OiH_ORm2W:OiH_ORm2W1wnntms({overlay}),style:{height:\"100%\",width:\"100%\"},variant:\"EDfLKeZdc\",width:\"100%\"})})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uf2t7k\",\"data-framer-name\":\"Experience Hero\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation1,className:\"framer-2am660\",\"data-framer-appear-id\":\"2am660\",\"data-framer-name\":\"Experience Hero Left\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uyq9wx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"var(--token-5e7f3475-bed9-4008-8ecf-9e5b79811f5d, rgb(61, 61, 61))\"},children:[\"Find the \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-0818cc83-e3ee-492b-8eb5-82232ce4a369, rgb(194, 80, 71))\"},children:\"Best Shawarma\"}),\" in Las Vegas at Istanbul Mediterranean Restaurant\"]})}),className:\"framer-wk3w9e\",fonts:[\"GF;Poppins-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-5c8afe2b-9cec-40a9-9569-a90fd652fdef, rgb(94, 94, 94))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Your Destination for Halal Shawarma on the Vegas Strip\"})}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-5c8afe2b-9cec-40a9-9569-a90fd652fdef, rgb(94, 94, 94))\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-5c8afe2b-9cec-40a9-9569-a90fd652fdef, rgb(94, 94, 94))\"},children:\"Welcome to Istanbul Mediterranean Restaurant, the crown jewel of Las Vegas when it comes to savoring authentic, Halal Shawarma. Nestled at the heart of the bustling Las Vegas Strip, we pride ourselves on serving generous portions of mouth-watering Shawarma, alongside other Mediterranean favorites like falafel and hummus. Our dedication to quality and flavor has made us a sought-after destination for those craving the rich, aromatic taste of the Middle East in the heart of Vegas.\"})]}),className:\"framer-w9k92o\",fonts:[\"GF;Poppins-regular\",\"GF;Poppins-700\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18pobau\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1140px)`,y:(componentViewport?.y||0)+0+0+0+140+0+0+0+358.8+0+0},TFLFCpjU5:{y:(componentViewport?.y||0)+0+0+0+140+60+0+0+382.8+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,y:(componentViewport?.y||0)+0+0+0+140+80+0+0+382.8+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lms3hl-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"fet9BxPnl\",layoutId:\"fet9BxPnl\",V5iQIMOgy:\"https://istanbulinvegas.square.site/\",variant:\"q6ZfGroXy\",VB_yFINVP:\"Order Pickup\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1140px)`,y:(componentViewport?.y||0)+0+0+0+140+0+0+0+358.8+0+69},TFLFCpjU5:{y:(componentViewport?.y||0)+0+0+0+140+60+0+0+382.8+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,y:(componentViewport?.y||0)+0+0+0+140+80+0+0+382.8+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t2qg80-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"t7IWeuL05\",layoutId:\"t7IWeuL05\",V5iQIMOgy:\"tel: +1 725-900-8844\",variant:\"aeg5KIQFW\",VB_yFINVP:\"Call Us\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1ivkuni\",\"data-framer-appear-id\":\"1ivkuni\",\"data-framer-name\":\"Experience Hero Right\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{background:{alt:\"find-the-best-shawarma-in-las-vegas\",fit:\"fill\",intrinsicHeight:1023,intrinsicWidth:585,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+140+0+518.8+0),pixelHeight:1023,pixelWidth:585,sizes:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1140px), 1px)`,src:\"https://framerusercontent.com/images/lYayaCddgjFazmgoWDESyrn38ak.png\",srcSet:\"https://framerusercontent.com/images/lYayaCddgjFazmgoWDESyrn38ak.png 585w\"}},TFLFCpjU5:{background:{alt:\"find-the-best-shawarma-in-las-vegas\",fit:\"fill\",intrinsicHeight:1023,intrinsicWidth:585,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+140+60+473.8+0),pixelHeight:1023,pixelWidth:585,sizes:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1140px), 1px)`,src:\"https://framerusercontent.com/images/lYayaCddgjFazmgoWDESyrn38ak.png\",srcSet:\"https://framerusercontent.com/images/lYayaCddgjFazmgoWDESyrn38ak.png 585w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"find-the-best-shawarma-in-las-vegas\",fit:\"fill\",intrinsicHeight:1023,intrinsicWidth:585,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+140+80+0+0),pixelHeight:1023,pixelWidth:585,sizes:`max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1140px) - 80px) / 2, 200px), 1px)`,src:\"https://framerusercontent.com/images/lYayaCddgjFazmgoWDESyrn38ak.png\",srcSet:\"https://framerusercontent.com/images/lYayaCddgjFazmgoWDESyrn38ak.png 585w\"},className:\"framer-q8nojg\",\"data-framer-name\":\"Experience Hero Image\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-17vg89g\",\"data-framer-appear-id\":\"17vg89g\",\"data-framer-name\":\"Experience Vision\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{background:{alt:\"late-night-eats-in-las-vegas\",fit:\"fill\",intrinsicHeight:3844,intrinsicWidth:5744,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1158.8+40+550.8),pixelHeight:3844,pixelWidth:5744,sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 1140px)`,src:\"https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg\",srcSet:\"https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg 5744w\"}},TFLFCpjU5:{background:{alt:\"late-night-eats-in-las-vegas\",fit:\"fill\",intrinsicHeight:3844,intrinsicWidth:5744,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1666.8+60+550.8),pixelHeight:3844,pixelWidth:5744,sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1140px)`,src:\"https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg\",srcSet:\"https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg 5744w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"late-night-eats-in-las-vegas\",fit:\"fill\",intrinsicHeight:3844,intrinsicWidth:5744,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1233+80+0),pixelHeight:3844,pixelWidth:5744,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1140px) - 64px) / 2, 200px)`,src:\"https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg\",srcSet:\"https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/T6AyXmfgWk8PWsVGuNMC3d5JU.jpg 5744w\"},className:\"framer-nf0qpm\",\"data-framer-name\":\"Experience Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7fzxt5\",\"data-framer-name\":\"Experience Vision Right\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15m383k\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-color\":\"var(--token-5e7f3475-bed9-4008-8ecf-9e5b79811f5d, rgb(61, 61, 61))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-0818cc83-e3ee-492b-8eb5-82232ce4a369, rgb(194, 80, 71))\"},children:\"Extended Hours\"}),\" for Your Convenience\"]})}),className:\"framer-15i0uo7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-xti76c\",\"data-styles-preset\":\"gD6Ef59I7\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Open Daily from 10 AM to 4 AM\"}),\": Catering to early birds, night owls, and everyone in between, Istanbul Mediterranean ensures that delicious Shawarma is always within reach. Whether you're starting your day with a flavorful meal, looking for a satisfying lunch, or ending your night with a culinary delight, our doors are open from 10 AM to 4 AM, offering the perfect meal for any time of the day or night. \"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xti76c\",\"data-styles-preset\":\"gD6Ef59I7\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-xti76c\",\"data-styles-preset\":\"gD6Ef59I7\",children:[\"> Find the best \",/*#__PURE__*/_jsx(\"strong\",{children:\"Shawarma near you\"}),\" at Istanbul Mediterranean!\"]})]}),className:\"framer-e3619y\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{width:\"528px\",y:(componentViewport?.y||0)+0+0+0+1158.8+40+860.8},TFLFCpjU5:{width:\"528px\",y:(componentViewport?.y||0)+0+0+0+1666.8+60+1226.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1140px) - 64px) / 2, 200px)`,y:(componentViewport?.y||0)+0+0+0+1233+80+700,children:/*#__PURE__*/_jsx(Container,{className:\"framer-h1c59t-container\",children:/*#__PURE__*/_jsx(ReviewWidget,{height:\"100%\",id:\"EshirVD4i\",layoutId:\"EshirVD4i\",style:{width:\"100%\"},variant:\"nuboEY7eb\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-19awrqd\",\"data-framer-appear-id\":\"19awrqd\",\"data-framer-name\":\"Experience Vision\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gn23b7\",\"data-framer-name\":\"Experience Vision Right\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t6zeyy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-color\":\"var(--token-5e7f3475-bed9-4008-8ecf-9e5b79811f5d, rgb(61, 61, 61))\"},children:[\"Why Choose Istanbul Mediterranean for \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-0818cc83-e3ee-492b-8eb5-82232ce4a369, rgb(194, 80, 71))\"},children:\"Shawarma\"}),\" in Las Vegas?\"]})}),className:\"framer-4vnx6w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-xti76c\",\"data-styles-preset\":\"gD6Ef59I7\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Halal Shawarma Restaurant\"}),\": Our menu features a variety of Shawarma options, including succulent Beef N Lamb Shawarma, tender \",/*#__PURE__*/_jsx(\"strong\",{children:\"Chicken Shawarma\"}),\", and our signature Mix Shawarma combining the best of both. Each dish is prepared using traditional methods and the finest Halal ingredients, ensuring a genuine taste experience that's hard to find elsewhere.\"]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-xti76c\",\"data-styles-preset\":\"gD6Ef59I7\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Generous Portions, Unforgettable Flavors\"}),\": At Istanbul Mediterranean, we believe in serving hearty portions that satisfy not just your hunger but your soul. Our Shawarmas, known for their large size and delicious flavors, are complemented by an array of homemade sauces such as cool Tzatziki, smooth Tahini, and fiery Hot Chili, elevating your meal to the next level.\"]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-xti76c\",\"data-styles-preset\":\"gD6Ef59I7\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Perfect for Every Occasion\"}),\": Although our seating may be limited, with cozy outdoor options, the essence of our service is in our to-go offerings. Whether you're seeking a quick lunch to energize your day, a delicious dinner to take home, or a convenient, tasty meal to enjoy while exploring the Strip, Istanbul Mediterranean is your go-to spot.\"]})]}),className:\"framer-7gp0rh\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{background:{alt:\"beef-lavash-shawarma-doner-wrap\",fit:\"fill\",intrinsicHeight:1011,intrinsicWidth:1022,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2152.6+40+550.8),pixelHeight:1011,pixelWidth:1022,sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 1140px)`,src:\"https://framerusercontent.com/images/A6PJOg6azQzF4lrUSr9m3N70IrM.png\",srcSet:\"https://framerusercontent.com/images/A6PJOg6azQzF4lrUSr9m3N70IrM.png?scale-down-to=512 512w,https://framerusercontent.com/images/A6PJOg6azQzF4lrUSr9m3N70IrM.png 1022w\"}},TFLFCpjU5:{background:{alt:\"beef-lavash-shawarma-doner-wrap\",fit:\"fill\",intrinsicHeight:1011,intrinsicWidth:1022,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3066.6+60+550.8),pixelHeight:1011,pixelWidth:1022,sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1140px)`,src:\"https://framerusercontent.com/images/A6PJOg6azQzF4lrUSr9m3N70IrM.png\",srcSet:\"https://framerusercontent.com/images/A6PJOg6azQzF4lrUSr9m3N70IrM.png?scale-down-to=512 512w,https://framerusercontent.com/images/A6PJOg6azQzF4lrUSr9m3N70IrM.png 1022w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"beef-lavash-shawarma-doner-wrap\",fit:\"fill\",intrinsicHeight:1011,intrinsicWidth:1022,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2146+80+0),pixelHeight:1011,pixelWidth:1022,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1140px) - 64px) / 2, 200px)`,src:\"https://framerusercontent.com/images/A6PJOg6azQzF4lrUSr9m3N70IrM.png\",srcSet:\"https://framerusercontent.com/images/A6PJOg6azQzF4lrUSr9m3N70IrM.png?scale-down-to=512 512w,https://framerusercontent.com/images/A6PJOg6azQzF4lrUSr9m3N70IrM.png 1022w\"},className:\"framer-1j9kh73\",\"data-framer-name\":\"Experience Image\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1wqrg31\",\"data-framer-appear-id\":\"1wqrg31\",\"data-framer-name\":\"Experience Vision\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{background:{alt:\"Close-up view of creamy tzatziki sauce garnished with dill, olive oil drizzle, and a sprinkle of paprika in a white bowl.\",fit:\"fill\",intrinsicHeight:816,intrinsicWidth:1456,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3053.3999999999996+40+1300.8),pixelHeight:816,pixelWidth:1456,sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 1140px)`,src:\"https://framerusercontent.com/images/0eNjlvA1YLKxVeG1moM6sBkRPvY.png\",srcSet:\"https://framerusercontent.com/images/0eNjlvA1YLKxVeG1moM6sBkRPvY.png?scale-down-to=512 512w,https://framerusercontent.com/images/0eNjlvA1YLKxVeG1moM6sBkRPvY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0eNjlvA1YLKxVeG1moM6sBkRPvY.png 1456w\"}},TFLFCpjU5:{background:{alt:\"Close-up view of creamy tzatziki sauce garnished with dill, olive oil drizzle, and a sprinkle of paprika in a white bowl.\",fit:\"fill\",intrinsicHeight:816,intrinsicWidth:1456,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4571.4+60+1300.8),pixelHeight:816,pixelWidth:1456,sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1140px)`,src:\"https://framerusercontent.com/images/0eNjlvA1YLKxVeG1moM6sBkRPvY.png\",srcSet:\"https://framerusercontent.com/images/0eNjlvA1YLKxVeG1moM6sBkRPvY.png?scale-down-to=512 512w,https://framerusercontent.com/images/0eNjlvA1YLKxVeG1moM6sBkRPvY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0eNjlvA1YLKxVeG1moM6sBkRPvY.png 1456w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Close-up view of creamy tzatziki sauce garnished with dill, olive oil drizzle, and a sprinkle of paprika in a white bowl.\",fit:\"fill\",intrinsicHeight:816,intrinsicWidth:1456,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3140+80+0),pixelHeight:816,pixelWidth:1456,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1140px) - 64px) / 2, 200px)`,src:\"https://framerusercontent.com/images/0eNjlvA1YLKxVeG1moM6sBkRPvY.png\",srcSet:\"https://framerusercontent.com/images/0eNjlvA1YLKxVeG1moM6sBkRPvY.png?scale-down-to=512 512w,https://framerusercontent.com/images/0eNjlvA1YLKxVeG1moM6sBkRPvY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0eNjlvA1YLKxVeG1moM6sBkRPvY.png 1456w\"},className:\"framer-u06jc2\",\"data-framer-name\":\"Experience Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kn7apj\",\"data-framer-name\":\"Experience Vision Right\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cf8mu9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-color\":\"var(--token-5e7f3475-bed9-4008-8ecf-9e5b79811f5d, rgb(61, 61, 61))\"},children:[\"Discover Our Menu \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-0818cc83-e3ee-492b-8eb5-82232ce4a369, rgb(194, 80, 71))\"},children:\"Highlights\"})]})}),className:\"framer-i0vics\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xti76c\",\"data-styles-preset\":\"gD6Ef59I7\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-xti76c\",\"data-styles-preset\":\"gD6Ef59I7\",children:[/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Beef N Lamb Shawarma\"}),\": A perfect blend of beef and lamb, roasted to perfection and wrapped in a warm pita bread, served with your choice of fresh vegetables and sauces.\"]}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Chicken Shawarma\"}),\": Juicy chicken marinated in traditional spices, offering a lighter yet equally flavorful option for Shawarma lovers.\"]}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Mix Shawarma\"}),\": Can't decide between beef and chicken? Get the best of both worlds with our Mix Shawarma, combining the flavors and textures of both meats in one delectable serving.\"]}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Vegetarian Delights\"}),\": Our menu also caters to vegetarian preferences with freshly made Falafel and creamy Hummus, ensuring everyone finds something to love at Istanbul Mediterranean.\"]})})]})]}),className:\"framer-17yconi\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1l0znwm\",\"data-framer-appear-id\":\"1l0znwm\",\"data-framer-name\":\"Experience Vision\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kbvg1w\",\"data-framer-name\":\"Experience Vision Right\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ghitwk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-color\":\"var(--token-0818cc83-e3ee-492b-8eb5-82232ce4a369, rgb(194, 80, 71))\"},children:[\"Visit Us\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-5e7f3475-bed9-4008-8ecf-9e5b79811f5d, rgb(61, 61, 61))\"},children:\" Today\"})]})}),className:\"framer-1sz1j28\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xti76c\",\"data-styles-preset\":\"gD6Ef59I7\",children:\"Located conveniently on the Las Vegas Strip, Istanbul Mediterranean Restaurant is your premier choice for the best Shawarma in town. Experience the authentic taste of the Middle East right here in Vegas, with dishes that are as satisfying as they are delicious. Whether you're a local or just visiting, make sure to stop by for a culinary experience you won't forget, any time from 10 AM to 4 AM.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xti76c\",\"data-styles-preset\":\"gD6Ef59I7\",children:\"For the ultimate Shawarma experience near you in Las Vegas, look no further than Istanbul Mediterranean. Join us and indulge in the flavors that have made us a beloved spot among both locals and visitors alike.\"})]}),className:\"framer-bd8h9l\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{y:(componentViewport?.y||0)+0+0+0+4704.2+40+0+0+0+0+376.8},TFLFCpjU5:{y:(componentViewport?.y||0)+0+0+0+6656.2+60+0+0+0+0+376.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,y:(componentViewport?.y||0)+0+0+0+4560.8+80+0+0+0+0+376.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-im2aig-container\",\"data-framer-name\":\"Get Directions\",name:\"Get Directions\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"bD3PaLDhs\",layoutId:\"bD3PaLDhs\",name:\"Get Directions\",V5iQIMOgy:\"https://www.google.com/maps/dir/Istanbul+Mediterranean+Restaurant+(Halal)/@36.1144735,-115.2134593,13z/data=!4m6!3m5!1s0x80c8c43a3e0cc0d1:0x15df3bbf0f7dceac!8m2!3d36.1144112!4d-115.1722596!16s%2Fg%2F11c2pp80b9?entry=ttu\",variant:\"q6ZfGroXy\",VB_yFINVP:\"Get Directions\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{background:{alt:\"Close-up view of creamy tzatziki sauce garnished with dill, olive oil drizzle, and a sprinkle of paprika in a white bowl.\",fit:\"fill\",intrinsicHeight:3648,intrinsicWidth:5472,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4704.2+40+467.8),pixelHeight:3648,pixelWidth:5472,sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 1140px)`,src:\"https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg\",srcSet:\"https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg 5472w\"}},TFLFCpjU5:{background:{alt:\"Close-up view of creamy tzatziki sauce garnished with dill, olive oil drizzle, and a sprinkle of paprika in a white bowl.\",fit:\"fill\",intrinsicHeight:3648,intrinsicWidth:5472,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+6656.2+60+467.8),pixelHeight:3648,pixelWidth:5472,sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1140px)`,src:\"https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg\",srcSet:\"https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg 5472w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Close-up view of creamy tzatziki sauce garnished with dill, olive oil drizzle, and a sprinkle of paprika in a white bowl.\",fit:\"fill\",intrinsicHeight:3648,intrinsicWidth:5472,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4560.8+80+0),pixelHeight:3648,pixelWidth:5472,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1140px) - 64px) / 2, 200px)`,src:\"https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg\",srcSet:\"https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/0mYTSz1ftxCtn1178lX32rBh4.jpg 5472w\"},className:\"framer-6rrij3\",\"data-framer-name\":\"Experience Image\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{width:\"318px\",y:(componentViewport?.y||0)+0+0+0+5522},TFLFCpjU5:{y:(componentViewport?.y||0)+0+0+0+8034}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:649,width:\"1140px\",y:(componentViewport?.y||0)+0+0+0+5510.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-urg0ln-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{variant:\"ZkqIbTrMR\"},TFLFCpjU5:{variant:\"VnzlF2e31\"}},children:/*#__PURE__*/_jsx(Testimonial,{height:\"100%\",id:\"fvq_Xtg05\",IIC9quaZZ:addImageAlt({src:\"https://framerusercontent.com/images/dM0cmiD51LdaoX9kWqHx2Xz7o98.jpg\",srcSet:\"https://framerusercontent.com/images/dM0cmiD51LdaoX9kWqHx2Xz7o98.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/dM0cmiD51LdaoX9kWqHx2Xz7o98.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/dM0cmiD51LdaoX9kWqHx2Xz7o98.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/dM0cmiD51LdaoX9kWqHx2Xz7o98.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/dM0cmiD51LdaoX9kWqHx2Xz7o98.jpg 5364w\"},\"\"),layoutId:\"fvq_Xtg05\",NNMBFJdun:\"Khalid N.\",style:{width:\"100%\"},variant:\"jJTTwB_kB\",width:\"100%\",wmoCfcH6p:'\"Best shawarma I had in the US in a very long time. Just like the one I love in Istanbul. We got our shawarma fix at least once a day while we were in Las Vegas.\"',yCEi_9Kfx:\"Local Guide\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1140px)`,y:(componentViewport?.y||0)+0+0+0+6171},TFLFCpjU5:{y:(componentViewport?.y||0)+0+0+0+8683}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:730,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1140px)`,y:(componentViewport?.y||0)+0+0+0+6159.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ko2495-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{variant:\"fFiJCiBn3\"},TFLFCpjU5:{variant:\"cuad62NTm\"}},children:/*#__PURE__*/_jsx(BottomDetails,{bwvIKtKaC:addImageAlt({src:\"https://framerusercontent.com/images/oUTrp7qmqg1sUjx9sonu3wrIq4.jpg\",srcSet:\"https://framerusercontent.com/images/oUTrp7qmqg1sUjx9sonu3wrIq4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/oUTrp7qmqg1sUjx9sonu3wrIq4.jpg 803w\"},\"\"),height:\"100%\",id:\"AmSYP6o1a\",layoutId:\"AmSYP6o1a\",P3RNG2J5T:addImageAlt({src:\"https://framerusercontent.com/images/rVWcIXCArEkyMm00CPGjupdik.jpg\",srcSet:\"https://framerusercontent.com/images/rVWcIXCArEkyMm00CPGjupdik.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rVWcIXCArEkyMm00CPGjupdik.jpg 810w\"},\"\"),PjrrWAWZI:addImageAlt({src:\"https://framerusercontent.com/images/ohme8eoHxMChc3irUnpM0aJwN1E.jpg\",srcSet:\"https://framerusercontent.com/images/ohme8eoHxMChc3irUnpM0aJwN1E.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ohme8eoHxMChc3irUnpM0aJwN1E.jpg 810w\"},\"\"),pPRMcLm01:addImageAlt({src:\"https://framerusercontent.com/images/1FdF1qVycidgYxzyRKlA9HWVWg.jpg\",srcSet:\"https://framerusercontent.com/images/1FdF1qVycidgYxzyRKlA9HWVWg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/1FdF1qVycidgYxzyRKlA9HWVWg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/1FdF1qVycidgYxzyRKlA9HWVWg.jpg 1080w\"},\"\"),style:{width:\"100%\"},variant:\"fgmeq6zrI\",width:\"100%\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d6h3BJ5jQ:{height:157,width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1140px)`,y:(componentViewport?.y||0)+0+0+0+6901}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f50tyr-container hidden-1c6m389 hidden-1ckw5w\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"Hxm4hsX5a\",layoutId:\"Hxm4hsX5a\",style:{width:\"100%\"},variant:\"SwGkQ5s3C\",width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TFLFCpjU5:{y:(componentViewport?.y||0)+0+0+0+9413}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:157,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1140px)`,y:(componentViewport?.y||0)+0+0+0+6889.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kzhcyc-container hidden-ehs1da\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TFLFCpjU5:{variant:\"ZdOWRd4nD\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"IcZ4w4zLk\",layoutId:\"IcZ4w4zLk\",style:{width:\"100%\"},variant:\"clAdBZHRm\",width:\"100%\"})})})})}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ov9j0w hidden-1ckw5w\",\"data-border\":true,\"data-framer-name\":\"Footer Menu\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m96wi6\",\"data-framer-name\":\"Left\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:\"ABOUT US\"})}),className:\"framer-1grokjv\",fonts:[\"GF;Poppins-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4gxg06\",\"data-framer-name\":\"Item\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 17, 17)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"oEGbqcdLU\"},nodeId:\"d1OPJzMHY\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-57rakp\",\"data-styles-preset\":\"zMpsiMOLk\",children:\"Mediterranean Restaurant\"})})})}),className:\"framer-15z2eho\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rwcmt\",\"data-framer-name\":\"Item\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 17, 17)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gwlH2xZrq\"},nodeId:\"VBSTTJxvv\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-57rakp\",\"data-styles-preset\":\"zMpsiMOLk\",children:\"Turkish Cuisine\"})})})}),className:\"framer-h6b4j6\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ddt4ly\",\"data-framer-name\":\"Item\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 17, 17)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IVvMT_tjX\"},nodeId:\"z0eYHj951\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-57rakp\",\"data-styles-preset\":\"zMpsiMOLk\",children:\"Halal Restaurant\"})})})}),className:\"framer-c3t0j6\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1415vuz\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:\"POPULAR MENUS\"})}),className:\"framer-dxqj9t\",fonts:[\"GF;Poppins-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11eq3i\",\"data-framer-name\":\"Item\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 17, 17)\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{xHXExFuw3:\"beef-n-lamb-doner-shawarma-pita\"},unresolvedPathSlugs:{xHXExFuw3:{collectionId:\"zZSi9QZJW\",collectionItemId:\"B90lqENAg\"}},webPageId:\"NSzU5R0lJ\"},nodeId:\"d21qNBEd4\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-57rakp\",\"data-styles-preset\":\"zMpsiMOLk\",children:\"Beef N Lamb Doner Shawarma\"})})})}),className:\"framer-owzufq\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-f775k7\",\"data-framer-name\":\"Item\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 17, 17)\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{xHXExFuw3:\"chicken-doner-shawarma-pita\"},unresolvedPathSlugs:{xHXExFuw3:{collectionId:\"zZSi9QZJW\",collectionItemId:\"s7efpQ0d_\"}},webPageId:\"NSzU5R0lJ\"},nodeId:\"Za5OGmkZH\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-57rakp\",\"data-styles-preset\":\"zMpsiMOLk\",children:\"Chicken Doner\"})})})}),className:\"framer-1itzl1d\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{xHXExFuw3:\"falafel-rice-bowl\"},unresolvedPathSlugs:{xHXExFuw3:{collectionId:\"zZSi9QZJW\",collectionItemId:\"JYvUwmwD2\"}},webPageId:\"NSzU5R0lJ\"},nodeId:\"JIwSPxVKY\",openInNewTab:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-11o46c9 framer-18enjz8\",\"data-framer-name\":\"Item\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 17, 17)\"},children:\"Falafel\"})}),className:\"framer-1ra55tr\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g9g4fd\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:\"SHAWARMA\"})}),className:\"framer-wv7g2\",fonts:[\"GF;Poppins-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ltyl39\",\"data-framer-name\":\"Item\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 17, 17)\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{xHXExFuw3:\"mix-doner-shawarma-pita\"},unresolvedPathSlugs:{xHXExFuw3:{collectionId:\"zZSi9QZJW\",collectionItemId:\"gz5ef6K1h\"}},webPageId:\"NSzU5R0lJ\"},nodeId:\"lzailwDSV\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-57rakp\",\"data-styles-preset\":\"zMpsiMOLk\",children:\"Mix Doner Shawarma\"})})})}),className:\"framer-cy0l1f\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m7330a\",\"data-framer-name\":\"Item\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 17, 17)\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{xHXExFuw3:\"beef-n-lamb-shawarma-french-fries-bowl\"},unresolvedPathSlugs:{xHXExFuw3:{collectionId:\"zZSi9QZJW\",collectionItemId:\"b6QcGKBd3\"}},webPageId:\"NSzU5R0lJ\"},nodeId:\"Ey7XYeia5\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-57rakp\",\"data-styles-preset\":\"zMpsiMOLk\",children:\"Shawarma French Fries Bowl\"})})})}),className:\"framer-gpynkx\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mowvvq\",\"data-framer-name\":\"Item\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 17, 17)\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{xHXExFuw3:\"mix-doner-shawarma-rice-bowl\"},unresolvedPathSlugs:{xHXExFuw3:{collectionId:\"zZSi9QZJW\",collectionItemId:\"SXFUjEAda\"}},webPageId:\"NSzU5R0lJ\"},nodeId:\"GEEfWuy7e\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-57rakp\",\"data-styles-preset\":\"zMpsiMOLk\",children:\"Shawarma Rice Bowl\"})})})}),className:\"framer-1ype7of\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jM7Rw.framer-18enjz8, .framer-jM7Rw .framer-18enjz8 { display: block; }\",\".framer-jM7Rw.framer-1c6m389 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 1200px; }\",\".framer-jM7Rw .framer-hugw9h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1140px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jM7Rw .framer-83e1dj-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-jM7Rw.framer-vokczb { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; }\",\".framer-jM7Rw.framer-8q2lke-container { bottom: 0px; flex: none; left: 0px; position: fixed; right: 0px; top: 0px; }\",\".framer-jM7Rw .framer-1uf2t7k { display: grid; flex: none; gap: 80px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-jM7Rw .framer-2am660 { align-content: flex-start; align-items: flex-start; align-self: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: auto; justify-content: center; justify-self: start; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-jM7Rw .framer-1uyq9wx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-jM7Rw .framer-wk3w9e, .framer-jM7Rw .framer-w9k92o, .framer-jM7Rw .framer-15i0uo7, .framer-jM7Rw .framer-e3619y, .framer-jM7Rw .framer-4vnx6w, .framer-jM7Rw .framer-7gp0rh, .framer-jM7Rw .framer-i0vics, .framer-jM7Rw .framer-17yconi, .framer-jM7Rw .framer-1sz1j28, .framer-jM7Rw .framer-bd8h9l { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-jM7Rw .framer-18pobau { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-jM7Rw .framer-lms3hl-container, .framer-jM7Rw .framer-1t2qg80-container, .framer-jM7Rw .framer-im2aig-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-jM7Rw .framer-1ivkuni { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-jM7Rw .framer-q8nojg { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: 1 0 0px; height: 933px; position: relative; width: 1px; }\",\".framer-jM7Rw .framer-17vg89g, .framer-jM7Rw .framer-19awrqd, .framer-jM7Rw .framer-1wqrg31, .framer-jM7Rw .framer-1l0znwm { display: grid; flex: none; gap: 64px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-jM7Rw .framer-nf0qpm { align-self: start; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 636px; justify-self: start; position: relative; width: 100%; }\",\".framer-jM7Rw .framer-7fzxt5, .framer-jM7Rw .framer-gn23b7, .framer-jM7Rw .framer-kn7apj, .framer-jM7Rw .framer-1kbvg1w { align-content: flex-start; align-items: flex-start; align-self: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-jM7Rw .framer-15m383k, .framer-jM7Rw .framer-t6zeyy, .framer-jM7Rw .framer-1cf8mu9, .framer-jM7Rw .framer-1ghitwk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-jM7Rw .framer-h1c59t-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-jM7Rw .framer-1j9kh73 { align-self: start; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 834px; justify-self: start; position: relative; width: 100%; }\",\".framer-jM7Rw .framer-u06jc2 { align-self: start; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 664px; justify-self: start; position: relative; width: 100%; }\",\".framer-jM7Rw .framer-6rrij3 { align-self: start; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 790px; justify-self: start; position: relative; width: 100%; }\",\".framer-jM7Rw .framer-urg0ln-container { flex: none; height: auto; position: relative; width: 1140px; }\",\".framer-jM7Rw .framer-ko2495-container, .framer-jM7Rw .framer-1f50tyr-container, .framer-jM7Rw .framer-1kzhcyc-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-jM7Rw .framer-ov9j0w { --border-bottom-width: 1px; --border-color: #ebebeb; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 857px; }\",\".framer-jM7Rw .framer-1m96wi6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 30px; position: relative; width: 285px; }\",\".framer-jM7Rw .framer-1grokjv, .framer-jM7Rw .framer-15z2eho, .framer-jM7Rw .framer-h6b4j6, .framer-jM7Rw .framer-c3t0j6, .framer-jM7Rw .framer-dxqj9t, .framer-jM7Rw .framer-owzufq, .framer-jM7Rw .framer-1itzl1d, .framer-jM7Rw .framer-1ra55tr, .framer-jM7Rw .framer-wv7g2, .framer-jM7Rw .framer-cy0l1f, .framer-jM7Rw .framer-gpynkx, .framer-jM7Rw .framer-1ype7of { --framer-paragraph-spacing: 0px; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-jM7Rw .framer-4gxg06 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 204px; }\",\".framer-jM7Rw .framer-rwcmt, .framer-jM7Rw .framer-1ddt4ly { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 140px; }\",\".framer-jM7Rw .framer-1415vuz { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 30px; position: relative; width: 1px; }\",\".framer-jM7Rw .framer-11eq3i, .framer-jM7Rw .framer-f775k7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-jM7Rw .framer-11o46c9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-jM7Rw .framer-g9g4fd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 30px; position: relative; width: 261px; }\",\".framer-jM7Rw .framer-1ltyl39 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 216px; }\",\".framer-jM7Rw .framer-1m7330a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 2px 0px 2px 0px; position: relative; width: 239px; }\",\".framer-jM7Rw .framer-1mowvvq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 209px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-jM7Rw.framer-1c6m389, .framer-jM7Rw .framer-hugw9h, .framer-jM7Rw .framer-2am660, .framer-jM7Rw .framer-1uyq9wx, .framer-jM7Rw .framer-18pobau, .framer-jM7Rw .framer-1ivkuni, .framer-jM7Rw .framer-7fzxt5, .framer-jM7Rw .framer-15m383k, .framer-jM7Rw .framer-gn23b7, .framer-jM7Rw .framer-t6zeyy, .framer-jM7Rw .framer-kn7apj, .framer-jM7Rw .framer-1cf8mu9, .framer-jM7Rw .framer-1kbvg1w, .framer-jM7Rw .framer-1ghitwk, .framer-jM7Rw .framer-ov9j0w, .framer-jM7Rw .framer-1m96wi6, .framer-jM7Rw .framer-4gxg06, .framer-jM7Rw .framer-rwcmt, .framer-jM7Rw .framer-1ddt4ly, .framer-jM7Rw .framer-1415vuz, .framer-jM7Rw .framer-11eq3i, .framer-jM7Rw .framer-f775k7, .framer-jM7Rw .framer-11o46c9, .framer-jM7Rw .framer-g9g4fd, .framer-jM7Rw .framer-1ltyl39, .framer-jM7Rw .framer-1m7330a, .framer-jM7Rw .framer-1mowvvq { gap: 0px; } .framer-jM7Rw.framer-1c6m389 > *, .framer-jM7Rw .framer-1uyq9wx > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-jM7Rw.framer-1c6m389 > :first-child, .framer-jM7Rw .framer-hugw9h > :first-child, .framer-jM7Rw .framer-2am660 > :first-child, .framer-jM7Rw .framer-1uyq9wx > :first-child, .framer-jM7Rw .framer-7fzxt5 > :first-child, .framer-jM7Rw .framer-15m383k > :first-child, .framer-jM7Rw .framer-gn23b7 > :first-child, .framer-jM7Rw .framer-t6zeyy > :first-child, .framer-jM7Rw .framer-kn7apj > :first-child, .framer-jM7Rw .framer-1cf8mu9 > :first-child, .framer-jM7Rw .framer-1kbvg1w > :first-child, .framer-jM7Rw .framer-1ghitwk > :first-child, .framer-jM7Rw .framer-1m96wi6 > :first-child, .framer-jM7Rw .framer-4gxg06 > :first-child, .framer-jM7Rw .framer-rwcmt > :first-child, .framer-jM7Rw .framer-1ddt4ly > :first-child, .framer-jM7Rw .framer-1415vuz > :first-child, .framer-jM7Rw .framer-11eq3i > :first-child, .framer-jM7Rw .framer-f775k7 > :first-child, .framer-jM7Rw .framer-11o46c9 > :first-child, .framer-jM7Rw .framer-g9g4fd > :first-child, .framer-jM7Rw .framer-1ltyl39 > :first-child, .framer-jM7Rw .framer-1m7330a > :first-child, .framer-jM7Rw .framer-1mowvvq > :first-child { margin-top: 0px; } .framer-jM7Rw.framer-1c6m389 > :last-child, .framer-jM7Rw .framer-hugw9h > :last-child, .framer-jM7Rw .framer-2am660 > :last-child, .framer-jM7Rw .framer-1uyq9wx > :last-child, .framer-jM7Rw .framer-7fzxt5 > :last-child, .framer-jM7Rw .framer-15m383k > :last-child, .framer-jM7Rw .framer-gn23b7 > :last-child, .framer-jM7Rw .framer-t6zeyy > :last-child, .framer-jM7Rw .framer-kn7apj > :last-child, .framer-jM7Rw .framer-1cf8mu9 > :last-child, .framer-jM7Rw .framer-1kbvg1w > :last-child, .framer-jM7Rw .framer-1ghitwk > :last-child, .framer-jM7Rw .framer-1m96wi6 > :last-child, .framer-jM7Rw .framer-4gxg06 > :last-child, .framer-jM7Rw .framer-rwcmt > :last-child, .framer-jM7Rw .framer-1ddt4ly > :last-child, .framer-jM7Rw .framer-1415vuz > :last-child, .framer-jM7Rw .framer-11eq3i > :last-child, .framer-jM7Rw .framer-f775k7 > :last-child, .framer-jM7Rw .framer-11o46c9 > :last-child, .framer-jM7Rw .framer-g9g4fd > :last-child, .framer-jM7Rw .framer-1ltyl39 > :last-child, .framer-jM7Rw .framer-1m7330a > :last-child, .framer-jM7Rw .framer-1mowvvq > :last-child { margin-bottom: 0px; } .framer-jM7Rw .framer-hugw9h > *, .framer-jM7Rw .framer-4gxg06 > *, .framer-jM7Rw .framer-rwcmt > *, .framer-jM7Rw .framer-1ddt4ly > *, .framer-jM7Rw .framer-11eq3i > *, .framer-jM7Rw .framer-f775k7 > *, .framer-jM7Rw .framer-11o46c9 > *, .framer-jM7Rw .framer-1ltyl39 > *, .framer-jM7Rw .framer-1m7330a > *, .framer-jM7Rw .framer-1mowvvq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-jM7Rw .framer-2am660 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-jM7Rw .framer-18pobau > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } .framer-jM7Rw .framer-18pobau > :first-child, .framer-jM7Rw .framer-1ivkuni > :first-child, .framer-jM7Rw .framer-ov9j0w > :first-child { margin-left: 0px; } .framer-jM7Rw .framer-18pobau > :last-child, .framer-jM7Rw .framer-1ivkuni > :last-child, .framer-jM7Rw .framer-ov9j0w > :last-child { margin-right: 0px; } .framer-jM7Rw .framer-1ivkuni > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-jM7Rw .framer-7fzxt5 > *, .framer-jM7Rw .framer-gn23b7 > *, .framer-jM7Rw .framer-kn7apj > *, .framer-jM7Rw .framer-1kbvg1w > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-jM7Rw .framer-15m383k > *, .framer-jM7Rw .framer-t6zeyy > *, .framer-jM7Rw .framer-1cf8mu9 > *, .framer-jM7Rw .framer-1ghitwk > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-jM7Rw .framer-ov9j0w > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-jM7Rw .framer-1m96wi6 > *, .framer-jM7Rw .framer-1415vuz > *, .framer-jM7Rw .framer-g9g4fd > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-jM7Rw[data-border=\"true\"]::after, .framer-jM7Rw [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 768px) and (max-width: 1199px) { .framer-jM7Rw.framer-1c6m389 { width: 768px; } .framer-jM7Rw.framer-vokczb { background-color: unset; z-index: 2; } .framer-jM7Rw.framer-8q2lke-container { z-index: 2; } .framer-jM7Rw .framer-1uf2t7k, .framer-jM7Rw .framer-17vg89g, .framer-jM7Rw .framer-19awrqd, .framer-jM7Rw .framer-1wqrg31, .framer-jM7Rw .framer-1l0znwm { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: flex-start; padding: 60px 0px 60px 0px; } .framer-jM7Rw .framer-2am660 { align-self: unset; height: min-content; } .framer-jM7Rw .framer-1uyq9wx { max-width: 440px; } .framer-jM7Rw .framer-1ivkuni { align-self: unset; } .framer-jM7Rw .framer-nf0qpm, .framer-jM7Rw .framer-1j9kh73, .framer-jM7Rw .framer-u06jc2, .framer-jM7Rw .framer-6rrij3 { align-self: unset; order: 1; } .framer-jM7Rw .framer-7fzxt5, .framer-jM7Rw .framer-gn23b7, .framer-jM7Rw .framer-kn7apj, .framer-jM7Rw .framer-1kbvg1w { align-self: unset; order: 0; } .framer-jM7Rw .framer-h1c59t-container { align-self: unset; order: 2; width: 528px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-jM7Rw .framer-1uf2t7k, .framer-jM7Rw .framer-17vg89g, .framer-jM7Rw .framer-19awrqd, .framer-jM7Rw .framer-1wqrg31, .framer-jM7Rw .framer-1l0znwm { gap: 0px; } .framer-jM7Rw .framer-1uf2t7k > *, .framer-jM7Rw .framer-17vg89g > *, .framer-jM7Rw .framer-19awrqd > *, .framer-jM7Rw .framer-1wqrg31 > *, .framer-jM7Rw .framer-1l0znwm > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-jM7Rw .framer-1uf2t7k > :first-child, .framer-jM7Rw .framer-17vg89g > :first-child, .framer-jM7Rw .framer-19awrqd > :first-child, .framer-jM7Rw .framer-1wqrg31 > :first-child, .framer-jM7Rw .framer-1l0znwm > :first-child { margin-top: 0px; } .framer-jM7Rw .framer-1uf2t7k > :last-child, .framer-jM7Rw .framer-17vg89g > :last-child, .framer-jM7Rw .framer-19awrqd > :last-child, .framer-jM7Rw .framer-1wqrg31 > :last-child, .framer-jM7Rw .framer-1l0znwm > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 767px) { .framer-jM7Rw.framer-1c6m389 { padding: 0px 20px 0px 20px; width: 390px; } .framer-jM7Rw .framer-83e1dj-container, .framer-jM7Rw .framer-wk3w9e { order: 0; } .framer-jM7Rw.framer-vokczb { background-color: unset; z-index: 2; } .framer-jM7Rw.framer-8q2lke-container { z-index: 2; } .framer-jM7Rw .framer-1uf2t7k { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: flex-start; order: 1; padding: 0px 0px 40px 0px; } .framer-jM7Rw .framer-2am660 { align-self: unset; gap: 40px; height: min-content; } .framer-jM7Rw .framer-w9k92o { order: 1; } .framer-jM7Rw .framer-18pobau { flex-direction: column; } .framer-jM7Rw .framer-lms3hl-container, .framer-jM7Rw .framer-1t2qg80-container { width: 100%; } .framer-jM7Rw .framer-1ivkuni { align-self: unset; } .framer-jM7Rw .framer-q8nojg { height: 460px; order: 0; } .framer-jM7Rw .framer-17vg89g { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: flex-start; order: 2; padding: 40px 0px 40px 0px; } .framer-jM7Rw .framer-nf0qpm, .framer-jM7Rw .framer-1j9kh73, .framer-jM7Rw .framer-u06jc2, .framer-jM7Rw .framer-6rrij3 { align-self: unset; height: 270px; order: 1; } .framer-jM7Rw .framer-7fzxt5, .framer-jM7Rw .framer-gn23b7, .framer-jM7Rw .framer-kn7apj, .framer-jM7Rw .framer-1kbvg1w { align-self: unset; order: 0; } .framer-jM7Rw .framer-h1c59t-container { align-self: unset; order: 2; width: 528px; } .framer-jM7Rw .framer-19awrqd { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: flex-start; order: 3; padding: 40px 0px 40px 0px; } .framer-jM7Rw .framer-1wqrg31 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: flex-start; order: 4; padding: 40px 0px 40px 0px; } .framer-jM7Rw .framer-1l0znwm { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: flex-start; order: 5; padding: 40px 0px 40px 0px; } .framer-jM7Rw .framer-urg0ln-container { order: 6; width: 318px; } .framer-jM7Rw .framer-ko2495-container { order: 8; } .framer-jM7Rw .framer-1f50tyr-container { order: 9; } .framer-jM7Rw .framer-ov9j0w { order: 11; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-jM7Rw .framer-1uf2t7k, .framer-jM7Rw .framer-2am660, .framer-jM7Rw .framer-18pobau, .framer-jM7Rw .framer-17vg89g, .framer-jM7Rw .framer-19awrqd, .framer-jM7Rw .framer-1wqrg31, .framer-jM7Rw .framer-1l0znwm { gap: 0px; } .framer-jM7Rw .framer-1uf2t7k > *, .framer-jM7Rw .framer-2am660 > *, .framer-jM7Rw .framer-17vg89g > *, .framer-jM7Rw .framer-19awrqd > *, .framer-jM7Rw .framer-1wqrg31 > *, .framer-jM7Rw .framer-1l0znwm > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-jM7Rw .framer-1uf2t7k > :first-child, .framer-jM7Rw .framer-2am660 > :first-child, .framer-jM7Rw .framer-18pobau > :first-child, .framer-jM7Rw .framer-17vg89g > :first-child, .framer-jM7Rw .framer-19awrqd > :first-child, .framer-jM7Rw .framer-1wqrg31 > :first-child, .framer-jM7Rw .framer-1l0znwm > :first-child { margin-top: 0px; } .framer-jM7Rw .framer-1uf2t7k > :last-child, .framer-jM7Rw .framer-2am660 > :last-child, .framer-jM7Rw .framer-18pobau > :last-child, .framer-jM7Rw .framer-17vg89g > :last-child, .framer-jM7Rw .framer-19awrqd > :last-child, .framer-jM7Rw .framer-1wqrg31 > :last-child, .framer-jM7Rw .framer-1l0znwm > :last-child { margin-bottom: 0px; } .framer-jM7Rw .framer-18pobau > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6485\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"TFLFCpjU5\":{\"layout\":[\"fixed\",\"auto\"]},\"d6h3BJ5jQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerResponsiveScreen\n */const FramerxnK35XHFs=withCSS(Component,css,\"framer-jM7Rw\");export default FramerxnK35XHFs;FramerxnK35XHFs.displayName=\"Shawarma\";FramerxnK35XHFs.defaultProps={height:6485,width:1200};addFonts(FramerxnK35XHFs,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7V15vFP-KUEg.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}]},...NavbarFonts,...NavMobileFonts,...ButtonFonts,...ReviewWidgetFonts,...TestimonialFonts,...BottomDetailsFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxnK35XHFs\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TFLFCpjU5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"d6h3BJ5jQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"6485\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavbarFonts", "getFonts", "ltuXlpbQ9_default", "NavMobileFonts", "ROSy7GEYE_default", "ButtonFonts", "S78rPCWMb_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "ReviewWidgetFonts", "Xzzo7oFv_default", "TestimonialFonts", "b_nyzgMXA_default", "BottomDetailsFonts", "AsVl6xmMW_default", "FooterFonts", "MiDVBqUWq_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation3", "transition2", "animation4", "transition3", "animation5", "addImageAlt", "image", "alt", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "xJIcz1ixQ3bnx0g", "overlay", "loadMore", "args", "OiH_ORm2W1wnntms", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "l", "PropertyOverrides2", "ComponentViewportProvider", "Container", "AnimatePresence", "Ga", "x", "RichText2", "getLoadingLazyAtYPosition", "Image2", "Link", "css", "FramerxnK35XHFs", "withCSS", "xnK35XHFs_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
