:root{--main-theme-color: #ff8c00}html{font-size:62.5%}body{padding:20px;margin:0;font-family:Poppins,sans-serif;background:linear-gradient(to right,#0a0a0a,#110900,#1d0f00,var(--main-theme-color))}#root{width:100%;max-width:1500px;margin:0 auto}.padding-20{padding:20px}.nav{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:1.8rem}nav figure{margin:0;width:25%;object-fit:cover}.logo{width:100%;max-width:15rem;height:auto;object-fit:contain;cursor:pointer}.nav ul{display:flex;justify-content:space-between;width:50%}.nav ul li{list-style:none}.nav ul li a{text-decoration:none;color:#fff;font-size:1.8rem;position:relative}.link-underline:before{content:"";width:100%;height:4px;background-color:var(--main-theme-color);position:absolute;bottom:-5px;transition:all .5s ease-in-out}.link-underline:hover:before{background-color:#fff;width:100%}.nav ul li a:hover{color:var(--main-theme-color);transition:all .5s ease-in-out;cursor:pointer}.search-box{height:fit-content;position:relative}.input-search{position:absolute;right:10px;top:20px;width:50px;border-style:none;padding:10px;font-size:18px;letter-spacing:2px;outline:none;border-radius:25px;transition:all .5s ease-in-out;background-color:#22a6b3;color:#fff;opacity:0}.input-search::placeholder{color:#ffffff80;font-size:18px;letter-spacing:2px;font-weight:100}.btn-search{width:50px;height:50px;border-style:none;font-size:20px;font-weight:700;outline:none;cursor:pointer;border-radius:50%;position:absolute;right:0;bottom:-30px;color:#fff;background-color:transparent;pointer-events:painted}.btn-search:focus~.input-search{width:300px;border-radius:0;background-color:transparent;border-bottom:1px solid rgba(255,255,255,.5);transition:all .5s cubic-bezier(0,.11,.35,2);opacity:1}.input-search:focus{width:300px;border-radius:0;background-color:transparent;border-bottom:1px solid rgba(255,255,255,.5);transition:all .5s cubic-bezier(0,.11,.35,2);opacity:1}input{width:100%}.hero{font-family:Montserrat,sans-serif;display:flex;justify-content:space-between!important;align-items:center;position:relative;height:calc(100vh - 107px);overflow:hidden}.hero-first-half{text-transform:uppercase;color:#fff}.hero-first-half h1{font-size:72px;display:flex;flex-direction:column}.hero-first-half h1 span:first-of-type{color:#b87952}.hero-first-half h1 span:nth-child(2){color:var(--main-theme-color);position:relative}.hero-first-half h1 span:nth-child(2):before{content:"";width:20%;height:5px;background-color:var(--main-theme-color);position:absolute;bottom:-15px}.hero-first-half p{font-size:20px}.hero-first-half button{font-size:16px;color:var(--main-theme-color);background-color:transparent;border:none;border:3px solid var(--main-theme-color);padding:8px 16px;margin-top:30px}.hover-white:hover{color:#fff;border-color:#fff;transition:all .5s ease-in-out}.checkout-affordable{display:flex;justify-content:space-between;align-items:center}.hero-second-half{width:50%;display:flex;position:relative}.great-prices{font-size:20px;border:3px solid var(--main-theme-color);color:#fff;text-transform:uppercase;border-radius:50%;width:100%;max-width:62px;height:62px;padding:40px;display:flex;align-items:center;justify-content:center;position:relative;position:absolute;bottom:10%;left:-100px}.great-prices:before{content:" ";position:absolute;z-index:2;top:5px;left:5px;right:5px;bottom:5px;border:5px solid var(--main-theme-color);border-radius:50%}.hero-second-half .plate{width:100%;max-width:550px;border-radius:50%;box-shadow:0 4px 16px;animation:slideInRight 2s ease-out forwards}.social-links{position:fixed;right:0;top:40%;display:flex;flex-direction:column;list-style-type:none;justify-content:space-between;z-index:2}.social-links li{background-color:#110900;padding:10px 12px;box-shadow:0 16px 32px #000c}.social-links li:first-child{border-top-left-radius:20px}.social-links li:last-child{border-bottom-left-radius:20px}.social-links a{text-decoration:none;color:#fff;font-size:25px;font-weight:700}.social-links li{transition:background .4s ease-in-out}.social-links li:hover{background-color:var(--main-theme-color)}.ham-menu{display:none}.slide-In-left{animation:slideInLeft 2s ease-out forwards}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.loader{width:48px;height:48px;border:5px solid #fff;border-bottom-color:#ff3d00;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{display:flex;flex-direction:column;align-items:center;color:#fff}.error-message button{border:none;background:transparent;color:var(--main-theme-color)}.products{font-family:poppins;padding:3rem;border-radius:5px;display:flex;flex-direction:column;align-items:center}.header-filter{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:4rem;width:100%}.header-filter select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border-radius:8px;padding:.55rem .9rem;font-size:16px;font-weight:700;color:#333;outline:none;transition:all .3s ease-in-out;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18" fill="%23ff8800"><path d="M7 10l5 5 5-5z"></path></svg>');background-repeat:no-repeat;background-position:right 10px center;background-size:4rem;padding-right:30px;justify-self:flex-end}.header-filter select:hover,.header-filter select:focus{border-color:#f50;box-shadow:0 0 10px #ff880080}.products h2{color:#fff;font-size:4rem;text-transform:uppercase;text-align:center;flex-grow:1}.foods{margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);justify-items:center;gap:50px}.food{box-shadow:2px 4px 8px #d4b8a814;border:2px solid #7c2d12;width:100%;max-width:300px;border-radius:10px;padding:20px;background:#fff;transition:transform .4s ease-in-out}.food:hover .food-img{transform:scale(1.03)}.food-img{width:100%;max-width:100%;height:200px;object-fit:cover;border-radius:20px;box-shadow:0 8px 16px #000c;transition:transform .3s ease-in-out}.food-name{font-size:20px;color:#3d2c1e;font-weight:700}.food-category{font-size:14px;color:#7c2d12;margin:10px 0}.food-description{font-size:12px;margin-top:10px;color:#333}.food-btn{border:2px solid #7c2d12;background-color:transparent;padding:10px 16px;border-radius:20px;margin-top:10px;color:#7c2d12;cursor:pointer;font-weight:700;box-shadow:0 8px 16px #0006;transition:background .3s ease-in-out}.food-btn:hover{background-color:#7c2d12;color:#fff}.load-food{max-width:50%;margin:40px 0;border:2px solid #333333;padding:15px 30px;background-color:transparent;border-radius:5px;color:#fff;box-shadow:0 4px 8px #000c;transition:all .3s ease-in-out;font-family:Verdana,Geneva,Tahoma,sans-serif}.load-food:hover{text-decoration:underline;color:var(--main-theme-color)}.arrow-down{margin-left:5px}.product-page{display:flex;flex-direction:column;height:calc(100vh - 127px)}.product-details{display:flex;justify-content:center;gap:8rem;align-items:center;flex-grow:1;border-radius:2rem}.product-details-nav{justify-content:space-between;width:100%}.product-details-nav ul{justify-content:end}.back-arrow{font-size:2rem;margin-right:1rem;font-weight:700;cursor:pointer}.back-to-products-link{display:flex;align-items:center;border:2px solid #333333;padding:11px 21px;background-color:transparent;border-radius:5px;color:#fff;box-shadow:0 4px 8px #000c;transition:all .3s ease-in-out;font-family:Verdana,Geneva,Tahoma,sans-serif}.back-to-products-link:hover{color:#25d366!important;transform:scale(1.05);text-decoration:underline}.product-details img{border-radius:15px;box-shadow:0 8px 20px #ff8c0066;width:100%;max-width:500px;height:500px;object-fit:cover;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.product-details img:hover{transform:scale(1.05);box-shadow:0 12px 30px #ff8c0099}.details-text{max-width:600px}.details-foodName{font-size:3.5rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem;text-shadow:2px 2px 5px rgba(0,0,0,.3);color:#fff}.details-category{font-size:1.6rem;color:#22a6b3;font-weight:700;letter-spacing:1px;margin-bottom:10px}.details-description{font-size:1.6rem;line-height:1.8;opacity:.9;color:#fff}.details-contact{display:flex;gap:4rem;flex-wrap:wrap;margin-top:2rem;align-items:center}.details-contact .fa-phone{transform:rotate(90deg)}.details-contact p{font-size:1.5rem;padding:15px 27px;display:flex;align-items:center;background:#111;border:2px solid #ff6b00;color:var(--main-theme-color);border-radius:5px;cursor:pointer;transition:all .4s linear}.details-contact p:hover{border-color:#ffbb73;box-shadow:0 0 10px #ffbb7380;transform:scale(1.05)}.whatsapp-btn{align-self:center;width:fit-content;padding:15px 27px;background-color:#25d366;color:#fff;border-radius:8px;font-weight:700;font-size:16px;text-decoration:none;transition:all .3s ease-in-out}.whatsapp-btn:hover{box-shadow:0 0 10px #25d36680;transform:scale(1.05);background-color:#1ebe5d;color:#fff}.services-container{display:flex;flex-direction:column;flex-wrap:wrap;font-family:Poppins,sans-serif;margin-bottom:18rem}.services-content{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;margin-top:12rem}.services-heading{font-size:4rem;text-align:center;color:#fff;margin:100px 0 30px;text-transform:uppercase;font-family:Poppins}.service-img{width:100%;object-fit:cover;height:300px;border-top-left-radius:15px;border-top-right-radius:15px}.service{position:relative;background-color:#fff;box-shadow:0 16px 32px #000000e6;border-radius:15px;transition:all .5s ease-in-out}.service:hover{color:#fff;transform:scale(1.03);box-shadow:0 0 25px #141bc90d;cursor:pointer;background:#7c2d12}.service p{color:#555;line-height:1.7;font-size:1.6rem;letter-spacing:1px;padding:20px;margin:15px 0;font-style:italic;letter-spacing:.5px;text-shadow:0px 1px 2px rgba(0,0,0,.1)}.service:hover p{color:#fff}.service h3{color:#fff;font-size:1.5rem;letter-spacing:2px;text-decoration:underline;position:absolute;bottom:100%;border-radius:20px;padding:15px 20px;display:flex;align-items:center;gap:10px}.contact-container{background-repeat:repeat;background-position:bottom;background-color:#25140a;color:#fff;margin-top:2rem;box-shadow:-10px 10px 20px #00000080;border-radius:10px;margin-bottom:18rem}.grid-wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}.contact-heading{font-size:3rem;text-align:center;color:#fff;text-transform:uppercase;font-family:Poppins}.form-article{width:100%}#form{width:100%;margin:0 auto;border-radius:10px;box-shadow:0 4px 8px #0003;transition:all .3s ease-in-out;font-family:Arial,Helvetica,sans-serif;display:flex;flex-direction:column;justify-content:center;align-items:center}.map{position:relative;border-radius:10px}#form input,textarea{width:80%;padding:15px 20px;border:none;border-radius:5px;margin-bottom:10px;outline:none;background-color:#3a220e;border:1px solid #b07d47;color:#ffbb73;font-size:14px;font-weight:lighter;letter-spacing:1.2px}textarea{resize:none}#form input:focus,#form textarea:focus{background:#ff7e0033;outline:none}#form input::placeholder,textarea::placeholder{color:#fff;font-style:italic}.submit{padding:10px 15px;background:linear-gradient(45deg,#ff6b00,#ff3d00);border:none;color:#fff;font-weight:600;box-shadow:0 5px 15px #ff7e0000;font-family:poppins,sans-serif;letter-spacing:1.5px;border-radius:10px;transition:all .3s ease-in-out;cursor:pointer;margin:10px 0 15px}.submit:hover{background:linear-gradient(45deg,#ff3d00,#ff7e00);transform:scale(1.05)}.contact-address{font-size:1.2rem;color:#fff;display:flex;justify-content:space-around;align-items:start;background-color:#3a220e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:0 0 10px 10px;margin-top:20px}.contact-address h3{font-size:2rem;margin-bottom:1rem;color:var(--main-theme-color)}.fa-instagram,.fa-phone{color:var(--main-theme-color);width:20px;margin-right:10px;transform:rotate(90deg)}.contact-address p{margin-top:0;font-size:1.5rem;display:flex;align-items:center;background:#111;border:2px solid #ff6b00;padding:10px;border-radius:5px;transition:all .4s linear}.contact-address p:hover{border-color:#ffbb73;box-shadow:0 0 10px #ffbb7380;transform:scale(1.05)}.footer-container{background:linear-gradient(to right,#000,#7c2d12);color:#fff;padding:30px 20px;text-align:center;border-radius:10px 10px 0 0;display:flex;flex-direction:column;align-items:center}.footer-header{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-around;align-items:center}.socials a{padding:0 10px 0 0;text-decoration:none;transition:.3s}.socials-link{transition:.3s}.socials-link:hover{transform:scale(1.1)}.footer-content h2{font-size:2.3rem;padding-top:10px;color:#cdb237de;font-family:Baskervville,serif;font-weight:400;font-style:italic}.footer-container .copyright p{font-size:1.5rem;margin-top:20px;opacity:.7}.footer-container .copyright a{color:#fff;text-decoration:underline}.footer-container .copyright a:hover{opacity:.8}.about h2{font-size:3rem}.about p{max-width:800px;overflow:auto;background:#222;padding:20px;margin-bottom:2.5rem;background-color:#11182780;border-radius:10px;box-shadow:0 0 15px #ff8c0080;font-size:1.6rem;letter-spacing:1px;line-height:1.6;font-size:1.4rem;border:1px solid var(--main-theme-color)}.top-btn-position{position:fixed;bottom:30px;right:40px;z-index:3}.top-btn-style{height:5rem;width:5rem;border-radius:50%;padding:.5rem;border:2px solid #1d0f00;background-color:#1d0f00;color:var(--main-theme-color);box-shadow:0 4px 8px #000c;cursor:pointer}.page-not-found{display:flex;align-items:center;height:calc(100vh - 40px);justify-content:center;text-align:center;color:#fff}.page-not-found-container{border:2px solid #7c2d12;border-radius:20%;padding:3rem;box-shadow:20ppx 8px 16px #0000001a}.page-not-found h1{font-size:4rem;font-weight:700;text-transform:lowercase}.page-not-found p{font-size:1.2rem;margin:10px 0}.page-not-found a{background:linear-gradient(45deg,#ff6b00,#ff3d00);border:none;color:#fff;padding:10px 20px;font-size:1.6rem;border-radius:20px;cursor:pointer;transition:all .5s ease-in-out;text-decoration:none}.page-not-found a:hover{background:linear-gradient(to right,#2575fc,#6a11cb)}@media (min-width: 1024px){.ham-none{display:none}}@media (max-width: 1200px){.foods{grid-template-columns:repeat(3,1fr)}.hero-first-half h1{font-size:6.2rem}.load-food{max-width:100%}.top-btn-position{bottom:7rem;right:2rem}.services-content{grid-template-columns:repeat(2,1fr);row-gap:12rem}.service p{margin:8px;padding:10px}.grid-wrapper{grid-template-columns:repeat(1,1fr)}.map{display:none}.contact-address{flex-wrap:wrap;justify-content:center;text-align:center;gap:10px;padding:10px}.product-details{gap:5rem;flex-wrap:wrap;padding:8rem 0 0;align-items:start}.product-details img{width:100%;max-width:600px;height:250px;display:block;gap:0;margin-bottom:1rem}.details-contact{gap:2rem;justify-content:center}.details-text{width:80%;text-align:center}.product-details h1{margin-top:0;font-size:3rem}}@media (max-width: 1024px){.hero-first-half h1{font-size:48px}.hero-first-half p{font-size:1.6rem}.hero-second-half .plate{max-width:400px}.products h1{font-size:3rem}.great-prices{font-size:14px;padding:18px;left:-70px}.foods{grid-template-columns:repeat(3,1fr)}.back-to-products-link{font-size:1.3rem!important;padding:.75rem 1.45rem}}@media (max-width: 900px){.foods{grid-template-columns:repeat(2,1fr)}.page-not-found h1{font-size:2rem;margin-bottom:3rem}.page-not-found a{padding:5px 10px;font-size:1.2rem}}@media (max-width: 768px){.none{display:none}.hero{justify-content:start!important;flex-wrap:wrap;align-items:center;flex-direction:column-reverse;margin-top:8rem;gap:50px}.hero-first-half h1{font-size:48px;margin-top:1rem;text-align:center}.hero-first-half p{margin-top:40px;font-size:13px;text-align:center}.hero-first-half button{width:100%}.great-prices{font-size:9px;padding:2px;bottom:-10px;left:-30px}.social-links li{padding:8px 10px}.social-links a{font-size:20px}.open-svg,.close-svg{width:37px;height:37px;z-index:3;position:absolute;bottom:10%;left:20px}.ham-none,.ham-menu{display:block}.mobile-menu{background:#7c2d12;width:calc(100% - 100px)!important;height:calc(100vh - 150px);padding:20px;border-radius:20px;border:2px solid #d4a259;overflow:hidden;color:#000;position:fixed;left:25px;bottom:50px;z-index:1;box-shadow:200px 20px 100px #000000e6}.ham-menu{position:fixed;bottom:0;left:0;width:100%;height:50px;border:none;border-top-left-radius:20px;border-top-right-radius:20px;z-index:4;background:linear-gradient(140deg,var(--main-theme-color),#7c2d12);box-shadow:0 10px 30px #00000080,0 4px 10px #0000004d inset;transform:perspective(1000px) translateZ(20px)}.nav .mobile-menu{flex-direction:column;gap:20px}.mobile-nav ul{justify-content:center}.mobile-nav li{margin-top:20px}.foods{grid-template-columns:repeat(2,1fr)}.services-heading{font-size:3rem}.service-img{height:150px}.top-btn-style{height:4rem;width:4rem}.back-arrow{font-size:2rem}.details-text{width:100%;text-align:center}.details-foodName{font-size:2.5rem!important;margin-top:1rem!important}.details-description{font-size:1.5rem;margin-bottom:2rem!important}.product-details{padding-top:5rem}.details-contact p{margin:.5rem;padding:.75rem 1.35rem}.whatsapp-btn{padding:.75rem 1.35rem}.product-details img{width:100%;max-width:500px;height:200px!important;display:block;gap:0;margin-bottom:1rem}.header-filter{flex-wrap:wrap;justify-content:center}.header-filter option{font-size:1.5rem}}@media (max-width: 600px){.hero{margin-top:8rem;justify-content:start!important}.foods{grid-template-columns:repeat(1,1fr)!important}.food-btn{width:100%}.services-content{grid-template-columns:repeat(1,1fr)}}@media (max-width: 480px){.none{display:none}.input-search{height:20px;margin-top:20px}.hero{justify-content:center!important;margin:0;flex-direction:column-reverse;gap:0}.hero-first-half h1{font-size:38px;text-align:center}.hero-first-half button{width:100%}.ham-none{display:block}.foods{grid-template-columns:repeat(1,1fr)}.hero-second-half .plate{max-width:500px}.great-prices{display:none}.services-content{grid-template-columns:repeat(1,1fr)}.top-btn-style{height:3rem;width:3rem}.top-btn-position{bottom:8.5rem}.product-details img{width:100%}.back-to-products-link{font-size:1.1rem!important;width:90%;padding:.75rem .7rem}.footer-container .copyright p{max-width:300px}}@media (max-width: 457px){.whatsapp-btn{margin-bottom:6rem}}@media (max-width: 320px){.hero{margin:0}.hero-first-half h1{font-size:28px}.hero-first-half p{font-size:12px}.hero-first-half button{padding:5px 8px;font-size:12px;margin-top:10px}}
