@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--color-light:#212121;--color-dark:#fff;--color-background:#000;--color-primary-light:#408cff;--color-primary-dark:#408cff;--color-secondary-light:#511281;--color-secondary-dark:#e8e9f6;--color-tertiary-light:#01a3b5;--color-tertiary-dark:#01a3b5;--color-success:#28a745;--color-danger:#dc3545;--color-warning:#faa201;--color-info:#986d8e;--color-grey-light:#9d9d9d;--color-grey-dark:#262626;--color-grey-opaque:rgba(38,38,38,.3);--shadow-light:hsla(240,5%,41%,.2) 0px 7px 29px 0px;--shadow-dark:hsla(240,5%,41%,.2) 0px 7px 29px 0px;--shadow-primary:none}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:var(--color-background);color:var(--color-dark)}html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width:75em){html{font-size:56.25%}}@media only screen and (max-width:56.25em){html{font-size:50%}}@media only screen and (min-width:112.5em){html{font-size:75%}}a{text-decoration:none;color:inherit}img{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}@keyframes fadeIn{0%{visibility:hidden;opacity:0}to{visibility:visible;opacity:1}}@keyframes spin{0%{transform:rotate(0deg) scale(1.2)}to{transform:rotate(1turn) scale(1.2)}}@keyframes flipY{0%{transform:rotateY(0deg) scale(1.2)}to{transform:rotateY(1turn) scale(1.2)}}@keyframes bounce{0%{transform:translateY(0) scale(1.2)}50%{transform:translateY(2rem) scale(1.2)}to{transform:translateY(0) scale(1.2)}}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes float{0%{transform:translateY(2rem);opacity:1}50%{opacity:.5;transform:translateY(0)}to{transform:translateY(2rem);opacity:1}}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{font-size:1.3rem;line-height:3rem}.mt-1{margin-top:1rem!important}.mt-2{margin-top:2rem!important}.mt-3{margin-top:3rem!important}.mt-4{margin-top:4rem!important}.mt-5{margin-top:5rem!important}.mt-6{margin-top:6rem!important}.mb-1{margin-bottom:1rem!important}.mb-2{margin-bottom:2rem!important}.mb-3{margin-bottom:3rem!important}.mb-4{margin-bottom:4rem!important}.mb-5{margin-bottom:5rem!important}.mb-6{margin-bottom:6rem!important}.ml-1{margin-left:1rem!important}.ml-2{margin-left:2rem!important}.ml-3{margin-left:3rem!important}.ml-4{margin-left:4rem!important}.ml-5{margin-left:5rem!important}.ml-6{margin-left:6rem!important}.mr-1{margin-right:1rem!important}.mr-2{margin-right:2rem!important}.mr-3{margin-right:3rem!important}.mr-4{margin-right:4rem!important}.mr-5{margin-right:5rem!important}.mr-6{margin-right:6rem!important}.pt-1{padding-top:1rem!important}.pt-2{padding-top:2rem!important}.pt-3{padding-top:3rem!important}.pt-4{padding-top:4rem!important}.pt-5{padding-top:5rem!important}.pt-6{padding-top:6rem!important}.pb-1{padding-bottom:1rem!important}.pb-2{padding-bottom:2rem!important}.pb-3{padding-bottom:3rem!important}.pb-4{padding-bottom:4rem!important}.pb-5{padding-bottom:5rem!important}.pb-6{padding-bottom:6rem!important}.pl-1{padding-left:1rem!important}.pl-2{padding-left:2rem!important}.pl-3{padding-left:3rem!important}.pl-4{padding-left:4rem!important}.pl-5{padding-left:5rem!important}.pl-6{padding-left:6rem!important}.pr-1{padding-right:1rem!important}.pr-2{padding-right:2rem!important}.pr-3{padding-right:3rem!important}.pr-4{padding-right:4rem!important}.pr-5{padding-right:5rem!important}.pr-6{padding-right:6rem!important}@media only screen and (max-width:37.5em){.hd-mb{display:none!important}.hv-mb{visibility:hidden!important;opacity:0!important}}.hd-dstb{display:none!important}.hv-dstb{visibility:hidden!important;opacity:0!important}@media only screen and (max-width:37.5em){.hd-dstb{display:inline-block!important}.hv-dstb{visibility:visible!important;opacity:1!important}}.flex{display:flex;align-items:center}.italic{font-style:italic!important}.gradient{background:linear-gradient(90deg,#a1177a 0,#3b75da 51%,#df3ab0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.bold{font-weight:700!important}.center{text-align:center!important}.green{color:var(--color-success)!important}.red{color:var(--color-danger)!important}.grey{color:var(--color-grey-light)!important}.theme{background-color:var(--color-light);color:var(--color-dark)}.landing-page{min-height:100vh;overflow:hidden}.landing-page .navbar{display:flex;justify-content:space-between;align-items:center;height:7.5rem;background-color:var(--color-grey-dark);padding:0 3rem}.landing-page .navbar .nav-left{margin-bottom:-1rem}.landing-page .about{padding:15rem 3rem 0;margin-bottom:10rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.landing-page .about .title{position:relative}.landing-page .about .title h1{font-weight:200;font-size:5rem}.landing-page .about .title img{position:absolute;left:calc(100% - 4rem);bottom:calc(100% - 2rem)}.landing-page .about .desc{opacity:.5;width:40vw;text-align:center;font-weight:200}.landing-page .about .lets-create{position:relative}.landing-page .about .lets-create .gradient{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:500px;height:500px;flex-shrink:0;border-radius:500px;background:#eabeff;filter:blur(325px);z-index:-1}.landing-page .beta{background-color:rgba(0,0,0,.5);height:25rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-top:1px solid hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:2rem}.landing-page .beta .badge{padding:.5rem 2rem;border:2px solid orange;color:orange;border-radius:50px;margin-bottom:2rem;font-weight:700}.landing-page .beta .beta-desc{color:hsla(0,0%,100%,.5)}.landing-page .box-details{padding:10rem}.landing-page .box-details .box{font-size:14px;font-weight:400;line-height:22px;background:linear-gradient(90deg,hsla(0,0%,100%,.102),hsla(0,0%,100%,.051),hsla(0,0%,100%,.102));border-radius:20px;border:2px solid hsla(0,0%,100%,.1);padding:3rem;width:50rem;display:flex;align-items:center}.landing-page .box-details .box img{margin-right:3rem}.landing-page .box-details .box h3{font-weight:400;margin-bottom:1rem}.landing-page .box-details .box p{color:hsla(0,0%,100%,.5)}.landing-page .box-details .box.right{margin-left:auto}.landing-page .banner-1{width:100%;margin-bottom:10rem}.landing-page .banner-1 img{width:100%;transform:scale(1.025)}.landing-page .carousel{padding:10rem 0 5rem;margin-bottom:10rem}.landing-page .carousel .carousel-item{width:100%;height:50vh;background-color:var(--color-grey-dark);border-radius:20px;border:2px solid hsla(0,0%,100%,.2);background:linear-gradient(108deg,hsla(0,0%,99%,.08) .52%,hsla(0,0%,99%,.13) 50.52%,hsla(0,0%,99%,0))}.landing-page .carousel .item{padding:0 20rem}.landing-page .ai{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.landing-page .ai img{width:100%}.landing-page .info{padding:0 3rem;transform:scale(.9);margin-bottom:10rem;display:none}.landing-page .info img{object-fit:cover;border-radius:20px}.landing-page .info .flex{display:flex;justify-content:center;width:100%;gap:5rem}.landing-page .action-sec{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:10rem}.landing-page .action-sec .desc{opacity:.5;margin-bottom:2rem}.landing-page .footer{display:flex;justify-content:center;align-items:center;border-top:3px solid var(--color-light);padding:3rem 0;position:relative}.landing-page .footer .foo img{cursor:pointer}.landing-page .footer .copyright{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);left:90%;opacity:.5}@media only screen and (max-width:56.25em){.landing-page .about{margin-bottom:0}.landing-page .about .desc{width:100%}.landing-page .info{transform:scale(.35);height:10rem;margin-bottom:30rem}.landing-page .box-details{padding:5rem}.landing-page .box-details .box{width:100%}.landing-page .box-details .box:not(:last-child){margin-bottom:2rem}.landing-page .footer{justify-content:flex-start}.landing-page .footer .foo{padding-left:5rem}.landing-page .footer .copyright{white-space:nowrap;left:unset;right:0}}@media only screen and (max-width:24em){.landing-page .about{margin-bottom:0}.landing-page .about .title h1{font-size:4rem}.landing-page .about .title img{position:absolute;width:6rem;left:calc(100% - 3rem);bottom:calc(100% - 2rem)}.landing-page .about .desc{width:100%}.landing-page .info{transform:scale(.25);height:10rem;margin-bottom:30rem}.landing-page .footer{justify-content:flex-start}.landing-page .footer .foo{padding-left:5rem}.landing-page .footer .copyright{white-space:nowrap;left:unset;right:0}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:var(--color-light)}::-webkit-scrollbar-thumb{background-color:hsla(0,0%,62%,.5);border-radius:50px}::-webkit-scrollbar-thumb:hover{background-color:var(--color-grey-light)}.scrollbar-hide ::-webkit-scrollbar{width:0}.btn-primary{padding:0 2rem;display:flex;flex-direction:column;align-items:center;flex-direction:row;justify-content:center;border-radius:50px;border:none;color:var(--color-light);cursor:pointer;background:linear-gradient(90deg,#77d6ff,#fc70ff,#ffc46a);opacity:1;font-size:1.2rem;color:#fff;transition:background-color .3s;width:-moz-fit-content;width:fit-content;height:3rem;position:relative;transition:all .3s}.btn-primary:before{content:"";background-color:#212121;position:absolute;inset:2px;border-radius:50px}.btn-primary .btn-wrapper{z-index:1;display:flex;align-items:center}.btn-primary .btn-wrapper .icon-left{margin-right:1rem}.btn-primary .btn-wrapper .icon-right{margin-left:1rem}.btn-primary:hover{opacity:.75}.button-secondary{padding:1rem 2rem;border-radius:20px;border:none;background-color:transparent;color:var(--color-dark);cursor:pointer;border:2px solid var(--color-dark);opacity:1;font-size:1.2rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.button-secondary .icon-left{margin-right:1rem}.button-secondary .icon-right{margin-left:1rem}.button-secondary:hover{background-color:var(--color-dark);color:var(--color-light);box-shadow:var(--shadow-light)}.button-gradient{position:relative;padding:0 2rem;text-align:center;transition:.5s;height:4rem!important;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;justify-content:center;align-items:center;background-size:200% auto;color:#fff;border-radius:10px!important;background-image:linear-gradient(90deg,#408cff 0,#0e3881 51%,#408cff);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;line-height:0;border:3px solid var(--color-primary-dark);flex-direction:row}.button-gradient p{font-size:1.2rem!important;font-weight:700;white-space:nowrap;margin:0!important}.button-gradient svg{font-size:1.5rem}.button-gradient:hover{background-position:100%;box-shadow:var(--shadow-light)}