@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}.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;background-image:linear-gradient(to bottom right),#000;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;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;will-change:transform,opacity}.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;will-change:transform,opacity}.herorightcontent img{animation:glowDropShadow 3s ease-in-out infinite;border-radius:10px;height:100%;margin-right:-60px;object-fit:cover;transition:filter .3s ease-in-out}.herorightcontent img:hover{animation-play-state:paused;filter:drop-shadow(0 0 30px rgba(255,0,128,1))}@media (max-width:768px){.container{align-items:center;flex-direction:column;gap:2rem;justify-content:center;padding:40px 20px;text-align:center}.heroleftcontent{align-items:center;animation:fadeInLeft 1s ease-in-out both;max-width:100%;padding:0 10px}.heroleftcontent h1{font-size:2.2rem;line-height:1.3;margin:0 0 20px;text-align:center}.heroleftcontent p{color:#aaa;font-size:1rem;margin:0;padding:0 10px;text-align:center}.Learnbutton{font-size:.9rem;margin:10px auto 0;padding:.6rem 1.2rem}.herorightcontent{align-items:center;animation:fadeInRight 1s ease-in-out both;justify-content:center;margin-top:20px;width:100%}.herorightcontent img{height:auto;margin:0 auto;max-width:350px;width:90%}}.feature-card,.features-container,.features-content{animation:none;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.feature-card.animate-in,.features-container.animate-in,.features-content.animate-in{animation:fadeInUp .8s ease forwards}.feature-card,.feature-card:first-child.animate-in{transition-delay:.2s}.feature-card:nth-child(2).animate-in{transition-delay:.4s}.feature-card:nth-child(3).animate-in{transition-delay:.6s}.features-container{align-items:center;display:flex;flex-direction:column;margin:auto;max-width:1200px;min-height:400px;padding:1rem 0}.features-content{text-align:center;width:100%}.features-content h1{color:#fff;font-size:35px;font-weight:700;margin-bottom:1rem}.features-content p{color:#ddd;font-size:1rem;margin-bottom:3rem}.feature-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.feature-card{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#020416d9,rgba(1,22,29,.862));border:1px solid #00ffff1a;border-radius:1rem;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;padding:2rem 1rem 1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:280px}.feature-card:hover{box-shadow:0 10px 20px #0ff3;transform:translateY(-10px) scale(1.02)}.feature-img{border-radius:10px;display:block;height:auto;margin:0 auto 1.5rem;max-height:300px;object-fit:contain;width:100%}.feature-title{color:#0ff;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:.8rem}.feature-card p{color:#bbb;font-size:1rem;line-height:1.6;margin:0}@media (max-width:768px){.features-container{padding:2rem 1rem}.features-content h1{font-size:1.6rem}.features-content p{font-size:.9rem;margin-bottom:2rem}.feature-list{align-items:center;flex-direction:column;gap:1.5rem}.feature-card{padding:1.5rem 1rem;width:90%}.feature-img{max-height:220px}.feature-title{font-size:1.4rem}.feature-card p{font-size:.95rem}.feature-card:hover{box-shadow:0 8px 16px #0ff3;transform:scale(1.02)}}body{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;overflow-x:hidden;padding:0}.features-wrapper{align-items:center;display:flex;flex-direction:column;opacity:0;padding:.05rem 1rem;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.features-wrapper.animate-in{opacity:1;transform:translateY(0)}.text-wrapper{margin-bottom:1rem;max-width:800px;text-align:center}.heading{animation:fadeIn 1s ease forwards;color:#fff;font-size:32px;letter-spacing:.1rem;margin:0}.heading,.subheading{font-family:Poppins,sans-serif}.subheading{animation:fadeIn 1s ease .3s forwards;color:#e0e0e0;font-size:18px;letter-spacing:.01rem;margin-top:1rem;opacity:0}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;font-size:16px;padding:.75rem 1.5rem;transition:background .3s ease,transform .2s ease}.btn-primary{background-color:#3f80ff;color:#fff}.btn-primary:hover{background-color:#2c66cc;transform:scale(1.05)}.btn-secondary{background-color:initial;border:2px solid #3f80ff;color:#3f80ff}.btn-secondary:hover{background-color:#3f80ff;color:#fff;transform:scale(1.05)}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);max-width:600px;width:100%}.feature-box{border-radius:16px;box-shadow:0 4px 20px #0000004d;height:auto;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease;width:100%}.feature-box:hover{box-shadow:0 6px 24px #00000080;transform:scale(1.03)}@media (max-width:768px){.features-grid{grid-template-columns:1fr}.heading{font-size:24px}.subheading{font-size:16px}.btn-primary,.btn-secondary{font-size:14px;padding:.6rem 1.2rem}}.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:1rem;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 #0006;box-shadow:0 10px 20px #0000001a;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:.2rem;margin-bottom:16px}.card-content p{font-family:poppins,sans-serif;font-size:18px;letter-spacing:.1rem;line-height:1.8;opacity:.9}@media (max-width:768px){.card{flex-direction:column;padding:20px;text-align:center}.card-img{margin-bottom:20px;width:100%}.card-content{padding-left:0;text-align:center}.slider-header{padding:0 10px}.slider-header h1{font-size:28px}.slider-header p{font-size:16px}}@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:1000px;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-position:50%;background-repeat:repeat;background-size:auto;color:#fff;margin:auto;max-width:1650px;padding:2rem;transition:all .3s ease;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}.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:center;margin-top:-20px;max-width:350px;opacity:0;padding-left:0}.faq-image.fade-in{animation:fadeInUp .8s ease forwards}.faq-image img{height:auto;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:2rem}.faq-image,.faq-list{flex:initial;max-width:100%}.faq-title{font-size:2rem}.faq-input h3{font-size:1.3rem}.faq-input input{max-width:90%}}@media screen and (max-width:480px){.faq-title{font-size:1.8rem}.faq-question{font-size:.95rem}.faq-input h3,.plus{font-size:1.2rem}.faq-input p{font-size:.9rem}.faq-input input{font-size:.95rem;padding:.5rem .8rem}.faq-image{margin-top:0}}.subscribe-section-wrapper{display:flex;justify-content:center;padding:1rem}.subscribe-section{align-items:center;background:#fff;border-radius:10px;box-shadow:0 8px 20px #0003;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;margin-top:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.subscribe-form{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin:1rem 0}.subscribe-form input{border:1px solid #ccc;border-radius:5px;flex:1 1;min-width:300px;padding:.5rem 1rem}.subscribe-form button{background-color:#07f;border:none;border-radius:5px;color:#fff;cursor:pointer;flex-shrink:0;padding:.5rem 1.2rem}.connect-section{margin-top:1.5rem}.connect-section h3{color:#050f7c;font-size:20px;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-form{justify-content:center}.subscribe-content{text-align: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 input{min-width:100%}.subscribe-form{align-items:stretch;flex-direction:column}.subscribe-content p{overflow:visible;text-overflow:clip;white-space:normal}}.footer{color:#fff;font-family:Arial,sans-serif;padding:40px 20px 20px}.footer-content{align-items:center;display:flex;flex-direction:column;text-align:center}.footer-brand h2{font-size:26px;font-weight:700;line-height:1.2;margin-bottom:20px}.footer-links{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:20px}.footer-links a{color:#fff;font-size:14px;text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-social{display:flex;gap:15px;margin-bottom:20px}.footer-social a{color:#fff;font-size:18px;padding-left:20px;transition:transform .2s ease}.footer-social a:hover{transform:scale(1.2)}hr{background:#fff3;border:none;height:1px;margin:20px 0;width:90%}.footer-bottom{color:#ccc;font-size:12px;text-align:center}.footer-bottom a{color:#ccc;margin-left:10px;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}@media (min-width:768px){.footer-content{flex-direction:row;justify-content:space-between;text-align:left}.footer-links{gap:25px}.footer-brand,.footer-links,.footer-social{flex:1 1}}*{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;height:100vh;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:9999}.preloader-video{left:50%;min-height:100%;min-width:100%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%)}#preloader p{bottom:50px;color:#fff;font-size:1.2rem;font-weight:500;position:absolute;z-index:2}
/*# sourceMappingURL=main.9794cc2c.css.map*/