@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:#dcca87;--color-grey:#aaa;--color-white:#fff}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{overflow-x:hidden}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 img{height:650px;width:100%}.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:810px}.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%}}.abs{position:absolute}.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{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__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%}}.form-group{margin-bottom:1rem}label{color:#eee;display:block;font-family:Cormorant Upright,serif;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}input,textarea{background-clip:padding-box;background-color:#333;border:1px solid #ced4da;border-radius:.25rem;color:#fff;font-size:.875rem;line-height:1.5;padding:.375rem .75rem;transition:all .15s ease-in-out;width:100%}input:focus,textarea:focus{background-color:#333;border-color:#2196f3;box-shadow:0 0 0 .2rem rgba(33,150,243,.25);outline:none}.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{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}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.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}}.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__specialMenu-menu_top1,.app__specialMenu-menu_top2{flex:1 1;flex-direction:column;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}}.swiper{height:100%;width:100%}.section__padding{padding:4rem 6rem}.flex__center{align-items:center;display:flex;justify-content:center}.app__bg{background:url(/static/media/bg.0543380c3655553fa1a4.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%}.app__wrapper-content{width:70%}.custom__button,button{background-color:initial;background-image:linear-gradient(30deg,var(--color-crimson) 50%,transparent 50%);background-position:0;background-repeat:no-repeat;background-size:500px;border:none;border:2px solid var(--color-crimson);border-radius:5px;color:var(--color-black);cursor:pointer;font-family:var(--font-base);font-size:18px;font-weight:900;letter-spacing:.04em;line-height:28px;outline:none;padding:.5rem 1.5rem;transition:background .3s ease-in-out}.custom__button:hover{background-position:100%;color:var(--color-golden)}.p__cormorant{-webkit-font-feature-settings:"tnum" on,"lnum" on;font-feature-settings:"tnum" on,"lnum" on;color:var(--color-white);font-family:var(--font-base);font-size:23px;font-weight:700;letter-spacing:.04em;line-height:29.9px}.mail,.p__opensans{color:var(--color-white);font-family:var(--font-alt);font-size:16px;font-weight:400;letter-spacing:.04em;line-height:28px}.headtext__cormorant{font-size:64px}.headtext__cormorant,.headtextvid{color:var(--color-golden);font-family:var(--font-base);letter-spacing:.04em;line-height:83.2px;text-transform:capitalize}.headtextvid{font-size:28px;text-decoration:underline}.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}}.sltr{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:sltr;animation-name:sltr}.sltr,.sttb{-webkit-animation-duration:1s;animation-duration:1s}.sttb{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:sttb;animation-name:sttb}.srtl{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:srtl;animation-name:srtl}@-webkit-keyframes sltr{0%{opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes sltr{0%{opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes sttb{0%{opacity:0;-webkit-transform:translateY(-300px);transform:translateY(-300px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes sttb{0%{opacity:0;-webkit-transform:translateY(-300px);transform:translateY(-300px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes srtl{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes srtl{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.Dropdown-root{position:relative}.Dropdown-control{color:#333}.Dropdown-control,.Dropdown-menu{background-color:#fff}.Dropdown-option{color:rgba(51,51,51,.8)}.Dropdown-option.is-selected,.Dropdown-option:hover{background-color:#f2f9fc;color:#333}.mt-4{margin-top:4rem}.w-100{height:400px;width:100%}.paytable{border:2px solid #dcca87;color:#dcca87;margin-top:50px;padding:10px 30px}.mail{text-transform:none}.dropdown-bg{background-color:#666;color:#fff}.Dropdown-control{background-color:#474747;border:1px solid #ccc;border-radius:2px;box-sizing:border-box;color:#fafafa;cursor:default;outline:none;overflow:hidden;padding:8px 52px 8px 10px;position:relative;transition:all .2s ease}.Dropdown-control:hover{box-shadow:0 1px 0 rgba(0,0,0,.06)}.Dropdown-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:" ";display:block;height:0;margin-top:-ceil(2.5);position:absolute;right:10px;top:14px;width:0}.is-open .Dropdown-arrow{border-color:transparent transparent #999;border-width:0 5px 5px}.Dropdown-menu{-webkit-overflow-scrolling:touch;background-color:#4b4b4b;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.06);box-sizing:border-box;margin-top:-1px;max-height:200px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:1000}.Dropdown-menu .Dropdown-group>.Dropdown-title{color:#333;font-weight:700;padding:8px 10px;text-transform:capitalize}.Dropdown-option{box-sizing:border-box;color:hsla(0,0%,98%,.8);cursor:pointer;display:block;padding:8px 10px}.Dropdown-option:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.Dropdown-option:hover{background-color:#1d1d1d;color:#fff}.Dropdown-option.is-selected{background-color:#2b2b2b;color:#fff}.Dropdown-noresults{box-sizing:border-box;color:#ccc;cursor:default;display:block;padding:8px 10px}
/*# sourceMappingURL=main.5cc97290.css.map*/