@import url(https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap);:root{--font-base:"Playfair",serif;--font-alt:"Libre Franklin",sans-serif;--color-golden:#dcca87;--color-black:#3b0911;--color-gray:#545454;--color-crimson:#f5efdb;--color-grey:#ccc;--color-white:linen}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{background-color:#3b0911;color:linen}a{color:inherit;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)}}.app__aboutus{position:relative}.app__aboutus-overlay{inset:0;position:absolute}.app__aboutus-overlay img{height:auto;object-fit:contain;opacity:.15;width:800px;z-index:0}.app__aboutus-content{align-items:stretch;display:flex;flex-direction:row;gap:4rem;width:100%;z-index:2}.app__aboutus-content_about{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;text-align:right}.app__aboutus-content_knife{margin:2rem 4rem}.app__aboutus-content_knife img{height:910px}.app__aboutus-content_history{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;text-align:left}.app__aboutus-content_about h1,.app__aboutus-content_history h1{margin-top:0}.app__aboutus-content_about p,.app__aboutus-content_history p{color:var(--color-grey);margin:2rem 0}@media screen and (min-width:2000px){.app__aboutus-content_knife img{height:1110px}.app__aboutus-content_about p,.app__aboutus-content_history p{margin:4rem 0}}@media screen and (max-width:900px){.app__aboutus-content{flex-direction:column}.app__aboutus-content_knife{margin:4rem 0}}@media screen and (max-width:650px){.app__aboutus-overlay img{height:320px;width:80%}}.app__newsletter{background:var(--color-black);border:1px solid var(--color-golden);padding:2rem 4rem}.app__newsletter-heading{text-align:center}.app__newsletter-input{flex-direction:row;margin-top:3rem}.app__newsletter-input input{background:var(--color-black);border:1px solid var(--color-golden);border-radius:5px;color:var(--color-white);font-family:var(--font-base);font-size:1rem;margin-right:2rem;padding:.75rem 1rem;width:620px}.app__newsletter-input button{width:-webkit-max-content;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{border:none;padding:2rem 0}}@media screen and (max-width:300px){.app__newsletter-heading h1{font-size:32px;line-height:50px}}.app__footerOverlay{display:flex;flex-direction:column;height:100%;position:absolute;width:100%;z-index:-1}.app__footerOverlay-black{background:var(--color-black);height:25%}.app__footerOverlay-img{height:75%}.app__menuitem{display:flex;flex-direction:column;margin:1rem 0;width:100%}.app__menuitem-head{align-items:center;display:flex;justify-content:space-between}.app__menuitem-sub{margin-top:.2rem;width:100%}.app__menuitem-name{flex:1 1}.app__menuitem-dash{background:var(--color-golden);height:1px;margin:0 1rem;width:90px}.app__menuitem-price{align-items:flex-end;display:flex;justify-content:flex-end}.app__navbar{align-items:center;background:transparent;display:flex;justify-content:space-between;left:0;min-height:80px;padding:.5rem 2rem;position:fixed;top:0;transition:background .3s ease;width:100%;z-index:999}.app__navbar.scrolled{background:url(/static/media/bg.3d421b1b5682e1b67deb.png);background-position:50%;background-repeat:repeat;background-size:cover;box-shadow:0 2px 10px rgba(0,0,0,.3)}.app__navbar-logo{align-items:center;display:flex;justify-content:flex-start}.app__navbar-logo img{width:200px}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar-links li{cursor:pointer;margin:0 1rem}.app__navbar-links li:hover{color:var(--color-grey)}.app__navbar-login{align-items:center;display:flex;justify-content:flex-end}.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{background:var(--color-grey);height:30px;width:1px}.booking-button{background:var(--color-golden);border:none;border-radius:4px;color:#000!important;cursor:pointer;font-family:var(--font-base);font-size:16px;font-weight:700;letter-spacing:.5px;padding:.5rem 1.5rem;transition:.3s ease}.booking-button:hover{background:var(--color-white);color:var(--color-black);-webkit-transform:scale(1.05);transform:scale(1.05)}.booking-modal-overlay{align-items:center;background:rgba(0,0,0,.85);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.booking-modal-content{background:var(--color-black);border-radius:8px;box-shadow:0 4px 20px hsla(47,55%,70%,.3);height:90vh;max-width:1200px;overflow:hidden;position:relative;width:90%}.booking-modal-close{-webkit-tap-highlight-color:rgba(220,202,135,.3);align-items:center;background:var(--color-golden);border:none;border-radius:50%;color:var(--color-black);cursor:pointer;display:flex;font-size:28px;height:40px;justify-content:center;position:absolute;right:10px;top:10px;touch-action:manipulation;transition:.3s ease;width:40px;z-index:1001}.booking-modal-close:hover{background:var(--color-white);-webkit-transform:rotate(90deg);transform:rotate(90deg)}@media screen and (max-width:650px){.booking-modal-close{font-size:32px;height:50px;right:15px;top:15px;width:50px}}.booking-iframe{border:none;height:100%;width:100%}.app__navbar-smallscreen{display:none}.app__navbar-smallscreen_overlay{background:var(--color-black);flex-direction:column;height:100vh;left:0;position:fixed;top:0;transition:.5s ease;width:100%;z-index:5}.app__navbar-smallscreen_overlay .overlay__close{color:var(--color-golden);cursor:pointer;font-size:27px;position:absolute;right:20px;top:20px}.app__navbar-smallscreen_links{list-style:none}.app__navbar-smallscreen_links li{color:var(--color-golden);cursor:pointer;font-family:var(--font-base);font-size:2rem;margin:2rem;text-align:center}.app__navbar-smallscreen_links li:hover{color:var(--color-white)}@media screen and (min-width:2000px){.app__navbar-logo img{width:280px}}@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:150px}}.app__chef-content{display:flex;flex-direction:column;margin-top:5rem;width:100%}.app__chef-content_quote{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.app__chef-content_quote img{height:40px;margin:0 0 1rem;width:47px}.app__chef-stars{display:flex;gap:.25rem;margin:1rem 0}.app__chef-stars .star{color:var(--color-golden);font-size:24px}.app__chef-ratings{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem;padding:1rem 0}.app__chef-ratings p{color:var(--color-grey);font-size:16px}.app__chef-sign{margin-top:2rem;width:100%}.app__chef-sign p:first-child{color:var(--color-golden);font-family:var(--font-base);font-size:32px;font-weight:400;letter-spacing:.04em;line-height:41.6px;text-transform:capitalize}.app__chef-sign img{margin-top:3rem;width:250px}.app__chef-dots{display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.app__chef-dots .dot{background-color:var(--color-grey);border-radius:50%;cursor:pointer;height:10px;transition:all .3s ease;width:10px}.app__chef-dots .dot.active{background-color:var(--color-golden);-webkit-transform:scale(1.2);transform:scale(1.2)}.app__chef-dots .dot:hover{background-color:var(--color-golden);opacity:.8}@media screen and (min-width:2000px){.app__chef-sign img{width:370px}}@media screen and (max-width:450px){.app__chef-sign img{width:80%}.app__chef-stars .star{font-size:20px}}.app__footer{align-items:center;background:var(--color-black);display:flex;flex-direction:column;justify-content:flex-start;padding:.5rem 0;position:relative;width:100%;z-index:1}.app__footer-links_logo{margin-bottom:1rem;text-align:center;width:100%}.app__footer-links{align-items:flex-start;display:flex;justify-content:space-around;margin-top:.5rem;padding:0 2rem;width:100%}.app__footer-links_contact,.app__footer-links_work{flex:1 1;margin:0;text-align:center}.app__footer-links_logo img:first-child{margin-bottom:0;width:210px}.app__footer-links_work p:nth-child(odd){margin-bottom:.5rem}.app__footer-links_icons{margin-top:.25rem}.app__footer-links_icons svg{color:var(--color-white);cursor:pointer;font-size:24px;margin:.5rem}.app__footer-links_icons svg:hover{color:var(--color-golden)}.app__footer-headtext{color:var(--color-white);font-family:var(--font-base);font-size:32px;font-weight:400;letter-spacing:.04em;line-height:41.6px;margin-bottom:.25rem;text-transform:capitalize}.footer__copyright{margin-bottom:.5rem;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{background:var(--color-black);flex-direction:row;padding:4rem 0 4rem 6rem}.app__gallery-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:500px;padding-right:2rem}.app__gallery-content button{margin-top:1rem}.app__gallery-images{display:flex;flex:1 1;flex-direction:row;max-width:50%;position:relative}.app__gallery-images_container{-ms-overflow-style:none;display:flex;flex-direction:row;overflow-x:scroll;scrollbar-width:none;width:-webkit-max-content;width:max-content}.app__gallery-images_container::-webkit-scrollbar{display:none}.app__gallery-images_card{height:447px;margin-right:2rem;min-width:301px;position:relative}.gallery__image-icon{color:#fff;cursor:pointer;font-size:2rem;opacity:0;position:absolute;transition:.5s ease}.app__gallery-images_card img{height:100%;object-fit:cover;opacity:1;transition:.5s ease;width:100%}.app__gallery-images_card:hover img{opacity:.35}.app__gallery-images_card:hover .gallery__image-icon{opacity:1}.app__gallery-images_arrows{align-items:center;bottom:5%;display:flex;justify-content:space-between;padding:0 1rem;position:absolute;width:100%}.gallery__arrow-icon{background:var(--color-black);border-radius:5px;color:var(--color-golden);cursor:pointer;font-size:2rem}.gallery__arrow-icon:hover{color:var(--color-white)}@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{height:547px;min-width:400px}}@media screen and (max-width:1150px){.app__gallery{flex-direction:column}.app__gallery-images{margin:5rem 0;max-width:100%}}@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{height:320px;min-width:240px}}.app__header{align-items:center;background-attachment:fixed;background-image:url(https://ik.imagekit.io/mv3sctrmq/31.2.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:100vh;padding:4rem 6rem;position:relative}.app__header:before{background:rgba(0,0,0,.75);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.app__header-content{max-width:800px;position:relative;text-align:center;-webkit-transform:translateY(0);transform:translateY(0);z-index:2}.app__header-h1{color:var(--color-white);font-family:var(--font-base);font-size:90px;font-weight:700;letter-spacing:.04em;line-height:1.1;text-transform:capitalize}.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:850px){.app__header{padding:4rem}}@media screen and (max-width:650px){.app__header-h1{font-size:70px;line-height:1.1}.app__header{background-attachment:scroll;padding:4rem 2rem}}@media screen and (max-width:450px){.app__header-h1{font-size:50px;line-height:1.1}.app__header{background-attachment:scroll;padding:4rem 2rem}}.app__video{height:100vh;position:relative}.app__video video{height:100%;object-fit:cover;width:100%}.app__video-overlay{background:rgba(0,0,0,.65);inset:0;position:absolute}.app__video-overlay_circle{border:1px solid var(--color-golden);border-radius:50%;cursor:pointer;height:100px;width:100px}.app__laurels_awards{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:3rem}.app__laurels_awards-card{align-items:flex-start;display:flex;flex:1 1;justify-content:flex-start;margin:1rem;max-width:calc(50% - 2rem);min-width:230px}@media screen and (min-width:1900px){.app__laurels_awards-card{min-width:390px}}.app__laurels_awards-card img{height:50px;width:50px}.app__laurels_awards-card_content{display:flex;flex-direction:column;margin-left:1rem}@media screen and (max-width:450px){.app__laurels_awards-card{margin:1rem 0;min-width:100%}}.app__specialMenu{background:var(--color-black);flex-direction:column}.app__specialMenu-title{margin-bottom:2rem;text-align:center}.app__specialMenu-menu{align-items:flex-start;display:flex;flex-direction:row;justify-content:center;margin:2rem 0;width:100%}.app__specialMenu-menu_heading{color:var(--color-white);font-family:var(--font-base);font-size:45px;font-weight:600;letter-spacing:.04em;line-height:58.5px}.app__specialMenu-menu_cocktails,.app__specialMenu-menu_wine{flex:1 1;flex-direction:column;width:100%}.app__specialMenu-menu_img{margin:0 2rem;width:410px}.app__specialMenu-menu_img img{height:auto;width:100%}.app__specialMenu_menu_items{display:flex;flex-direction:column;margin:2rem 0;width:100%}@media screen and (min-width:2000px){.app__specialMenu-menu_img{width:650px}.app__specialMenu-menu_img img{height:920px}}@media screen and (max-width:1150px){.app__specialMenu-menu{align-items:center;flex-direction:column;width:100%}.app__specialMenu-menu_img{margin:3rem 0}}@media screen and (max-width:650px){.app__specialMenu-menu_img{width:100%}.app__specialMenu-menu_heading{font-size:35px;line-height:48.5px}.app__specialMenu{padding:2rem 1rem}.app__specialMenu button{font-size:13px!important;padding:.7rem 1.2rem!important;white-space:nowrap!important}.app__specialMenu>div[style*=margin]{margin-bottom:1rem!important;margin-top:1.5rem!important}.app__specialMenu div[style*=column-count],.app__specialMenu div[style*=columnCount]{column-count:1!important;-webkit-column-count:1!important;-moz-column-count:1!important}.app__specialMenu>div>div{-webkit-column-count:1!important;column-count:1!important}}.app__policy{background-color:var(--color-black);padding:4rem 6rem}.app__policy-content{margin:0 auto;max-width:1200px;width:100%}.app__policy-section{margin-bottom:4rem;text-align:center}.app__policy-section:last-child{margin-bottom:0}.app__policy-section h1{margin-bottom:1rem}.app__policy-section .spoon__img{display:block;margin:1rem auto 2rem}.app__policy-section p{line-height:1.8;margin:0 auto;max-width:900px;text-align:justify}@media screen and (max-width:850px){.app__policy{padding:4rem}}@media screen and (max-width:650px){.app__policy{padding:4rem 2rem}.app__policy-section{margin-bottom:3rem}}.app__testimonials{background-color:var(--color-black);text-align:center}.app__testimonials-content{margin:0 auto;max-width:1000px}.app__testimonials-slider{display:flex;flex-direction:column;justify-content:space-between;margin-top:3rem;min-height:400px}.app__testimonials-card{-webkit-animation:fadeIn .5s ease-in;animation:fadeIn .5s ease-in;background:hsla(47,55%,70%,.05);border:1px solid var(--color-golden);border-radius:8px;padding:3rem 2rem;transition:all .3s ease}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.app__testimonials-stars{margin-bottom:1.5rem}.star{color:var(--color-golden);font-size:2rem;margin:0 .2rem}.app__testimonials-review{color:var(--color-white);font-size:1.1rem;font-style:italic;line-height:1.8;margin:2rem auto;max-width:800px}.app__testimonials-ratings{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2rem 0}.app__testimonials-ratings p{color:var(--color-golden);font-weight:600}.app__testimonials-name{color:var(--color-golden);font-size:1.5rem;font-weight:700;margin-top:2rem}.app__testimonials-price{color:var(--color-white);margin-top:.5rem;opacity:.8}.app__testimonials-dots{display:flex;gap:1rem;justify-content:center;margin-top:3rem}.dot{background:hsla(47,55%,70%,.3);border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.dot.active{-webkit-transform:scale(1.3);transform:scale(1.3)}.dot.active,.dot:hover{background:var(--color-golden)}@media screen and (max-width:850px){.app__testimonials-card{padding:2rem 1.5rem}.app__testimonials-review{font-size:1rem}.app__testimonials-ratings{gap:1rem}}@media screen and (max-width:650px){.app__testimonials-slider{min-height:450px}.app__testimonials-card{padding:1.5rem 1rem}.star{font-size:1.5rem}.app__testimonials-review{font-size:.95rem;line-height:1.6}.app__testimonials-name{font-size:1.2rem}.app__testimonials-ratings{flex-direction:column;gap:.5rem}}.section__padding{padding:4rem 6rem}.flex__center{align-items:center;display:flex;justify-content:center}.app__bg{background:url(/static/media/bg.3d421b1b5682e1b67deb.png);background-attachment:fixed;background-position:50%;background-repeat:repeat;background-size:cover}.app__wrapper{align-items:center;display:flex;justify-content:space-between;min-height:100vh}.app__wrapper_info{align-items:flex-start;flex:1 1;flex-direction:column}.app__wrapper_img,.app__wrapper_info{display:flex;justify-content:center;width:100%}.app__wrapper_img{align-items:center;flex:1 1;margin-left:2rem;position:relative}.app__wrapper_img-reverse{justify-content:flex-start;margin-right:2rem}.app__wrapper_img img{background:linear-gradient(var(--color-golden),var(--color-golden)) 0 0 /8px 60px,linear-gradient(var(--color-golden),var(--color-golden)) 0 0 /60px 8px,linear-gradient(var(--color-golden),var(--color-golden)) 100% 0 /8px 60px,linear-gradient(var(--color-golden),var(--color-golden)) 100% 0 /60px 8px,linear-gradient(var(--color-golden),var(--color-golden)) 0 100% /8px 60px,linear-gradient(var(--color-golden),var(--color-golden)) 0 100% /60px 8px,linear-gradient(var(--color-golden),var(--color-golden)) 100% 100% /8px 60px,linear-gradient(var(--color-golden),var(--color-golden)) 100% 100% /60px 8px;background-origin:border-box;background-repeat:no-repeat;border:8px solid transparent;height:650px;object-fit:cover;object-position:top;padding:8px;width:80%}.custom__button{background-color:var(--color-crimson);border:none;border-radius:1px;color:var(--color-black);cursor:pointer;font-size:16px;line-height:28px;outline:none;padding:.5rem 1.5rem}.custom__button,.p__cormorant{font-family:var(--font-base);font-weight:700;letter-spacing:.04em}.p__cormorant{-webkit-font-feature-settings:"tnum" on,"lnum" on;font-feature-settings:"tnum" on,"lnum" on;font-size:23px;line-height:29.9px}.p__cormorant,.p__opensans{color:var(--color-white);text-transform:capitalize}.p__opensans{font-family:var(--font-alt);font-size:16px;font-weight:400;letter-spacing:.04em;line-height:28px}.headtext__cormorant{color:var(--color-golden);font-family:var(--font-base);font-size:64px;letter-spacing:.04em;line-height:83.2px;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:21px}.p__opensans{font-size:14px}}@media screen and (max-width:450px){.p__opensans{font-size:12px}.p__cormorant{font-size:19px}.headtext__cormorant{font-size:45px;line-height:70px}}
/*# sourceMappingURL=main.0cb33792.css.map*/