@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}body{background-color:#0c0c0c;color:#fff}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)}}#home{scroll-margin-top:80px}.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__aboutus{position:relative}.app__aboutus-overlay{bottom:0;left:0;position:absolute;right:0;top:0!important}.app__aboutus-overlay img{height:415px;margin-left:-6rem;margin-top:7rem;width:700px;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{margin:2rem 4rem}.app__aboutus-content_knife img{height:910px}.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;text-align:justify}@media screen and (min-width:2000px){.app__aboutus-content_knife img{height:1110px}.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;margin-bottom:-30rem;margin-left:-1rem;width:85%}}.app__newsletter{background:var(--color-black);border:1px solid var(--color-golden);margin-top:10rem;padding:2rem 4rem;position:relative;z-index:1}.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: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%;inset:0;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:3rem 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}.menu-item-image{border-radius:8px;height:240px;margin-bottom:1rem;object-fit:cover;width:320px}@media screen and (max-width:750px){.menu-item-image{height:220px;width:100%}.app__menuitem{margin:2rem 0}}.app__wrapper{position:relative}.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:32;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{margin-top:3rem;width:370px}}@media screen and (max-width:450px){.app__chef-sign img{width:80%}}.app__footer{align-items:center;background:var(--color-black);justify-content:flex-start;padding-top:0;position:relative;width:100%;z-index:1}.app__footer,.app__footer-top{display:flex;flex-direction:column}.app__footer-top{gap:2rem}.app__footer-img{transition:filter .3s ease}.app__footer-img:hover{filter:brightness(.5)}.app__footer-links{align-items:flex-start;display:flex;justify-content:space-between;margin-top:10rem;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-admin-link{color:#888;font-size:1rem;opacity:.6}.footer-admin-link:hover{opacity:1}.footer__copyright{align-items:center;border-top:1px solid var(--color-golden);display:flex;justify-content:space-between;margin-top:auto;padding-top:1rem;width:100%}@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}.app__footer-links{margin-top:1rem}}@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;position:relative}.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: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}}.app__header{background:var(--color-black)}.app__header-h1{color:var(--color-golden);font-family:var(--font-base);font-size:90px;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:#0000004d;bottom:0;left:0;position:absolute;right:0;top:0!important}.app__video-overlay_circle{border:1px solid var(--color-golden);border-radius:50%;cursor:pointer;height:100px;width:100px}.app__laurels_awards{flex-wrap:wrap;margin-top:3rem;position:relative}.app__laurels_awards,.app__laurels_awards-card{align-items:flex-start;display:flex;justify-content:flex-start}.app__laurels_awards-card{flex:1 1;margin:1rem;min-width:230px}.app__laurels_awards-card p{text-align:justify}@media screen and (min-width:1700px){.app__laurels_awards-card{min-width:350px}}.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:450px){.app__laurels_awards-card{margin:1rem 0;min-width:100%}}.app__specialMenu{background-color:var(--color-black);display:flex;flex-direction:column;position:relative}.app__specialMenu-title{margin-bottom:2rem;text-align:center}.app__specialMenu-menu{align-items:center;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:420px}.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}}.menu-page{color:var(--color-white);padding:4rem;width:100%}.menu-section{margin-bottom:4rem}#drinks{scroll-margin-top:80px}.menu-section h1{color:var(--color-golden);margin-bottom:1rem;text-align:center}.menu-section h2,.menu-section h3{color:var(--color-golden);margin-bottom:1.5rem;text-align:center}.menu-section h2{margin-bottom:5rem;margin-top:6rem;position:relative}.menu-section h3:after,.menu-section h3:before{background:var(--color-golden);content:"";display:inline-block;height:1px;vertical-align:middle;width:100px}.menu-section h3:before{margin-right:20px}.menu-section h3:after{margin-left:20px}.menu-section h3{margin-bottom:5rem;margin-top:4rem;position:relative;text-align:center}.menu-section h2:after{background:var(--color-golden);content:"";display:block;height:1px;margin:1rem auto 0;width:100%}.menu-item-with-image{display:flex;gap:1rem;margin-bottom:1.5rem}.menu-item-with-image img{border-radius:8px;height:220px;object-fit:cover;width:300px}.menu-item-info{display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:750px){.menu-page{padding-left:15px;padding-right:15px}}@media (max-width:600px){.menu-section h2{margin-bottom:2.5rem;margin-top:.5rem;text-align:center}.menu-section h2:after{margin:.3rem auto 0}.menu-section h3{margin:1.5rem auto}.menu-section h3:after,.menu-section h3:before{content:"";display:inline-block;width:50px}.menu-section h3:before{margin-right:10px}.menu-section h3:after{margin-left:10px}}.booking-form{gap:1.5rem;max-width:550px;width:100%}.booking-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.4rem}.form-group label{color:#dcca87;font-family:Cormorant Garamond,serif;font-size:1.1rem}.form-group input,.form-group select,.form-group textarea{background:#0000;background-color:#000;border:1px solid var(--color-golden);border-radius:4px;color:var(--color-white);font-size:1rem;padding:.8rem}input[type=datetime-local]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(1)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#dcca87;outline:none}.booking-btn:hover{background:#bca76b}.status{font-size:1rem;margin-top:1rem}.status.success{color:#90ee90}.status.error{color:#ff5757}.booking-page{align-items:center;background:#0c0c0c;color:#fff;display:flex;flex-direction:column;min-height:100vh;padding:4rem 1rem}.booking-header{margin-bottom:3rem;text-align:center}.booking-header h1{color:var(--color-golden);margin-bottom:1rem;text-align:center}.booking-subtitle{color:#aaa;font-size:1.1rem;margin-top:.5rem}.booking-card{background:#1e1e1e;border:1px solid var(--color-golden);border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;min-height:220px;padding:16px;width:260px}.booking-card h3{margin-bottom:10px}.booking-card-content{display:flex;flex-direction:column;gap:6px}.booking-card .assign-btn{background:#00a2ff;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:10px;padding:8px 12px}.booking-card-actions button{width:100%}.booking-card .unassign-btn{background:#919a9d;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:10px;padding:8px 12px}.booking-card .booking-notes{color:#ccc;margin-bottom:10px;margin-top:15px}.booking-card:hover{border-color:#dcca87;transform:translateY(-2px);transition:.2s}@media (max-width:768px){.booking-card-actions{align-items:stretch;flex-direction:column;text-align:center}.booking-card{width:100%}}@media (max-width:480px){.admin-page{padding:20px 12px}.booking-list,.table-list{grid-template-columns:1fr}.booking-card-content p{font-size:14px;height:20px}}.table-card{background:#1a1a1a;border:1px solid #333;border-radius:8px;cursor:pointer;padding:16px;transition:.2s;width:180px}.table-card:hover{border-color:#dcca87;transform:translateY(-3px)}.table-card h3{margin-bottom:10px}.table-card.available{border-color:#0f6}.table-card.taken{border-color:#f44;opacity:.85}.table-card.disabled{cursor:not-allowed;opacity:.4}.status.available{color:#2ecc71}.status.taken{color:#e74c3c}.current-booking{color:#ccc;font-size:.85rem;margin-top:.5rem}@media (max-width:768px){.table-card h3{font-size:18px}.table-card p{font-size:14px}}.admin-page{color:#fff;display:flex;justify-content:center;padding:4rem 2rem}.admin-container{margin:0 auto;max-width:1200px;width:100%}.admin-page h1{margin-top:2rem;text-align:center}.admin-section{margin:0 auto 48px;max-width:1200px;width:100%}.admin-section h2{margin-bottom:1.5rem}.booking-list,.table-list{display:flex;flex-wrap:wrap;gap:16px}.assign-banner{align-items:center;background:#1f1f1f;border:1px solid #dcca87;border-radius:4px;display:flex;justify-content:space-between;margin:2.5rem 0;padding:1rem;width:100%}.assign-banner button{background:var(color-white);border:none;border-radius:4px;color:#000;cursor:pointer;padding:8px 12px}.admin-header-row{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.admin-header-row select{border-radius:4px;padding:8px 12px;width:100px}@media (max-width:768px){.admin-header-row{align-items:stretch;flex-direction:column}.admin-header-row select{width:100%}.admin-page h1{font-size:1.5rem;margin-top:0}.admin-page h2{font-size:1.5rem;margin:.5rem auto}}html{scroll-behavior:smooth}.section__padding{padding:4rem 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;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{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}}.section-nav{bottom:20px;color:var(--color-golden);cursor:pointer;display:flex;font-family:var(--font-base);font-size:1.1rem;gap:15px;position:absolute;right:20px;z-index:10}.section-nav span:hover{color:var(--color-white)}.section-full{display:flex;flex-direction:column;justify-content:center;min-height:100vh}
/*# sourceMappingURL=main.9369d02e.css.map*/