@import"https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Aboreto&display=swap";@import"https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&subset=latin,latin-ext,cyrillic&display=swap";.home-page{flex:1}.home-page .home-page-content{width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:wheat;min-height:85dvh;font-size:24px}.about-us-page{flex:1}.about-us-page .about-us-page-content{width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:wheat;min-height:85dvh;font-size:24px}.menu-page{display:flex;justify-content:center;padding:16px;flex:1}.menu-page .menu-page-container{display:block;width:100%;margin-top:4px;max-width:800px}@media screen and (min-width:640px){.menu-page .menu-page-container{margin-top:12px}}.menu-page .loading-screen,.menu-page .error-screen{height:95%;display:flex;justify-content:center;align-items:center;color:#f86363;font-size:22px;max-width:400px;text-align:center;margin:auto}@media screen and (min-width:640px){.menu-page .loading-screen,.menu-page .error-screen{height:90%}}.menu-page .menu-header{display:flex;justify-content:space-between;color:#fff;border-bottom:1px solid rgba(234,224,213,.2);font-family:Inter,sans-serif;position:relative;height:48px;border-radius:6px}.menu-page .menu-header .back-icon{cursor:pointer;display:flex;justify-content:center;align-items:center;color:#bcb4ab;transition:.2s ease}.menu-page .menu-header .back-icon:hover{color:#eae0d5}.menu-page .menu-header .info{position:absolute;display:flex;justify-content:center;align-items:center;text-align:center;inset:0 44px;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding-left:6px;padding-right:6px;font-size:22px;margin-top:-2px;line-height:1}@media screen and (min-width:768px){.menu-page .menu-header .info{font-size:26px}}.spinner-component{width:40px;height:40px}.spinner-component svg{animation:rotate 1.5s linear infinite;position:relative;width:inherit;height:inherit;display:inline-block;z-index:1}.spinner-component svg circle{position:absolute;stroke:#ecd686;stroke-linecap:round;animation:dash 2s ease-in-out infinite;stroke-width:.3125rem}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes rotate{to{transform:rotate(360deg)}}.language-selector-component{display:flex;justify-content:center;align-items:center;position:relative;font-size:18px;color:#bcb4ab;margin-left:auto}.language-selector-component .action-btn{display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:.2s ease}.language-selector-component .action-btn .active-language{text-transform:uppercase}.language-selector-component .action-btn svg{transition:.4s ease-in-out}.language-selector-component .action-btn:hover{color:#eae0d5}.language-selector-component .language-options{display:flex;flex-direction:column;font-size:16px;color:#fff;text-align:right;position:absolute;right:0;top:48px;white-space:nowrap;background-color:#4a5568;border-radius:8px 0 8px 8px;overflow:hidden;max-height:0px;transition:.4s ease-in-out;z-index:3}.language-selector-component .language-options .option{cursor:pointer;border-bottom:1px solid black;padding:12px 4px 12px 20px;transition:.1s ease}.language-selector-component .language-options .option:last-child{border:none}.language-selector-component .language-options .option:hover{background-color:#eae0d54d;color:#eae0d5}.language-selector-component.open{color:#eae0d5}.language-selector-component.open svg{transform:rotate(180deg)}.language-selector-component.open .language-options{max-height:180px}.menu-component{font-family:Inter,sans-serif;display:flex;justify-content:center;gap:16px;flex-wrap:wrap;box-sizing:border-box;margin-top:52px;margin-bottom:52px}@media screen and (min-width:640px){.menu-component{margin:60px 8px;gap:24px}}.menu-component .menu-category-card{position:relative;cursor:pointer;border-radius:8px;background-color:#202c35;transition:.2s ease-in;color:#fff;width:100%;max-width:310px;height:200px}.menu-component .menu-category-card:hover{opacity:.9;color:#dbac47}@media screen and (min-width:550px){.menu-component .menu-category-card{width:calc(50% - 12px);height:215px}}.menu-component .menu-category-card .category-title{display:flex;justify-content:center;align-items:center;position:absolute;inset:0;text-align:center;z-index:2;font-size:26px;padding:8px 12px;transition:.2s ease-in;cursor:pointer;border-radius:6px;background-color:#21303c99}.menu-component .menu-category-card.with-image .category-image{border-radius:8px;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.menu-component .menu-subcategory-card{position:relative;cursor:pointer;border-radius:8px;background-color:#202c35;transition:.2s ease-in;color:#fff;width:90%;max-width:310px;height:190px}.menu-component .menu-subcategory-card:hover{opacity:.9;color:#dbac47}@media screen and (min-width:550px){.menu-component .menu-subcategory-card{width:calc(50% - 12px)}}@media screen and (min-width:768px){.menu-component .menu-subcategory-card{width:calc(33% - 16px);height:180px}}.menu-component .menu-subcategory-card .subcategory-title{display:flex;justify-content:center;align-items:center;position:absolute;inset:0;text-align:center;z-index:2;font-size:24px;padding:8px 12px;transition:.2s ease-in;cursor:pointer;border-radius:6px;background-color:#21303c99}.menu-component .menu-subcategory-card.with-image .subcategory-image{border-radius:8px;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.menu-component .menu-product-card{display:flex;flex-direction:column;width:100%;background-color:#262d38;color:#fff;border-radius:8px;cursor:pointer;border:1px solid transparent;transition:.15s ease}.menu-component .menu-product-card .product-image-wrapper{display:flex;justify-content:center;align-items:center}.menu-component .menu-product-card .product-image-wrapper .product-image{width:100%;height:220px;object-fit:cover;border-radius:8px 8px 12px 12px;transition:.3s ease}.menu-component .menu-product-card .product-info-and-price-wrapper{width:100%;display:flex;flex-direction:column;gap:16px;padding:16px}@media screen and (min-width:400px){.menu-component .menu-product-card .product-info-and-price-wrapper{flex-direction:row;justify-content:space-between;align-items:center}}.menu-component .menu-product-card .product-info-and-price-wrapper .product-info .product-title{font-size:22px;color:#eae0d5}.menu-component .menu-product-card .product-info-and-price-wrapper .product-info .product-description{color:#eae0d5b3;margin-top:4px}.menu-component .menu-product-card .product-info-and-price-wrapper .product-price{display:flex;gap:28px}.menu-component .menu-product-card .product-info-and-price-wrapper .product-price .single-price{font-size:22px;color:#eae0d5}.menu-component .menu-product-card .product-info-and-price-wrapper .product-price .multiple-price{display:flex;flex-direction:column;justify-content:center}.menu-component .menu-product-card .product-info-and-price-wrapper .product-price .multiple-price .size{font-size:19px;color:#eae0d5b3}.menu-component .menu-product-card .product-info-and-price-wrapper .product-price .multiple-price .price{font-size:19px;color:#eae0d5;margin-top:2px}.menu-component .menu-product-card:hover{border:1px solid rgba(234,224,213,.3);opacity:.9}.menu-component .menu-product-card:hover .product-image{border-radius:8px 8px 0 0}@media screen and (min-width:768px){.menu-component .menu-product-card.with-image{flex-direction:row}.menu-component .menu-product-card.with-image .product-image{min-width:270px;height:180px;border-radius:8px 12px 12px 8px}.menu-component .menu-product-card.with-image:hover .product-image{border-radius:8px 0 0 8px}.menu-component .menu-product-card.with-image .product-info-and-price-wrapper{flex-direction:column;justify-content:space-around;align-items:flex-start}}.menu-header{display:flex;justify-content:center;background:#0c0c0c;color:#fff;border-bottom:1px solid #ffffff;box-shadow:0 0 12px #00000014,0 0 6px #0000000a}.menu-header nav{display:flex;align-items:center;padding:12px 16px;width:100%;max-width:1440px;font-family:Open Sans,sans-serif}.menu-header nav .app_navbar-logo{display:flex;justify-content:flex-start;align-items:center;margin-right:16px}.menu-header nav .navbar-restaurant_name{line-height:1.15;font-size:21.5px;font-family:Aboreto,cursive;display:flex;align-items:center}.menu-header .app_navbar-links{display:flex;justify-content:end;align-items:center;gap:28px;flex:1;list-style:none}.menu-header .app_navbar-links #activePathh{font-size:17.5px;color:#dbac47}.menu-header .app_navbar-links li{cursor:pointer;font-size:16.5px;transition:ease-in .3s}.menu-header .app_navbar-links .hoverEffectNav{color:#fff;display:inline-block;margin:0;box-sizing:border-box}.menu-header .app_navbar-links .hoverEffectNav:after{display:block;content:"";border-bottom:solid 3px rgb(219,172,71);transform:scaleX(0);transition:transform .25s ease-in-out}.menu-header .app_navbar-links .hoverEffectNav:hover:after{transform:scaleX(1)}.menu-header .app_navbar-links .hoverEffectNav.fromRight:after{transform-origin:100% 50%}.menu-header .app_navbar-links .hoverEffectNav.fromLeft:after{transform-origin:0% 50%}.app_navbar-smallscreen{flex:1;justify-content:end;display:none}.app_navbar-smallscreen .overlay__open{cursor:pointer;transition:.3s ease}.app_navbar-smallscreen .overlay__open:hover{color:#dbac47}.app_navbar-smallscreen .app_navbar-smallscreen_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0c0c0c;transition:.5s ease;flex-direction:column;z-index:20}@-webkit-keyframes slide-bottom{0%{-webkit-transform:translateY(-25%);transform:translateY(-25%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-bottom{0%{-webkit-transform:translateY(-25%);transform:translateY(-25%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.app_navbar-smallscreen .app_navbar-smallscreen_overlay.slide-bottom{-webkit-animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both}.app_navbar-smallscreen .app_navbar-smallscreen_overlay .overlay__close{cursor:pointer;position:absolute;top:20px;right:20px}.app_navbar-smallscreen .app_navbar-smallscreen_overlay .overlay__close path{transition:.3s ease}.app_navbar-smallscreen .app_navbar-smallscreen_overlay .overlay__close:hover path{fill:#dbac47}.app_navbar-smallscreen .app_navbar-smallscreen-links{list-style:none;display:flex;flex-direction:column;gap:12px;font-size:21.5px;font-family:Cormorant Upright,serif}.app_navbar-smallscreen #activePathhMobile{color:#dbac47}.app_navbar-smallscreen .cursor-pointer{cursor:pointer}@media screen and (min-width:1024px){.menu-header nav{padding:12px 32px}}@media screen and (max-width:1023px){.menu-header .app_navbar-links{display:none}.menu-header .app_navbar-smallscreen{display:flex}}@media screen and (max-width:640px){.menu-header nav{justify-content:space-between;gap:8px}.menu-header nav .app_navbar-smallscreen{flex:0}.menu-header nav .app_navbar-logo{margin-right:0}.menu-header nav .navbar-restaurant_name{font-size:19.5px}}.menu-footer{background-color:#0c0c0c;color:#fff;display:flex;flex-direction:column;align-items:center;border-top:1px solid #ffffff}.menu-footer .app__footer{width:100%;max-width:1440px;padding:40px 16px;box-sizing:border-box}@media screen and (min-width:1024px){.menu-footer .app__footer{padding:48px 32px}}.menu-footer .short_quote{margin-top:20px}.menu-footer .app__footer-links{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.menu-footer .app__footer-links_contact,.menu-footer .app__footer-links_logo,.menu-footer .app__footer-links_work{text-align:center;width:275px}.menu-footer #restaurantNameInFooter{font-size:44px;color:#fff;line-height:1.1}.menu-footer .app__footer-links_icons svg{display:inline;margin:12px 4px 4px;cursor:pointer}.menu-footer .app__footer-links_icons svg:hover{color:#dcca87}.menu-footer .app__footer-headtext{font-family:Cormorant Upright,serif;font-weight:400;letter-spacing:.04em;text-transform:capitalize;font-size:32px;line-height:41.6px;margin-bottom:20px;padding-top:31px}.menu-footer .footerCreditsCustom{width:100%;display:flex;justify-content:center;padding:4px 16px;text-align:center;box-sizing:border-box}@media screen and (max-width:640px){.menu-footer .app__footer-links_contact,.menu-footer .app__footer-links_logo,.menu-footer .app__footer-links_work{width:265px}}@media screen and (max-width:1023px){.menu-footer .app__footer-links{flex-direction:column;align-items:center}}.menu-layout{display:flex;flex-direction:column;flex:1}.menu-layout .content-container{width:100%;flex:1;box-sizing:border-box;display:flex;flex-direction:column}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.relative{position:relative}.static{position:static}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.block{display:block}.hidden{display:none}}body,#root{box-sizing:border-box;scroll-behavior:smooth;flex-direction:column;min-width:100%;min-height:100dvh;margin:0;padding:0;display:flex}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}a{color:unset;text-decoration:none}.flex__center{display:flex;justify-content:center;align-items:center}.app__bg{background:url(/assets/bg_2-CIuGbxt8.webp);background-position:center;background-size:cover;background-repeat:repeat}@media screen and (min-width:640px){.app__bg{background-attachment:fixed}}.app__wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;min-height:100vh;gap:56px;padding:16px;max-width:1440px}.app__wrapper_info{flex:1;width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.app__wrapper_img{flex:1;width:100%;display:flex;justify-content:center;align-items:center}.app__wrapper_img img{width:80%;max-width:600px}.p__cormorant{font-family:Cormorant Upright,serif;color:#fff;font-weight:700;letter-spacing:.04em;text-transform:capitalize;font-feature-settings:"tnum" on,"lnum" on;line-height:29.9px;font-size:23px}.p__opensans{font-family:Open Sans,sans-serif;color:#fff;font-weight:400;letter-spacing:.04em;line-height:28px;font-size:16px}.headtext__cormorant{font-size:42px;font-family:Cormorant Upright,serif;color:#dcca87;letter-spacing:.04em;text-transform:capitalize}@media screen and (min-width:768px){.headtext__cormorant{font-size:58px}}.spoon__img{display:inline;width:44px}@media screen and (min-width:1024px){.app__wrapper{flex-direction:row;padding:32px}}@media screen and (max-width:640px){.p__cormorant{font-size:21px}.p__opensans{font-size:14px}}.custom-scrollbar-style-1::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:transparent}.custom-scrollbar-style-1::-webkit-scrollbar{width:12px;border-radius:10px;background-color:#d9d9e3}.custom-scrollbar-style-1::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#555}
