@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap);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}.type-container{box-sizing:border-box;display:flex;flex-direction:column;padding:1rem;row-gap:2rem;width:100%}.type-container h1{color:#000;font-family:Rubik,sans-serif;font-size:2rem;font-weight:400;margin-bottom:1rem;text-align:center}.gallery{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));width:100%}.catagory-container{border-radius:15px;cursor:pointer;overflow:hidden;position:relative;text-align:center}.catagory-container h1{color:#fff;font-size:2.2rem;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);white-space:nowrap;z-index:1}.catagory-container img{border-radius:30px;display:block;filter:brightness(75%);height:200px;object-fit:cover;transition:transform .3s ease,filter .3s ease;width:100%}.meals-container{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.meals-container h1{color:#000;font-family:Rubik,sans-serif;font-size:2.5rem;font-weight:900;text-align:center}.meal-container{border-radius:30px;box-shadow:0 0 9px 0 #515151bf;-webkit-box-shadow:0 0 10px 0 #19bf90bf;-moz-box-shadow:0 0 9px 0 #000000bf;direction:rtl;display:flex;flex-direction:column;margin:0 auto;max-width:80%;text-align:center;width:100%}.meal-container .image-container{align-items:center;display:flex;justify-content:center;width:100%}.meal-container .image-container img{border-top-left-radius:30px;border-top-right-radius:30px;box-sizing:border-box;height:210px;object-fit:cover;position:relative;width:100%}.meal-container .name-container{align-items:center;display:flex;justify-content:center}.meal-container .name-container span{color:#000;font-size:1.5rem;font-weight:600;margin-top:15px}.meal-container .discription-container{font-size:18px}.meal-container .price{color:#000;font-size:24px;font-weight:500;margin-bottom:10px;text-align:center}.hide{display:none}.like-button{align-items:center;background:#00000080;border:none;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:5px;padding:5px 10px;position:absolute;right:10px;top:10px;transition:transform .2s ease}.like-button.liked{color:#e63946}.image-container{position:relative}.meal-image{opacity:0;transform:scale(1.02);transition:opacity .6s ease,transform .6s ease}.meal-image.loaded{opacity:1;transform:scale(1)}.home-page{background-color:#fff;background-image:url(/static/media/banner4.5699baafe75ba87bb028.webp);background-position-x:45%;background-repeat:no-repeat;background-size:130%;box-sizing:border-box;margin-bottom:70px;max-width:500px;min-height:100vh;padding-top:120px;position:relative;width:100%}@media (max-width:600px){.home-page{background-size:150%;padding-top:110px}}.home-page .developer-information{color:#989898;display:flex;flex-direction:column;padding:1.5rem;text-align:center}.home-page .developer-information h1{color:#b8a10f;font-family:Rubik,sans-serif;font-size:2rem;font-weight:600;margin-bottom:1rem;text-align:center}.home-page .developer-information .location{font-family:Rubik,sans-serif;font-size:18px}.home-page .developer-information .location:before{content:url(/static/media/geo-alt.c026268f6be98e631660.svg)}.home-page .developer-information .phone-number{font-family:Rubik,sans-serif;font-size:18px}.home-page .developer-information .phone-number:before{content:url(/static/media/telephone.98633f291649bb65be6c.svg)}.home-page .developer-information .social-icons{align-items:center;display:flex;gap:20px;justify-content:center}.home-page .developer-information .FacebookIcon,.home-page .developer-information .GlobeIcon,.home-page .developer-information .InstagramIcon,.home-page .developer-information .WazeIcon{padding-top:20px}.home-page .developer-information .FacebookIcon{width:35px}.home-page .developer-information .InstagramIcon{width:42px}.home-page .developer-information .GlobeIcon,.home-page .developer-information .WazeIcon{width:35px}.home-page .developer-information .custom-line{background:linear-gradient(90deg,#a4841100,#b8a10f,#bfa70d00);border:none;box-shadow:0 4px 6px -2px #b7b7b74d;height:2px;margin:20px 0}.home-page .goBack-wrapper{border:0;padding:0}.home-page .go-Back{background-color:#fff;border-radius:20px;box-shadow:0 3px 8px #0000004d;box-sizing:border-box;display:block;left:1rem;padding:5px;position:fixed;top:1rem;width:40px;z-index:1}.home-page.no-background{background-image:none;padding-top:0}.page-transition.fade-in{animation:fadeInUp .6s ease both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.App{display:flex;justify-content:center}.website{color:#333;font-family:Rubik,sans-serif;margin:0;overflow-x:hidden;padding:0}.website .header{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;box-shadow:0 2px 6px #0000001a;display:flex;height:80px;justify-content:space-between;position:fixed;top:0;width:100%;z-index:50}.website .header .logo{align-items:center;display:flex;gap:.5rem;width:10px}.website .header .logo .logo-img{height:auto;width:150px}.website .header .nav{align-items:center;display:flex;gap:1.5rem;margin:1rem}.website .header .nav a{color:#555;font-weight:500;text-decoration:none;transition:color .3s ease}.website .header .nav a:hover{color:#2bbbeb}.website .header .nav a.cta{background:#2bbbeb;border-radius:30px;color:#fff;font-weight:600;padding:.5rem 1.5rem}.website .header .nav a.cta:hover{background:#1999c8}@media (max-width:768px){.website .header .nav{display:none}}.website .hero{align-items:center;background:#333;color:#fff;display:flex;justify-content:center;padding:10rem 2rem;position:relative;text-align:center}.website .hero .overlay{background:url(/static/media/banner.633d7e3300bfa28eef5d.png) 50%/cover no-repeat;inset:0;opacity:.6;position:absolute}@media (max-width:850px){.website .hero .overlay{background:url(/static/media/banner5.650567bbbb5aa85d0bfd.png) 50%/cover no-repeat}}.website .hero .hero-content{margin-top:0;max-width:800px;position:relative;z-index:1}@media (max-width:768px){.website .hero .hero-content{margin-top:10rem}}.website .hero .hero-content h1{font-size:5rem;font-weight:900;line-height:1.2;margin-bottom:2rem}@media (max-width:768px){.website .hero .hero-content h1{font-size:3rem}}@media (max-width:480px){.website .hero .hero-content h1{font-size:2.2rem}}.website .hero .hero-content .btn-main{background:#62e9b5;border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.website .hero .hero-content .btn-main:hover{background:#4ec899;transform:scale(1.1)}.website .about{text-align:center}.website .about .container{margin:0 auto;max-width:800px}.website .about .container h2{color:#62e9b5;font-size:2.5rem;font-weight:700}.website .about .container p{color:#555;direction:rtl;font-size:1.3rem;margin:2rem}.website .intro{padding:2rem;text-align:center}.website .intro h2{font-size:2rem;font-weight:700}.website .solutions{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.website .solutions .card{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000001a;padding:2rem;text-align:center;transition:.3s ease}.website .solutions .card:hover{box-shadow:0 6px 16px #00000026}.website .solutions .card .icon{color:#62e9b5;margin-bottom:.1rem}.website .solutions .card h3{margin-bottom:1rem}.website .solutions .card p{color:#666}.website .whyus{background:linear-gradient(135deg,#abcdbf,#e8f4f1);color:#c4a258;direction:rtl;padding:2rem;text-align:center}.website .whyus h2{color:#c4a258;font-size:2.5rem;font-weight:900;margin-bottom:2rem}.website .whyus .grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:3rem}.website .whyus .card{background:#ffffff48;border:1px solid #c4a25866;border-radius:16px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.website .whyus .card h3{color:#c4a258;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.website .whyus .card p{color:#2b2b2b;font-size:1rem}.website .contact-section{background:#fafafa;padding:2rem;text-align:center}.website .contact-section h2{color:#62e9b5;font-size:2rem;margin-bottom:1rem}.website .contact-section .contact-subtitle{color:#666;font-size:1.1rem;margin-bottom:2rem}.website .contact-section .contact-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin:0 auto;max-width:800px}.website .contact-section .contact-card{align-items:center;background:#fff;border-radius:15px;box-shadow:0 4px 10px #00000014;color:inherit;display:flex;flex-direction:column;padding:1.5rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.website .contact-section .contact-card img{margin-bottom:.8rem;width:50px}.website .contact-section .contact-card span{font-weight:600}.website .contact-section .contact-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-5px)}.website .contact-section .whatsapp{border-top:4px solid #25d366}.website .contact-section .phone{border-top:4px solid #007bff}.website .contact-section .instagram{border-top:4px solid #e1306c}.website .contact-section .facebook{border-top:4px solid #1877f2}.website .contact-section .waze{border-top:4px solid #3cf}.website .footer{background:#111;color:#fff;margin-top:4rem;padding:3rem 1rem 1.5rem}.website .footer .footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px}.website .footer .footer-content .footer-column h3{color:#2bbbeb;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.website .footer .footer-content .footer-column li,.website .footer .footer-content .footer-column p{color:#bbb;font-size:.95rem;margin-bottom:.5rem}.website .footer .footer-content .footer-column ul{list-style:none;padding:0}.website .footer .footer-content .footer-column ul li a{color:#bbb;text-decoration:none;transition:color .3s ease}.website .footer .footer-content .footer-column ul li a:hover{color:#2bbbeb}.website .footer .footer-bottom{color:#666;font-size:.85rem;margin-top:2rem;text-align:center}.website .gallery{background:#fff;padding:6rem 2rem;text-align:center}.website .gallery .container{margin:0 auto;max-width:1100px}.website .gallery .container h2{color:#2bbbeb;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.website .gallery .container .subtitle{color:#666;font-size:1.2rem;margin-bottom:3rem}.website .gallery .gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,250px)}.website .gallery .gallery-grid img{border-radius:12px;box-shadow:0 4px 15px #0000001a;height:100%;object-fit:cover;transition:transform .4s ease,box-shadow .4s ease;width:100%}.website .gallery .gallery-grid img:hover{box-shadow:0 8px 25px #0003;transform:scale(1.05)}.image-wrapper{display:flex;justify-content:center;margin:2rem auto;padding:1rem}.styled-img{border:3px solid #abcdbf;border-radius:16px;box-shadow:0 8px 20px #00000026;height:auto;max-width:800px;width:100%}
/*# sourceMappingURL=main.d240a09d.css.map*/