@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:#dcca87;--color-black:#0c0c0c;--color-gray:#545454;--color-crimson:#f5efdb;--color-grey:#aaa;--color-white:#fff}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}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: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{margin:2rem 4rem}.app__aboutus-content_knife img{height:500px}.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 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__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-top:3rem;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}@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__newsletter{align-items:center;background:var(--color-black);border:1px solid #b77e9d;display:flex;flex-direction:column;padding:2rem 4rem}.app__newsletter-heading{margin-bottom:2rem;text-align:center}.app__newsletter-input{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:3rem;width:100%}.app__newsletter-input input{background:var(--color-black);border:1px solid #b77e9d;border-radius:5px;color:var(--color-white);font-family:var(--font-base);font-size:1rem;margin-right:1rem;max-width:620px;padding:.75rem 1rem;transition:border .3s ease,box-shadow .3s ease;width:100%}.app__newsletter-input input:focus{border-color:#b77e9d;box-shadow:0 0 5px var(--color-golden-light);outline:none}.app__newsletter-input button{background-color:#3c7547;border:none;border-radius:5px;color:var(--color-white);cursor:pointer;font-family:var(--font-base);font-size:1rem;padding:.75rem 2rem;transition:background-color .3s ease;width:-webkit-max-content;width:max-content}.app__newsletter-input button:focus,.app__newsletter-input button:hover{background-color:var(--color-golden-light);outline:none}@media screen and (min-width:2000px){.app__newsletter-input input{font-size:2rem}}@media screen and (max-width:990px){.app__newsletter-input{align-items:stretch;flex-direction:column;width:100%}.app__newsletter-input input{margin-bottom:1rem;width:100%}.app__newsletter-input button{text-align:center;width:100%}}@media screen and (max-width:650px){.app__newsletter{border:none;padding:2rem 1rem}.app__newsletter-input input{font-size:.9rem}.app__newsletter-input button{font-size:.9rem;padding:.75rem 1.5rem}}@media screen and (max-width:300px){.app__newsletter-heading h1{font-size:1.75rem;line-height:2.5rem}.app__newsletter-input input{font-size:.85rem}.app__newsletter-input button{font-size:.85rem;padding:.5rem 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{background:var(--color-black);justify-content:space-between;padding:1rem 2rem;width:100%}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{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{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: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__wrapper{background-color:var(--color-black);flex-direction:row}.app__wrapper_info{flex:1 1;padding-right:2rem}.app__wrapper_img{flex:1 1;text-align:center}.app__wrapper-content{margin-bottom:2rem}.custom__button{background-color:#3c7547;color:#fff;padding:.75rem 2rem}.custom__button:hover{background-color:var(--color-golden-dark)}.app__wrapper_img img{border-radius:10px;height:auto;max-width:100%}@media screen and (max-width:768px){.app__wrapper{flex-direction:column;text-align:center}.app__wrapper_info{padding-right:0}.app__wrapper_img{margin-top:2rem}}@media screen and (max-width:480px){.headtext__cormorant{font-size:1.75rem}.custom__button,.p__opensans{font-size:.875rem}.custom__button{padding:.5rem 1.5rem}}.app__footer{align-items:center;background:var(--color-black);color:#3c7547;display:flex;flex-direction:column;padding:3rem 1rem;width:100%}.app__footer-links{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around;margin-top:3rem;max-width:1200px;width:100%}.app__footer-links_logo{align-items:center;display:flex;flex:1 1;flex-direction:column;min-width:250px;text-align:center}.app__footer-links_contact,.app__footer-links_logo,.app__footer-links_work{flex:1 1;min-width:250px;text-align:center}.app__footer-links_logo img:first-child{margin-bottom:1rem;width:150px}.app__footer-links_icons{display:flex;justify-content:center;margin-top:1rem}.app__footer-links_icons a{color:var(--color-white);font-size:24px;margin:0 .5rem;transition:color .3s ease}.app__footer-links_icons a:hover{color:var(--color-golden)}.app__footer-headtext{font-size:24px;margin-bottom:1rem}.footer__copyright{font-size:.875rem;margin-top:2rem;text-align:center}@media screen and (min-width:2000px){.app__footer-headtext{font-size:36px}}@media screen and (max-width:1150px){.app__footer-links{align-items:center;flex-direction:column}}@media screen and (max-width:650px){.app__footer{padding:2rem 1rem}.app__footer-headtext{font-size:20px}.app__footer-links_logo img:first-child{width:120px}}.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{background-color:var(--color-black)}.app__header-h1{color:#3c7547;font-family:var(--font-base);font-size:90px;font-weight:700;letter-spacing:.04em;line-height:117px}.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{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:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:3rem}.cine{padding-bottom:10px}.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__team{background:var(--color-black);color:#3c7547;flex-direction:column;padding:2rem}.app__team-title{margin-bottom:2rem;text-align:center}.app__team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px;width:100%}.app__team-member{background:var(--color-dark-gray);border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);color:#b77e9d;font-family:var(--font-alt);padding:1.5rem;text-align:center;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.app__team-member:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.app__team-member_img{border-radius:50%;margin-bottom:1rem;max-width:150px;width:100%}.app__team-member_name{color:#3c7547;font-family:var(--font-alt);font-size:1.5rem;margin:.5rem 0}.app__team-member_role{color:var(--color-accent);font-size:1.125rem;margin-bottom:.5rem}.app__team-member_description{color:var(--color-light-gray);font-size:.875rem}@media screen and (max-width:768px){.app__team-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media screen and (max-width:480px){.app__team-member{padding:1rem}.app__team-member_name{font-size:1.25rem}.app__team-member_role{font-size:1rem}.app__team-member_description{font-size:.75rem}}.section__padding{padding:4rem 6rem}.flex__center{align-items:center;display:flex;justify-content:center}img{border-radius:10px}.app__bg{background:url(/static/media/bg.983346c182153ca11ad0.png);background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.app__wrapper{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;min-height:100vh;padding:2rem}.app__wrapper_img,.app__wrapper_info{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center}.app__wrapper_img{margin-left:2rem}.app__wrapper_img img{max-width:80%;width:100%}.custom__button{background-color:var(--color-crimson);border:none;border-radius:5px;color:var(--color-black);cursor:pointer;font-family:var(--font-base);font-size:1rem;font-weight:700;padding:.5rem 1.5rem;transition:background-color .3s ease}.custom__button:hover{background-color:var(--color-black);color:#fff}.headtext__cormorant,.p__cormorant,.p__opensans{-webkit-font-feature-settings:"tnum" on,"lnum" on;font-feature-settings:"tnum" on,"lnum" on;color:#b77e9d;font-family:var(--font-base);letter-spacing:.04em;text-transform:capitalize}.p__cormorant{font-size:1.5rem;font-weight:700;line-height:1.5}.p__opensans{font-family:var(--font-alt);font-size:1rem;font-weight:400;line-height:1.75}.headtext__cormorant{font-size:4rem;line-height:1.3}.spoon__img{width:45px}@media screen and (min-width:2000px){.custom__button,.p__cormorant{font-size:2rem;line-height:3rem}.p__opensans{font-size:1.875rem;line-height:3.125rem}.headtext__cormorant{font-size:9.375rem;line-height:13.125rem}.spoon__img{width:80px}}@media screen and (max-width:1150px){.app__wrapper{flex-direction:column}.app__wrapper_img{margin:3rem 0 0}.app__wrapper_img-reverse{margin:0 0 3rem}.app__wrapper_img img{width:90%}}@media screen and (max-width:850px){.section__padding{padding:2rem}.p__cormorant{font-size:1.25rem}.p__opensans{font-size:.875rem}}@media screen and (max-width:450px){.p__opensans{font-size:.75rem}.p__cormorant{font-size:1.125rem}.headtext__cormorant{font-size:2.8125rem;line-height:4.375rem}}img{display:block;height:auto;max-width:100%}
/*# sourceMappingURL=main.84040665.css.map*/