@import url(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);:root{--font-base:"Cormorant Upright",serif;--font-alt:"Open Sans",sans-serif;--color-golden:#75d3f3;--color-black:#0c0c0c;--color-gray:#545454;--color-crimson:#9de9fc;--color-grey:#babebe;--color-white:#fff}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}a{color:inherit;text-decoration:none}.slide-bottom{animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-bottom{0%{transform:translateY(-25%)}to{transform:translateY(0)}}.app__aboutus{position:relative}.app__aboutus-overlay{inset:0;position:absolute}.app__aboutus-overlay img{height:415px;width:391px;z-index:0}.app__aboutus-content{width:100%;z-index:2}.app__aboutus-content_about{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;justify-content:flex-end;text-align:right}.app__aboutus-content_knife{align-items:center;display:flex;justify-content:center;margin:0 4rem}.app__aboutus-content_knife img{height:auto;width:150px}.app__aboutus-content_history{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;text-align:left}.avatar__container{align-items:center;display:flex;height:420px;justify-content:center;margin:0 4rem;width:160px}.avatar__image{height:100%;object-fit:contain;width:100%}.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: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}}.input--error{border:2px solid red}.success-message{color:green;margin-top:1rem}.error-message{color:red}.app__newsletter-message,.error-message{margin-top:1rem}.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:var(--color-black);display:flex;justify-content:space-between;padding:.2rem 1rem;width:100%}.app__header-h1{font-size:20px;font-weight:400}.app__navbar-logo-text{color:#fff;font-family:var(--font-base);font-size:40px;font-weight:300;letter-spacing:1px;margin-left:.5rem}.app__navbar-logo{align-items:center;display:flex;justify-content:flex-start}.app__navbar-logo img{width:150px}.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}.app__navbar-smallscreen{display:none}.app__navbar-smallscreen_overlay{height:100vh;left:0;padding:.5rem 1rem;position:fixed;top:0;transition:.5s ease;width:100%;z-index:5}.app__navbar-smallscreen_links{list-style:none}.app__navbar-smallscreen_links li{margin:2rem}@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__navbar-smallscreen_overlay{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000e6;display:flex;flex-direction:column;justify-content:center}.app__navbar-smallscreen_links li{color:var(--color-golden);cursor:pointer;margin:1.5rem 0;transition:color .3s ease;transition:all .3s ease-in-out}.app__navbar-smallscreen_links li:hover{color:var(--color-white);text-shadow:0 0 5px #ffffff4d;transform:scale(1.05)}.app__navbar-smallscreen_links li a{padding-bottom:4px}.app__navbar-smallscreen_links li a:after{background-color:var(--color-white);bottom:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-30%)}to{opacity:1;transform:translateY(0)}}.animate-slideDown{animation:slideDown .4s ease-out forwards}.app__navbar-smallscreen_links li{font-family:var(--font-base);font-size:2rem;list-style:none;margin:1.2rem 0;text-align:center;transition:transform .3s ease-in-out}.app__navbar-smallscreen_links li a{color:var(--color-golden);display:inline-block;font-weight:300;letter-spacing:1px;position:relative;text-decoration:none;transition:all .3s ease}.app__navbar-smallscreen_links li a span{color:var(--color-white);font-size:1.3rem;margin-right:.5rem;opacity:.6}.app__navbar-smallscreen_links li:hover{transform:scale(1.1)}.app__navbar-smallscreen_links li a:after{background:var(--color-white);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.app__navbar-smallscreen_links li a:hover:after{width:100%}.menu-icon{cursor:pointer;transition:transform .3s ease}.menu-icon:hover{transform:scale(1.1)}.overlay__close{transition:transform .3s ease}.overlay__close:hover{transform:rotate(90deg)}.app__chef-content{display:flex;flex-direction:column;margin-top:.5rem;width:100%}.app__chef-content_quote{align-items:flex-end;display:flex;justify-content:flex-start}.app__chef-content_quote img{height:40px;margin:0 1rem 1rem 0;width:47px}.app__chef-sign{margin-bottom:0!important;margin-top:1rem;padding-bottom:0!important;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-bottom:0!important;margin-top:.5rem;width:250px}.app__wrapper_info{margin-bottom:0!important;margin-top:1rem}.app__wrapper.section__padding,.app__wrapper_info{padding-bottom:0!important}@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__footer{align-items:center;background:var(--color-black);display:flex;flex-direction:column;justify-content:flex-start;padding-top:0;position:relative;width:100%;z-index:1}.app__footer-links{align-items:flex-start;display:flex;justify-content:space-between;margin-top:5rem;padding:0 2rem;width:100%}.app__footer-links_contact,.app__footer-links_logo,.app__footer-links_work{flex:1 1;margin:1rem;text-align:center}.app__footer-links_logo img:first-child{margin-bottom:.75rem;width:210px}.app__footer-links_work p:nth-child(odd){margin-bottom:1rem}.app__footer-links_icons{margin-top:.5rem}.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:1rem;text-transform:capitalize}.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{align-items:center;background:var(--color-black);display:flex;flex-direction:column;padding:5rem 2rem}.app__gallery-title{margin-bottom:4rem;text-align:center}.app__gallery-title h1{color:var(--color-white);font-size:3rem}.app__gallery-images{display:flex;justify-content:center;margin-top:2rem;position:relative;width:100%}.app__gallery-images_container{-ms-overflow-style:none;display:flex;flex-direction:row;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.app__gallery-images_container::-webkit-scrollbar{display:none}.app__gallery-images_card{border-radius:10px;flex:0 0 auto;height:400px;max-width:90vw;overflow:hidden;position:relative;scroll-snap-align:center;transition:transform .3s ease;width:300px}.app__gallery-images_card img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.app__gallery-images_card:hover img{transform:scale(1.05)}.app__gallery-images_arrows{align-items:center;bottom:5%;display:flex;justify-content:space-between;padding:0 1rem;pointer-events:none;position:absolute;width:100%}.gallery__arrow-icon{background:var(--color-black);border-radius:5px;color:var(--color-golden);cursor:pointer;font-size:2rem;padding:.3rem;pointer-events:auto}.gallery__arrow-icon:hover{color:var(--color-white)}@media screen and (min-width:1440px){.app__gallery-images_card{height:500px;width:400px}}@media screen and (min-width:1920px){.app__gallery-images_card{height:600px;width:500px}}.app__header{background-color:var(--color-black)}.app__header-h1{color:var(--color-golden);font-family:var(--font-base);font-size:90px;font-weight:700;letter-spacing:.04em;line-height:117px;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: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}}.framed-image{display:inline-block;padding:0;position:relative}.framed-image:before{background-color:#d8ba72;left:-20px;top:-20px}.framed-image:after,.framed-image:before{content:"";height:100px;position:absolute;width:100px;z-index:-1}.framed-image:after{background-color:#000;bottom:-20px;right:-20px}.framed-image img{display:block;height:auto;max-width:100%}.app__video{height:100vh;height:100dvh;position:relative}.app__video video{height:100%;object-fit:cover;width:100%}.app__video-overlay{background:#000000a6;bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.app__video-overlay,.app__video-overlay_circle{align-items:center;display:flex;justify-content:center}.app__video-overlay_circle{background-color:#ffffff1a;border:2px solid var(--color-golden);border-radius:50%;cursor:pointer;height:80px;width:80px}@media screen and (max-width:768px){.app__video{height:auto;min-height:100dvh;position:relative}.app__video video{height:100%;object-fit:cover;width:100%}.app__video-overlay_circle{height:60px;width:60px}}.app__laurels_awards{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:3rem}.app__laurels_awards-card{align-items:flex-start;display:flex;flex:1 1;justify-content:flex-start;margin:1rem;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__laurels-image{align-items:center;display:flex;flex:1 1;justify-content:center;max-width:100%;padding:2rem;width:100%}.app__laurels-image img{display:block;height:90vh;object-fit:contain;transform:scale(1.1);width:100vw}@media screen and (max-width:768px){.app__laurels-image img{height:auto;max-width:100%;width:100%}}.app__specialMenu{background:linear-gradient(145deg,#000,#050608);background-attachment:fixed;background-position:50%;background-size:cover;flex-direction:column;overflow:hidden;padding:4rem 2rem;position:relative;z-index:1}.app__specialMenu-title{margin-bottom:2rem;text-align:center}.app__specialMenu-menu_gallery_cards{align-items:stretch;display:flex;flex-wrap:wrap;gap:4rem;justify-content:center;padding-top:4rem}.card{background:linear-gradient(135deg,#0d0d0d,#1c1c1c,#2e3a44);border-radius:1rem;box-shadow:0 8px 24px #00000040;display:flex;flex-direction:column;max-width:420px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.card:hover{box-shadow:0 12px 36px #ffffff26;transform:translateY(-6px)}.card__image{border-top-left-radius:1rem;border-top-right-radius:1rem;box-shadow:0 4px 12px #00000040;height:220px;object-fit:cover;width:100%}.card__content{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:2rem}.card__title{color:var(--color-white);font-family:var(--font-base);font-size:2rem;font-weight:700;margin-bottom:.5rem}.card__subtitle,.card__title{letter-spacing:.04em;text-transform:capitalize}.card__subtitle{color:var(--color-golden);font-family:var(--font-alt);font-size:1.25rem;font-weight:500;margin-bottom:1rem}.card__features{flex-grow:1;margin-bottom:1rem}.card__feature{align-items:flex-start;display:flex;gap:.75rem;margin-bottom:.5rem}.card__icon{color:var(--color-golden);font-size:20px;margin-top:2px}.card__feature p{font-weight:400}.card__feature p,.card__hovertext{color:var(--color-white);font-family:var(--font-alt);font-size:16px;letter-spacing:.04em;line-height:28px;text-transform:capitalize}.card__hovertext{opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease}.card:hover .card__hovertext{opacity:1;transform:translateY(0)}.card__button{align-self:center;background-color:var(--color-crimson);border:none;border-radius:1px;color:var(--color-black);cursor:pointer;font-family:var(--font-base);font-size:16px;font-weight:700;letter-spacing:.04em;margin-top:1.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.card__button:hover{background-color:var(--color-white);color:var(--color-golden)}.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}.app__wrapper_img-reverse{justify-content:flex-start;margin-right:2rem}.app__wrapper_img img{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{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.d2a5690b.css.map*/