@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:#daa520;--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__navbar{background:var(--color-black);justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.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-icons{align-items:center;display:flex;justify-content:flex-end}.app__navbar-cart{cursor:pointer;margin-right:1rem;position:relative}.cart__item-count{align-items:center;background-color:red;border-radius:50%;color:#fff;display:flex;font-size:14px;justify-content:center;padding:0 6px;position:absolute;right:-10px;top:-10px}.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)}.app__navbar-cart_overlay{align-items:center;background:#000000e6;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:100}.cart__overlay-content{background:var(--color-black);border-radius:10px;color:var(--color-white);max-width:500px;padding:2rem;position:relative;width:80%}.cart__overlay-content .overlay__close{cursor:pointer;position:absolute;right:10px;top:10px}.cart__items{margin-bottom:1rem;margin-top:2rem;max-height:300px;overflow-y:auto;padding-right:10px}.cart__item{border-bottom:1px solid var(--color-golden);display:flex;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.5rem}.cart__item-title{font-weight:700}.cart__instructions{background:var(--color-black);border:1px solid var(--color-golden);border-radius:5px;color:var(--color-white);font-family:inherit;font-size:14px;height:100px;margin-top:15px;padding:10px;resize:none;width:100%}.cart__instructions::placeholder{color:#888}.send__order-button{background-color:var(--color-primary);border:none;border-radius:5px;color:var(--color-white);cursor:pointer;margin-top:15px;padding:10px 20px;transition:background-color .3s ease,color .3s ease}.send__order-button:hover{background-color:var(--color-golden);color:var(--color-black)}.cancel__order-button{background-color:#ff4d4d;border:none;border-radius:5px;cursor:pointer;margin-top:15px;padding:10px 20px;transition:background-color .3s ease,color .3s ease}.cancel__order-button:hover{background-color:#ff1a1a}.flex{display:flex}.justify-evenly{justify-content:space-evenly}@media screen and (min-width:2000px){.app__navbar-logo img{width:210px}.app__navbar-cart{margin-right:25px;padding-right:5px}}.block{display:block}@media screen and (min-width:1150px){.lg\:hidden{display:none}}@media screen and (max-width:1150px){.app__navbar-links{display:none}.app__navbar-smallscreen{display:flex}.app__navbar-cart{margin-right:25px;padding-right:5px}}@media screen and (max-width:650px){.app__navbar{padding:1rem}.app__navbar-cart{margin-right:25px;padding-right:5px}.app__navbar-logo img{width:110px}}menu css

.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:center;display:flex;gap:10px;justify-content:flex-end}.app__menuitem-price button{border:none;border-radius:5px;cursor:pointer;font-size:16px;padding:5px 10px}.app__menuitem-price button:hover{background-color:#fff}.app__menuitem-price span{font-size:16px;font-weight:700;padding:0 10px}.item-value{color:#fff}.app__header{background-color:var(--color-black);padding:2rem 0}.app__header-h1{color:var(--color-golden);font-family:var(--color-base);font-size:80px;letter-spacing:.04em;line-height:97px;text-transform:uppercase}.app__header-img img{width:80%}.custom__button{background-color:var(--color-primary);border-radius:5px;color:var(--color-white);padding:10px 20px;transition:transform .3s ease,background-color .3s ease,color .3s ease}.custom__button:hover{background-color:var(--color-golden);color:var(--color-black);transform:scale(1.05)}@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:60px}}@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}}.vh-80{height:80vh}.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{align-items:center;color:var(--color-white);cursor:pointer;display:flex;font-family:var(--font-base);font-size:45px;font-weight:600;letter-spacing:.04em;line-height:58.5px}.app__specialMenu-menu_heading p{margin:0}.dropdown-icon{color:var(--color-golden);font-size:1.5rem;margin-left:10px}.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:80%}@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}}.section__padding{padding:2rem 3rem}.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}.app__wrapper_info{align-items:flex-start;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{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:820px){.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}}@media screen and (min-width:1179px){.section__padding{padding:2rem}.app__wrapper{flex-direction:column}.app__wrapper_img{margin-left:0;margin-top:2rem}.app__wrapper_img img{width:90%}.custom__button{font-size:14px;padding:.5rem 1rem}.p__cormorant{font-size:18px;line-height:24px}.p__opensans{font-size:14px;line-height:20px}.headtext__cormorant{font-size:40px;line-height:50px}.spoon__img{width:35px}}body{background-color:var(--color-black)}
/*# sourceMappingURL=main.bba223df.css.map*/