@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;font-family:Inter,sans-serif;scroll-behavior:smooth}body{background-color:#f7f6f4}section{max-width:1200px;margin:5rem auto;padding:0 1rem;scroll-margin-top:100px}nav{height:60px;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;padding:.5rem;background-color:transparent;position:fixed;top:0;left:0;right:0;background-color:#f7f6f4;box-shadow:0 2px 4px #0000001a;z-index:1}.logo-container{display:flex;align-items:center}.logo img{height:50px;margin:10px;margin-top:1rem;background-size:cover;object-fit:cover}.menu-toggle{display:none}.navigations{display:flex;justify-content:space-between;align-items:center;gap:50px;margin-right:20px}.navigations a:hover{color:#d32f2f}.navigations a{position:relative;padding-bottom:6px;font-weight:500;text-decoration:none;color:#2a2a2a}.navigations a:after{content:"";position:absolute;left:0;bottom:0;width:0%;height:2px;background-color:#d32f2f;transition:width .3s ease}.navigations a.active:after{width:100%}.navigations .Download{padding:8px 16px;background-color:#d32f2f;color:#fff;border-radius:4px}.navigations .Download:hover{background-color:#b71c1c;transition:.3s;text-decoration:none;color:#f0f8ff}.hero-section{max-width:none;display:flex;justify-content:space-between;align-items:center}.content-container{text-align:center;display:flex;flex-direction:column;gap:3rem;width:50%}.text-heading{font-weight:900;font-size:2.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.text-heading2{font-weight:300;font-size:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.highlight{color:#d32f2f}.text-description{font-size:1.4rem;color:#4f4f4f;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.download-btn .Download{text-decoration:none;color:#fff;padding:20px 30px;background-color:#d32f2f;border-radius:10px;font-size:1.2rem;box-shadow:2px 2px 6px #0003;margin-top:2rem}.hero-image{width:50%;display:flex;justify-content:center;align-items:center}.hero-image img{height:800px}.android-icon{width:30px;height:30px;margin-right:10px;vertical-align:middle;color:#009000}.available{font-size:1.2rem;color:#4f4f4f;padding:.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.section-title{text-align:center;margin-bottom:1rem}.text-description{text-align:center;margin-bottom:2rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.card-item{background-color:#fff;border-radius:15px;padding:2rem;box-shadow:0 4px 8px #0000001a}.card-icon{font-size:1.5rem;color:#d32f2f}.card-heading h4{font-size:1rem;margin-bottom:.5rem}.card-text p{font-size:1.1rem;color:#4f4f4f}.card-icon-background{width:60px;height:50px;background-color:#ffe5e5;display:flex;justify-content:center;align-items:center;border-radius:10px;margin-bottom:1rem}.card-icon img{width:60px;margin-top:.5rem;object-fit:contain;background-size:cover}.card-item:hover{transform:translatey(-5px);box-shadow:0 8px 16px #0003;transition:all .3s ease}#how-it-works{display:flex;flex-direction:column;justify-content:center;align-items:center}.steps-container{display:grid;gap:30px;margin:0}.step-iteam{display:flex;position:relative;box-shadow:0 4px 8px #0003;padding:3rem;width:auto;gap:60px;border-radius:10px}.step-iteam .icon{width:42px;height:42px;background:#ffe5e5;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700}.line{width:4px;height:100%;background:#d32f2f;margin-left:1.2rem;position:absolute}.step-content h3{margin:0;color:#d32f2f;font-size:1.2rem}.step-content p{margin-top:6px;color:#555;line-height:1.5;font-size:1.1rem}.icon img{width:50px;object-fit:contain;background-size:cover}.subSection h3{font-size:1.5rem;margin-top:1rem;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.subSection .card-icon{font-size:1.9rem;margin:.5rem}.your-control{margin:2rem 1rem;padding:2em;border-radius:2rem;background-color:#ffe5e5}.your-control .text-description{text-align:start;margin:0rem 2rem}.your-control .container{font-size:1.2rem;margin:2rem}.your-control .sub-text{margin:.6rem 3rem;color:#555}.your-control .btn{padding:1rem 3rem}.your-control button{padding:1rem;width:100%;color:#d32f2f;border-radius:1rem;outline:none;border:1px solid #D32F2F;background-color:transparent;font-size:1rem}.your-control button:hover{cursor:pointer;transition:all .3s;background-color:#fec8c8;color:#000}.privacy-policy-container{max-width:1200px;margin:5rem 2rem;padding:2rem}.privacy-policy-container:only-child :is(h1,h2,p,ul){padding:.5rem;margin-top:1rem}.privacy-policy-container:only-child :is(p,ul){margin-left:1rem}.privacy-policy-container:only-child li{padding:.3rem;margin-left:2rem}.privacy-policy-container .link{font-size:1.5rem;color:#d32f2f}#about .text-description p{font-size:1.2rem;text-align:start;line-height:1.5;padding:1rem}#about h3{margin:1.5rem 0rem}#about .your-control{background:#fff;border:1px solid #D32F2F}#about .card-item{box-shadow:none;border:1px solid #fec8c8}#about .card-item:hover{transform:none}#contact .text-description p{font-size:1.2rem;line-height:1.5;padding:1rem}#contact a{text-decoration:underline;color:#ff0000a9}#footer{background:#fff6f6;max-width:none;margin-bottom:0}#footer .main-container{display:flex;justify-content:space-between;align-items:start;padding:2rem;border-bottom:1px solid #4F4F4F}.main-container .left{width:40%;display:flex;flex-direction:column;justify-content:center;align-items:center}.main-container .center{width:33%;display:flex;flex-direction:column;justify-content:center;align-items:center}.center h3{text-align:center}.main-container .right{width:33%;display:flex;flex-direction:column;justify-content:center;align-items:center}.main-container .right a{margin-top:1.5rem;font-size:1.5rem;color:#4f4f4f;padding:.5rem;border-radius:50%}.main-container .right a:hover{color:#d32f2f;transition:all .3s;box-shadow:0 4px 8px #d32f2f}#footer .logo img{height:30px;margin:0}#footer .logo-container{margin:0;margin-bottom:1rem}#footer .right h5{margin:1rem}.footer-link{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;margin-top:2rem}.footer-link a{text-decoration:none;color:#2a2a2a}.footer-link a:hover{color:#d32f2f;text-decoration:underline}#footer .main-container .text{font-size:1.2rem;color:#4f4f4f;margin:1.1rem;line-height:1.5;text-align:center}.copy-right{margin-top:1rem;text-align:center;height:50px}#footer .arrow-icon{display:none}@media(max-width:1170px){nav{padding:0 24px;display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.navigations{gap:15px}.Download{padding:6px 12px;font-size:.5rem}.logo-container h2{font-size:1.2rem}.text-heading{font-size:2rem}.text-description{font-size:1.2rem}.hero-image img{height:600px}.steps-container{margin:1rem}}@media(max-width:820px){.menu-toggle{display:block;cursor:pointer;font-size:1.8rem;overflow:hidden}.navigations{position:absolute;top:60px;left:0;width:100%;background-color:#f7f6f4;display:none;flex-direction:column;align-items:flex-start;gap:14px;padding:20px 25px;box-sizing:border-box;box-shadow:0 2px 4px #0000004d}.navigations.open{display:flex;border-radius:15px}.logo-container h2{font-size:1.3rem}.logo-container{margin-left:-1.5rem}.navigations a{display:block;width:100%;padding:10px 0;padding-left:1rem;border-radius:1rem}.navigations a.active{background-color:#d32f2f26;color:#d32f2f}.navigations a.active:after{display:none}.navigations .Download{padding:10px 0;font-size:20px;border-radius:1rem;padding-left:1rem}.hero-section{flex-direction:column}.content-container{width:100%;gap:2.5rem}.text-heading{font-weight:900;font-size:1.5rem}.text-description{font-size:1.2rem}.hero-image{width:100%;margin-top:2rem}.hero-image img{height:400px}.section-title{font-size:1rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.card-item{border-radius:1rem;padding:1rem}.card-icon{font-size:1.3rem;color:#d32f2f}.card-heading h4{font-size:1rem;margin-bottom:1rem}.card-text p{font-size:1rem;line-height:1.3rem}.card-icon-background{width:45px;height:40px;background-color:#ffe5e5;display:flex;justify-content:center;align-items:center;border-radius:10px;margin-bottom:1rem}.card-icon img{width:50px;margin-top:.5rem;object-fit:contain;background-size:cover}.step-iteam{padding:2rem;gap:40px;border-radius:1rem}.steps-container{margin:.5rem}.step-content p{font-size:.9rem}.subSection h3{font-size:1.3rem}.subSection .card-icon{font-size:1.6rem}.your-control{margin:2rem 0rem;padding:1.2rem}.your-control .text-description{margin:0}.your-control .container{font-size:1rem;margin:1.5rem 1rem}.your-control .sub-text{margin:.6rem 1rem}.privacy-policy-container{margin:2rem 0}h1,h2,p,ul{padding:.2rem}#about .text-description p,#contact .text-description p{font-size:1.1rem;padding:1rem}#footer .main-container{flex-direction:column;padding:1rem;border-bottom:1px solid #4F4F4F}.main-container .left,.main-container .center{width:auto;display:block}.center h3{text-align:start}.main-container .right{width:auto;display:block}.main-container .right a{margin-top:1.5rem;font-size:1.5rem;color:#4f4f4f;padding:.5rem;border-radius:50%}.main-container .right a:hover{color:#d32f2f;transition:all .3s;box-shadow:0 4px 8px #d32f2f}#footer .logo img{height:30px;margin:0}#footer .logo-container{margin:0;margin-bottom:1rem}#footer .right h5{margin:1rem}.footer-link{align-items:start;gap:30px;margin:1rem}.footer-link a{text-decoration:none;color:#2a2a2a}.footer-link a:hover{color:#d32f2f;text-decoration:underline}#footer .main-container .text{font-size:1.1rem;color:#4f4f4f;margin:.5rem;line-height:1.5;text-align:start}.copy-right{margin-top:1rem;text-align:center;height:50px}#footer .arrow-icon{display:inline}}
