@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{animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-bottom{0%{transform:translateY(-25%)}to{transform:translateY(0)}}.app__newsletter{background:var(--color-black);padding:2rem;width:100%}.app__newsletter-heading{text-align:center}.app__newsletter-input{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:2rem auto;width:100%}.app__newsletter-input input{background:var(--color-black);border:1px solid var(--color-golden);border-radius:2px;color:var(--color-white);font-family:var(--font-base);margin-bottom:1rem;padding:1rem;width:70%}.app__newsletter-input button{max-width:-webkit-max-content;max-width:max-content}.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{display:none}.app__navbar-links li{cursor:pointer;margin:0 1rem}.app__navbar-links li:hover{color:var(--color-grey)}.app__navbar-login{display:none}.app__navbar-burger-menu{display:block}.app__navbar-smallscreen_overlay{background:var(--color-black);flex-direction:column;height:100vh;left:0;position:fixed;top:0;transition:.5s ease-in-out;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-type: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 (min-width:34rem){.app__navbar-burger-menu{font-size:40px}.app__navbar-login{align-items:center;display:flex;justify-content:center}.app__navbar-login a{border-width:0;font-size:1.5rem;margin:0 1rem;text-decoration:none;transition:animateBorder .5s ease}.app__navbar-login a:hover{border-bottom:2px solid var(--color-golden);padding-bottom:.5rem}}@media (min-width:64rem){.app__navbar{padding:2rem 4rem}.app__navbar-burger-menu{display:none}.app__navbar-links{display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar-links>li>a{font-size:1.5rem}}@keyframes animateBorder{0%{border-width:0}to{border-width:100%}}.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:.04rem;line-height:40px}.app__chef-sign img{margin-top:3rem;width:300px}@media screen and (max-width:2000px){.app__chef-sign img{width:370px}}@media screen and (max-width:450px){.app_chef-sign img{width:80%}}.app__footer{background:var(--color-black);justify-content:flex-start;padding-top:0;position:relative;z-index:1}.app__footer,.app__footer-links{align-items:center;display:flex;flex-direction:column;width:100%}.app__footer-links{justify-content:center;margin-top:5rem;padding:0 2rem}.app__footer-links_contact,.app__footer-links_logo,.app__footer-links_work{flex:1 1;margin:1rem;text-align:center}.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-headtext,.app__footer-links_icons svg:hover{color:var(--color-golden)}.app__footer-headtext{font-weight:100;margin-bottom:1rem}.footer__copyright{margin-top:2rem}@media screen and (min-width:2000px){.app__footer-headtext{font-size:51px;line-height:61px}}@media screen and (max-width:1150px){.app__footer-links_contact,.app__footer-links_logo,.app__footer-links_work{margin:2rem 0;width:100%}}@media screen and (max-width:850px){.app__footer{padding:0 0 2rem}}.app__gallery{background:var(--color-black);display:flex;flex-direction:column;max-width:100%;padding:2rem}.app__gallery-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding-right:2rem}.app__gallery-content p{margin-top:2rem}.app__gallery-content button{margin-top:1rem}.app__gallery-images_container{display:flex;margin:4rem auto;overflow-x:auto;width:80%}.app__gallery-images_group{align-items:center;animation:moveLeft 15s linear infinite;display:flex;gap:1rem;justify-content:center;width:100%}.app__gallery-images_container::-webkit-scrollbar{display:none}.app__gallery-images_card{flex-shrink:0;height:300px;width:200px}.gallery__image-icon{color:#fff;cursor:pointer;font-size:2rem;opacity:0;position:absolute;transition:.5s ease}.app__gallery-images_card img{flex:0 0 auto;height:100%;object-fit:cover;opacity:1;transition:.5s ease;width:100%}.app__gallery-images_card:hover img{cursor:pointer;opacity:.35}.app__gallery-images_card:hover .gallery__image-icon{opacity:1}@media(min-width:32rem){.app__gallery{padding:4rem}.app__gallery-images_card{height:350px;width:250px}}@media(min-width:64rem){.app__gallery{flex-direction:row;padding:4rem}.app__gallery-images_container{width:60%}.app__gallery-images_card{height:400px;width:300px}}@keyframes moveLeft{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.app__header{background-color:var(--color-black)}.app__header-title{color:var(--color-golden);font-family:var(--font-base);font-size:3rem;letter-spacing:.04em;text-transform:uppercase}.app__header-img{height:30lvh;width:80%}.app__header-img img{height:100%;object-fit:cover;width:100%}@media(min-width:32rem){.app__header-img{height:20lvh;width:60%}.app__header-title{font-size:5rem}}.app__video{height:100vh;position:relative}.app__video video{height:100%;object-fit:cover;width:100%}.app__video-overlay{background:#0006;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-direction:column;gap:2rem;justify-items:center;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}.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:1900px){.app__laurels_awards-cards{min-width:390px}}@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:column;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:.05em;line-height:58.5px}.app__specialMenu-menu_cocktails,.app__specialMenu-menu_wine{flex:1 1;flex-direction:column;width:100%}.app__specialMenu-menu_img{height:300px;margin:2rem;width:80%}.app__specialMenu-menu_img img{height:100%;width:100%}.app__specialMenu-menu_items{display:flex;flex-direction:column;margin:2rem 0;width:100%}@media(min-width:32rem){.app__specialMenu-menu_img{height:500px;margin:3rem auto;width:60%}}@media(min-width:64rem){.app__specialMenu-menu{align-items:center;flex-direction:row;justify-content:space-between}.app__specialMenu-menu_cocktails,.app__specialMenu-menu_wine{width:45%}.app__specialMenu-menu_img{height:500px;padding:0 1rem;width:30%}}.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;margin-top:1rem;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.a2e70fcb.css.map*/