@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}html. body{height:100%;width:100%}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)}}.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:1}.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 img{height:703px;margin:2rem 4rem;width:84px}.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{margin:2rem 0}@media screen and (max-width:1150px){.app__aboutus-content{flex-direction:column}}@media screen and (max-width:650px){.app__aboutus-overlay img{height:320px;width:60%}}@media screen and (max-width:321px){.app__aboutus-overlay img{height:360px;width:60%}}.app__newsletter{align-items:center;background-color:var(--color-black);border:1px solid var(--color-golden);display:flex;flex-direction:column;justify-content:center;padding:2rem 4rem;text-align:center}.app__newsletter__heading p{padding-top:.7rem}.app__newsletter__input{display:flex;justify-content:space-evenly;padding-top:2rem;width:90%}.app__newsletter__input input{background-color:var(--color-black);border:1px solid var(--color-golden);color:var(--color-golden);font-size:18px;padding:1rem 2rem;width:450px}.app__newsletter__input input::-webkit-input-placeholder{color:var(--color-golden);font-family:var(--font-base);font-size:18px}.app__newsletter__input input:-ms-input-placeholder{color:var(--color-golden);font-family:var(--font-base);font-size:18px}.app__newsletter__input input::placeholder{color:var(--color-golden);font-family:var(--font-base);font-size:18px}@media screen and (min-width:2000px){.app__newsletter__input input{font-size:32px;width:1000px}.app__newsletter__input input::-webkit-input-placeholder{font-size:32px}.app__newsletter__input input:-ms-input-placeholder{font-size:32px}.app__newsletter__input input::placeholder{font-size:32px}}@media screen and (max-width:1150px){.app__newsletter__input{align-items:center;flex-direction:column;width:100%}.app__newsletter__input input{margin-bottom:1rem;width:100%}}@media screen and (max-width:650px){.app__newsletter{border:none;padding:1rem;width:100%}.app__newsletter .headtext__cormorant{font-size:36px}}@media screen and (max-width:300px){.app__newsletter{padding:.25rem}.app__newsletter .headtext__cormorant{font-size:32px}}.app__footer-overlay{display:flex;flex-direction:column;height:100%;position:absolute;width:100%;z-index:-1}.app__footer-overlay__black{background-color:var(--color-black);height:25%}.app__footer-overlay__img{height:75%}.app__menu-item{display:flex;flex-direction:column;margin:1.5rem 0;width:100%}.app__menu-item__head{align-items:center;display:flex;justify-content:space-between;margin-bottom:.6rem}.app__menu-item__title{flex:1 1}.app__navbar{background:var(--color-black);flex-direction:row;justify-content:space-between;padding:1rem 2rem;top:0;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-gray)}.app__navbar-login{align-items:center;display:flex;justify-content:flex-end}.app__navbar-login a{margin:0 1rem;text-decoration:none}.app__navbar-login a:hover{border-bottom:1px solid var(--color-golden)}.app__navbar-login div{background-color:var(--color-gray);height:30px;width:1px}.app__navbar-smallscreen{display:none}.app__navbar-smallscreen_overlay{background-color:var(--color-black);flex-direction:column;height:100%;left:0;position:fixed;top:-100%;transition:all .5s ease;width:100%}.app__navbar-smallscreen_overlay.active{top:0}.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);font-family:var(--font-bases) "Lucida Sans",Arial,sans-serif;font-size:2rem;margin:1rem 0;text-align:center;text-shadow:0 0 6px var(--color-golden)}.app__navbar-smallscreen-links li:hover{color:var(--color-white)}@media screen and (max-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-login{display:none}.app__navbar-logo img{width:110px}}.app__chef{display:flex;height:100vh}.app__chef__image{align-items:center;display:flex;flex:1 1;justify-content:center;width:100%}.app__chef__image img{width:80%}.app__chef__info{align-items:flex-start;flex:1 1;margin-top:2rem}.app__chef__info,.app__chef__text{display:flex;flex-direction:column}.app__chef__text{margin:3rem 0;width:100%}.text-quote p{display:inline}.text-quote img{display:inline;height:34px;margin-right:.5rem;width:40px}.app__chef__name{color:var(--color-golden);font-family:var(--font-base);font-size:32px}.app__chef__sign{margin-top:2rem;width:300px}.app__chef__sign img{width:100%}@media screen and (min-width:2000px){.app__chef{height:auto}.app__chef__image img{width:60%}}@media screen and (max-width:1150px){.app__chef{flex-direction:column;height:auto}.app__chef__image{margin-bottom:4rem}.app__chef__image img{width:100%}.app__chef__info h1{line-height:55px;margin-top:1rem}.app__chef__detail{margin:1rem 0}.app__chef__name{font-size:24px}.app__chef__sign{width:250px}.text-quote img{display:inline;height:24px;margin-right:.5rem;width:32px}}.app__footer{align-items:center;background-color:var(--color-black);display:flex;flex-direction:column;justify-content:flex-start;padding-top:0;position:relative;width:100%;z-index:1}.app__footer-info{align-items:baseline;display:flex;justify-content:space-between;margin-top:4rem;text-align:center;width:100%}.app__footer-info p{color:#999}.footer-info__contact,.footer-info__logo{display:flex;flex:1 1;flex-direction:column;text-align:center}.footer-info__logo{align-items:center}.footer-info__spoon{height:auto;margin-bottom:1rem;width:48px}.footer-info__social *{color:#fff;font-size:24px}.footer-info__work-time{align-items:center;display:flex;flex:1 1;flex-direction:column;text-align:center}.footer-info__contact h1,.footer-info__work-time h1{margin-bottom:1rem}.app__footer-copyright{margin-top:4rem}@media screen and (max-width:1150px){.app__footer-info{align-items:center;flex-direction:column;justify-content:center}.footer-info__logo{margin:3rem 0}}.app__gallery{background-color:var(--color-black);display:flex;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__images{display:flex;flex:1 1;flex-direction:row;max-width:50%;position:relative}.gallery__images__container{-ms-overflow-style:none;display:flex;overflow-x:scroll;scrollbar-width:none;width:-webkit-max-content;width:max-content}.gallery__images__container::-webkit-scrollbar{display:none}.gallery__images__card{height:447px;margin-right:2rem;min-width:310px;position:relative}.gallery__images__card:last-child{margin-right:.5rem}.gallery__images__card img{height:100%;object-fit:cover;opacity:1;transition:.5s ease;width:100%}.gallery__images__card:hover img{opacity:.35}.gallery__images__icon{color:#fff;cursor:pointer;font-size:2rem;opacity:.5;position:absolute;transition:.5s ease}.gallery__images__card:hover .gallery__images__icon{opacity:1}.gallery__images__arrows{align-items:center;display:flex;justify-content:space-between;padding:0 1rem;position:absolute;top:50%;width:100%}.gallery__images__arrow-icon{background-color:var(--color-black);color:var(--color-golden);cursor:pointer;font-size:2rem}@media screen and (min-width:2000px){.app__gallery__content{min-width:1000px;padding-right:4rem}.gallery__images__card{height:550px;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%}.gallery__images__card{height:320px;min-width:240px}}.app__header{background-color:var(--color-black);display:flex;justify-content:space-between}.app__header-h1{color:var(--color-golden);font-family:var(--font-base);font-size:90px;letter-spacing:.04rem;line-height:117px}.app__video{height:100vh;position:relative}.app__video video{height:100%;object-fit:cover;width:100%}.app__video-overlay{background:rgba(0,0,0,.4);inset:0;position:absolute}.app__video-overlay__circle{border:1px solid var(--color-white);border-radius:50%;cursor:pointer;height:100px;width:100px}.app__laurels{display:flex;height:100vh}.app__laurels__info{display:flex;flex:1 1;flex-direction:column}.app__laurels__info h1{margin-bottom:4rem}.laurels__list__items{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(2,1fr)}.list__item{display:flex}.list__detail{display:flex;flex-direction:column;justify-content:space-evenly}.list__image{height:120px;width:120px}.list__image img{width:100%}.list__detail{margin-left:2rem}.app__laurels__img{align-items:center;display:flex;flex:1 1;justify-content:center;width:100%}.app__laurels__img img{width:80%}@media screen and (min-width:2000px){.app__laurels__img img{width:60%}}@media screen and (max-width:650px){.app__laurels{flex-direction:column;height:100%}.app__laurels__heading{align-items:flex-start;display:flex;flex-direction:column}.app__laurels__info{margin-bottom:4rem}.laurels__list__items{grid-template-columns:auto;grid-template-rows:repeat(1,1fr)}.app__laurels__img{align-items:center;display:flex;justify-content:center;width:100%}.app__laurels__img img{width:100%}}.app__specialMenu{background-color:var(--color-black);display:flex;flex-direction:column}.app__specialMenu-title{margin-bottom:2rem;text-align:center}.app__specialMenu-menu{align-items:flex-start;display:flex;justify-content:center;margin:1rem 0;width:100%}.app__specialMenu-menu-cocktails,.app__specialMenu-menu-wine{flex:1 1;flex-direction:column;width:100%}.app__specialMenu-menu-heading{color:var(--color-white);font-family:var(--font-base);font-size:45px;font-weight:600;letter-spacing:2px;line-height:58.8px}.app__specialMenu-menu-img{margin:0 2rem;width:410px}.app__specialMenu-menu-img img{height:auto;min-width:320px;width:100%}.app__specialMenu-menu-items{display:flex;flex-direction:column;margin:2rem 0;width:100%}@media screen and (max-width:2000px){.app__specialMenu-menu-img{width:430px}.app__specialMenu-menu-img img{height:650px}}@media screen and (max-width:1150px){.app__specialMenu-menu{flex-direction:column;width:100%}.app__specialMenu-menu-items{margin:1rem 0}.app__specialMenu-menu-img{display:flex;justify-content:center;margin:3rem 0;width:100%}.app__specialMenu-menu-img img{height:800px;width:80%}}@media screen and (max-width:650px){.app__specialMenu-menu-heading{font-size:35px}.app__specialMenu-menu-img img{height:500px}}@media screen and (max-width:321px){.app__specialMenu-menu-img img{height:400px;min-width:unset;width:90%}}.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{-webkit-font-feature-settings:"tnum" on,"lnum" on;font-feature-settings:"tnum" on,"lnum" on;color:var(--color-white);font-size:23px;line-height:29.9px;text-transform:capitalize}.p__cormorant--golden{color:var(--color-golden)}.p__opensans{color:var(--color-white);font-family:var(--font-alt);font-size:16px;font-weight:400;line-height:28px}.headtext__cormorant,.p__opensans{letter-spacing:.04em;text-transform:capitalize}.headtext__cormorant{color:var(--color-golden);font-family:var(--font-base);font-size:64px;line-height:83.2px}.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.a2ebc4e2.css.map*/