body{box-sizing:border-box;font-family:Roboto,sans-serif;margin:0;background-color:#170e0e}#meals{width:90%;max-width:70rem;list-style:none;margin:.5rem auto;padding:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));justify-items:center;gap:1rem}.product-item{background-color:#d87000;border-radius:1rem;overflow:hidden;text-align:center;box-shadow:0 1px 6px #0000004d;max-width:23rem;color:#fff}.product-item article{height:100%;display:flex;flex-direction:column;justify-content:space-between}.product-item img{width:100%;height:20rem;object-fit:cover;transform:scale(1);transition:transform .5s ease-in-out}.product-item img:hover{transform:scale(1.1);cursor:pointer}.product-item h3{font-size:1.5rem;font-weight:700;margin:.75rem 0}.product-item-description{margin:1rem}.product-item-price{display:inline-block;background-color:#312c1d;color:#ffc404;font-size:.9rem;font-weight:700;padding:.5rem 2rem;margin:0;border-radius:4px}.product-item-actions{margin-bottom:1.5rem}.product-item-button{background-color:#312c1d;outline:none;color:#fff;border:none;border-radius:10px;padding:10px 15px;font-size:16px;cursor:pointer;margin-bottom:1rem;margin-top:1rem;transition:color .15s ease-in-out,background-color .15s ease-in-out}.product-item-button:hover{background-color:#15120f;color:#d87000}.icon-cart-box{width:17rem;display:flex;align-items:center;justify-content:space-around}.featured-product-container{margin-top:8rem}.featured-product-container h2{color:#fff;margin-left:5rem}.featured-menu-box{display:flex;flex-direction:column;align-items:center;margin-bottom:8rem}.featured-menu-box p{color:#fff;font-size:20px}.featured-button{background-color:#d87000;color:#fff;outline:none;border:none;border-radius:10px;padding:15px 20px;font-size:16px;cursor:pointer;transition:color .15s ease-in-out,background-color .15s ease-in-out}.featured-button:hover{background-color:#1d1a16;color:#d87000}@media screen and (max-width: 540px){.featured-product-container{text-align:center}.featured-product-container h2{margin:0}}.home-container{background-image:url(/assets/foodimg-DNQRLiLi.png);background-repeat:no-repeat;background-size:cover;background-position:center;height:70vh}.img-text{z-index:0;margin:0;color:#fff;font-size:100px;position:absolute;top:100px;left:4rem;font-weight:700}.subtitle{z-index:0;margin:0;color:#fff;position:absolute;top:340px;left:5rem;font-weight:700}.home-button{background-color:#d87000;outline:none;color:#fff;border:none;border-radius:10px;padding:15px 20px;font-size:16px;cursor:pointer;position:absolute;top:380px;left:5rem;transition:color .15s ease-in-out,background-color .15s ease-in-out}.home-button:hover{background-color:#1d1a16;color:#d87000}@media screen and (max-width: 850px){.home-container{height:30rem}}@media screen and (max-width: 540px){.img-text{font-size:50px;top:50px}.subtitle{top:250px}.home-button{top:280px}}@media screen and (max-width: 540px){.img-text{font-size:50px;top:50px;left:30px}.subtitle{top:250px;left:30px}.home-button{top:280px;left:30px}}.about-container{color:#fff;text-align:center;padding:10px 5rem}.about-container p{font-size:1.2rem;width:30rem;padding:0 2rem}.about-container-first{display:flex;flex-direction:row;margin:3rem 0;justify-content:space-evenly}.about-container-second{display:flex;flex-direction:row-reverse;margin:3rem 0;justify-content:space-evenly}.about-button{background-color:#d87000;outline:none;color:#fff;border:none;border-radius:10px;padding:10px 15px;font-size:16px;cursor:pointer;margin-bottom:30px;transition:color .15s ease-in-out,background-color .15s ease-in-out}.about-button:hover{background-color:#1d1a16;color:#d87000}@media screen and (max-width: 1030px){.about-container-first,.about-container-second{flex-direction:column;align-items:center}.about-container img{width:35rem;height:100%}.about-container p{padding:0 5rem}}@media screen and (max-width: 660px){.about-container img{width:25rem;height:100%}.about-container p{padding:0;width:22rem}.about-container{padding:1rem}}.menu-container{display:flex}.meals-container{width:90%;max-width:70rem;list-style:none;margin:.5rem auto;padding:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));justify-items:center;gap:1rem}.loading-box{margin:0 auto;color:#fff}@media screen and (max-width: 730px){.menu-container{flex-direction:column}.meals-container{justify-items:center}}.drawer-container{box-sizing:border-box;width:250px;height:100%;background-color:#311f1f;padding:20px 30px;font-size:18px}.drawer-button{background-color:#d87000;outline:none;color:#fff;border:none;border-radius:10px;padding:15px 20px;font-size:16px;cursor:pointer;margin-top:20px;transition:color .15s ease-in-out,background-color .15s ease-in-out}.drawer-button:hover{background-color:#1d1a16;color:#d87000}.categorydropbtn{color:#fff;font-size:16px;border:none;cursor:pointer}.category-content{position:relative;max-width:15rem;display:flex;flex-direction:column;color:#d9d9d9;font-size:18px;min-width:160px;margin-bottom:20px}.category-content p{margin-bottom:0;font-size:20px}.category-content label{display:block;padding:12px 0;font-size:17px}.category-content label:hover{background-color:#1d1a16}.category:hover .category-content{display:block}.category-content{display:inline-flex;align-items:start;cursor:pointer}.category-content input[type=radio]{display:none}.category-content .custom-radio{width:10px;height:10px;border-radius:50%;border:2px solid white;background-color:transparent;margin:0 5px;display:inline-block}.category-content input[type=radio]:checked+.custom-radio{background-color:#fff}@media screen and (max-width: 810px){.categorydropbtn{padding:0}}.dropdown{display:inline-block}.dropbtn{color:#fff;font-size:20px;border:none;margin-top:27px}.dropdown-content{min-width:160px;padding:0 2px 10px;z-index:1;display:flex;flex-direction:column;color:#fff;margin-bottom:13px}.dropdown-content label,#price-value{font-size:16px}input[type=range]{width:80%;accent-color:white;border:0}@media screen and (max-width: 810px){.categorydropbtn{padding-bottom:16px}}.control{margin:.5rem 0;display:flex;flex-direction:column;color:#fff}.control label{font-weight:700;margin-bottom:.5rem;margin-top:1rem;font-size:20px;color:#d87000}.control input{width:100%;max-width:20rem;font:inherit;padding:.5rem;border-radius:4px;border:1px solid #ccc;background-color:#d87000;border:0}.control input:after{border:0}.control textarea{width:100%;max-width:20rem;font:inherit;padding:.5rem;border-radius:4px;border:1px solid #ccc}.form-container{display:flex;flex-direction:column;align-items:center;width:35rem;height:100%;margin:50px auto;border-radius:10px;background-color:#d87000;padding:20px 0;box-sizing:border-box}.form-button{background-color:#170e0e;outline:none;color:#fff;border:none;border-radius:10px;padding:10px 15px;font-size:16px;cursor:pointer;margin-top:20px;width:20rem}.contact-input{margin:.5rem 0;display:flex;flex-direction:column;color:#fff}.contact-input label{font-weight:700;margin-bottom:.5rem;margin-top:1rem;font-size:20px}.contact-input input{width:20rem;font:inherit;padding:.5rem;border-radius:4px;border:1px solid #ccc;border:0;color:#000}.contact-input textarea{width:20rem;font:inherit;padding:.5rem;border-radius:4px;border:1px solid #ccc;color:#000;resize:none}@media screen and (max-width: 620px){.form-container{width:20rem;padding:20px 0;box-sizing:border-box}.form-button{width:70%;margin-left:1.2rem}.contact-input input,.contact-input textarea{width:100%}}.header{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;color:#fff;font-size:20px}.title{display:flex;gap:1rem;align-items:center}.title h2{margin-left:0}.title img{width:4rem;height:4rem;object-fit:contain;border-radius:50%}h2{margin:15px 0;font-weight:300;letter-spacing:3px;margin-left:2.5rem}.links{padding-top:.5rem;display:flex}.forLin{display:flex}.forLin a{margin-right:1rem;margin-top:20px}.forLin button{width:5rem;height:2rem;margin-top:16px;background-color:#d87000;border-radius:10px;color:#fff;font-size:15px;border:0;cursor:pointer;transition:color .15s ease-in-out,background-color .15s ease-in-out}.forLin button:hover{background-color:#1d1a16;color:#d87000}.links a,.forLin a{position:relative;margin-left:3rem;text-decoration:none;color:#fff;font-size:20px;padding-bottom:5px;transition:color .1s ease-in-out}.logo-text{font-weight:700;color:#d87000;letter-spacing:0}.active{color:#d87000!important;border-bottom:0;padding-bottom:2px;transition:border-bottom 2s}.links a:after,.forLin a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#d87000;transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in-out}.header a:hover:after,.links a:hover:after,.forlin a:hover:after{transform:scaleX(1);transform-origin:left}.header a:hover,.links a.active{color:#d87000}@media screen and (max-width: 860px){.header{flex-direction:column}.links a{margin:0 2rem}.forLin a{margin-left:0}}@media screen and (max-width: 540px){.links{flex-direction:column;align-items:center}.links a{margin-top:20px;width:fit-content}h2{margin-left:0;margin-bottom:0}}.footer-body{margin:0;padding:0;display:flex;flex-direction:column}.content{flex:1;padding:20px;text-align:center}footer{background-color:#1b1d1e;color:#fff;padding:20px 0;text-align:center}.footer-container{display:flex;justify-content:space-around;flex-wrap:wrap;padding:0 100px}.footer-section{margin:10px;display:flex;flex-direction:column}.footer-section h4{margin-bottom:10px}.footer-section p{margin:5px 0}.footer-section a{color:#f39c12;text-decoration:none}.footer-section a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid #34495e;margin-top:20px;padding-top:10px}@media screen and (max-width: 660px){.footer-container{flex-direction:column}}@media screen and (max-width: 430px){.footer-container{padding:10px}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}.modal-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#1d1a16;color:#d87000;padding:20px;border-radius:8px;z-index:1000;box-shadow:0 2px 10px #0000001a;width:80%;max-width:500px}.cart-item{display:flex;justify-content:space-between;align-items:center;margin:.5rem 0}.cart-item p{margin:0}.cart-item-actions{display:flex;gap:1rem;align-items:center;margin-left:3rem}.cart-item-actions button{cursor:pointer;font-size:1rem;width:1.5rem;height:1.5rem;border-radius:50%;border:none;background-color:#d87000;color:#241308;display:flex;justify-content:center;align-items:center}.cart-item-actions button:hover,.cart-item-actions button:active{background-color:#1d1a16;color:#d87000}.cart-item-list{padding-left:40px}@media screen and (max-width: 540px){.cart-item-list{padding-inline-start:0}}.cart{background-color:#1d1a16;border:0;color:#d87000;border-radius:5px;width:25rem}.cart h2{margin:1rem 0}.cart ul{list-style:none;margin:.5rem 0;padding:0}.modal-actions{display:flex;justify-content:flex-end;gap:1rem}.modal-actions a{text-decoration:none}.cart-menu{margin-bottom:50px}.cart-menu a{text-decoration:none}.modal-actions button,.cart-menu button{cursor:pointer;font-size:1rem;width:6rem;height:2rem;border:none;border-radius:10px;background-color:#d87000;color:#241308;display:flex;justify-content:center;align-items:center}.modal-actions .text-button,.modal-actions button{color:#1d1a16}.modal-actions button:hover,.modal-actions button:active,.cart-menu button:hover{background-color:#1d1a16;color:#d87000}.cart-total{display:flex;justify-content:flex-end;margin:10rem 0 2rem;font-size:1.15rem;font-weight:700;color:#d87000}@media screen and (max-width: 540px){.cart ul{padding-inline-start:0!important}}.checkout-container{background-color:#1d1a16;border:0;color:#d87000;border-radius:5px;width:30rem}.checkout-form{color:#d87000;display:flex;flex-direction:column;align-items:center}.checkout-form h2{margin:1rem 0}.checkout-button{cursor:pointer;font-size:1rem;width:8rem;height:2rem;border:none;border-radius:10px;background-color:#d87000;color:#241308;display:flex;justify-content:center;align-items:center}.product-detail-container{width:50rem;margin:40px auto;display:flex;color:#d87000;box-shadow:2px 2px 10px 10px #000}.product-detail-container-left{display:flex;flex-direction:column}.product-detail-container-right{background-color:#0c0c0c;text-align:center;margin:0 auto;padding:0 1.5rem}.product-detail-container-right button{cursor:pointer;font-size:1rem;width:1.5rem;height:1.5rem;border-radius:50%;border:none;background-color:#241308;color:#d87000;display:flex;justify-content:center;align-items:center}.product-detail-container-right button:hover,.product-detail-container-right button:active{background-color:#ab5800;color:#241308}.product-detail-button-box{display:flex;align-items:center;justify-content:center;margin-top:2rem}.product-detail-button-box button{margin:0 8px}.product-detail-button-box p{margin:0 1rem}.fav-rate{display:flex;justify-content:space-around;font-size:17px}.fav-rating{display:flex;align-items:center}@media screen and (max-width: 840px){.product-detail-container{flex-direction:column;box-shadow:0 0;align-items:center;width:25.5rem}.product-detail-button-box{margin-bottom:20px}}@media screen and (max-width: 440px){.product-detail-container,.product-detail-container-left img{width:100%}}.error{color:#fff;text-align:center;font-size:20px;margin-top:10rem}.favorites-container{text-align:center;color:#fff}
