@font-face{font-family:Nunito;font-style:normal;font-weight:400;src:url(../../static/media/Nunito-Regular.9d7a6e03c6e3ed49c7ac.ttf) format("truetype")}@font-face{font-family:Nunito;font-style:normal;font-weight:700;src:url(../../static/media/Nunito-Bold.275dd55e10ba966bcb9b.ttf) format("truetype")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Nunito,-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}.about-us-section{background-color:#f7ebf6;padding:30px 50px}.about-container{align-items:center;display:flex;flex-wrap:wrap;gap:50px;justify-content:space-between;margin:20px}.about-image{flex:1 1;max-width:45%;min-width:300px}.about-image img{height:auto;transition:transform .3s ease;width:100%}.about-image img:hover{transform:scale(1.02)}.about-text{flex:1 1;font-family:helvetica;max-width:45%;padding-left:20px}.about-text h2{color:#333;font-family:helvetica;font-size:3rem;margin-bottom:20px;position:relative}.about-text h2:after{background-color:#9c27b0;bottom:-10px;content:"";height:3px;left:0;position:absolute;width:60px}.about-text p{color:#666;font-size:1.2rem;line-height:1.6}@media (max-width:992px){.about-container{gap:30px}.about-text h2{font-size:2.5rem}.about-text p{font-size:1.1rem}}@media (max-width:768px){.about-us-section{padding:50px 30px}.about-container{flex-direction:column;gap:40px}.about-image{margin:0 auto;max-width:70%;min-width:70%}.about-image img{height:auto;width:100%}.about-text{max-width:80%;min-width:auto;padding-left:0;text-align:center}.about-text h2:after{left:50%;transform:translateX(-50%)}}@media (max-width:480px){.about-us-section{padding:40px 20px}.about-text h2{font-size:2rem}.about-text p{font-size:1rem;line-height:1.5}}.about-us-section{opacity:0;transition:opacity .9s ease,transform .9s ease}.about-us-section.fade-in{animation:fadeIn .8s ease forwards;opacity:1}.fade-in .about-image{animation:fadeIn .8s ease .2s forwards;opacity:0;transform:translateX(-20px)}.fade-in .about-text{animation:fadeIn .8s ease .4s forwards;opacity:0;transform:translateX(20px)}.hero-section{background:linear-gradient(180deg,#1f2499,#2a2eb4 10%,#020324);border-radius:8px;color:#fff;font-family:Nunito;height:80vh;margin-top:20px;overflow:hidden;padding:60px 40px;position:relative}.hero-content{align-items:center;display:flex;gap:40px;height:100%;justify-content:space-between}.hero-text{animation:fadeIn 1s ease-out;flex:1 1;max-width:600px;position:relative;z-index:5}.hero-text h1{font-size:3.5em;font-weight:700;margin-bottom:0;margin-top:0;text-shadow:0 2px 10px #0000004d}.hero-images{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;position:relative}.hero-text p:first-of-type{font-size:1.2rem;margin-bottom:.5rem;opacity:.9}.hero-text p:last-of-type{font-size:1.2rem;line-height:1.6;margin-top:20px;max-width:600px;opacity:.9}.cloud-container{bottom:-50px;height:100%}.cloud,.cloud-container{position:absolute;width:200%}.cloud{bottom:-80px;filter:drop-shadow(10px 10px 20px rgba(0,0,0,.3));max-width:500px;opacity:1;right:-39.5px}.rocket{bottom:-200px;opacity:0;position:absolute;right:-100px;transform:translateX(-50%);transition:bottom .9s ease-out,opacity 1s ease-out;width:500px;z-index:10}@keyframes flyRocket{0%{opacity:0;transform:translate(0) rotate(5deg)}15%{opacity:0}to{opacity:1;transform:translate(-300px,-200px) rotate(5deg)}}.animate-rocket{animation:flyRocket 1.5s ease-out forwards}@media screen and (max-width:1024px){.hero-section{height:auto;padding:40px 20px}.hero-content{flex-direction:column;gap:20px}.hero-text{max-width:100%}.hero-text h1{font-size:2em}.hero-text p{font-size:1rem}.cloud,.cloud-container,.hero-images,Hide rocket and cloud animations on smaller screens .rocket{display:none}}.unigs-section{background-color:#f9f9f9;padding:30px 50px}.unigs-container{gap:50px;max-width:1200px}.unigs-container,.unigs-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.unigs-content{width:100%}.unigs-text{flex:1 1;font-family:helvetica;max-width:45%;min-width:300px;padding:20px;text-align:left}.unigs-text h2{color:#333;font-family:helvetica;font-size:3rem;margin-bottom:20px;position:relative}.unigs-text p{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:0}.unigs-image{flex:1 1;max-width:45%;min-width:300px;text-align:right}.unigs-image img{border-radius:10px;height:auto;transition:transform .3s ease;width:100%}.unigs-image img:hover{transform:scale(1.02)}.unigs-buttons{align-items:center;display:flex;width:50%}.play-store-button img{height:120px;transition:transform .3s ease;width:150px}.play-store-button img:hover{transform:scale(1.05)}.know-more-button{align-items:center;background-color:#272ca8;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1rem;justify-content:center;padding:12px 20px;text-transform:uppercase;transition:background-color .3s ease,transform .3s ease}.know-more-button:hover{background-color:#394d8a;transform:scale(1.05)}.unigs-logo{width:300px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in .unigs-text{animation:fadeIn .8s ease .2s forwards;opacity:0;transform:translateX(-20px)}.fade-in .unigs-image{animation:fadeIn .8s ease .4s forwards;opacity:0;transform:translateX(20px)}.fade-in .unigs-buttons{animation:fadeIn .8s ease .6s forwards;opacity:0;transform:translateY(20px)}@media (max-width:992px){.unigs-container{gap:30px}.unigs-text h2{font-size:2.5rem}.unigs-text p{font-size:1.1rem}.unigs-logo{width:250px}}@media (max-width:768px){.unigs-section{padding:50px 30px}.unigs-content{flex-direction:column}.unigs-text{order:1;padding-left:0}.unigs-image,.unigs-text{margin:0 auto;max-width:80%;min-width:70%;text-align:center}.unigs-image{order:2}.unigs-buttons{justify-content:center;order:3}}@media (max-width:480px){.unigs-section{padding:40px 20px}.unigs-text h2{font-size:2rem}.unigs-text p{font-size:1rem;line-height:1.5}.unigs-logo{width:200px}.unigs-buttons{align-items:center}.know-more-button{border-radius:10px;font-size:.9rem;width:50%}}@media (max-width:425px){.unigs-buttons{align-items:center;display:flex;flex-direction:row;gap:15px;justify-content:center;width:90%}.play-store-button img{height:120px;width:160px}.know-more-button{border-radius:9px;font-size:.8rem;padding:12px 20px;white-space:nowrap;width:auto}}@media (max-width:375px){.play-store-button img{height:110px;width:150px}.know-more-button{border-radius:8px;font-size:.75rem;padding:12px 18px}}@media (max-width:320px){.play-store-button img{height:95px;width:130px}.know-more-button{border-radius:8px;font-size:.7rem;padding:10px 15px}}.join-us-section{background-color:#fff;padding:50px 20px}.join-us-container{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;margin:0 auto;max-width:1200px}.join-us-image{display:flex;flex:1 1;justify-content:center;min-width:300px}.join-us-image img{height:auto;max-width:500px;object-fit:contain;width:100%}.join-us-text{flex:1 1;max-width:50%;min-width:300px;padding-left:20px}.join-us-text h2{color:#333;font-family:helvetica;font-size:3rem;margin-bottom:20px}.join-us-text p{color:#555;font-size:1.2rem;line-height:1.6;margin-bottom:15px}@media (max-width:1024px){.join-us-container{align-items:center;flex-direction:column;gap:25px;text-align:center}.join-us-image,.join-us-text{max-width:100%;min-width:auto;padding-left:0}.join-us-image img{max-width:70%}.join-us-text h2{font-size:2.5rem}.join-us-text p{font-size:1.1rem}}@media (max-width:768px){.join-us-section{padding:40px 15px}.join-us-image img{max-width:90%}.join-us-text h2{font-size:2.2rem;margin-bottom:15px}.join-us-text p{font-size:1rem;line-height:1.5}}@media (max-width:480px){.join-us-section{padding:30px 10px}.join-us-image img{max-width:100%}.join-us-text h2{font-size:1.8rem;margin-bottom:10px}.join-us-text p{font-size:.9rem;line-height:1.4}}.why-us-section{align-items:center;background-color:#ebdff5;display:flex;flex-direction:column;padding:80px 50px;text-align:center}.section-heading{color:#333;font-family:helvetica;font-size:2.5rem;margin-bottom:30px;margin-top:0;padding-bottom:10px;position:relative}.section-heading:after{background:linear-gradient(90deg,#540f8b,#ba8be0);border-radius:2px;bottom:0;content:"";height:4px;left:0;position:absolute;width:80px}.why-us-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;max-width:1000px}.why-us-box{background:#fff;border-radius:15px;box-shadow:0 4px 8px #0000001a;flex:1 1;max-width:220px;min-height:300px;min-width:200px;padding:25px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.why-us-box:hover{box-shadow:0 8px 16px #0003;transform:translateY(-10px)}.why-us-box .icon img{height:auto;width:90px}.why-us-box h3{color:#222;font-family:helvetica;font-size:1.3rem;margin-bottom:8px}.why-us-box p{color:#666;font-size:.9rem;line-height:1.4}@media (max-width:480px){.why-us-container{align-items:center;flex-direction:column}.why-us-box{max-width:200px;min-width:70%}}header{background:#272ca8;border-bottom:none;box-shadow:none;height:60px;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}header,nav{align-items:center}nav{display:flex;height:100%;justify-content:space-between;padding:0 15px}.nav-links{display:flex;font-family:Nunito;font-size:medium;gap:20px}nav a{color:#fff;font-weight:700;padding:5px 10px;position:relative;text-decoration:none;transition:color .3s ease}nav a:after{background-color:#fff;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}nav a:hover{color:#fff}nav a:hover:after{width:100%}.logo img{height:auto;margin-left:20px;transition:transform .3s ease;width:60px}.logo img:hover{transform:scale(1.05)}nav ul{display:flex;list-style:none;margin:0;padding:0}.hamburger{align-items:center;color:#fff;cursor:pointer;display:none;font-size:30px;position:absolute;right:20px;z-index:1000}.hamburger:hover{color:#fff}.menu{background-color:#fff;display:none;opacity:0;padding-top:20px;position:absolute;right:0;text-align:center;top:70px;transform:translateY(-10px);transition:transform .3s ease,opacity .3s ease;width:200px}.menu.open{display:block;opacity:1;transform:translateY(0)}.menu a{color:#2626d4;display:block;font-family:Nunito;font-weight:700;padding:10px;text-decoration:none;transition:background-color .3s ease}.menu a:hover{background-color:#2626d41a}.active-link{color:#fff;font-weight:700}@media (max-width:1038px){header{left:0;right:0;width:100vw}nav{box-sizing:border-box;padding:0 15px;width:100%}.nav-links{display:none}.hamburger,.menu.open{display:block}.menu.open{max-width:250px;right:10px;width:100%}.logo img{margin-left:10px;width:50px}}@media (max-width:480px){header{height:50px}.logo img{width:40px}.hamburger{font-size:25px;right:15px}.menu{max-width:250px;right:5%;top:50px;width:90%}}.atmas-section{background-color:#eef2f7;padding:50px 0}.atmas-container{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between;margin:0 auto;max-width:1200px}.atmas-image{flex:1 1;padding:20px;text-align:left}.atmas-image img{border-radius:10px;height:auto;max-width:100%}.atmas-text{flex:1 1;padding:20px;text-align:left}.atmas-text h2{color:#333;font-family:helvetica;font-size:2.5rem;margin-bottom:10px}.atmas-text p{color:#555;font-size:1.2rem;line-height:1.6;margin-bottom:20px}.know-more-btn{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;padding:10px 20px;text-transform:uppercase;transition:background-color .3s ease}.know-more-btn:hover{background-color:#0056b3}.atmas-logo{width:300px}@media screen and (max-width:768px){.atmas-container{flex-direction:column}.atmas-container,.atmas-text{text-align:center}.atmas-text h2{font-size:2rem}.atmas-text p,.know-more-btn{font-size:.9rem}.atmas-logo{width:200px}}@media screen and (max-width:480px){.atmas-text h2{font-size:1.5rem}.atmas-text p,.know-more-btn{font-size:.8rem}.know-more-btn{padding:8px 16px}.atmas-logo{width:100px}}.software-solutions-section{background-color:#f7f9fc;padding:10px 50px}.software-solutions-container{align-items:center;display:flex;flex-wrap:wrap;gap:50px;justify-content:space-between;margin:50px 20px 20px}.software-solutions-image{box-sizing:border-box;flex:1 1;max-width:50%;min-width:300px;padding:10px;text-align:right}.software-solutions-image img{height:auto;max-width:100%;object-fit:contain}.software-solutions-text{flex:1 1;max-width:50%;min-width:300px;padding:10px;text-align:left}.software-solutions-text h2{color:#1a3c6b;font-family:helvetica,sans-serif;font-size:2.8rem;font-weight:700;margin-top:15px;padding-bottom:15px;position:relative}.software-solutions-text h2:after{background:linear-gradient(90deg,#007bff,#00c6ff);border-radius:2px;bottom:0;content:"";height:4px;left:0;position:absolute;width:80px}.software-solutions-text p{color:#516275;font-size:1.2rem;font-weight:400;line-height:1.8;margin-bottom:25px}@media screen and (max-width:768px){.software-solutions-container{flex-direction:column-reverse;gap:20px;text-align:center}.software-solutions-image,.software-solutions-text{max-width:100%;min-width:auto;text-align:center}.software-solutions-image img{margin:0 auto;max-width:70%}.software-solutions-text h2{font-size:2.2rem}.software-solutions-text h2:after{left:50%;transform:translateX(-50%)}.software-solutions-text p{font-size:1rem}}@media screen and (max-width:480px){.software-solutions-section{padding:50px 20px}.software-solutions-image img{max-width:90%}.software-solutions-text h2{font-size:1.8rem}.software-solutions-text p{font-size:.9rem}}.footer-section{background-color:#f8f8f8;border-top:1px solid #eaeaea;overflow:hidden;padding:30px 0 15px}.footer-container{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin:0 auto;max-width:1300px;padding:0 20px}.footer-logo-section{flex:1 1;min-width:220px}.footer-logo img{margin-bottom:10px;max-height:60px;max-width:100px}.company-description{color:#666;font-size:.95rem;font-weight:700;line-height:1.4;margin-top:8px}.footer-links{flex:1 1;margin-right:15px;min-width:180px}.footer-links h3{color:#333;font-size:1.1rem;margin-bottom:12px}.footer-links ul{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:8px}.footer-links a{color:#666;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#272ca8}.footer-contact{flex:1 1;min-width:220px}.footer-contact h3{color:#333;font-size:1.1rem;margin-bottom:12px}.contact-info{margin-bottom:15px}.contact-info p{align-items:center;color:#666;display:flex;margin:8px 0}.icon{color:#007bff;margin-right:8px}.social-links{display:flex;gap:12px}.social-links a{color:#666;font-size:1.4rem;transition:color .3s ease}.social-links a:hover{color:#007bff}.footer-bottom{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin:20px auto 0;max-width:1300px;padding:15px 20px 0}.footer-bottom p{color:#666;font-size:.85rem;margin:0}.footer-legal a{color:#666;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#007bff}@media (max-width:768px){.footer-container{flex-direction:column;gap:15px}.footer-bottom{flex-direction:column;text-align:center}}.scroll-to-top{background-color:#272ca8;border:none;border-radius:50%;bottom:50px;box-shadow:0 4px 6px #0000001a;color:#fff;font-size:20px;opacity:0;padding:10px 15px;position:fixed;right:20px;transition:opacity .3s ease-in-out,transform .3s ease-in-out;visibility:hidden;z-index:1000}.scroll-to-top.visible{opacity:1;visibility:visible}.scroll-to-top:hover{background-color:#0056b3;transform:scale(1.1)}
/*# sourceMappingURL=main.2b841e3b.css.map*/