@font-face{font-family:saira;src:url(/assets/Saira-Regular-CKrxxa5k.ttf) format("truetype");font-weight:400;font-style:normal}*{box-sizing:border-box}body{margin:0;font-family:saira,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#f5f5f5;color:#555;overflow-x:hidden}h1,h2,h3,h4,h5,h6,p,a{margin:0;padding:0;font-size:16px}.header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1rem .5rem;position:sticky;top:0;z-index:99999;background-color:#f5f5f5}.header img{width:80px}.header nav a{position:relative;flex:1;margin:0 1rem;text-decoration:none;color:#333}header nav a:after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:3px;background:#91919126;border-radius:50%;transition:width .3s}.header nav a:hover{color:#0171d3;transition:all .3s ease}.header nav a:hover:after{width:100%;background:#0171d3}.menu{font-weight:700;font-size:1.5rem;display:none;cursor:pointer;margin-right:.5rem;transform:rotate(90deg)}@media (max-width: 768px){.header nav{display:flex;flex-direction:column;position:absolute;top:4rem;right:0;padding:0 4rem 2rem;background-color:#f5f5f5;border-bottom-left-radius:1rem;box-shadow:0 4px 4px #0000001a;z-index:999}.header nav a{text-align:center;margin-bottom:3rem}.menu{display:block}}.footer{display:flex;justify-content:space-evenly;align-items:center;position:relative;margin-top:4rem;padding:4rem;min-height:10rem;color:#fff;background-color:#0171d3}footer h4,footer strong{font-size:1.2rem;line-height:1.5rem}.footer-links{display:flex;justify-content:space-around;align-items:center;gap:.5rem}.footer-links a{text-decoration:none;color:#666;text-align:center;padding:0rem 1rem;margin:.5rem;background-color:#f5f5f5;border-radius:50%}.footer-links a:hover{color:#0171d3;transition:all .3s ease}footer cite{position:absolute;left:50%;bottom:1rem;transform:translate(-50%);text-align:center;width:90%;font-size:.95rem;line-height:1.2rem}@media (max-width: 1080px){.footer-links{flex-direction:column}}@media (max-width: 768px){.footer{flex-direction:column;justify-content:center;padding:2.5rem 1.5rem;gap:2rem}.footer-links{margin-bottom:5rem}}.hero{position:relative;min-height:35rem;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.hero:before{content:"";position:absolute;width:150%;height:100%;background:linear-gradient(0deg,#f5f5f5,#ff00b473,#4400ff73,#00aaff73,#38caca73,#f5f5f5);animation:auroraMove 10s linear infinite alternate;z-index:0}@keyframes auroraMove{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.hero h1{position:relative;font-size:3rem;color:#333;z-index:1;margin:0;text-align:center;line-height:4rem;text-transform:capitalize;max-width:80%}.hero p{position:relative;font-size:1.2rem;color:#555;z-index:1;text-align:center;margin-top:1.3rem;max-width:80%}@media (max-width: 500px){.hero h1{font-size:2rem;line-height:3rem}.hero p{font-size:1.1rem}}.who-we-are{position:relative;padding:2rem;background:linear-gradient(to bottom,#f5f5f5,#fff 40% 90%,#f5f5f5)}.who-we-are h2{text-align:center;font-size:2rem;position:relative}.who-we-are h2:after{content:"";position:absolute;width:10rem;height:.25rem;background:#0171d3;bottom:0;left:50%;transform:translate(-50%);border-radius:50%}.who-we-are-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:3rem}.who-we-are-image img{width:100%;border:1rem solid #0171d3;border-radius:4rem}.who-we-are-text p{font-size:1.1rem;line-height:1.25;margin-bottom:1rem}.who-we-are-text p:last-child{margin-bottom:0}@media (max-width: 992px){.who-we-are{padding:1rem}.who-we-are-content{flex-direction:column;justify-content:space-between;gap:2rem;margin-top:2rem}}.our-apps{background:linear-gradient(#f5f5f5,#0171d3,#f5f5f5);margin-top:3rem;padding:2.5rem}.our-apps-list{display:flex;justify-content:start;gap:2rem;margin-top:2rem;flex-wrap:wrap}.our-apps-list a{position:relative;display:block;margin:0 auto;color:#fff;font-weight:700;text-decoration:none;font-size:1.2rem;padding:1rem 1.5rem;border-radius:.8rem;cursor:pointer;z-index:2}.our-apps-list a:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:.8rem;z-index:-1;background:linear-gradient(45deg,#ffa600e6,#ff0000e6,#9b0000e6,#ff0000e6,#ffa600e6);animation:comingSoon 5s linear infinite alternate}@keyframes comingSoon{0%{opacity:.2}50%{opacity:1}to{opacity:.2}}.our-app-item{display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:1rem;padding:2rem 2rem 2rem 1rem}.our-app-item img{max-width:20rem}.app-desc h3{font-size:1.3rem}.app-desc h5{font-size:1.1rem;margin-bottom:1rem;line-height:1.3rem}.app-desc p{margin-bottom:1rem;line-height:1.3rem}.app-desc h6{line-height:1.3rem}.app-screenshot{height:25rem;display:flex;justify-content:center;align-items:center;margin-left:1.5rem}.app-screenshot img{min-width:100%;max-height:100%;border-radius:1rem;object-fit:contain}@media (max-width: 1080px){.our-app-item img{width:17rem}}@media (max-width: 992px){.our-apps{margin-top:2rem;padding:1rem}.our-app-item{flex-direction:column;align-items:center;background-color:#fff;border-radius:1rem;padding:3rem 1rem}.our-app-item img{width:17rem;margin-bottom:1.5rem}.app-screenshot{margin:3rem 0 0}}.contact-us{position:relative;background-image:url(/assets/customer_care-Dn4yIgNK.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;margin-top:4rem;padding:2.5rem;z-index:2}.contact-us:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:-1}.contact-us h2{text-align:center;font-size:2rem;position:relative;color:#fff;margin-bottom:2rem}.contact-us h2:after{content:"";position:absolute;width:10rem;height:.25rem;background-color:#0171d3;bottom:0;left:50%;transform:translate(-50%);border-radius:50%}.contact-form{display:flex;flex-direction:column;gap:.85rem;max-width:30rem;margin:auto}.contact-form label{color:#fff;font-size:1rem;margin-bottom:-.9rem}.contact-form input,.contact-form textarea{padding:.75rem;border-radius:.5rem;font-size:1rem;border:none;outline:none;resize:none}.contact-form input:focus,.contact-form textarea:focus{border:none;outline:none}.contact-form button{padding:.75rem;border:none;border-radius:.5rem;font-size:1.2rem;background-color:#0171d3;color:#fff;cursor:pointer;margin-top:1rem}@media (max-width: 390px){.contact-us{padding:2.5rem 1.5rem}}.our-founders{position:relative;padding:2rem;margin-top:2rem;background:linear-gradient(to bottom,#f5f5f5,#fff 40% 90%,#f5f5f5)}.our-founders h2{text-align:center;font-size:2rem;position:relative}.our-founders h2:after{content:"";position:absolute;width:10rem;height:.25rem;background:#0171d3;bottom:0;left:50%;transform:translate(-50%);border-radius:50%}.our-founders h6{text-align:center;font-size:1.05rem;margin-top:1rem}.founders-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}.founder{background:#fff;border:.1rem solid #ddd;border-radius:1rem;padding:1.5rem;width:18rem;text-align:center;box-shadow:0 .2rem .5rem #0000001a}.founder img{width:10rem;height:10rem;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:.3rem solid #0171d3}.founder h3{font-size:1.1rem;line-height:1.2rem;margin-bottom:.5rem}.founder p{font-size:.9rem;color:#0171d3;font-weight:700}
