@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";.app__newsletter{padding:2rem 4rem;border:1px solid var(--color-golden);background:var(--color-black)}.app__newsletter-heading{text-align:center}.app__newsletter-input{flex-direction:row;margin-top:3rem}.app__newsletter-input input{width:620px;border:1px solid var(--color-golden);border-radius:5px;font-size:1rem;font-family:var(--font-base);color:var(--color-white);margin-right:2rem;padding:.75rem 1rem;background:var(--color-black)}.app__newsletter-input button{width:max-content}@media screen and (min-width: 2000px){.app__newsletter-input input{font-size:2rem}}@media screen and (max-width: 990px){.app__newsletter-input{flex-direction:column;width:100%}.app__newsletter-input input{margin:0 0 2rem;width:100%}}@media screen and (max-width: 650px){.app__newsletter{padding:2rem 0;border:none}}@media screen and (max-width: 300px){.app__newsletter-heading h1{font-size:32px;line-height:50px}}.app__footerOverlay{width:100%;height:100%;z-index:-1;display:flex;flex-direction:column;position:absolute}.app__footerOverlay-black{height:25%;background:var(--color-black)}.app__footerOverlay-img{height:75%}.app__menuitem{width:100%;margin:.5rem 0;padding:1rem 0;position:relative;transition:all .3s ease;border-bottom:1px dashed rgba(220,202,135,.15);animation:fadeIn .4s ease-out forwards;opacity:0}.app__menuitem-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.app__menuitem-details{flex:1;min-width:0}.app__menuitem-title{color:var(--color-golden);font-size:1.1rem;font-weight:600;letter-spacing:.03em;line-height:1.4;margin:0 0 .25rem;font-family:var(--font-base);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app__menuitem-tags{color:var(--color-grey);font-size:.9rem;line-height:1.5;margin:0;font-style:italic;opacity:.9}.app__menuitem-price{color:var(--color-white);font-size:1.1rem;font-weight:700;white-space:nowrap;padding-left:1rem;border-left:1px solid rgba(220,202,135,.3);margin-left:.5rem;min-width:60px;text-align:right}.app__menuitem:hover{transform:translate(5px);background:#ffffff05}.app__menuitem:hover .app__menuitem-title,.app__menuitem:hover .app__menuitem-price{color:var(--color-golden)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 768px){.app__menuitem{padding:.75rem 0}.app__menuitem-content{flex-direction:column;gap:.5rem}.app__menuitem-price{padding-left:0;border-left:none;margin-left:0;text-align:left;width:100%;padding-top:.25rem;border-top:1px dashed rgba(220,202,135,.15)}}.app__menuitem-name h3{color:var(--color-golden);font-size:1.1rem;font-weight:600;letter-spacing:.03em;line-height:1.4;margin:0;font-family:var(--font-base);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app__menuitem-sub{width:100%;margin-top:.5rem;color:var(--color-grey);font-size:.9rem;line-height:1.6;position:relative;z-index:1}.app__menuitem-sub p{margin:0;color:var(--color-grey);font-style:italic;font-size:.9em;line-height:1.5}.app__menuitem-dash{flex:0 0 1.5rem;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(220,202,135,.4) 20%,rgba(220,202,135,.7) 50%,rgba(220,202,135,.4) 80%,transparent 100%);margin:0 1rem;position:relative;top:2px;transition:all .3s ease}.app__menuitem:hover .app__menuitem-dash{flex:0 0 2rem;background:linear-gradient(90deg,transparent 0%,var(--color-golden) 50%,transparent 100%)}.app__menuitem-price{display:flex;justify-content:flex-end;align-items:center;color:var(--color-golden);font-size:1.1rem;font-weight:700;white-space:nowrap;font-family:var(--font-base);min-width:fit-content;transition:all .3s ease}.app__menuitem:hover .app__menuitem-price{color:#fff;text-shadow:0 0 5px rgba(220,202,135,.7)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 1150px){.app__menuitem{margin:.6rem 0;padding:1rem 1.25rem}.app__menuitem-name h3{font-size:1.05rem}.app__menuitem-sub p{font-size:.85rem}.app__menuitem-price{font-size:1.05rem}.app__menuitem-dash{flex:0 0 1rem;margin:0 .8rem}}@media screen and (max-width: 768px){.app__menuitem{padding:.9rem 1rem;margin:.5rem 0}.app__menuitem-name h3{font-size:1rem;white-space:normal}.app__menuitem-price{font-size:1rem}.app__menuitem-sub p{font-size:.8rem}.app__menuitem-dash{display:none}.app__menuitem-head{flex-wrap:wrap}.app__menuitem-price{margin-top:.3rem;width:100%;justify-content:flex-start}}@media screen and (max-width: 480px){.app__menuitem{padding:.8rem}.app__menuitem-name h3{font-size:.95rem}.app__menuitem-sub p{font-size:.78rem}}.app__navbar{width:100%;display:flex;justify-content:space-between;align-items:center;background:var(--color-black);padding:1rem 2rem}.app__navbar-logo{display:flex;justify-content:flex-start;align-items:center}.app__navbar-logo img{width:150px}.app__navbar-links{flex:1;display:flex;justify-content:center;align-items:center;list-style:none}.app__navbar-links li{margin:0 1rem;cursor:pointer}.app__navbar-links li:hover{color:var(--color-grey)}.app__navbar-login{display:flex;justify-content:flex-end;align-items:center}.app__navbar-login a{margin:0 1rem;text-decoration:none;transition:.5s ease}.app__navbar-login a:hover{border-bottom:1px solid var(--color-golden)}.app__navbar-login div{width:1px;height:30px;background:var(--color-grey)}.app__navbar-smallscreen{display:none}.app__navbar-smallscreen_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--color-black);transition:.5s ease;flex-direction:column;z-index:5}.app__navbar-smallscreen_overlay .overlay__close{font-size:27px;color:var(--color-golden);cursor:pointer;position:absolute;top:20px;right:20px}.app__navbar-smallscreen_links{list-style:none}.app__navbar-smallscreen_links li{margin:2rem;cursor:pointer;color:var(--color-golden);font-size:2rem;text-align:center;font-family:var(--font-base)}.app__navbar-smallscreen_links li:hover{color:var(--color-white)}@media screen and (min-width: 2000px){.app__navbar-logo img{width:210px}}@media screen and (max-width: 1150px){.app__navbar-links{display:none}.app__navbar-smallscreen{display:flex}}@media screen and (max-width: 650px){.app__navbar{padding:1rem}.app__navbar-login{display:none}.app__navbar-logo img{width:110px}}.app__findus{background-color:var(--color-black)}.app__findus .app__wrapper_info{width:100%}.app__findus .app__wrapper-content{margin:2rem 0}.app__findus .app__wrapper_img{margin:2rem 0 0;width:100%;position:relative;min-height:500px;border-radius:8px;overflow:hidden}.app__findus .app__wrapper_img img{width:100%;height:auto;border-radius:8px}@media screen and (min-width: 2000px){.app__findus .headtext__cormorant{font-size:120px;line-height:1.2}}@media screen and (max-width: 1150px){.app__findus .app__wrapper{flex-direction:column;align-items:center;text-align:center}.app__findus .app__wrapper_info{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.app__findus .app__wrapper-content{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.app__findus .app__wrapper_img{margin:2rem 0 0;width:100%;max-width:600px}.app__findus .app__wrapper_img img{width:100%}}@media screen and (max-width: 768px){.app__findus .headtext__cormorant{font-size:48px;line-height:1.2;text-align:center;width:100%}.app__findus .app__wrapper_img{margin:2rem auto 0;min-height:400px}.app__findus .app__wrapper-content{padding:0 1rem}}@media screen and (max-width: 450px){.app__findus .headtext__cormorant{font-size:36px;line-height:1.2}.app__findus .p__opensans{font-size:14px;text-align:center}.app__findus .p__cormorant{text-align:center;width:100%;margin:1.5rem 0}.app__findus .app__wrapper_img{min-height:300px}}.app__findus .app__wrapper_img img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .5s ease}.app__findus .app__wrapper_img:hover img{transform:scale(1.05)}.app__findus .custom__button{margin:2rem auto 0;display:block}@media screen and (max-width: 768px){.app__findus .app__wrapper{padding:2rem 1rem}.app__findus .headtext__cormorant{font-size:48px}.app__findus .app__wrapper_img{min-height:350px}}@media screen and (max-width: 480px){.app__findus .headtext__cormorant{font-size:36px}.app__findus .p__opensans{font-size:14px}.app__findus .app__wrapper_img{min-height:250px}}.app__footer{width:100%;position:relative;z-index:1;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;background:var(--color-black);padding-top:0}.app__footer-links{width:100%;display:flex;justify-content:space-between;align-items:flex-start;margin-top:5rem;padding:0 2rem}.app__footer-links_contact{flex:1;margin:1rem;text-align:left;padding:0 2rem}.app__footer-links_contact p{margin:.75rem 0;line-height:1.6}.app__footer-links_logo,.app__footer-links_work{flex:1;margin:1rem;text-align:center}.app__footer-links_logo img:first-child{width:210px;margin-bottom:.75rem}.app__footer-links_work p:nth-child(odd){margin-bottom:1rem}.app__footer-headtext{color:var(--color-golden);margin-bottom:1.5rem;font-size:2rem}@media screen and (max-width: 1150px){.app__footer-links_contact,.app__footer-links_logo,.app__footer-links_work{margin:1rem 0;text-align:center}.app__footer-links_contact p{text-align:center}}.app__footer-links_icons{margin-top:.5rem}.app__footer-links_icons svg{color:var(--color-white);margin:.5rem;font-size:24px;cursor:pointer}.app__footer-links_icons svg:hover{color:var(--color-golden)}.app__footer-headtext{font-family:var(--font-base);color:var(--color-white);font-weight:400;letter-spacing:.04em;text-transform:capitalize;font-size:32px;line-height:41.6px;margin-bottom:1rem}.footer__copyright{margin-top:3rem}@media screen and (min-width: 2000px){.app__footer-headtext{font-size:51px;line-height:61.6px}}@media screen and (max-width: 1150px){.app__footer-links{align-items:center;flex-direction:column;padding:0}.app__footer-links_contact,.app__footer-links_logo,.app__footer-links_work{margin:2rem 0;width:100%}}@media screen and (max-width: 650px){.app__footer{padding:0 0 2rem}}@media screen and (max-width: 350px){.app__footer-links_logo img:first-child{width:80%}}.app__gallery{display:flex;flex-direction:row;background:var(--color-black);padding:4rem 0 4rem 6rem}.app__gallery-content{flex:1;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;min-width:500px;padding-right:2rem}.app__gallery-content button{margin-top:1rem}.app__gallery-images{flex:1;display:flex;flex-direction:row;max-width:50%;position:relative}.app__gallery-images_container{display:flex;flex-direction:row;width:max-content;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.app__gallery-images_container::-webkit-scrollbar{display:none}.app__gallery-images_card{position:relative;min-width:301px;height:447px;margin-right:2rem;overflow:hidden}.app__gallery-images_arrows{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 1rem;position:absolute;bottom:5%}.gallery__arrow-icon{color:var(--color-golden);font-size:2rem;cursor:pointer;background:var(--color-black);border-radius:5px;padding:.5rem;transition:color .3s ease}@media screen and (min-width: 2000px){.app__gallery-content button{margin-top:2rem}.app__gallery-content{min-width:1000px;padding-right:4rem}.app__gallery-images_card{min-width:400px;height:547px}}@media screen and (max-width: 1150px){.app__gallery{flex-direction:column}.app__gallery-images{max-width:100%;margin:5rem 0}}@media screen and (max-width: 850px){.app__gallery{padding:4rem 0 4rem 4rem}}@media screen and (max-width: 650px){.app__gallery{padding:4rem 0 4rem 2rem}.app__gallery-content{min-width:100%}.app__gallery-images_card{min-width:240px;height:320px}}.app__header{width:100%;position:relative;overflow:hidden}.app__wrapper{width:100%;position:relative;z-index:2}.app__wrapper_img{flex:1;display:flex;justify-content:center;align-items:center}.app__header-h1{font-family:var(--font-base);color:var(--color-golden);font-weight:700;letter-spacing:.04em;text-transform:capitalize;line-height:117px;font-size:90px;text-shadow:2px 2px 4px rgba(0,0,0,.8);margin:2rem 0}.app__header-img img{width:80%}@media screen and (min-width: 2000px){.app__header-h1{font-size:180px;line-height:210px}}@media screen and (max-width: 1150px){.app__header-h1{font-size:90px}}@media screen and (max-width: 650px){.app__header-h1{font-size:70px;line-height:87px}}@media screen and (max-width: 450px){.app__header-h1{font-size:50px;line-height:70px}}.app__video{height:100vh;position:relative}.app__video video{width:100%;height:100%;object-fit:cover}.app__video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6}.app__video-overlay_circle{width:100px;height:100px;border-radius:50%;border:1px solid var(--color-golden);cursor:pointer}@media screen and (max-width: 2000px){.app__specialMenu-container{max-width:1200px}}.app__specialMenu{flex-direction:column;background:var(--color-black);padding:4rem 1rem;position:relative;z-index:1;width:100%;box-sizing:border-box}.app__specialMenu-title{margin-bottom:4rem;text-align:center}.app__specialMenu-container{width:100%;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:4rem;padding:0 1rem;box-sizing:border-box}.app__specialMenu-section{width:100%}.app__specialMenu-sectionTitle{font-family:var(--font-base);font-weight:600;font-size:2rem;line-height:1.2;letter-spacing:.1em;color:var(--color-golden);margin-bottom:2.5rem;text-align:center;text-transform:uppercase;position:relative;padding-bottom:1rem}.app__specialMenu-sectionTitle:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:2px;background:linear-gradient(90deg,transparent,var(--color-golden),transparent)}@media screen and (max-width: 1150px){.app__specialMenu-categories{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 650px){.app__specialMenu-categories{grid-template-columns:1fr}.app__specialMenu{padding:2rem .5rem}.app__specialMenu-sectionTitle{font-size:1.5rem;margin-bottom:2rem}}.app__specialMenu-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%;padding:0 .5rem;box-sizing:border-box}.app__specialMenu-category{background:#0003;border-radius:8px;border:1px solid rgba(220,202,135,.1);padding:1.25rem;transition:all .3s ease;box-shadow:0 4px 15px #0000001a;height:100%;display:flex;flex-direction:column}.app__specialMenu-category--full{grid-column:1 / -1}.app__specialMenu-category:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d;border-color:#dcca874d;background:#0006}.app__specialMenu-categoryTitle{font-family:var(--font-base);font-size:1.5rem;color:var(--color-golden);margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid rgba(220,202,135,.2);text-align:center}.app__specialMenu_menu_items{display:flex;flex-direction:column;gap:1.25rem;width:100%}.app__menuitem{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.03);transition:all .3s ease}.app__menuitem:last-child{border-bottom:none}.app__menuitem:hover{transform:translate(5px);border-color:#dcca8733}.app__menuitem-content{flex:1}.app__menuitem-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.app__menuitem-name{font-family:var(--font-base);color:var(--color-white);font-weight:500;font-size:1.1rem;margin:0}.app__menuitem-price{color:var(--color-golden);font-weight:600;margin-left:1rem;white-space:nowrap}.app__menuitem-sub{color:var(--color-grey);font-size:.9rem;line-height:1.5;margin:0}.app__specialMenu-footer{text-align:center;margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.05)}@media screen and (max-width: 1150px){.app__specialMenu-container{max-width:100%}.app__specialMenu-categories{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media screen and (max-width: 768px){.app__specialMenu{padding:4rem 1rem}.app__specialMenu-sectionTitle{font-size:1.75rem;margin-bottom:2rem}.app__specialMenu-category{padding:1.25rem}.app__specialMenu-categoryTitle{font-size:1.3rem;margin-bottom:1.25rem}}@media screen and (max-width: 480px){.app__specialMenu-sectionTitle{font-size:1.5rem}.app__specialMenu-categories{grid-template-columns:1fr}.app__specialMenu-footer{margin-top:3rem}}@media screen and (min-width: 2000px){.app__specialMenu-container{max-width:1800px}.app__specialMenu-categories{grid-template-columns:repeat(3,1fr);gap:2.5rem}.app__specialMenu-category--full{grid-column:1 / -1}}@media screen and (max-width: 768px){.app__specialMenu{padding:4rem 1rem}.app__specialMenu-sectionTitle{font-size:1.75rem;margin-bottom:2rem}.app__specialMenu-category{padding:1.5rem}.app__specialMenu-categoryTitle{font-size:1.3rem;margin-bottom:1.25rem}.app__specialMenu-menu_heading{font-size:28px;line-height:36px}.app__specialMenu-menu_img img{width:100%}.app__specialMenu-menu_divider{display:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app__specialMenu-category{animation:fadeInUp .6s ease-out forwards;opacity:0}.app__specialMenu-category:nth-child(1){animation-delay:.1s}.app__specialMenu-category:nth-child(2){animation-delay:.2s}.app__specialMenu-category:nth-child(3){animation-delay:.3s}.app__specialMenu-category:nth-child(4){animation-delay:.4s}.app__specialMenu-category:nth-child(5){animation-delay:.5s}.app__specialMenu-category:nth-child(6){animation-delay:.6s}.section__padding{padding:4rem 6rem}.flex__center{justify-content:center;align-items:center}.app__bg{background:none!important;background-color:transparent!important}.app__wrapper{display:flex;justify-content:space-between;align-items:center;min-height:100vh;width:100%}.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;margin-left:2rem}.app__wrapper_img-reverse{justify-content:flex-start;margin-right:2rem}.app__wrapper_img img{width:80%}.custom__button{background-color:var(--color-crimson);color:var(--color-black);font-family:var(--font-base);font-weight:700;letter-spacing:.04em;line-height:28px;font-size:16px;padding:.5rem 1.5rem;border-radius:1px;border:none;outline:none;cursor:pointer}.p__cormorant{font-family:var(--font-base);color:var(--color-white);font-weight:700;letter-spacing:.04em;text-transform:capitalize;font-feature-settings:"tnum" on,"lnum" on;line-height:35px;font-size:28px}.p__opensans{font-family:var(--font-alt);color:var(--color-white);font-weight:400;letter-spacing:.04em;text-transform:capitalize;line-height:28px;font-size:16px}.headtext__cormorant{font-family:var(--font-base);color:var(--color-golden);font-size:64px;line-height:83.2px;letter-spacing:.04em;text-transform:capitalize}.spoon__img{width:45px}@media screen and (min-width: 2000px){.custom__button,.p__cormorant{font-size:37px;line-height:67px}.p__opensans{font-size:30px;line-height:50px}.headtext__cormorant{font-size:150px;line-height:210px}.spoon__img{width:80px}}@media screen and (max-width: 1150px){.app__wrapper{flex-direction:column}.app__wrapper_img{margin:5rem 0 0}.app__wrapper_img-reverse{margin:0 0 5rem}.app__wrapper_img img{width:100%}}@media screen and (max-width: 850px){.section__padding{padding:4rem}}@media screen and (max-width: 650px){.section__padding{padding:4rem 2rem}.p__cormorant{font-size:24px}.p__opensans{font-size:14px}}@media screen and (max-width: 450px){.p__opensans{font-size:12px}.p__cormorant{font-size:22px}.headtext__cormorant{font-size:45px;line-height:70px}}:root{--font-base: "Cormorant Upright", serif;--font-alt: "Open Sans", sans-serif;--color-primary: #1a5f2b;--color-primary-light: #2e8b57;--color-accent: #50c878;--color-accent-light: #90ee90;--color-golden: #d4af37;--color-black: #0a1e0f;--color-dark: #1e3b2a;--color-gray: #a9b8b1;--color-light: #e8f5e9;--color-white: #ffffff;--color-bg: #f8f9f8;--color-overlay: rgba(10, 30, 15, .9);--gradient-primary: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);--gradient-light: linear-gradient(135deg, var(--color-light) 0%, var(--color-white) 100%);--gradient-gold: linear-gradient(135deg, #d4af37 0%, #f5d76e 100%);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .15);--transition: all .3s cubic-bezier(.4, 0, .2, 1);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-full: 9999px}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}body,html{background-color:#0a1e0f;color:#fff;margin:0;padding:0;width:100%;min-height:100vh;font-family:var(--font-alt, "Open Sans", sans-serif);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}a{color:unset;text-decoration:none}.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}@-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)}}
