@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&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;overflow-x:hidden}.navbar{align-items:center;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;padding:1rem 2rem}.nav-link{color:#fff;font-weight:500;padding:0 1rem;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#00bcd4}.navbar-left ul{display:flex;gap:2rem;list-style:none;margin:0 0 0 50px;padding:0}.navbar-left ul li{cursor:pointer;font-weight:500}.navbar-center{font-size:1.5rem;font-weight:700}.navbar-right button{background-color:#fff;border:none;border-radius:6px;color:#000;cursor:pointer;font-weight:700;margin-left:200px;padding:.5rem 1rem}.navbar>div{flex:1 1;text-align:center}.navbar-left{text-align:left}.navbar-right{text-align:right}@media (max-width:768px){.navbar{align-items:flex-start}.navbar,.navbar-left ul{flex-direction:column;gap:1rem}.navbar-left ul{margin-left:0}.navbar-center{font-size:1.2rem;text-align:center;width:100%}.navbar-right{margin-top:1rem;text-align:left}.navbar-right button{margin-left:0}.navbar>div{flex:none;width:100%}}@keyframes glowDropShadow{0%,to{filter:drop-shadow(0 0 8px rgba(136,133,134,.5))}50%{filter:drop-shadow(0 0 20px rgba(185,183,184,.9))}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.hero-container{background-blend-mode:multiply;height:100vh;justify-content:center;margin:0;overflow:hidden;padding:0;width:100vw}.container,.hero-container{align-items:center;display:flex}.container{box-sizing:border-box;flex-direction:row;flex-wrap:nowrap;height:100%;justify-content:space-between;padding:60px;width:100%}.heroleftcontent{animation:fadeInLeft 1.2s ease-out both;display:flex;flex:1 1;flex-direction:column;gap:1.5rem;justify-content:center;max-width:700px}.heroleftcontent h1{color:#fff;font-size:75px;font-weight:700;line-height:1;margin:-50px 0 45px 30px;text-align:left}.heroleftcontent h1 span{color:#ff0080}.heroleftcontent p{color:#ccc;font-size:1.2rem;line-height:1.6;margin-left:40px;text-align:left}.Learnbutton{background-color:#fff;border:none;border-radius:10px;color:#000;cursor:pointer;font-weight:700;margin-left:40px;padding:.75rem 1.5rem;transition:background-color .3s ease,transform .3s ease;width:-webkit-fit-content;width:fit-content}.Learnbutton:hover{background-color:#ff0080;color:#fff;transform:scale(1.05)}.herorightcontent{align-items:flex-end;animation:fadeInRight 1.2s ease-out both;display:flex;flex:1 1;height:100%;justify-content:flex-end;margin-right:-60px}.herorightcontent img{animation:glowDropShadow 3s ease-in-out infinite;border-radius:0;height:100%;object-fit:contain;transition:filter .3s ease-in-out;width:auto}.herorightcontent img:hover{animation-play-state:paused;filter:drop-shadow(0 0 30px rgba(255,0,128,1))}@media (max-width:1024px){.container{gap:1.5rem;padding:40px}.heroleftcontent{flex:1 1;margin:0;max-width:55%;text-align:left}.heroleftcontent h1{font-size:3rem;line-height:1.2;margin:0 0 20px}.heroleftcontent p{color:#bbb;font-size:1.1rem;margin:0}.Learnbutton{font-size:1rem;margin-top:20px}.herorightcontent{align-items:center;justify-content:center;margin-right:-20}.herorightcontent img{max-height:350px;object-fit:contain;width:auto}}@media (max-width:767px){.container{align-items:center;flex-direction:column;gap:2rem;justify-content:center;padding:20px;text-align:center}.heroleftcontent{max-width:100%;text-align:center}.heroleftcontent h1{font-size:2rem;line-height:1.2;margin:0 0 15px;text-align:center}.heroleftcontent p{color:#aaa;font-size:1rem;margin:0 auto;text-align:center}.Learnbutton{font-size:.9rem;margin:10px auto 0;padding:.6rem 1.2rem}.herorightcontent{display:flex;justify-content:flex-end;margin-top:-200px;width:100%}.herorightcontent img{border-radius:0;margin-right:-40px;max-height:280px;object-fit:cover;width:100%}}.feature-section{color:#fff;padding:60px 20px;text-align:center}.feature-heading{font-size:28px;font-weight:700;margin-bottom:10px}.feature-subheading{color:#cfcfcf;font-size:16px;margin-bottom:40px}.feature-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1100px}.feature-card{background:#0f1428e6;border:1px solid #2a2f4f;border-radius:16px;padding:24px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 8px 20px #00000080;transform:translateY(-8px)}.feature-img{height:auto;margin-bottom:16px;max-width:200px;object-fit:contain;width:100%}.feature-card h3{color:#fff;font-size:18px;font-weight:700;margin-bottom:10px}.feature-card p{color:#d0d0d0;font-size:14px;line-height:1.6}@media (max-width:768px){.feature-heading{font-size:22px}.feature-subheading{font-size:14px}.feature-card h3{font-size:16px}.feature-card p{font-size:13px}}.features-wrapper{align-items:center;display:flex;flex-direction:column;opacity:0;padding:2rem 1rem;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease;width:100%}.features-wrapper.animate-in{opacity:1;transform:translateY(0)}.text-wrapper{margin-bottom:1.5rem;max-width:800px;text-align:center}.heading{color:#fff;font-size:2rem;font-weight:700;line-height:1.3;margin:0}.subheading{color:#e0e0e0;font-size:1rem;line-height:1.5;margin-top:1rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:1.5rem 0}.btn-secondary{background:#0000;border:2px solid #3f80ff;border-radius:8px;color:#3f80ff;cursor:pointer;font-size:1rem;min-width:120px;padding:.75rem 1.5rem;text-align:center;transition:background .3s ease,transform .2s ease,color .3s ease}.btn-secondary:hover{background:#3f80ff1a;transform:scale(1.05)}.btn-secondary.active{background:#3f80ff;color:#fff;transform:scale(1.05)}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:700px;padding:0 1rem;width:100%}.feature-box{align-items:center;background:#0b0c2a;border-radius:16px;box-shadow:0 4px 20px #0000004d;display:flex;justify-content:center;min-height:200px;overflow:hidden;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease;width:100%}.feature-box img{border-radius:12px;height:100%;object-fit:cover;width:100%}.feature-box:hover{box-shadow:0 6px 24px #00000080;transform:scale(1.03)}@media (max-width:768px){.heading{font-size:1.6rem}.subheading{font-size:.95rem}.features-grid{grid-template-columns:repeat(2,1fr);max-width:700px}}@media (max-width:480px){.heading{font-size:1.3rem}.subheading{font-size:.85rem}.cta-buttons{flex-direction:column;gap:.8rem;width:100%}.btn-secondary{font-size:.9rem;padding:.6rem;width:100%}.features-grid{grid-template-columns:1fr;max-width:100%}.feature-box{min-height:200px}}@media (min-width:1024px){.features-grid{gap:2.5rem;max-width:700px}.feature-box{min-height:260px}}.slider-wrapper{align-items:center;animation:fadeIn 1.2s ease-in-out forwards;display:flex;flex-direction:column;justify-content:center;min-height:100vh;opacity:0;padding:100px 20px}.slider-header{margin-bottom:40px;max-width:800px;text-align:center}.slider-header h1{color:#fff;font-family:poppins,sans-serif;font-size:34px;font-weight:700;line-height:1.3;margin-bottom:28px}.slider-header p{color:#cbd5e1;font-family:poppins,sans-serif;font-size:19px;line-height:1.6}.slider-container{align-items:center;display:flex;flex-direction:column;max-width:1100px;position:relative;width:100%}.card-frame{border-radius:24px;margin-top:30px;min-height:420px;overflow:visible;padding-bottom:20px;position:relative;width:100%}.card{align-items:center;background:#03142d;border:.1px solid #cbd5e11f;border-radius:20px;box-shadow:0 10px 30px #00000040;color:#fff;display:flex;flex-direction:row;left:0;padding:40px;position:absolute;top:0;width:100%}.card-img{border-radius:16px;max-width:300px;object-fit:cover;width:45%}.card-content{flex:1 1;padding-left:40px;text-align:left}.card-content h2{font-family:poppins,sans-serif;font-size:30px;letter-spacing:.15rem;margin-bottom:16px}.card-content p{font-family:poppins,sans-serif;font-size:18px;letter-spacing:.05rem;line-height:1.8;opacity:.9}@media (max-width:1024px){.slider-header h1{font-size:30px}.slider-header p{font-size:17px}.card-content h2{font-size:26px}.card-content p{font-size:16px}}@media (max-width:768px){.card{flex-direction:column;padding:25px;position:relative;text-align:center}.card-img{margin-bottom:20px;max-width:100%;width:100%}.card-content{padding-left:0;text-align:center}.slider-header{padding:0 15px}.slider-header h1{font-size:26px;line-height:1.2}.slider-header p{font-size:15px}}@media (max-width:480px){.slider-wrapper{padding:60px 10px}.slider-header h1{font-size:22px;margin-bottom:20px}.slider-header p{font-size:14px}.card{border-radius:14px;padding:18px}.card-content h2{font-size:20px}.card-content p{font-size:14px;line-height:1.5}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.Faq-background{background-color:#000;background-position:50%;background-repeat:repeat;background-size:auto;padding:5rem 2rem}.video-section{color:#fff;margin:0 auto;max-width:1500px;min-height:450px;text-align:center}.video-heading{animation:fadeSlideUp 1s ease-in-out forwards;animation-delay:.2s;font-family:poppins,sans-serif;font-size:30px;line-height:1.4;margin-bottom:1rem;opacity:0}.video-heading span{color:#00bcd4;font-family:Poppins,sans-serif;font-size:20px;letter-spacing:.1rem}.video-container{animation:fadeSlideIn 1.2s ease-in-out forwards;animation-delay:.5s;border-radius:18px;box-shadow:0 0 30px #00ffff26;margin:2rem auto;max-width:1050px;opacity:0;overflow:hidden;position:relative;width:100%}.identity-video{aspect-ratio:16/9;border-radius:18px;display:block;height:auto;width:100%}.demo-button{animation:fadeSlideUp 1s ease-in-out forwards;animation-delay:.8s;background-color:#fff;border:none;border-radius:25px;box-shadow:0 8px 20px #ffffff1a;color:#000;cursor:pointer;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;margin-top:1rem;opacity:0;padding:.6rem 1.6rem;transition:all .3s ease}.demo-button:hover{background-color:#f4f4f4;transform:scale(1.05)}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.video-heading{font-size:1.6rem}.demo-button{font-size:.9rem;padding:.5rem 1.2rem}}@media (max-width:480px){.video-heading{font-size:1.4rem}.demo-button{font-size:.85rem;padding:.45rem 1rem}}.faq-section{background-color:#fff;color:#fff;margin:0;max-width:none;padding:2rem;width:100%}.faq-section.expanded{min-height:100vh}.faq-header{align-items:center;border-radius:10px;cursor:pointer;display:flex;gap:.8rem;justify-content:center;margin:0 auto 2rem;max-width:-webkit-fit-content;max-width:fit-content;padding:1rem;transition:background .3s}.dropdown-icon{color:#e904b8;font-size:1.5rem;transition:transform .3s ease}.dropdown-icon.rotate{transform:rotate(180deg)}.faq-title{animation:fadeInUp .6s ease forwards;font-family:poppins,sans-serif;font-size:2.5rem;font-weight:700;margin:0;text-align:center}.faq-content{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:2rem;justify-content:center}.faq-list{align-items:center;display:flex;flex:0 1 55%;flex-direction:column;gap:.8rem;min-width:300px}.faq-item{background-color:#ffffffe6;border-radius:10px;box-shadow:0 4px 12px #0000001a;color:#000;font-weight:500;margin:0 auto;max-width:600px;opacity:0;padding:.6rem 1rem;transition:all .3s ease;width:100%}.faq-item:hover{box-shadow:0 6px 16px #0003;transform:translateY(-3px)}.faq-question{align-items:center;background:none;border:none;color:#000;cursor:pointer;display:flex;font-size:1rem;font-weight:700;justify-content:space-between;width:100%}.dot{color:#000;font-size:1.2rem;margin-right:10px}.plus{color:#3b82f6;font-size:1.5rem;font-weight:700;transition:transform .3s ease}.plus.rotate{transform:rotate(45deg)}.faq-answer{max-height:0;opacity:0;overflow:hidden;padding:0;transition:all .4s ease}.faq-answer.open{font-family:poppins,sans-serif;max-height:500px;opacity:1;padding:.5rem 0}.faq-image{align-items:center;display:flex;flex:0 1 35%;justify-content:flex-end;margin-top:-20px;max-width:100%;opacity:0;padding-left:0}.faq-image.fade-in{animation:fadeInUp .8s ease forwards}.faq-image img{height:auto;max-width:350px;object-fit:contain;width:100%}.faq-input{animation:fadeInUp .7s ease forwards;margin-top:3rem;text-align:center}.faq-input h3{font-family:poppins,sans-serif;font-size:1.5rem;margin-bottom:.5rem}.faq-input p{font-size:1rem;margin-bottom:1rem}.faq-input input{border-radius:5px;max-width:400px;padding:.6rem 1rem;width:100%}.fade-in{animation:fadeInUp .6s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:1024px){.faq-content{align-items:center;flex-direction:column;gap:1.5rem}.faq-image,.faq-list{flex:initial;max-width:100%}.faq-image{justify-content:center}.faq-title{font-size:2rem;text-align:center}.faq-input h3{font-size:1.2rem}.faq-input input{max-width:90%}}@media screen and (max-width:480px){.faq-section{padding:1.5rem 1rem}.faq-title{font-size:1.6rem;line-height:1.3;text-align:center}.faq-item{padding:.8rem}.faq-item,.faq-question{font-size:.9rem}.dot{font-size:1rem}.plus{font-size:1.1rem}.faq-answer.open{font-size:.9rem;line-height:1.5}.faq-input{margin-top:2rem}.faq-input h3{font-size:1.1rem}.faq-input p{font-size:.85rem}.faq-input input{font-size:.9rem;max-width:95%;padding:.5rem .8rem;width:100%}.faq-image{justify-content:center;margin-top:.5rem;max-width:250px}.faq-image img{height:auto;max-width:100%}}@media screen and (max-width:360px){.faq-title{font-size:1.4rem}.faq-item{padding:.6rem}.faq-answer.open,.faq-item{font-size:.85rem}.faq-input h3{font-size:1rem}}.subscribe-section-wrapper{display:flex;justify-content:center;padding:1rem;width:100%}.subscribe-section{align-items:center;background:#fff;border-radius:10px;box-shadow:0 8px 20px #0003;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;max-width:1270px;padding:2rem;width:100%}.subscribe-content{flex:1 1;padding:1rem;text-align:left}.subscribe-content h2{color:#000;font-size:1.8rem;margin-bottom:.5rem}.subscribe-content span{color:#040c62}.subscribe-content p{color:#555;font-size:1rem;line-height:1.5;margin-top:10px}.subscribe-form{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin:1rem 0;width:100%}.subscribe-form input{border:1px solid #ccc;border-radius:5px;box-sizing:border-box;flex:1 1;font-size:.95rem;min-width:0;padding:.5rem 1rem}.subscribe-form button{background-color:#07f;border:none;border-radius:5px;color:#fff;cursor:pointer;flex-shrink:0;font-weight:600;padding:.6rem 1.2rem;transition:background .3s ease}.subscribe-form button:hover{background-color:#005fcc}.connect-section{margin-top:1.5rem}.connect-section h3{color:#050f7c;font-size:1.2rem;margin-bottom:.8rem}.contact-row{display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.contact-item{align-items:center;color:#444;display:flex;font-size:.95rem;gap:.5rem}.icon{color:#050f7c;font-size:1.2rem}.subscribe-image{align-items:center;display:flex;flex:1 1;justify-content:flex-end}.image-and-contact img{border-radius:10px;height:auto;max-width:400px;object-fit:cover;width:100%}@media screen and (max-width:992px){.subscribe-section{align-items:center;flex-direction:column;text-align:center}.subscribe-content{text-align:center}.subscribe-form{justify-content:center}.connect-section,.contact-row{align-items:center}.subscribe-image{justify-content:center}.image-and-contact img{margin-top:1rem}}@media screen and (max-width:576px){.subscribe-form{align-items:stretch;flex-direction:column}.subscribe-form input{width:100%}}.footer{background:#111;color:#fff;font-family:Arial,sans-serif;padding:50px 20px 25px;transition:background .3s ease}.footer-content{align-items:center;display:flex;flex-direction:column;gap:20px;text-align:center}.footer-brand h2{font-size:28px;font-weight:700;letter-spacing:1px;margin-bottom:10px}.footer-links{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-bottom:15px}.footer-links a{color:#ddd;font-size:px;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-social{display:flex;gap:18px;margin-bottom:20px}.footer-social a{color:#ddd;font-size:20px;transition:transform .3s ease,color .3s ease}.footer-social a:hover{color:#fff;transform:scale(1.2)}hr{background:#fff3;border:none;height:1px;margin:20px auto;width:90%}.footer-bottom{color:#aaa;font-size:13px;text-align:center}.footer-bottom a{color:#aaa;margin-left:5px;text-decoration:none;transition:color .3s ease}.footer-bottom a:hover{color:#fff;text-decoration:underline}@media (min-width:768px){.footer-content{align-items:flex-start;flex-direction:row;justify-content:space-between;text-align:left}.footer-brand,.footer-links,.footer-social{flex:1 1}.footer-links{gap:25px;justify-content:flex-start}.footer-social{justify-content:flex-end}}@media (max-width:480px){.footer-brand h2{font-size:22px}.footer-links a{font-size:13px}.footer-social a{font-size:18px}}*{box-sizing:border-box;margin:0;padding:0}body,html{background-color:#000;color:#fff;font-family:Poppins,sans-serif;height:100%;overflow-x:hidden;width:100%}html{scroll-behavior:smooth}.App{height:100vh;overflow-x:hidden;text-align:center;width:100vw}.App-logo{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:40vmin;pointer-events:none;transform:translateZ(0)}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh;overflow-x:hidden;width:100vw}.App-link{color:#61dafb;transition:color .3s ease}.App-link:hover{color:#21a1f1}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#preloader{align-items:center;background:#000;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:9999}.preloader-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}#preloader p{color:#fff;font-size:1rem;font-weight:500;margin-top:16px;text-align:center;width:100%;z-index:10}@media (max-width:768px){.preloader-image{height:100vh;object-fit:cover;width:100vw}#preloader p{font-size:.85rem;padding:0 12px}}
/*# sourceMappingURL=main.d9c44651.css.map*/