@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}header{height:110px;left:0;top:0;width:100%;z-index:10}.navbar{background:linear-gradient(180deg,#090c25e6,#090c2500);height:110px;justify-content:space-between;padding:0 2vw;position:relative}.logo,.navbar{align-items:center;color:#fff;display:flex;z-index:10}.logo{font-size:clamp(1.5rem,2vw,2rem);font-weight:700;gap:.5rem;text-decoration:none}.logo-img{height:120px;width:auto}.menu-box{background:#ffffff0d;border-radius:50px;gap:clamp(2.5rem,6vw,4rem);padding:0}.menu-box,.nav-links{align-items:center;display:flex}.nav-links{gap:inherit;list-style:none;padding:0 3rem}.nav-links a{color:#fff;font-size:clamp(.9rem,1.5vw,1.2rem);font-weight:500;padding:.5rem 0;text-decoration:none;transition:color .2s ease-in-out}.nav-links a:hover{color:#aaa}.burger{cursor:pointer;display:none;flex-direction:column;height:22px;justify-content:space-around;margin-right:2vw;width:30px;z-index:10}.burger span{background-color:#fff;border-radius:2px;display:block;height:3px;width:100%}.burger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media screen and (max-width:768px){.menu-box{display:none}.burger{display:flex}}.mobile-menu{align-items:center;background-color:#0a081e;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;transform:translateY(-100%);transition:transform .3s ease-in-out;width:100%;z-index:5}.mobile-menu.open{transform:translateY(0)}.mobile-menu ul{list-style:none;margin:0;padding:0;text-align:center}.mobile-menu li{margin:1.5rem 0}.mobile-menu a{color:#fff;font-size:1.5rem;font-weight:600;text-decoration:none;transition:color .2s ease-in-out}.mobile-menu a:hover{color:#ddd}footer{background-color:#0a0c25;color:#fff;padding:2rem;text-align:center}.footer-wrapper{display:flex;flex-wrap:wrap}.footer-content{display:flex;flex:1 1;flex-direction:column;flex-wrap:wrap;gap:1rem;margin-left:30vw;margin-top:5rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#fff;cursor:pointer;font-weight:300;text-decoration:none}.footer-links a:hover,.footer-socials a:hover{color:#aaa}.footer-socials{display:flex;flex-direction:column;gap:1rem;margin-left:2rem;margin-top:2rem}.footer-socials a{color:#fff;cursor:pointer;font-weight:500;text-decoration:none}.footer-contact-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:8rem;text-align:center}.footer-contact-item{align-items:center;color:#fff;display:flex;flex-direction:row;gap:1rem;text-decoration:none;transition:transform .2s ease-in-out}.footer-contact-item:hover{transform:translateY(-5px)}.footer-contact-icon{height:30px;margin-bottom:.5rem;width:30px}.footer-contact-name{font-weight:200;margin-bottom:.8rem}.footer-content p{font-size:clamp(.8rem,2vw,1rem);font-weight:300}footer p{margin-top:5rem}@media screen and (max-width:768px){.footer-wrapper{flex-direction:column}.footer-left .logo{align-items:center;justify-content:center;margin:0 2rem 0 0;padding:0}.footer-socials{gap:1rem;margin-left:0;margin-top:2rem}.footer-content{margin:2rem 0 0}.footer-links{flex-direction:column;gap:1rem;margin-top:1rem}.footer-socials{align-items:center;flex-direction:row;gap:2rem;justify-content:center;margin-top:1rem}.footer-socials span{display:none}.footer-contact-item{align-items:center;flex-direction:row;gap:1rem}.footer-contact-items{flex-direction:column;gap:5rem}}.appcard-image img{max-height:calc(80vh - 110px);max-height:calc(80vh - var(--header-height));object-fit:contain;width:auto}.appcard-text{color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:space-between}.appcard-top h2{font-size:clamp(1.5rem,2.5vw,2.5rem);margin-bottom:1rem}.appcard-top p{font-size:clamp(1rem,1.5vw,1.2rem);margin-bottom:1.5rem}.appcard-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.btn{border-radius:10px;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease-in-out;-webkit-user-select:none;user-select:none}.btn-primary{background-color:#0a0c25;color:#fff}.btn-primary:hover{background-color:#1a1c45}.btn-secondary{background-color:initial;border:1px solid #fff;color:#fff}.btn-secondary:hover{background-color:#ffffff1a}.appcard-screenshots{display:flex;gap:1rem;margin-bottom:3vh;margin-top:auto;overflow-x:auto;padding:1rem;scrollbar-color:#ffffff4d #0000;scrollbar-width:thin}.appcard-screenshots::-webkit-scrollbar{height:6px}.appcard-screenshots::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.appcard-screenshots img{border-radius:12px;flex-shrink:0;height:clamp(120px,15vw,180px);object-fit:contain;transition:transform .2s ease-in-out;width:auto}.appcard-screenshots img:hover{transform:scale(1.05)}@media screen and (max-width:768px){.appcard-content{align-items:center;flex-direction:column;gap:2rem;padding:2rem;text-align:center}.appcard-image img{height:80vh;width:auto}.appcard-text{justify-content:flex-start;width:100%}.appcard-top h2{margin-bottom:2rem}.appcard-top p{margin-bottom:3rem;padding-left:3rem;padding-right:3rem}.appcard-buttons{justify-content:center;margin-bottom:3rem}.appcard-screenshots{gap:.75rem;height:120px;justify-content:start;overflow:hidden;padding:0 1rem .5rem}.appcard-screenshots img{flex-shrink:0;height:100%;width:auto}}.appcard-content{align-items:stretch;border-radius:20px;display:flex;gap:4rem;max-width:1200px;padding:3rem;transition:opacity .3s ease-in-out,transform .3s ease-in-out;width:100%}.fade-in{opacity:1;transform:translateX(0)}.fade-out{opacity:0;transform:translateX(-20px)}:root{--header-height:110px}.carousel-wrapper{min-height:calc(100vh - 110px)}.appsPage-wrapper,.carousel-wrapper{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - var(--header-height));padding:0;width:100%}.about-page,.appsPage-wrapper{flex-direction:column}.about-page{align-items:center;color:#fff;display:flex;height:80vh;padding:4rem 2rem;text-align:center}.about-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:2rem}.about-text{font-size:clamp(1rem,1.5vw,1.3rem);line-height:1.6;max-width:800px}.contact-page{align-items:center;color:#fff;display:flex;flex-direction:column;min-height:80vh;padding:4rem 2rem}.contact-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:8rem;text-align:center}.contact-items{display:flex;flex-wrap:wrap;gap:5rem;justify-content:space-between;width:60vw}.contact-item{align-items:center;color:#fff;display:flex;flex-direction:column;text-decoration:none;transition:transform .2s ease-in-out}.contact-item:hover{transform:translateY(-5px)}.contact-icon{height:100px;margin-bottom:.5rem;width:100px}.contact-name{font-size:2rem;font-weight:600;margin-bottom:1rem}.contact-value{font-size:.95rem;word-break:break-word}@media screen and (max-width:768px){.contact-items{flex-direction:column;gap:5rem}}.appdetails-wrapper{color:#fff;margin:0 auto;max-width:900px;padding:2rem;text-align:center}.appdetails-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:3rem}.appdetails-description{font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.6;margin-bottom:2rem}.appdetails-features{font-size:clamp(1rem,1.5vw,1.2rem);list-style:disc;margin:2rem 0;padding-left:2rem;text-align:left}.appdetails-features li{margin-bottom:2rem;padding-left:0}.appdetails-features li strong{display:block;margin-bottom:.25rem}.appdetails-calltoaction{margin-bottom:3.5rem;text-align:center;white-space:pre-line}.app-legal-links{display:flex;gap:1rem;justify-content:center;margin-top:0;padding:2rem}.app-legal-links a{flex:0 0 auto}@media screen and (max-width:768px){.app-legal-links{align-items:center;flex-direction:column}}.legal-wrapper{background-color:#fff;color:#000;font-family:Arial,sans-serif;line-height:1.6;margin:2rem auto;max-width:900px;padding:4rem 2rem}.legal-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:2rem;text-align:center}.legal-content{font-size:clamp(1rem,1.2vw,1.1rem)}.legal-content p{margin-bottom:1.5rem}.legal-content h2,.legal-content h3{margin-bottom:1rem;margin-top:2rem}@media screen and (max-width:768px){.legal-wrapper{padding:2rem 1rem}}.account-deletion-wrapper{color:#fff;display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1200px;padding:4rem 2rem;text-align:center}.account-deletion-wrapper h1,.account-deletion-wrapper h2{font-size:clamp(2rem,4vw,3rem)}.account-deletion-wrapper h2{margin-bottom:2rem}.account-deletion-wrapper p{font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.6;margin-bottom:1.5rem}.account-deletion-wrapper a{color:#fff;cursor:pointer;font-weight:500;text-decoration:none}@media screen and (max-width:768px){.account-deletion-wrapper{gap:1.5rem;padding:3rem 1.5rem}.account-deletion-wrapper h1{font-size:clamp(1.5rem,5vw,2.5rem)}.account-deletion-wrapper p{font-size:clamp(.9rem,3vw,1.1rem)}}#root,body,html{background-image:url(/static/media/background_image.eeaa68ad1604c6a2f8ad.png);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;font-family:Quicksand,sans-serif;height:100%;margin:0;overflow-x:hidden;padding:0;width:100%}
/*# sourceMappingURL=main.643a1653.css.map*/