@import url(https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@500&display=swap);@import url(https://fonts.cdnfonts.com/css/satoshi);@import url(https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@600&family=Albert+Sans:wght@400;500&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAvCAYAAABKQCL3AAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAPgSURBVHgB7ZlNTttAFMf/z6GV2lV6A7gBnICwr5og8dGuSE5AewKSEwAnIFlVlEo4LfuaE5QblJ6gSIUV2NP3Yk/iGDsefyVZ9Cch7HhmPH/P+xob+M9yQPrgq2odKKgTPqzz3y1fcBTcwS5dOVhyRiIuVWv1CepXQpulFzQSca7edS3QkUH7pRQ0EnGhWh8BdYxsLI0gbU51Nqc/yM8dD2S7cIf7dGVjzoQcu3mpgFa0ATv76QOsbofsO16xhoLX5m6b3HE1Ycy5CxqLkAnylH9ELvZ3aNiJ67hMgghTE2uKiIY+V6CNPbJv0gb5olrr8AU1FyEoImLawZ9Aax/IvkUGTAWx6ToWlF2DNdxmU0UBpkQEDi75QhIeXHif3tP3E+TEUBCvOOwigij6w7lqcc5QOmc4uzTcQglUKeiZiM+cvVemsre7VXYeEEEWsMmRr82n60ntTAVR3I9hB5eB9mi4jYqQh/YCaGYQdL0d8dMEEdPh9h70plPQ+UwwFcQ4BNXXgiipFa+GZPCRg3tQvX361sUc8QWp47gEHEZymZV00QOd6mMuDg8xZyS07/hmPDNPsch2ooiXgIRWbUL1C/W2gYVAg7QWiSIkGrBthgaomZTqC8GadZFghcuDxiJWgx14M63NTBG7ZDv8z9HnCtZMJysbjpJHKY7N5k49ShlH9t4tNqtL3YnD7VqV4dYvfTwOJCSTTwqzHGLJ/gsMZC4raYPWuMOT7+ASbuuv4XGRiC5KJshNR1y7NRLSlzz1U55w3yjZRYnUUzdcT22gBPyJe2zzJA+mntDMEZMJTDsWIxHPt6/F6qng7coZQnuXCA5P7fqew7yJ6RqJECIbptzVrRR/5Jc00Sc/CukSEWc99TgyiCheTwUr8BPTAviNiTd4QM3OGzBSHVsjT4dXw0GwGnkc/BFel6OKFnDHpU1nn+zCW1UrW3MaTjrS4Rn7imlPWQUWcBAaq1eGAH8uGZDwhlA99Qpu27TvI9yGPuYEdssrm3vbGyWTiGg9xfV807QvO+xB6KYOSiSjOY269EMnRvWUmBKmXgW5qZVpphkhI8F7KEefE2oHaX2em1K5e/YcKyFQTx9JgZbm4FWaUjBmdoJkNHbwINzGUrUpCTlXwnz7WrUp+ffPien2tWpTCsbNRxBuh5NfameB6YyRTQ0qNiXBuHaKI+ZzwOjrkQv1m01MtpUNfUFMiV/CraECCokQop8DZtwo8VtHUXKb0wQamrSqypSEwiIi9VQsVUUlTWER4uDhcJtwEwcVUoI5jcNtIlWaklCKiODbgRN3rWpTEkoR4TOppyI3cFAx/wBx3eZLA7bQFwAAAABJRU5ErkJggg==),auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:Bai Jamjuree,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6,p,span{color:#fff}.navbar{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between;padding:15px 5vw;position:relative;width:100%;z-index:99999}.logo img{height:77px;left:100px;top:20px;width:143px}.nav-links{align-items:center;background-color:#2a0b4b;border-radius:8px;display:flex;display:none;gap:50px;height:50px;justify-content:center;list-style:none;transition:max-height .3s ease;width:600px}.nav-links li a{border-bottom:1px solid #0000;color:#fff;font-family:Albert Sans,sans-serif;font-size:18px;text-decoration:none;transition:.3s}.nav-links li a:hover{border-bottom:1px solid #abff4f}.nav-actions{gap:15px}.circle-arrow-btn,.nav-actions{align-items:center;background-color:#abff4f;display:flex}.circle-arrow-btn{border:none;border-radius:4px;cursor:pointer;gap:10px;height:48px;justify-content:center;transition:transform .3s ease;width:185px}.circle-arrow-btn .btn-text{color:#2a0b4b;font-family:Bai Jamjuree,sans-serif;font-size:18px;font-weight:600}.circle-arrow-btn .btn-arrow{color:#2a0b4b;font-size:20px;font-weight:5200;transform:translateX(0);transition:transform .3s ease}.circle-arrow-btn:hover .btn-arrow{transform:translateX(10px)}.arrow-icon{stroke:#abff4f;height:15px;width:15px}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:4px}.hamburger span{background:#fff;border-radius:2px;height:3px;width:25px}@media (max-width:768px){.desktop-cta{display:none}.mobile-cta{display:flex;justify-content:right;margin-top:-20px;width:10%}.mobile-cta .circle-arrow-btn{max-width:260px;width:40%}.nav-links{align-items:flex-start;background-color:initial;padding-left:20px;text-align:left}.nav-links.open{display:flex;flex-direction:column;height:800px;transition:max-height .5s ease-in-out;width:100%}.nav-links li{width:100%}.nav-links li a{display:block;padding:10px 0}.navbar,.navbar.open{background-color:#32004d}.nav-links{display:flex;flex-direction:column;max-height:0;overflow:hidden;transition:max-height .5s ease-in-out;width:100%}.nav-links.open{max-height:300px;overflow:visible;padding:1rem 0}.hamburger{display:flex;position:absolute;right:5vw;top:25px;z-index:2000}.nav-actions{position:absolute;right:60px;top:15px}.circle-arrow-btn .btn-text{color:#2a0b4b;font-family:Bai Jamjuree,sans-serif;font-size:10px;font-weight:500}.circle-arrow-btn{cursor:pointer;width:10px}.circle-arrow-btn .btn-arrow{object-fit:contain;width:14px}}@media (max-width:1024px){.nav-links{gap:30px;padding:0 20px;width:auto}.logo img{height:auto;width:120px}.circle-arrow-btn{padding:0 15px;width:auto}}body,html{height:100%}.hero-background{align-items:center;background:radial-gradient(circle at 35% 30%,#3d106c80,#0000 20%),radial-gradient(circle at 70% 40%,#3d106c80,#0000 20%),#130323;background-position:50%;display:flex;height:100vh;justify-content:center;min-height:100vh;overflow:hidden;position:relative;position:static;width:100%;z-index:0}.hero-text{color:#fff;position:relative;text-align:center;z-index:1}.hero-text h1{font-family:Bai Jamjuree,sans-serif;font-size:56px;font-weight:600;margin-bottom:20px}.hero-text a{text-decoration:none}.hero-text p{align-items:center;color:#abff4f;display:flex;font-family:Satoshi,system-ui,sans-serif;font-size:24px;font-weight:700;justify-content:end;margin-right:60px;margin-top:-20px}.scroll-down{animation:moveDown 2s ease-in-out infinite;margin-top:30px}@keyframes moveDown{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}.cursor-image{opacity:0;pointer-events:none;position:absolute;transform:translate(-50%,-50%) scale(.8);transition:opacity .8s ease,transform .8s ease;width:200px;z-index:9999}@media (max-width:768px){.hero-background{height:70vh}.hero-text h1{font-size:30px;margin-top:100px}.hero-text p{font-size:13px}}.stiky-nav{left:50%;position:fixed;top:600px;transform:translateX(-50%);z-index:99999}.nav-links2{align-items:center;background-color:#2a0b4b;border:1px solid #abff4f;border-radius:8px;display:flex;gap:50px;height:50px;justify-content:center;list-style:none;width:600px}.nav-links2 a{color:#fff;font-family:Albert Sans,sans-serif;text-decoration:none}.nav-links2 li a:hover{border-bottom:1px solid #abff4f}.stiky-nav.stop{bottom:250px;position:absolute;top:auto}@media (max-width:1024px){.stiky-nav{top:500px}.nav-links2{gap:30px;padding:0 20px;width:500px}}@media (max-width:768px){.stiky-nav{bottom:20px;display:none;top:auto}.nav-links2{gap:20px;height:45px;max-width:500px;width:90vw}.nav-links2 a{font-size:14px}}@media (max-width:480px){.nav-links2{gap:15px;height:40px;width:95vw}.nav-links2 a{font-size:12px}}.test{background:radial-gradient(circle at 35% -10%,#3d106c80,#0000 20%),radial-gradient(circle at 100% 50%,#3d106c80,#0000 20%),#130323;min-height:100vh;padding:80px 15vw;width:100%}.service-tag{color:#abff4f;font-family:Albert Sans;font-size:20px;margin-bottom:10px}.heading,.service-tag{font-weight:600px;text-align:center}.heading{color:#fff;font-family:Bai Jamjuree;font-size:48px;margin-bottom:60px}.accordion-item{margin-bottom:50px}.accordion-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.accordion-header h3{color:#abff4f;font-family:Bai Jamjuree;font-size:40px}.arrow{border-bottom:4px solid #abff4f;border-right:4px solid #abff4f;height:14px;transform:rotate(-45deg);transition:.3s ease;width:14px}.arrow.active{transform:rotate(45deg)}.accordion-content{max-height:0;overflow:hidden;transition:all .5s ease}.accordion-content.show{margin-top:20px;max-height:600px}.details{align-items:center;display:flex;font-family:Albert Sans;font-size:18px;gap:20px;margin-bottom:20px;opacity:.8}.details span{position:relative;white-space:nowrap}.details span:not(:last-child):after{background:#fff6;content:"";display:inline-block;height:1px;margin:0 20px;vertical-align:middle;width:80px}.image-wrapper img{border-radius:15px;height:400px;object-fit:cover;width:100%}.page-wrapper{background:radial-gradient(circle at 35% 70%,#3d106c80,#0000 20%),radial-gradient(circle at 100% 40%,#3d106c80,#0000 20%),#130323;min-height:100vh;overflow-x:hidden;position:relative;width:100%}.page-wrapper,.view2,body{margin:0;padding:0}.view2{height:100vh;position:relative}.video-wrapper{align-items:flex-start;margin:0;min-height:100vh;padding:0}.video-inner,.video-wrapper{display:flex;justify-content:center}.video-inner{margin:0 auto;transform-origin:center;width:fit-content}.video-wrapper video{display:block;height:auto;object-fit:cover;width:60%}.content-section{align-items:flex-start;display:flex;justify-content:flex-start;min-height:100vh;padding-left:30vw;padding-top:220px}.content-section h2{font-family:Bai Jamjuree;font-size:38px;font-weight:500;line-height:1.3;margin:0}@media (max-width:1023px){.view2{height:auto}.video-wrapper{min-height:auto}.video-wrapper video{width:100%}.content-section{padding:40px 20px}.content-section h2{font-size:22px;line-height:1.4}}*{box-sizing:border-box;margin:0;padding:0}body{overflow-x:hidden}.scroll-wrapper{background:radial-gradient(circle at 35% 50%,#3d106c80,#0000 20%),#130323;min-height:100vh;position:relative;width:100%}.panel{align-items:center;display:flex;height:100vh;justify-content:center;width:100%}.panel__number{color:#fff;font-size:120px;font-weight:700}.dark,.purple{background:radial-gradient(circle at 35% 50%,#3d106c80,#0000 20%),#130323}.engagement-card{align-items:stretch;display:flex;gap:0;height:450px;padding:10px 12vw}.left-content{border-bottom:1px solid #abff4f;border-left:1px solid #abff4f;border-radius:15px 0 0 15px;border-top:1px solid #abff4f;display:flex;flex:1 1;flex-direction:column;gap:15px;justify-content:center;padding:40px}.left-content h3{color:#abff4f}.left-content h2,.left-content h3{font-family:Albert Sans,sans-serif;font-size:20px}.left-content h2{color:#fff}.desc{font-size:18px;margin:15px 0;opacity:.5}.desc,.left-content h4{font-family:Albert Sans}.left-content h4{color:#abff4f;font-size:24px;font-weight:600px}.left-content ul{list-style:none;padding:0}.left-content li{color:#fff;font-family:Albert Sans;font-size:18px;margin-bottom:10px;opacity:.5;position:relative}.left-content li:before{color:#abff4f;content:"✦";margin-right:10px}.right-image{flex:1 1;margin:0;padding:0}.right-image img{border-radius:0 15px 15px 0;display:block;height:100%;object-fit:cover;width:100%}.brands{align-items:center;background-color:#110121;display:flex;justify-content:center;min-height:200vh}.brand-middel-content{display:flex;min-height:700px;position:relative;width:1200px}.brand-middel-content h1{color:#abff4f;font-family:Bai Jamjuree;font-size:48px;font-weight:600;text-align:center;text-transform:uppercase;top:350px}.brand-middel-content h1,.silicon-card{left:50%;position:absolute;transform:translateX(-50%)}.silicon-card{background:#e33434;height:360px;overflow:hidden;top:-170px;width:260px}.bg-text{left:0;position:absolute;top:0;width:100%}.bg-text span{-webkit-text-stroke:1px #fff3;color:#0000;display:block;font-size:48px;font-weight:600;opacity:.6}.title{padding:30px 20px;position:relative}.title h1{color:#fff;font-size:46px;margin:0}.title h2{color:#fff;font-size:28px;margin:0}.bottom{background:#2b003a;bottom:0;display:flex;justify-content:space-between;padding:16px;position:absolute;width:100%}.bottom h3{color:#abff4f}.bottom p{font-size:14px}.bottom p,.year{color:#fff}.HighCloud-card,.Qylis-card,.TheKshyatriyas-card,.ecomall-card,.madbox-card,.mall360-card,.naeem-card,.ventura-card{background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;position:absolute}.TheKshyatriyas-card,.ecomall-card,.mall360-card,.naeem-card,.ventura-card{height:320px;width:230px}.HighCloud-card,.Qylis-card,.madbox-card{height:260px;width:200px}.HighCloud-card:before,.Qylis-card:before,.TheKshyatriyas-card:before,.ecomall-card:before,.madbox-card:before,.mall360-card:before,.naeem-card:before,.ventura-card:before{background:#0000004d;content:"";inset:0;position:absolute}.HighCloud-bottom,.Qylis-bottom,.TheKshyatriyas-bottom,.ecomall-bottom,.madbox-bottom,.mall360-bottom,.naeem-bottom,.ventura-bottom{background:#2b003a;bottom:0;display:flex;justify-content:space-between;padding:16px;position:absolute;width:100%}.HighCloud-bottom h3,.Qylis-bottom h3,.TheKshyatriyas-bottom h3,.ecomall-bottom h3,.madbox-bottom h3,.mall360-bottom h3,.naeem-bottom h3,.ventura-bottom h3{color:#abff4f}.TheKshyatriyas-card{left:-60px;top:-260px}.madbox-card{left:40px;top:120px}.naeem-card{left:140px;top:420px}.ventura-card{right:-40px;top:-220px}.mall360-card{right:160px;top:160px}.ecomall-card{right:180px;top:600px}.HighCloud-card{bottom:-150px;right:-80px}.Qylis-card{top:750px}.wemake-section{background:radial-gradient(circle at 5% 50%,#3d106c80,#0000 20%),#130323;color:#fff;min-height:100vh;padding:80px 12vw;width:100%}.wemake-heading{text-align:left}.wemake-heading p{font-size:42px}.wemake-heading h2{color:#9cff00;font-size:42px;margin-bottom:40px}.wemake-cards-row{align-items:center;display:flex;gap:40px;justify-content:center}.wemake-card{height:520px;overflow:hidden;position:relative;width:400px}.wemake-card img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.wemake-overlay{background:linear-gradient(0deg,#000000d9,#0003);display:flex;flex-direction:column;inset:0;justify-content:space-between;padding:25px;position:absolute}.wemake-top-content{transition:.4s ease}.wemake-top-content span{font-family:Albert Sans,sans-serif;font-size:12px;opacity:.5}.wemake-top-content h3{font-size:36px}.wemake-bottom-content{font-family:Albert Sans,sans-serif;opacity:0;transform:translateY(120%);transition:.4s ease}.wemake-bottom-content p,.wemake-read{font-size:16px;line-height:26px}.wemake-author{align-items:center;display:flex;gap:10px;margin-top:10px}.wemake-author h4{font-size:14px;line-height:26px}.wemake-author p{font-size:12px;line-height:26px}.wemake-avatar{border-radius:50%;height:35px;overflow:hidden;position:relative;width:35px}.wemake-avatar img{height:100%;left:50%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.wemake-card:hover .wemake-bottom-content{opacity:1;transform:translateY(0)}.wemake-card:hover .wemake-top-content{opacity:0;transform:translateY(-50px)}.footer{background:#f5f5f5;opacity:0;overflow:hidden;padding:80px 60px 40px;transform:translateY(60px);transition:all .8s ease;width:100%}.footer.show{opacity:1;transform:translateY(0)}.footer-top{align-items:flex-start;display:flex;justify-content:space-between}.footer-title{color:#130323;font-family:Satoshi,sans-serif;font-size:48px;font-weight:800;line-height:1.1}.footer-title span{color:#9cff3f}.footer-btn{background:#9cff3f;border:none;cursor:pointer;font-weight:600;margin-top:20px;padding:14px 40px}.footer-right{display:flex;gap:60px}.footer-col h4{color:#000;font-family:Satoshi,sans-serif;font-size:20px;font-weight:700;margin-bottom:16px}.footer-col ul{list-style:none;padding:0}.footer-col li{color:#130323cc;font-family:Satoshi,sans-serif;font-size:16px;font-weight:500;margin-bottom:12px}.social{display:flex;gap:16px}.social a{align-items:center;background:#2a1247;border-radius:10px;color:#fff;display:flex;font-size:20px;height:48px;justify-content:center;width:48px}.footer-bg-wrapper{margin-top:80px;position:relative}.footer-bg-text{color:#000;font-family:Bai Jamjuree,sans-serif;font-size:209.67px;font-weight:500;letter-spacing:-4%;line-height:100%;position:relative;white-space:nowrap;z-index:2}.footer-bg-text:before{color:#9cff3f;content:attr(data-text);left:8px;position:absolute;top:-8px;z-index:-1}@media (max-width:1024px){.footer-bg-text{font-size:120px}}@media (max-width:768px){.footer-top{flex-direction:column}.footer-right{flex-wrap:wrap;gap:40px;margin-top:40px}.footer-bg-text{font-size:80px}}@media (max-width:480px){.footer{padding:40px 20px}.footer-bg-text{font-size:48px}}.Carsol-main{background:radial-gradient(circle at 5% 50%,#f8f8f800,#0000 20%),#130323;color:#fff;min-height:100vh;padding:80px 12vw;position:relative;width:100%;z-index:0}.Carsol-heading{font-family:Bai Jamjuree;font-size:48px;margin-bottom:40px}.highlight{color:#abff4f}.carsol-wrapper{overflow:hidden;position:relative;z-index:0}.testimonial-card{background:linear-gradient(180deg,#4c1c7c,#2a0646);border-radius:8px;height:100%;padding:60px}.quote img{width:40px}.testimonial-text{font-family:Satoshi;font-size:20px;line-height:30px;margin-top:20px}.testimonial-bottom{align-items:center;display:flex;justify-content:space-between;margin-top:60px}.author-info h3{color:#abff4f;font-family:Poppins;font-size:20px}.author-info p{font-family:Poppins;font-size:18px;opacity:.7}.company-logo{align-items:center;background:#fff;border-radius:12px;display:flex;height:62px;justify-content:center;width:250px}.company-logo img{height:40px}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.transform-scroll-section{background:radial-gradient(circle at 5% 50%,#f8f8f800,#0000 20%),#130323;height:300vh;overflow-x:visible;position:relative}.transform-sticky-container{align-items:center;display:flex;height:100vh;justify-content:center;overflow-x:visible;position:sticky;top:0}.transform-scroll-text{color:#fff;font-family:Bai Jamjuree,sans-serif;font-size:108px;font-weight:600;white-space:nowrap}.Home-Main{width:100%}.Getyourownteam,.Home-Main{background:radial-gradient(circle at 35% 30%,#3d106c80,#0000 20%),radial-gradient(circle at 70% 40%,#3d106c80,#0000 20%),#130323;min-height:100vh}.Getyourownteam{color:#fff;padding-top:0}.getyouownteam-main{background-position:bottom;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;min-height:100vh;position:relative;width:100%}.hero-container{align-items:center;display:flex;flex:1 1;gap:40px;justify-content:space-between;padding:0 5vw 140px}.hero-left{max-width:650px}.hero-left h1{color:#fff;font-family:Bai Jamjuree;font-size:64px;font-weight:700;margin-bottom:20px;text-transform:uppercase}.hero-left h2{color:#abff4f;font-size:32px;margin-bottom:30px}.hero-left button,.hero-left h2{font-family:Bai Jamjuree;font-weight:600;text-transform:uppercase}.hero-left button{align-items:center;background:#abff4f;border:none;border-radius:4px;color:#2a0b4b;cursor:pointer;display:inline-flex;font-size:18px;gap:8px;height:48px;justify-content:center;margin-bottom:100px;padding:12px 24px;white-space:nowrap}.hero-left button:after{content:"➔";font-size:18px}.hero-right{max-width:480px}.hero-right p{color:#fff;font-family:Albert Sans;font-size:18px;line-height:1.8;margin-top:300px}.hire-card{background:#120025;border-radius:12px;bottom:40px;box-shadow:0 10px 40px #00000080;font-family:Bai Jamjuree;left:60px;padding:24px;position:absolute;width:420px}.card-header{align-items:center;display:flex;gap:16px;margin-bottom:14px}.card-header img{border-radius:4px;height:42px;transform:translateY(-3px);width:42px}.card-header h4{color:#9dff63;font-size:28px;font-weight:700}.hire-card p{color:#d2d2d2;font-size:18px;line-height:1.6}.hire-card span{color:#9dff63}.hire-card small{color:#a0a0a0;display:block;margin-top:16px}.card-close{background:none;border:none;color:#fff;cursor:pointer;font-size:26px;position:absolute;right:18px;top:14px}.designed{background:radial-gradient(circle at 30% 30%,#2b0146,#070012);color:#fff;padding:100px 8%}.designed-container{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.designed-left h2{font-family:Bai Jamjuree;font-size:64px;font-weight:700;line-height:1.1;margin-bottom:30px}.designed-left span{color:#9eff00}.team-img{border-radius:16px;max-width:420px;width:100%}.designed-right{display:flex;flex-direction:column;gap:40px}.feature h3{color:#abff4f;font-family:Bai Jamjuree;font-size:36px;margin-bottom:10px}.feature p{color:#fff;font-family:Albert Sans;font-size:18px;line-height:1.6}@media (max-width:900px){.designed-container{grid-template-columns:1fr}.designed-left h2{font-size:40px}.team-img{max-width:100%}}.whos-for{background:radial-gradient(circle at 30% 30%,#2b0146,#070012);color:#fff;padding:120px 8%;position:relative}.whos-title{margin-bottom:60px}.whos-title h2{font-family:Bai Jamjuree;font-size:64px;font-weight:700;line-height:1.1}.whos-container{flex-direction:row;gap:50px;justify-content:center;margin-left:200px}.whos-container,.whos-list{align-items:center;display:flex;text-align:center}.whos-list{flex-direction:column}.whos-list h3{color:#555;font-family:Bai Jamjuree;font-size:36px;font-weight:600;margin:20px 0;transition:color .4s ease,transform .4s ease,text-shadow .4s ease}.whos-list h3.active{color:#abff4f;text-shadow:0 0 10px #abff4fb3,0 0 25px #abff4f80;transform:scale(1.08)}.whos-image{align-items:center;bottom:120px;display:flex;height:fit-content;justify-content:center;position:sticky;top:120px}.whos-image img{border-radius:12px;transform:rotate(-10deg);transition:transform .6s ease,opacity .6s ease;width:220px}.help-section{background:radial-gradient(circle at 30% 30%,#2b0146,#070012);color:#fff;padding:120px 8%}.help-title h2{font-family:Bai Jamjuree;font-size:64px;font-weight:700;margin-bottom:60px}.help-title span{color:#abff4f}.help-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.help-card{background:#0003;border:1px solid #abff4f66;border-radius:10px;padding:30px;transition:all .35s ease}.help-card:hover{border-color:#abff4f;box-shadow:0 10px 30px #0006;transform:translateY(-6px)}.help-icon img{margin-bottom:16px;width:40px}.help-card h3{font-family:Bai Jamjuree;font-size:36px;margin-bottom:10px}.help-card p{color:#ddd;font-family:Albert Sans;font-size:20px;line-height:1.6}.engagement{background:radial-gradient(circle at 30% 30%,#2b0146,#070012);color:#fff;padding:120px 8%;text-align:center}.engagement-title h2{font-family:Bai Jamjuree;font-size:56px;font-weight:700;margin-bottom:70px}.engagement-grid{grid-gap:30px;align-items:stretch;display:grid;gap:30px;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto}.eng-card{background:#00000040;border:1px solid #abff4f66;border-radius:12px;padding:40px;text-align:left}.eng-card.large{display:flex;flex-direction:column;grid-row:span 2;justify-content:center}.eng-card.small{height:150px}.eng-card h3{font-family:Bai Jamjuree;font-size:64px;font-weight:700;margin-bottom:10px}.eng-card h3 span{font-size:20px;margin-left:4px}.eng-card h4{color:#abff4f;font-size:32px;margin-bottom:12px}.eng-card p{color:#ddd;font-family:Albert Sans;font-size:16px;line-height:1.6}.steps-section{background:radial-gradient(circle at 30% 30%,#2b0146,#070012);color:#fff;padding:120px 8%}.steps-title h2{font-family:Bai Jamjuree;font-size:56px;font-weight:700;margin-bottom:80px}.steps-title span{color:#abff4f}.steps-container{align-items:center;display:flex;justify-content:space-between;position:relative}.steps-container:before{background:#999;content:"";height:2px;left:0;position:absolute;right:0;top:28px;z-index:0}.step-item{flex-direction:column;position:relative;text-align:center;z-index:1}.step-circle,.step-item{align-items:center;display:flex}.step-circle{background:#abff4f;border-radius:50%;color:#000;font-family:Bai Jamjuree;font-size:22px;font-weight:700;height:56px;justify-content:center;margin-bottom:16px;width:56px}.step-item p{font-family:Bai Jamjuree;font-size:36px;font-weight:600}.engagement-models{background:radial-gradient(circle at 30% 30%,#2b0146,#070012);color:#fff;padding:120px 8%}.models-title{margin-bottom:70px;text-align:center}.models-title h2{font-family:Bai Jamjuree;font-size:56px;font-weight:700}.models-title span{color:#abff4f}.models-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr}.model-card{background:#0003;border:1px solid #abff4f66;border-radius:12px;padding:40px;transition:all .35s ease}.model-card:hover{border-color:#abff4f;box-shadow:0 10px 40px #0006;transform:translateY(-6px)}.model-card h3{color:#abff4f;font-family:Bai Jamjuree;font-size:24px;margin-bottom:12px}.model-card .subtitle{font-weight:600;margin-bottom:10px}.model-card .desc{color:#ccc;font-size:15px;line-height:1.6;margin-bottom:20px}.model-card h4{color:#abff4f;margin-bottom:10px}.model-card ul{list-style:none;padding:0}.model-card li{color:#ddd;margin-bottom:8px;padding-left:18px;position:relative}.model-card li:before{color:#abff4f;content:"✦";left:0;position:absolute}body,html{font-family:Albert Sans,sans-serif;margin:0;padding:0}.work{background:radial-gradient(circle at 35% 30%,#3d106c80,#0000 20%),radial-gradient(circle at 70% 40%,#3d106c80,#0000 20%),#130323;color:#fff;min-height:100vh;padding-top:0}.work-section{margin:auto;padding-top:120px;width:90%}.work-title{font-family:Bai Jamjuree,sans-serif;font-size:68px;font-weight:600;line-height:132%;margin-bottom:40px;text-transform:uppercase}.work-filters{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:50px}.work-filters button{background:#0000;border:1px solid #6b21a8;border-radius:6px;color:#fff;cursor:pointer;font-family:Bai Jamjuree,sans-serif;font-size:16px;font-weight:600;line-height:100%;padding:10px 18px;text-transform:uppercase;transition:.3s}.work-filters button:hover{background:#6b21a8}.work-filters .active{background:#9cff00;border:none;color:#000}.work-grid{column-count:3;column-gap:25px}.work-card{background:#1b0634;border-radius:10px;break-inside:avoid;margin-bottom:25px;overflow:hidden;page-break-inside:avoid;transition:.4s}.work-img{overflow:hidden;width:100%}.work-img img{display:block;object-fit:cover;transition:transform .5s ease;width:100%}.work-card:hover img{transform:scale(1.08)}.work-info{background:#1a0631;padding:18px}.work-top{align-items:center;display:flex;justify-content:space-between}.work-top h3{color:#9cff00;font-family:Albert Sans,sans-serif;font-size:25.46px;font-weight:500;line-height:100%;margin:0;text-transform:capitalize}.work-top span{font-size:14px}.work-info p,.work-top span{font-family:Albert Sans,sans-serif;font-weight:400}.work-info p{color:#cfcfcf;font-size:16.98px;line-height:100%;margin-top:6px}@media (max-width:1100px){.work-grid{column-count:2}}@media (max-width:600px){.work-grid{column-count:1}.work-title{font-size:40px}}.contact-wrapper{background:radial-gradient(circle at 35% 30%,#3d106c80,#0000 20%),radial-gradient(circle at 70% 40%,#3d106c80,#0000 20%),#130323;color:#fff;height:150vh;padding-top:0;width:100%}.contact-container{align-items:flex-start;display:flex;gap:80px;justify-content:space-between;margin:120px auto 100px;max-width:1400px;width:90%}.contact-left{flex:1 1}.contact-heading{font-family:Bai Jamjuree,sans-serif;font-size:60px;font-weight:600;line-height:132%;text-transform:uppercase}.contact-description{font-family:Albert Sans,sans-serif;font-size:20px;font-weight:400;letter-spacing:-1%;line-height:154%;margin:30px 0;max-width:600px;text-transform:capitalize}.email-section{align-items:flex-start;display:flex;gap:20px}.vertical-line{background:#abff4f;height:80px;width:4px}.contact-email{color:#abff4f;font-family:Albert Sans;font-size:36px;font-weight:500;line-height:100%;margin-bottom:20px}.social-icons{display:flex;gap:20px}.social-icons svg{background:#fff;border-radius:50%;color:#130323;cursor:pointer;height:40px;padding:8px;width:40px}.contact-form-wrapper{flex-shrink:0;width:635px}.contact-card{background:#2a0845;border-radius:8px;padding:48px;width:100%}.form-switch{display:flex;gap:12px;margin-bottom:30px}.form-switch button{border:none;border-radius:4px;cursor:pointer;font-family:Albert Sans;font-size:16px;font-weight:600;height:40px;text-transform:capitalize;width:143px}.btn-active{background:#abff4f;color:#000}.btn-light{background:#f9f9f9;color:#000}.form-row{display:flex;gap:15px;margin-bottom:20px}input{background:#ffffffe5;border:none;border-radius:4px;color:#0009;font-size:16px;height:48px;padding:0 15px;width:100%}.service-title,input{font-family:Albert Sans;font-weight:500}.service-title{color:#fffc;font-size:24px;margin:25px 0 15px}.checkbox-group{grid-gap:15px 30px;display:grid;gap:15px 30px;grid-template-columns:repeat(3,auto);margin-bottom:25px}.checkbox-group label{align-items:center;display:flex;font-family:Albert Sans;font-size:16px;gap:10px}.checkbox-group input{height:20px;width:20px}textarea{background:#ffffffe5;color:#0009;font-size:16px;height:160px;margin-bottom:20px;padding:15px;resize:none}.submit-button,textarea{border:none;border-radius:4px;font-family:Albert Sans;width:100%}.submit-button{background:#abff4f;color:#000;cursor:pointer;font-size:18px;font-weight:600;height:48px}.map-section{margin-top:80px;width:100%}.map-section iframe{border:0;display:block;height:450px;width:100%}@media (max-width:1200px){.contact-form-wrapper{width:550px}}@media (max-width:992px){.contact-container{flex-direction:column;gap:60px}.contact-form-wrapper{width:100%}.checkbox-group{grid-template-columns:repeat(2,auto)}}@media (max-width:600px){.contact-heading{font-size:38px}.contact-description{font-size:16px}.contact-email{font-size:24px}.form-row{flex-direction:column}.checkbox-group{grid-template-columns:1fr}.contact-card{padding:30px 20px}.map-section iframe{height:300px}}.Madbox{background:radial-gradient(circle at 35% 30%,#3d106c80,#0000 20%),radial-gradient(circle at 70% 40%,#3d106c80,#0000 20%),#130323;color:#fff;min-height:100vh;padding-top:0}.madbox-main{background-image:linear-gradient(0deg,#0006,#0006),url(/static/media/madbox.4437c905d805d2aef99a.webp);background-position:50%,center -100px;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;min-height:100vh;position:relative;width:100%}.madbox-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:0 5vw 50vh;text-align:left}.madbox-content h1{font-family:Bai Jamjuree;font-size:100px}.madbox-content p{color:#abff4f;font-family:Satoshi;font-size:24px}.madbox-summary{padding:120px 8%;width:100%}.summary-container{grid-gap:120px;display:grid;gap:120px;grid-template-columns:1.5fr 1fr;margin:auto;max-width:1200px}.summary-left h3,.summary-right h3{color:#abff4fe5;font-family:Bai Jamjuree;font-size:32px;letter-spacing:1px;margin-bottom:20px}.summary-left p{color:#fff;font-family:Albert Sans;font-size:22px;line-height:1.8;max-width:600px}.summary-block{margin-bottom:40px}.summary-right p{color:#fff;font-family:Albert Sans;font-size:24px;margin-top:10px}.madbox-gallery{padding:50px 6%}.gallery-container{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(2,1fr)}.gallery-container img{object-fit:cover;width:100%}.img1,.img2{grid-column:1/3}.madbox-branding{padding:120px 6%}.branding-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.branding-grid img{height:100%;object-fit:cover;width:100%}.font-section{background:#e41e26;color:#fff;grid-column:1/4;padding:80px}.font-tag{font-size:18px;text-align:right}.font-section h2{font-size:40px;letter-spacing:4px;margin-top:40px}.alphabet{letter-spacing:4px;margin-top:15px}.font-section h3{font-size:26px;margin-top:60px}.About-us{background:radial-gradient(circle at 35% 30%,#3d106c80,#0000 20%),radial-gradient(circle at 70% 40%,#3d106c80,#0000 20%),#130323;color:#fff;min-height:100vh;padding-top:0}.About-us-section{margin:auto;padding-bottom:140px;padding-top:120px;text-align:center;width:90%}.about-heading{font-family:Bai Jamjuree,sans-serif;font-size:48px;font-weight:600;line-height:130%;margin-bottom:70px;text-transform:uppercase}.slider{position:relative;width:100%}.slide-track{align-items:center;animation:scroll 5s linear infinite;display:flex;gap:40px}.slide-track img{border-radius:20px;flex-shrink:0;object-fit:cover}.img-tall{height:358px;width:268px}.img-small{height:266px;width:268px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.story-section{background:#130323;color:#fff;padding:80px 0}.story-container{box-sizing:border-box;padding:0 100px;width:100%}.story-label{color:#abff4f;font-size:24px;letter-spacing:1px;margin-bottom:20px}.story-text{font-family:Bai Jamjuree,sans-serif;font-size:40px;font-weight:500;line-height:1.4;margin-bottom:50px}.story-text span{color:#abff4f}.story-image{width:100%}.story-image img{border-radius:6px;height:auto;width:100%}.future-section{background:#130323;color:#fff;padding:120px 20px}.future-container{margin:auto;max-width:1200px}.future-title{font-size:60px;line-height:1.2;margin-bottom:80px}.future-title span{color:#7cff4f}.timeline{margin:0 auto;max-width:900px}.timeline-item{grid-gap:20px;display:grid;gap:20px;grid-template-columns:60px 200px 1fr;margin-bottom:80px}.timeline-left{flex-direction:column}.circle,.timeline-left{align-items:center;display:flex}.circle{background:#abff4f;border-radius:50%;height:42px;justify-content:center;width:42px}.star{color:#12002b;font-size:20px}.line{background:#fff;height:150px;margin-top:50px;overflow:hidden;position:relative;width:4px}.line:after{background:#abff4f;content:"";height:0;height:calc(var(--progress,0)*100%);left:0;position:absolute;top:0;transition:height .15s linear;width:100%}.timeline-label{align-items:flex-start;color:#fff;display:flex;font-family:Albert Sans;font-size:24px}.timeline-content{text-align:left}.timeline-content h3{color:#abff4f;font-family:Bai Jamjuree;font-size:40px;margin-bottom:10px;text-align:left;white-space:nowrap}.timeline-content p{color:#ffffffe5;font-family:Albert Sans;font-size:20px;line-height:1.6;margin-left:0;margin-right:0;max-width:600px}.global-section{background:#140021;color:#fff;padding:120px 8%}.global-container{align-items:center;display:flex;gap:80px;justify-content:space-between}.global-left{max-width:450px}.global-title{font-family:Bai Jamjuree;font-size:64px;margin-bottom:30px;white-space:narrow}.global-title span{color:#9cff3b}.global-subtitle{color:#9cff3b;margin-bottom:10px}.global-heading,.global-subtitle{font-family:Bai Jamjuree;font-size:36px}.global-heading{margin-bottom:20px;white-space:narrow}.global-text{color:#fffc;font-family:Albert sans;font-size:20px;line-height:1.6}.global-map{position:relative;width:700px}.global-map img{width:100%}.country{background:#9cff3b;border-radius:50%;cursor:pointer;height:14px;position:absolute;width:14px}.tooltip{background:#000;border-radius:4px;bottom:25px;color:#fff;font-size:12px;left:-20px;opacity:0;padding:6px 10px;position:absolute;transition:.3s;white-space:nowrap}.country:hover .tooltip{opacity:1}.usa{left:22%;top:40%}.india{left:63%;top:50%}.team-section{background:#120021;padding:100px 8%;text-align:center}.team-title{color:#fff;font-family:Bai Jamjuree;font-size:64px;letter-spacing:1px;margin-bottom:60px}.team-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(4,260px);justify-content:center}.flip-card{height:300px;perspective:1000px;width:260px}.flip-inner{height:100%;position:relative;transform-style:preserve-3d;transition:transform .7s;width:100%}.flip-card:hover .flip-inner{transform:rotateY(180deg)}.flip-front{background:#d9d9d9}.flip-back,.flip-front{backface-visibility:hidden;border-radius:8px;height:100%;position:absolute;width:100%}.flip-back{align-items:center;background:#1f0036;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:20px;text-align:center;transform:rotateY(180deg)}.flip-back h3{margin-bottom:10px}.flip-back p{font-size:14px;opacity:.9}.trust-section{background:#120021;color:#fff;padding:100px 15%}.trust-title{font-family:Bai Jamjuree;font-size:68px;margin-bottom:70px;text-align:center}.trust-title span{color:#9cff3b}.trust-grid{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:1fr 1fr}.card{background:#ffffff05;border:1px solid #7cff00;border-radius:10px;height:258px;padding:25px;width:498px}.icon{color:#9cff3b;font-size:24px}.card h3,.icon{margin-bottom:10px}.card h3{color:#fff;font-family:Bai Jamjuree;font-size:28px;font-weight:600px}.card p{color:#fffc;font-family:Albert Sans;font-size:18px;font-weight:300px}.image-box{grid-row:span 2;position:relative}.image-box img{border-radius:10px;height:544px;width:498px}.stats{bottom:20px;gap:15px;left:0;position:absolute;width:498px}.stat,.stats{display:flex;justify-content:center}.stat{align-items:center;background:#1c0434e5;border-radius:6px;flex-direction:column;height:156px;padding:15px 18px;text-align:center;width:144px}.stat h3{color:#9cff3b;font-size:36px}.stat p{font-family:Albert Sans;font-size:18px}.behind-section{background:#120021;padding:120px 0 0;position:relative;text-align:center}.behind-title{font-family:Bai Jamjuree;font-size:60px;margin-bottom:80px}.behind-title span{color:#9cff3b}.behind-gallery{align-items:flex-end;display:flex;gap:40px;justify-content:center;position:relative;z-index:2}.behind-card{border:3px solid #9cff3b;border-radius:10px;cursor:pointer;height:340px;overflow:hidden;transition:.4s;width:260px}.behind-card img{height:100%;object-fit:cover;width:100%}.card1{transform:rotate(-8deg)}.card2{transform:rotate(-4deg)}.card3{transform:rotate(2deg)}.card4{transform:rotate(6deg)}.card5{transform:rotate(10deg)}.behind-card:hover{z-index:10}footer{position:relative;z-index:5}.behind-card:hover{box-shadow:0 0 25px #9cff3b;transform:scale(1.08) rotate(0deg)}
/*# sourceMappingURL=main.d145c0ed.css.map*/