@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{font-family:Inter,sans-serif}body{margin:0}.section-title{width:100%;text-align:center;margin-bottom:80px;padding-top:80px}.section-title h2{font-size:1.7rem}@media only screen and (max-width: 1000px){.section-title h2{font-size:1.5rem;padding-left:40px;padding-right:40px}}.section-title h3{font-size:1rem;font-weight:400}@media only screen and (max-width: 1000px){.section-title h3{font-size:.8rem;padding-left:40px;padding-right:40px}}#hero-section{background:#1a1724;color:#fff;height:100vh;display:flex;flex-wrap:wrap;padding-left:8%;padding-right:8%;padding-top:40px;justify-content:space-evenly}#hero-content{width:100%;height:max-content;display:flex;justify-content:space-between;align-items:center}#header{width:100%;display:flex;align-items:center;height:60px}#install-btns{width:100%;display:flex;gap:30px}@media only screen and (max-width: 1100px){#install-btns{justify-content:center}}@media only screen and (max-width: 650px){#install-btns{flex-direction:column;align-items:center;gap:15px}}@media only screen and (max-width: 500px){#install-btns{margin-top:60px}}#hero-info{display:flex;flex-direction:column;gap:20px;width:42%;max-width:500px;padding-bottom:60px}#hero-info h1{font-size:3.5rem;font-weight:800;margin:0}@media only screen and (max-width: 500px){#hero-info h1{font-size:2.5rem}}#hero-info h2{font-size:1rem;font-weight:400}@media only screen and (max-width: 500px){#hero-info h2{display:none}}#hero-info span{color:#a28eef}@media only screen and (max-width: 1100px){#hero-info{width:84%;max-width:none;text-align:center;align-items:center;margin:auto}}#hero-image{display:grid;align-items:center;justify-content:center;width:42%;transform:scale(1);transition:all 1s ease}#hero-image img{grid-column:1;grid-row:1;z-index:9999;width:100%;max-width:500px}#hero-image span{grid-column:1;grid-row:1;z-index:1;display:block;background:#aaaaec7d;width:125%;aspect-ratio:1;position:relative;top:-7%;left:-7%;border-radius:100%;-webkit-filter:blur(60px);-ms-filter:blur(60px);filter:blur(60px)}@media only screen and (max-width: 1100px){#hero-image{display:none}}#hero-image:hover{transform:scale(1.1);transition:all .5s ease}.install-button{background:#fff;color:#000;display:flex;align-items:center;gap:15px;max-width:220px;min-width:200px;width:90%;border-radius:15px;padding:15px 20px;transition:all 1s ease;transform:scale(1)}.install-button img{width:20px;height:20px}.install-button div a{color:#000;text-decoration:none}.install-button div p{text-align:left;margin:0;padding:0}.install-button-text{font-size:10px}.install-button-name{font-size:14px;font-weight:700}.install-button:hover{transition:all .5s ease;transform:scale(1.05);box-shadow:0 0 20px #a28eefcc}#features{width:100%;height:auto;padding-bottom:80px}#features-list{margin:auto;width:100%;display:flex;gap:60px;justify-content:center;flex-wrap:wrap}@media only screen and (max-width: 1200px){#features-list{gap:30px}}.feature-card{max-width:280px;display:flex;flex-direction:column;align-items:center;gap:15px;padding:45px 30px;border-radius:20px;transform:scale(1);transition:all 1s ease}.feature-card h4{font-weight:700;font-size:1.2rem;margin:0}.feature-card p{text-align:center;font-size:.75rem;color:#6e6e6e;margin:0;font-weight:400;padding-right:5px;padding-left:5px}.feature-card div{padding:10px;border-radius:10px;display:flex;align-items:center;justify-content:center}.feature-card div img{width:25px;height:25px}.feature-card:hover{transform:scale(1.1);transition:all .5s ease;box-shadow:0 5px 10px #0003}#opinions{background:#f0f3f7;height:auto;padding-bottom:80px;padding-right:30px;padding-left:30px}#opinions-list{margin:auto;width:100%;display:flex;gap:60px;justify-content:center;flex-wrap:wrap}@media only screen and (max-width: 1200px){#opinions-list{gap:30px}}.opinion-card{max-width:350px;padding:25px;box-shadow:0 8px 12px #0000001a;border-radius:15px;background:#fff;transform:scale(1);transition:all 1s ease}.opinion-card p{font-size:.85rem;text-align:left}.opinion-info{display:flex;text-align:left;justify-content:space-between;line-height:16px}.stars{display:flex;gap:7px}.opinion-author{font-size:.9rem;font-weight:600}.opinion-status{font-size:.7rem}.opinion-card:hover{transform:scale(1.1);transition:all .5s ease;box-shadow:0 5px 10px #0003}#subscribe{height:auto;display:flex;flex-direction:column;align-items:center;padding-bottom:100px}.subscribe-input{min-height:215px;background:#f0f3f7;max-width:600px;width:80%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:20px;box-shadow:0 8px 12px #0000001a;transform:scale(1);transition:all 1s ease}.subscribe-input div{width:80%;display:flex;gap:15px;justify-content:center}.subscribe-input div label input{width:270px;padding:15px;border-radius:10px;border-color:transparent}@media only screen and (max-width: 710px){.subscribe-input div label input{width:100%;box-sizing:border-box}}.subscribe-input div label input:focus{outline-color:transparent}.subscribe-input div button{background:#3ab9f4;color:#fff;border-color:transparent;border-radius:10px;width:150px;font-size:medium;font-weight:500;height:50px}@media only screen and (max-width: 710px){.subscribe-input div button{width:100%}}.subscribe-input div button:hover{background:#5cc5f4}@media only screen and (max-width: 710px){.subscribe-input div{flex-direction:column}}.subscribe-input p{font-size:small;color:#737373;justify-self:end}@media only screen and (max-width: 710px){.subscribe-input p{font-size:xx-small}}.input-error{color:red;font-size:10px;margin:5px;padding:0}.subscribe-input:hover{transform:scale(1.1);transition:all .5s ease;box-shadow:0 5px 10px #0003}#footer{background:#1a1724;color:#fff;padding:30px 70px}@media only screen and (max-width: 600px){#footer{padding:30px}}#footer-upper{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:30px}@media only screen and (max-width: 600px){#footer-upper{justify-content:center;gap:20px}}#footer-name{display:flex;align-items:center;gap:15px;font-size:1.2rem}@media only screen and (max-width: 600px){#footer-name{font-size:.9rem}}#footer-desc{color:#d8e1ed;font-size:.9rem;max-width:320px}@media only screen and (max-width: 600px){#footer-desc{font-size:.7rem}}#footer-logo{width:40px;height:40px}@media only screen and (max-width: 600px){#footer-logo{width:30px;height:30px}}#footer-other{display:flex;gap:70px}@media only screen and (max-width: 600px){#footer-other{gap:40px}}.footer-other-item a{text-decoration:none}.footer-other-item p{color:#d8e1ed;font-size:.9rem;text-decoration:none}@media only screen and (max-width: 600px){.footer-other-item p{font-size:.7rem}}.footer-other-item h4{font-size:1rem}@media only screen and (max-width: 600px){.footer-other-item h4{font-size:.8rem}}#footer-socials{display:flex;gap:15px}.social-item{height:25px;width:25px;padding:7px;background:#29374f;border-radius:20px;display:flex;justify-content:center;align-items:center}#copyright{height:70px;border-top:1px solid white;display:flex;justify-content:center;align-items:center;color:#afb4c4}@media only screen and (max-width: 600px){#copyright{font-size:.7rem}}#not-found{width:100%;height:100vh}#not-found #not-found-content{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}#not-found #not-found-content h1{font-size:xxx-large;font-weight:500;margin-bottom:10px;margin-top:0}#not-found #not-found-content h2{font-size:large;font-weight:400;margin:10px}#not-found #not-found-content a{text-decoration:none}#not-found #not-found-content div{text-align:center;background-color:#236ceb;color:#fff;border:none;padding:20px 30px;border-radius:10px;font-weight:700;min-width:125px;margin-top:20px;text-decoration:none}@media (max-width: 666px){#not-found #not-found-content div{padding:10px}}#not-found #not-found-content p{font-size:5rem;margin:0;padding:0;font-weight:800}#privacy-policy{max-width:800px;margin:4rem auto;padding:4rem;background-color:#fff;border-radius:8px;box-shadow:0 5px 20px #0003}#privacy-policy h1{margin-top:0;font-size:2rem;border-bottom:2px solid #ddd;padding-bottom:.5rem}#privacy-policy h2{margin-top:2rem;font-size:1.5rem;color:#444}#privacy-policy a{color:#06c;text-decoration:underline}#privacy-policy a:hover{text-decoration:none}#privacy-policy p,#privacy-policy ul{margin:0 1.5rem}#ios-hero{height:100vh;background:#1a1724;color:#fff;display:flex;flex-wrap:wrap;justify-content:center;padding:40px;z-index:0}#header{z-index:2;width:100%;display:flex;align-items:center;height:60px}#header img{width:60px;height:60px}@media only screen and (max-width: 500px){#header img{width:40px;height:40px}}#header h3{font-size:30px}@media only screen and (max-width: 500px){#header h3{font-size:20px}}.color-icon{z-index:2;width:150px;height:150px;background:linear-gradient(90deg,#3c3add,#7763e6);border-radius:30px;transform:scale(1);transition:all 1s ease}.color-icon img{width:150px;height:150px}.color-icon:hover{transform:scale(1.2) rotate(360deg);transition:all .5s ease}#ios-hero-info{width:100%;height:100%;justify-content:center;margin:auto;z-index:2;display:flex;flex-direction:column;align-items:center;gap:20px}#ios-hero-info h1{font-size:50px;font-weight:700;margin:20px 0 0;text-align:center}@media only screen and (max-width: 500px){#ios-hero-info h1{font-size:2.2rem}}#ios-hero-info p{font-size:20px;color:#b9b9bc;max-width:700px;text-align:center}@media only screen and (max-width: 500px){#ios-hero-info p{font-size:14px}}#ios-hero-info button{max-width:400px;width:100%;padding:15px;background:#3c3add;color:#fff;border-radius:10px;border-color:transparent;font-size:17px;font-weight:700;transform:scale(1);transition:all 1s ease}#ios-hero-info button:hover{transform:scale(1.05);transition:all .5s ease;background:#4b49e6;box-shadow:0 0 10px #a28eefcc}.background{overflow-x:clip;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}.color-circle{height:300px;width:300px;z-index:1;filter:blur(300px) brightness(1.75);border-radius:100%}@media only screen and (max-width: 500px){.color-circle{height:100px;width:100px}}#waitingList{height:auto;display:flex;flex-direction:column;align-items:center;padding-bottom:100px}
