body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{min-height:100vh;overflow-x:hidden;width:100%}body{background-attachment:fixed;background-image:url(/static/media/background.c4cd14bcd6f6096bf86a.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#333;font-family:Arial,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;height:100%;min-height:100vh}ul{list-style:none;margin:0;padding:0}img{display:block;height:auto;max-width:100%}main{align-items:stretch;display:flex;flex-grow:1;height:100%;justify-content:center}@media (max-width:768px){body,html{font-size:15px}}@media (max-width:480px){body,html{font-size:14px}}.scroll-to-top{background-color:#a5640d;border:none;border-radius:50%;bottom:20px;box-shadow:0 2px 5px #0003;color:#fff;cursor:pointer;font-size:24px;height:70px;line-height:50px;opacity:.8;position:fixed;right:20px;text-align:center;transition:opacity .3s,background-color .3s,transform .3s;width:70px;z-index:999}.scroll-to-top:hover{background-color:#f60;opacity:1;transform:translateY(-3px)}@media (max-width:768px){.scroll-to-top{bottom:15px;font-size:20px;height:50px;line-height:40px;right:15px;width:50px}}.header{align-items:center;background:#fdfcfc;border-bottom:3px solid #a5640d;color:#020202;display:flex;flex-direction:column;font-size:24px;font-weight:700;justify-content:center;padding:20px;text-align:center}.header:hover{background:#f3f3f3;transition:background .3s ease-in-out}.header h1{line-height:0;margin:0;padding:0}.header-logo{display:block;margin:0 auto;max-height:200px;width:auto}@media (max-width:768px){.header{font-size:20px;padding:15px}.header-logo{max-height:150px}}@media (max-width:480px){.header{font-size:18px;padding:10px}.header-logo{max-height:120px}}.sidebar{animation:slideIn .4s ease-in forwards;background:#f8f8f8;border-right:2px solid #ddd;height:100%;left:0;opacity:0;padding:15px;position:sticky;top:0;transform:translateX(-20px);width:220px;z-index:10}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.sidebar h2{color:#a5640d;font-size:24px;margin-bottom:20px}.sidebar h3{font-size:18px;margin-bottom:10px}.sidebar ul{list-style:none;padding:0}.sidebar li{border-radius:5px;cursor:pointer;font-weight:700;padding:10px;text-align:start;transition:background .3s;white-space:nowrap}.sidebar li:hover{background:#ddd}.active-category{background:#eee;border-radius:5px;color:#a5640d;font-weight:700;transition:background .3s ease-in-out}.menu-title{color:#f60;cursor:pointer;text-align:center;transition:color .3s ease-in-out}.menu-title:hover{color:#ff4500}.sidebar .sub-category-text{color:#888;font-size:.7em;font-weight:400;margin-left:4px}@media (max-width:992px){.sidebar{align-items:center;animation:none;border-bottom:2px solid #ddd;border-right:none;display:flex;flex-direction:column;height:auto;opacity:1;padding:10px;position:static;transform:translateX(0);width:100%}.sidebar h2{font-size:1.5em;margin-bottom:10px}.sidebar ul{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:10px;justify-content:flex-start;overflow-x:auto;padding-bottom:5px;width:100%}.sidebar ul::-webkit-scrollbar{display:none}.sidebar ul{-ms-overflow-style:none;scrollbar-width:none}.sidebar li{border-radius:5px;cursor:pointer;flex-shrink:0;font-size:.9em;font-weight:700;padding:8px 12px;text-align:center;transition:background .3s;white-space:nowrap}}@media (max-width:576px){.sidebar{padding:8px}.sidebar h2{font-size:1.3em;margin-bottom:8px}.sidebar li{font-size:.85em;padding:6px 10px}}.menu-container{align-items:stretch;background-color:#fffc;display:flex;flex-grow:1;gap:20px;justify-content:center;margin:0 auto;max-width:1200px;min-height:calc(100vh - 620.781px);padding:20px}.menu-list{flex:1 1;max-width:800px}.menu-item{align-items:center;animation:fadeIn .3s ease-in forwards;background:#fff;border-radius:8px;box-shadow:2px 2px 5px #0000001a;display:flex;gap:20px;justify-content:space-between;margin-bottom:10px;opacity:0;padding:15px;text-align:start;transform:translateY(10px);transition:transform .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.menu-item:hover{transform:scale(1.02)}.menu-item img{border-radius:8px;flex-shrink:0;height:auto;object-fit:cover;width:120px}.dish-name{font-size:18px;font-weight:700}.menu-details{display:flex;flex:1 1;flex-direction:column;gap:5px;max-width:500px}.menu-details p{margin:0}.dish-price{color:#a5640d;font-size:16px}.dish-description{color:#777;font-size:14px}.dish-amount{color:#555;font-size:14px}.modal{align-items:center;background:#000c;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal img{border-radius:10px;box-shadow:0 4px 8px #fff3;max-height:90%;max-width:90%}@media (max-width:992px){.menu-container{align-items:center;flex-direction:column;gap:15px;min-height:auto;padding:15px}.menu-container,.menu-list{margin:0 auto;max-width:100%}.menu-item{flex-direction:column;gap:10px;padding:10px;text-align:center}.menu-item img{height:auto;max-width:200px;width:100%}.menu-details{align-items:center}.dish-name{font-size:1.1em}.dish-amount,.dish-description,.dish-price{font-size:.9em}}@media (max-width:576px){.menu-container{gap:10px;padding:10px}.menu-item{gap:8px;padding:8px}.dish-name{font-size:1em}.dish-amount,.dish-description,.dish-price{font-size:.85em}.menu-item img{max-width:150px}}.footer-container{background-color:#f8f8f8;color:#333;display:flex;flex-wrap:wrap;font-family:sans-serif;gap:20px;justify-content:space-around;padding:40px 20px}.footer-section{flex:1 1;margin:10px;min-width:250px}.footer-section h3{color:#555;font-size:1.2em;font-weight:600;margin-bottom:15px}.footer-section p,.footer-section ul{font-size:.95em;line-height:1.6}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:8px}.footer-section a{color:#333;text-decoration:none}.footer-section a:hover{color:#007bff;text-decoration:underline}.social-icon{color:#555;font-size:1.2em;margin-right:8px;vertical-align:middle}.footer-section a:hover .social-icon{color:#007bff}.map-section{flex:2 1;min-width:300px}.map-placeholder{border:1px solid #ddd;height:250px;overflow:hidden;position:relative;width:100%}.map-placeholder iframe{border:none;height:100%;width:100%}@media (max-width:768px){.footer-container{align-items:center;flex-direction:column}.footer-section{margin:15px 0;width:90%}.footer-section,.footer-section ul{text-align:center}.map-section{width:90%}}
/*# sourceMappingURL=main.e16340c1.css.map*/