.app__menuitem{flex-direction:column;width:100%;margin:1rem 0;display:flex}.app__menuitem-head{justify-content:space-between;align-items:center;display:flex}.app__menuitem-sub{width:100%;margin-top:0}.app__menuitem-name{flex:1}.app__menuitem-dash{background:var(--color-golden);width:90px;height:1px;margin:0 1rem}.app__menuitem-price{justify-content:flex-end;align-items:flex-end;display:flex}.app__menuItem-item{font-family:var(--font-bebas_neue);color:var(--color-white);letter-spacing:.04em;text-transform:capitalize;font-feature-settings:"tnum" on, "lnum" on;font-size:20px;font-weight:lighter;line-height:26px}.app__menuItem-item_ingredient{font-family:var(--font-alt);color:var(--color-white);letter-spacing:.04em;text-transform:capitalize;font-size:14px;font-weight:lighter;line-height:20px}@media screen and (min-width:2000px){.app__menuItem-item{font-size:36px;line-height:42px}.app__menuItem-item_ingredient{line-height:30x;font-size:20px}}
.app__navbar{background:var(--color-black);justify-content:space-between;align-items:center;width:100%;padding:1rem 2rem;display:flex}.app__navbar-logo{justify-content:flex-start;align-items:center;display:flex}.app__navbar-logo_img{width:450px}.app__navbar-links{flex:1;justify-content:center;align-items:center;list-style:none;display:flex}.app__navbar-links li{cursor:pointer;margin:0 1rem}.app__navbar-links li:hover{color:var(--color-grey)}.app__navbar-login{justify-content:flex-end;align-items:center;display:flex}.app__navbar-login a{margin:0 1rem;text-decoration:none;transition:all .5s}.app__navbar-login a:hover{border-bottom:1px solid var(--color-golden)}.app__navbar-login div{background-color:var(--color-grey);width:1px;height:30px}.app__navbar-smallscreen{display:none}.app__navbar-smallscreen_overlay{background:var(--color-black);z-index:5;flex-direction:column;width:100%;height:100vh;transition:all .5s;position:fixed;top:0;left:0}.app__navbar-smallscreen_overlay .overlay__close{color:var(--color-golden);cursor:pointer;font-size:27px;position:absolute;top:20px;right:20px}.app__navbar-smallscreen_links{list-style:none}.app__navbar-smallscreen_links li{cursor:pointer;color:var(--color-golden);text-align:center;font-size:2rem;font-family:var(--font-bebas_neue);margin:2rem}.app__navbar-smallscreen_links li:hover{color:var(--color-white)}@media screen and (max-width:2000px){.app__navbar-logo_img{width:310px;height:auto}}@media screen and (max-width:1150px){.app__navbar-links{display:none}.app__navbar-smallscreen{display:flex}.app__navbar-logo_img{width:250px;height:auto}}@media screen and (max-width:650px){.app__navbar{padding:1rem}.app__navbar-login{display:none}.app__navbar-logo_img{width:150px;height:auto}}
.app__newsletter{border:1px solid var(--color-golden);background:var(--color-black);width:100%;padding:2rem 4rem}.app__newsletter-heading{text-align:center}.app__newsletter-input{flex-direction:column;align-items:center;margin-top:1rem}.app__newsletter-input_name,.app__newsletter-input_info{flex-direction:row;align-items:center;display:flex}.app__newsletter-input input,textarea{border:1px solid var(--color-golden);font-size:1rem;font-family:var(--font-bebas_neue);color:var(--color-white);background:var(--color-black);border-radius:5px;margin:2rem 1rem 0;padding:.75rem 1rem}.app__newsletter-input input{width:280px}.app__newsletter-input textarea{width:650px;height:8rem;margin:2rem 2rem 0}.app__newsletter-input button{width:max-content;margin-top:2rem}@media screen and (min-width:2000px){.app__newsletter-input input{width:500px;font-size:2rem}.app__newsletter-heading{margin-bottom:5rem}.app__newsletter-input textarea{width:1200px;height:400px;margin-top:4rem;margin-bottom:5rem;font-size:2rem}}@media screen and (max-width:1024px){.app__newsletter-input{flex-direction:column;width:100%}.app__newsletter-input input{width:100%;margin:0 .5rem 2rem}.app__newsletter-input textarea{width:100%;margin:0 0 2rem}.app__newsletter-input button{margin-top:0}.app__newsletter-heading h1{margin-top:-1rem;line-height:73px}}@media screen and (max-width:768px){.app__newsletter{width:90%;margin-bottom:1rem;padding:2rem 0}.app__newsletter-input input{margin:0 .5rem 1rem}.app__newsletter-input textarea{width:90%;margin-bottom:1rem}.app__newsletter-input_name,.app__newsletter-input_info{width:90%}.app__newsletter-heading h1{font-size:32px;line-height:50px}.app__newsletter-heading p{line-height:20px}}
.app__footerOverlay{z-index:-1;flex-direction:column;width:100%;height:100%;display:flex;position:absolute}.app__footerOverlay-black{height:25%}.app__footerOverlay-img{height:75%}
.app__chef-content{flex-direction:column;width:60%;margin-top:5rem;padding-left:6rem;display:flex}.app__chef-content_quote{flex-direction:column;justify-content:flex-start;display:flex}.app__chef-content_quote img{width:47px;margin:0 1rem 1rem 0}.app__chef-sign{width:100%;margin-top:3rem}.app__chef-sign p:first-child{font-family:var(--font-bebas_neue);letter-spacing:.04em;text-transform:capitalize;color:var(--color-golden);font-size:32px;font-weight:400;line-height:41.6px}.app__chef-sign img{width:350px;margin-top:1rem}#aboutInfo{flex-direction:row}@media screen and (min-width:2000px){.app__chef-sign img{width:370px}#aboutInfo{margin-top:5rem}}@media screen and (max-width:1150px){.app__chef-sign{margin-top:0}#chefImg{margin:5rem 1rem 0 0}#signImg{width:60%;margin:0}.app__chef-content{margin-left:1rem}}@media screen and (max-width:768px){.app__chef-content_quote img{width:20px;margin:0}.app__chef-sign img{width:50%;margin:0}#chefImg{margin:1rem 0 0}.app__chef-content{width:100%;margin:1rem 0 0;padding:0}#aboutInfo{flex-direction:column;align-items:center;padding:0 2rem}.app__chef-sign{margin-top:1rem}}@media screen and (max-width:490px){#chefImg{width:100%;margin:0}}
.app__contact{z-index:1;background:var(--color-black);flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding-top:0;display:flex;position:relative}@media screen and (min-width:2000px){.app__contact-headtext{font-size:51px;line-height:61.6px}}@media screen and (max-width:1150px){.app__contact-links{flex-direction:column;align-items:center;padding:0}.app__contact-links_contact,.app__contact-links_logo,.app__contact-links_work{width:100%;margin:2rem 0}}@media screen and (max-width:650px){.app__contact{padding:0 0 2rem}}@media screen and (max-width:350px){.app__contact-links_logo img:first-child{width:80%}}
.app__wrapper-content{width:50%}.app__contact-head{justify-content:space-between;align-items:center;display:flex}.app__contact-dash{background:var(--color-golden);width:90px;height:1px;margin:0 1rem}.p__contact-day{color:#f36f21;font-weight:lighter;font-family:var(--font-bebas_neue);letter-spacing:.04em;text-transform:capitalize;font-feature-settings:"tnum" on, "lnum" on;font-size:23px;line-height:29.9px}iframe{background-repeat:no-repeat;background-size:cover;border:none;width:500px;height:450px;padding:13px}#contactInfo{flex-direction:row;align-items:center}@media screen and (min-width:2000px){.p__contact-day{font-size:37px;line-height:67px}}@media screen and (max-width:1150px){#app__findus-header{font-size:1.5rem}#contactInfo{flex-direction:column-reverse}#app__wrapper_iFrame{width:100%}.app__wrapper-content{width:100%;margin-top:4rem}}@media screen and (max-width:768px){.p__contact-day{font-size:21px}#app__findus-header{font-size:1.25rem}iframe{width:386px;height:350px}.app__wrapper-content{margin-top:2rem}.app__contact-head{padding:0 2rem}.app__contact-dash{margin:0 2rem}}@media screen and (max-width:450px){.p__contact-day{font-size:19px}iframe{border:10px solid var(--color-golden);background-image:none;height:350px;padding:0}.app__contact-head{padding:0 1rem}.app__contact-dash{margin:0 1rem}}@media screen and (max-width:350px){iframe{width:255px}}
.app__footer{z-index:1;background:var(--color-black);flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding-top:0;display:flex;position:relative}.app__footer-links{justify-content:space-between;align-items:center;width:100%;margin-top:5rem;padding:0 2rem;display:flex}.app__footer-links_contact,.app__footer-links_logo,.app__footer-links_work{text-align:center;flex:1;margin:1rem}.app__footer-links_contact h1{margin-bottom:0}.app__footer-links_contact-img{width:250px;height:auto;margin-bottom:.75rem}.app__footer-links_icons{margin-top:.5rem}.app__footer-links_icons svg{color:var(--color-white);cursor:pointer;margin:.5rem;font-size:24px}.app__footer-links_icons svg:hover{color:var(--color-golden)}.app__footer-headtext{font-family:var(--font-bebas_neue);color:var(--color-white);letter-spacing:.04em;text-transform:capitalize;margin-bottom:1rem;font-size:32px;font-weight:400;line-height:41.6px}.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;margin-top:2rem;padding:0}.app__footer-links_contact,.app__footer-links_logo,.app__footer-links_work{width:100%;margin:0}.app__footer-headtext{margin-bottom:1rem;font-size:20px;line-height:20px}.app__footer-links_contact p,.app__footer-links_work p{font-size:12px;line-height:18px}.app__footer-links_contact-img{width:200px;height:auto;margin:0}.footer__copyright p{color:var(--color-grey);margin:0;font-size:10px}.footer__copyright{margin-top:0}}@media screen and (max-width:480px){.app__footer{padding:0 1rem}.app__footer-links{flex-direction:column;align-items:center;margin-top:0;padding:0}.app__footer-links_contact,.app__footer-links_logo,.app__footer-links_work{width:100%;margin:1rem 0 0}.footer__copyright{margin-top:1rem}}
.app__header{background-color:var(--color-black)}#header__title{font-size:96px}.app__header-info_place{font-family:var(--font-bebas_neue);letter-spacing:.04em;text-transform:capitalize;color:var(--color-white);margin-bottom:1rem;padding:1rem 0;font-size:32px;font-weight:400;line-height:41.6px}.app__header-info_place span{color:var(--color-golden)}.app__header-h1{font-family:var(--font-lobster);color:var(--color-golden);letter-spacing:.04em;text-transform:capitalize;font-size:90px;font-weight:lighter;line-height:117px}.app__header-img img{width:80%}#home__content{flex-direction:row;align-items:center;margin-top:5rem}.app__header-content{width:60%;margin:3rem 2rem 0 0;padding-right:6rem}@media screen and (min-width:2000px){#header__title{font-size:150px;line-height:210px}}@media screen and (max-width:1150px){#header__title{font-size:64px;line-height:83.2px}}@media screen and (max-width:1024px){#home__content{margin:0}.app__header-content{width:60%;margin:3rem 2rem 0 0;padding:0}.app__header-info_place{padding:0}}@media screen and (max-width:768px){#home__content{flex-direction:column-reverse;align-items:center;padding:0 2rem}.app__header-info_place{text-align:center}#header__title{font-size:45px;line-height:70px}}@media screen and (max-width:490px){#header__img{width:100%;margin:0}}
.app__video{height:100vh;position:relative}.app__video video{object-fit:cover;width:100%;height:100%}.app__video-overlay{position:absolute;inset:0}.app__video-overlay_circle:hover{border:1px solid var(--color-golden);cursor:pointer;border-radius:50%;width:100px;height:100px}
.app__laurels-link:hover{color:var(--color-golden)}.app__laurels-offer{color:var(--color-white);justify-content:space-between;align-items:center;margin-top:3rem;display:flex}#rewardImg img{width:60%;height:auto}#rewardImg{justify-content:flex-start;margin-top:0}.app__laurels-offer_info{width:50%}#laurels-offer_info{color:var(--color-golden);margin-bottom:1rem;font-size:32px;font-weight:600;line-height:34px}#info__content{align-items:center}.app__laurels-offer_info ul{color:var(--color-white);font-family:var(--font-alt);text-shadow:1px 1px 1px #03010180;margin-left:1rem;font-size:18px;line-height:32px;list-style-position:outside}li::marker{color:var(--color-golden)}.app_laurels-headtext_info{text-shadow:1px 1px 1px #03010180;letter-spacing:.04em;text-transform:capitalize;font-size:45px;font-weight:400;line-height:45px;font-family:var(--font-alt);color:var(--color-white);text-align:center;margin:1rem auto 0}.app__laurels-headtext{color:var(--color-golden);font-size:4rem}@media screen and (min-width:1440px){.app_laurels-headtext_info{font-size:58px}#laurels-offer_info{font-size:32px;line-height:34px}}@media screen and (max-width:1024px){.app__laurels-offer_info ul{font-size:14px;line-height:28px}.app__laurels-offer_info{font-size:25px}.app_laurels-headtext_info{font-size:40px}}@media screen and (max-width:768px){#rewardImg{flex-direction:column;display:flex}.app__laurels-offer_info{width:60%}#laurels-offer_info{margin-bottom:0}.app_laurels-headtext_info{font-size:32px}}@media screen and (max-width:480px){.app__laurels-offer{flex-direction:column;margin-top:0}.app__laurels-offer_info{width:90%;font-size:32px}.app__laurels-offer_info ul{font-size:16px}#rewardImg{flex-direction:row;width:100%;display:flex}#rewardImg img{width:50%}}
.app__specialMenu{background-color:var(--color-black);border:1px solid var(--color-golden);flex-direction:column;width:90%;margin:auto}.app__specialMenu-title{text-align:center;margin-bottom:1rem}.app__specialMenu-menu{flex-direction:row;justify-content:center;align-items:flex-start;width:100%;margin:1rem 0;display:flex}.app__specialMenu-menu_heading{font-family:var(--font-bebas_neue);letter-spacing:.04em;color:var(--color-white);font-size:45px;font-weight:600;line-height:58.5px}.app__specialMenu-menu_wine,.app__specialMenu-menu_cocktails{flex-direction:column;flex:1;width:100%}.app__specialMenu-menu_img{width:410px;margin:0}.app__specialMenu-menu_img img{width:100%;height:auto}.app__specialMenu-menu_items{flex-direction:column;width:100%;margin:1rem 0;display:flex}@media screen and (min-width:2000px){.app__specialMenu-menu_img{width:450px}.app__specialMenu-menu_items{font-size:3em}}@media screen and (max-width:1440px){#menu{padding:4rem 2rem}}@media screen and (max-width:1150px){.app__specialMenu-menu_img{display:none}.app__specialMenu-menu_wine{margin-right:6rem}}@media screen and (max-width:1024px){.app__specialMenu-menu{flex-direction:column;align-items:center;width:100%}.app__menuitem{margin:1rem 0 0}.app__specialMenu-menu_wine{margin-right:0}.app__specialMenu-menu_items{margin:0}.app__specialMenu-menu_heading{margin-top:2rem}}@media screen and (max-width:650px){.app__specialMenu-menu_heading{font-size:35px;line-height:48.5px}}
.section__padding{padding:4rem 6rem}.flex__center{justify-content:center;align-items:center;display:flex}.app__bg{background:#000 url(/bg.webp) top/cover fixed}.app__wrapper{justify-content:space-between;align-items:center;display:flex}.app__wrapper_info{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;display:flex}.app__wrapper_img{flex:1;justify-content:center;align-items:center;width:100%;margin-left:2rem;display:flex}.app__wrapper_img-reverse{justify-content:flex-start;margin-right:2rem}.app__wrapper_img img{width:100%}.my_img{width:100%;height:auto}.custom__button{background-color:var(--color-crimson);color:var(--color-black);font-family:var(--font-bebas_neue);letter-spacing:.04em;cursor:pointer;border:none;border-radius:1px;outline:none;padding:.5rem 1.5rem;font-size:16px;line-height:28px}.p__cormorant{font-family:var(--font-bebas_neue);color:var(--color-white);letter-spacing:.04em;text-transform:capitalize;font-feature-settings:"tnum" on, "lnum" on;font-size:23px;font-weight:700;line-height:29.9px}.p__opensans{font-family:var(--font-alt);color:var(--color-white);letter-spacing:.04em;text-transform:capitalize;font-size:16px;font-weight:400;line-height:28px}.headtext__cormorant{font-family:var(--font-lobster);color:var(--color-golden);letter-spacing:.04em;text-transform:capitalize;font-size:64px;font-weight:lighter;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:1024px){.app__header-content{width:60%;margin:3rem 2rem 0 0}.app__wrapper_img{width:40%;margin:5rem 0 0}.app__wrapper_img-reverse{margin:0 0 5rem}.app__wrapper_img img{width:100%}.my_img{width:100%;height:auto}}@media screen and (max-width:850px){.section__padding{padding:4rem}.headtext__cormorant{font-size:45px;line-height:70px}}@media screen and (max-width:768px){.section__padding{padding:2rem 1rem}.p__cormorant{font-size:21px}.p__opensans{font-size:14px}.app__wrapper_img{width:60%;margin:2rem 0 0}.app__header-content{flex-direction:column;align-items:center;width:100%;margin-top:0;display:flex}}@media screen and (max-width:450px){.p__opensans{font-size:12px}.p__cormorant{font-size:19px}}
:root{--font-alt:"Open Sans", sans-serif;--color-golden:#f36f21;--color-black:#0c0c0c;--color-gray:#545454;--color-crimson:#f5efdb;--color-grey:#aaa;--color-white:#fff}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}a{color:unset;text-decoration:none}.slide-bottom{animation:.5s cubic-bezier(.25,.46,.45,.94) both slide-bottom}@keyframes slide-bottom{0%{transform:translateY(-25%)}to{transform:translateY(0)}}
@font-face{font-family:Lobster;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b29693bf789d5794-s.0awa8sdkxyt82.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Lobster;font-style:normal;font-weight:400;font-display:swap;src:url(../media/3d56b1387b780b9e-s.3hqcx3ill1djh.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Lobster;font-style:normal;font-weight:400;font-display:swap;src:url(../media/733ff1cdaf24d2cd-s.3ynwb-uzblkv3.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lobster;font-style:normal;font-weight:400;font-display:swap;src:url(../media/c5d841cbaf9793b2-s.1h8r6oiwl52bb.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lobster;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ae7b4f62a68c82ac-s.p.0yyevr4m_3608.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lobster Fallback;src:local(Arial);ascent-override:113.72%;descent-override:28.43%;line-gap-override:0.0%;size-adjust:87.93%}.lobster_7195ba0d-module__ClqpWq__className{font-family:Lobster,Lobster Fallback;font-style:normal;font-weight:400}.lobster_7195ba0d-module__ClqpWq__variable{--font-lobster:"Lobster", "Lobster Fallback"}
@font-face{font-family:Bebas Neue;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2039e8342bda6056-s.1iie40g0-cbk2.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Bebas Neue;font-style:normal;font-weight:400;font-display:swap;src:url(../media/fabcf92ba1ccea36-s.p.3jvga4rcv46fc.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Bebas Neue Fallback;src:local(Arial);ascent-override:117.32%;descent-override:39.11%;line-gap-override:0.0%;size-adjust:76.72%}.bebas_neue_5b057dc0-module__qTYxwa__className{font-family:Bebas Neue,Bebas Neue Fallback;font-style:normal;font-weight:400}.bebas_neue_5b057dc0-module__qTYxwa__variable{--font-bebas_neue:"Bebas Neue", "Bebas Neue Fallback"}
