@import"https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.main{position:relative;min-height:100vh;overflow:hidden}.nava{position:fixed;left:50%;translate:-50% -50%;top:2rem;display:flex;justify-content:center;gap:3rem;background:transparent;color:#fff;font-family:Helvetica;font-size:.7rem;align-items:center;z-index:2}a{padding:1rem;color:#fff;text-decoration:none;font-weight:300;font-family:Inter}.active{background-color:#9756c9;border-radius:20rem;padding:.6rem .9rem}.parent{position:absolute;background:#fff;height:90vh;top:0}.child{position:absolute;background:transparent;left:60rem}.child iframe{width:70rem;height:90vh}.tex{color:#fff;display:inline-block;position:relative;z-index:1;left:10rem;top:10rem}.inn{display:flex;gap:2rem}.t1{font-family:Anonymous pro;font-size:2.5rem;font-weight:100}.t2{font-family:MuseoModerno;font-size:8rem}.t3{font-family:MuseoModerno;font-size:8rem;color:#9101ff}.para{font-size:1.3rem;font-weight:100;font-family:Anonymous Pro}.in2{position:relative;top:3rem;font-family:outfit;display:flex;gap:.5rem;font-size:1.5rem}.t5{color:#9756c9}.gcircle{display:inline-block;width:1268px;height:1288px;position:absolute;right:80rem;top:.2rem;border-radius:50%;z-index:0;background:radial-gradient(circle,#8200BE 20%,transparent 70%);filter:blur(60px)}.mainofabout{position:relative;width:100%;height:100vh;overflow:hidden}.customabout{display:flex;flex-direction:column}.ab_r1{display:flex;gap:10rem;color:#fff;align-items:center}.phocircle{position:relative;left:4rem;top:10rem;width:15rem;height:15rem;overflow:hidden;border-radius:50%;background:radial-gradient(circle,#8200BE 20%,transparent 70%)}.phocircle img{width:100%;height:150%;position:absolute;background-color:transparent;object-fit:cover}.powquote{position:relative;top:7rem;display:flex;flex-direction:column;justify-content:center;gap:.8rem}.quo{display:flex;font-size:1rem;align-items:center;gap:.8rem}.pq1{font-family:Anonymous Pro;font-size:.9rem}.quo1,.quo3{color:#8200be}.ab_r2{margin-top:10rem;display:flex;justify-content:center;align-items:flex-end;gap:10rem}.outer{width:25rem;height:25rem;background-color:#6d009f;margin:2rem;filter:blur(60px)}.ab_r3{position:absolute}.outin1{position:relative;top:27rem;left:15rem;width:20rem;height:20rem;background-color:#6d009f;margin-left:1rem;border-radius:.8rem}.outin1 h3{font-family:Anonymous Pro;font-size:1rem;color:#fff;padding:4rem 1rem;font-weight:100}.outin2{position:absolute;top:27rem;left:49rem;width:20rem;height:20rem;background-color:#6d009f;margin-left:1rem;border-radius:.8rem}.outin2 h3{font-family:Anonymous Pro;font-size:1rem;color:#fff;padding:4rem 1rem;font-weight:100}.outin3{position:absolute;top:27rem;left:83rem;width:20rem;height:20rem;background-color:#6d009f;margin-left:1rem;border-radius:.8rem}.outin3 h3{font-family:Anonymous Pro;font-size:1rem;color:#fff;padding:4rem 1rem;font-weight:100}.out11{position:absolute;top:27rem;left:15rem;width:20rem;height:3rem;background:linear-gradient(to right,#7a1fc9,#000);margin-left:1rem;border-radius:.8rem}.out11 h2{font-size:.7rem;text-align:center;padding-top:.9rem;color:#fff;font-family:MuseoModerno}.out12{position:absolute;top:27rem;left:49rem;width:20rem;height:3rem;background:linear-gradient(to right,#7a1fc9,#000);margin-left:1rem;border-radius:.8rem}.out12 h2{font-size:.7rem;text-align:center;padding-top:.9rem;color:#fff;font-family:MuseoModerno}.out13{position:absolute;top:27rem;left:83rem;width:20rem;height:3rem;background:linear-gradient(to right,#7a1fc9,#000);margin-left:1rem;border-radius:.8rem}.out13 h2{font-size:.7rem;text-align:center;padding-top:.9rem;color:#fff;font-family:MuseoModerno}.mainofsupp{position:relative;width:100%;height:100vh;cursor:default}.sup_par{width:100%;height:100vh;cursor:pointer}.sup_par iframe{width:100%;height:100%;cursor:grab;z-index:10}.mainofconnect{position:relative;height:110vh;width:100%;overflow:hidden}.textofconnect{color:#fff;position:absolute;top:20%;left:10%}.textofconnect h3{font-size:3rem;font-family:MuseoModerno}.textofconnect h2{font-size:2rem;font-family:Anonymous Pro;margin-top:2rem}.connect_para{position:absolute;background-color:transparent;left:0;width:100%;height:100%}.connect_para iframe{position:absolute;left:30rem;bottom:1rem}.tbtn1{margin-top:2rem;background-color:#000;color:#fff;width:10rem;height:3rem;border-radius:.9rem;outline:2px solid white}.tbtn1:hover{background-color:#fff;outline:2px solid skyblue}.tbtn2{margin-top:2rem;background-color:#000;color:#fff;width:10rem;height:3rem;border-radius:.9rem;outline:2px solid white}.btn{margin-right:2rem;margin-top:1rem;padding:15px 40px;border:none;outline:none;color:#fff;position:relative;z-index:0;border-radius:12px}.btn:after{content:"";z-index:-1;position:absolute;width:100%;height:100%;background-color:transparent;left:0;top:0;border-radius:10px}.btn:before{content:"";background:linear-gradient(45deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#ff00c8,red);position:absolute;top:-2px;left:-2px;background-size:600%;z-index:-1;width:calc(100% + 4px);height:calc(100% + 4px);filter:blur(8px);animation:glowing 20s linear infinite;transition:opacity .3s ease-in-out;border-radius:10px;opacity:1}@keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}.btn:active:after{background:#000}.btn:active{color:#fff;font-weight:700}@media(max-width:768px){.nava{gap:2rem;margin-top:2rem}.child{left:0;top:4rem}.child iframe{width:100vw;height:40vh}.tex{left:0;top:24rem;margin:1rem}.tex h2{font-size:1rem}.inn{gap:0;flex-direction:column}.inn h1{font-size:6rem;height:6rem}.para{margin-top:2rem}.in2{top:1rem}.gcircle{top:0;left:0}.mainofabout{height:fit-content}.ab_r1{flex-direction:column;margin-top:5rem;gap:0}.phocircle{left:0;top:0}.powquote{left:0rem;top:1rem;margin-top:1rem}.quo{gap:.1rem;flex-direction:column;align-items:flex-start;margin-right:1rem}.ab_r2{flex-direction:column;gap:2rem}.ab_r3{left:0}.outin1{left:2rem;top:49rem}.outin2{left:2rem;top:79rem}.outin3{left:2rem;top:112rem}.out11{left:2rem;top:49rem}.out12{left:2rem;top:79rem}.out13{left:2rem;top:112rem}.mainofconnect{top:10rem}.textofconnect{left:2rem;top:2rem}.textofconnect h3{font-size:1rem}.textofconnect h2{font-size:1rem;width:max-content}.textofconnect button{font-size:1rem;width:max-content;padding:.5rem}.connect_para{height:45%;width:100%}.connect_para iframe{left:2rem;top:0;width:120%;height:100%}.btn{font-size:smaller;margin-right:1rem;font-family:museomoderno}.gitbtn{margin-top:2rem;margin-left:1rem}.textbtnrow1{display:flex;flex-direction:column}}@media(max-width:1112px)and (orientation:landscape){.main{height:100%}.nava{gap:6rem;margin-top:1rem}.child{left:35rem;top:2rem}.child iframe{width:40vw;height:80vh;border-radius:5%}.tex{left:4rem;top:4rem;margin:1rem}.tex h2{font-size:1rem}.inn{gap:0;flex-direction:column}.inn h1{font-size:4rem;height:4rem}.para{margin-top:2rem}.in2{top:1rem}.gcircle{top:0;right:0}.mainofabout{height:fit-content}.ab_r1{flex-direction:column;margin-top:5rem;gap:0}.phocircle{left:0;top:0}.powquote{left:0rem;top:1rem;margin-right:1rem}.quo{gap:.1rem;flex-direction:row;align-items:center;justify-content:center;margin-right:1rem}.ab_r2{flex-direction:column;gap:1rem}.ab_r3{left:0}.outin1{left:32rem;top:39rem}.outin2{left:32rem;top:69rem}.outin3{left:32rem;top:99rem}.out11{left:2rem;top:49rem}.out12{left:2rem;top:79rem}.out13{left:2rem;top:109rem}.mainofconnect{top:3rem;height:120vh}.textofconnect{left:2rem;top:3rem}.textofconnect h3{font-size:2rem}.textofconnect h2{font-size:2rem;width:max-content}.textofconnect button{font-size:1rem;width:max-content;padding:.5rem}.connect_para{height:65%;width:100%}.connect_para iframe{left:2rem;top:0rem;width:120%;height:100%}.btn{font-size:smaller;margin-right:.1rem;font-family:museomoderno}.textbtnrow1{display:flex;gap:4rem;flex-wrap:wrap;justify-content:start;align-items:center;row-gap:1px}}@font-face{font-family:MuseoModerno;src:url(/fonts/MuseoModerno/MuseoModerno-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Anonymous Pro;src:url(/fonts/Anonymous_Pro/AnonymousPro-Regular.ttf) format("truetype");font-weight:400;font-style:normal}*{padding:0;margin:0}body{background-color:#030304}
