@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap";.loadercontainer{width:100%;height:100vh;background-color:var(--background-color);display:flex;justify-content:center;align-items:center;color:#f0f8ff}nav{display:block;width:100%;height:85vh;background:linear-gradient(#a64beb,#5987e5);color:var(--text-color);border-bottom-right-radius:15rem}.logo h1{font-size:3.2rem;display:inline-block}.logo i{margin-right:.2rem}.top-bar{display:flex;justify-content:space-between;align-items:center;margin:auto;padding-top:3rem}ul.nav-bar-items{display:flex;justify-content:space-between}ul.nav-bar-items li.nav-bar-item{display:inline-block;list-style:none;padding:1rem 2rem}ul.nav-bar-items li.nav-bar-item a{display:inline-block;color:var(--text-color);letter-spacing:.6px;text-decoration:none;font-weight:600}ul.nav-bar-items li.nav-bar-item a:hover{cursor:pointer}li.nav-bar-item a:after{content:" ";display:block;width:0%;height:.4rem;background-color:var(--secondary-color);margin-top:.6rem;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}ul.nav-bar-items li.nav-bar-item a.active:after{content:" ";display:block;width:100%;height:.5rem;background-color:var(--secondary-color);margin-top:.6rem;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}li.nav-bar-item a:hover:after{width:100%}div.nav-description{display:flex;justify-content:space-between;align-items:center;padding-top:6rem;height:42rem}.right-side-box{flex-basis:50%}.right-side-box img{width:100%}.left-side-box{flex-basis:55%}.left-side-box .hero_heading{font-family:cursive;font-size:4.8rem;font-family:Zen Dots,sans-serif}.left-side-box h1{padding-bottom:1rem;font-size:xx-large}.left-side-box h2{color:#000;font-size:large;font-weight:700;font-family:Poppins,sans-serif}.left-side-box span{font-size:small;color:var(--text-color)}.left-side-box h5{font-size:1.2rem;margin-left:1rem}.left-side-box p{padding-bottom:1.6rem}.left-side-box p{font-size:1.7rem;text-align:left;font-style:italic}div.button-box{display:flex;justify-content:left;align-items:center;margin-top:2rem}.fa-play-circle{margin-left:2rem;box-shadow:0 0 24px -10px #000;border-radius:2rem;-webkit-border-radius:2rem;-moz-border-radius:2rem;-ms-border-radius:2rem;-o-border-radius:2rem}div.hero_images{display:flex;width:100%;justify-content:center;align-items:center;width:300px;overflow:hidden;padding:1rem;gap:1rem}div.hero_images div{flex-basis:50%}div.hero_images div img{display:inline-block;width:100%;object-fit:fill;object-position:center}button#main_btn{padding:1.5rem 2.5rem;border:unset;border-radius:5rem;color:#212121;z-index:1;color:#e8e8e8;background-color:var(--primaryColor);border:#e8e8e8 solid 1px;position:relative;font-weight:700;font-size:1.7rem;transition:all .25s;overflow:hidden}button#main_btn:before{content:"";position:absolute;bottom:0;left:0;height:0;width:0;border-radius:1.5rem;background:#e8e8e8;z-index:-1;transition:all .25s}button#main_btn:hover{color:#212121;cursor:pointer}button#main_btn:hover:before{height:100%;width:100%}button#main_btn{animation:buttonAnimation 1s ease-in-out 0s 1 normal none running}@keyframes buttonAnimation{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}#features{margin-top:16rem}div.feauter-main-heading{background-color:var(--bg);text-align:center;margin-bottom:8rem}div.feauter-main-heading h1{color:var(--primary-color);font-size:5rem}div.feauter-main-heading span{display:inline-block;color:var(--text-color);font-size:5rem}section.feature-sect{background-color:var(--bg);color:var(--text-color)}div.feature-row{display:flex;justify-content:space-around;align-items:center}div.feautre_col{flex-basis:30%;margin:2rem;text-align:center;box-shadow:var(--box-shadow);padding:6rem;height:28rem;border-radius:3rem;-webkit-border-radius:3rem;-moz-border-radius:3rem;-ms-border-radius:3rem;-o-border-radius:3rem;position:relative;transition:all .5s ease-out}div.feautre_col:hover{background-color:#111;transform:scale(1.05);box-shadow:0 0 1px 1px var(--primary-color)}#root>div:nth-child(2)>section>div>div.feautre_col.col2{box-shadow:0 0 1px 1px var(--primary-color);background-color:#111;transform:scale(1.1)}div.feautre_col h3{color:#a64beb;font-weight:500;padding:1rem;font-size:2rem}div.feautre_col p{margin-top:1rem;font-size:1.6rem;text-align:center;letter-spacing:.4px}div.feautre_col div.f-i-box{margin:1rem}div.feautre_col div.f-i-box i{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}div.feautre_col div.f-i-box i:hover{background-color:#fff;color:#a64beb;padding:1.5rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;cursor:pointer}section.fun-facts{display:flex;align-items:center;margin-top:16rem;justify-content:space-between;color:var(--text-color)}div.col-left{flex-basis:32%}div.col-right{flex-basis:68%}div.col-left img{width:88%;text-align:center}div.col-right{display:flex;justify-content:center;align-items:center;flex-direction:column}div.f-f-row2{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}div.f-f-box{padding:3rem;margin:1rem;width:30rem;height:15rem;text-align:center;border-radius:2rem;-webkit-border-radius:2rem;-moz-border-radius:2rem;-ms-border-radius:2rem;-o-border-radius:2rem;transition:all ease-in .3s;-webkit-transition:all ease-in .3s;-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s;-o-transition:all ease-in .3s}div.f-f-box:hover{transform:scale(1.04);-webkit-transform:scale(1.04);-moz-transform:scale(1.04);-ms-transform:scale(1.04);-o-transform:scale(1.04)}div.f-f-row1{text-align:left;margin-bottom:8rem;flex-basis:40%}div.f-f-row1 h1{margin-bottom:1rem;font-size:5rem}div.f-f-heading span{color:var(--primary-color);font-weight:600}div.f-f-box1{background:#ee2260}div.f-f-box2{background:#bba10a}div.f-f-box3{background:#14a384}div.f-f-box4{background:#6a33d1}div.f-f-row2 h1{font-size:4rem;margin-bottom:1rem}div.f-f-discription p{color:#bbb;text-align:justify;font-size:1.5rem;max-width:60rem;letter-spacing:.4px}section.download-sec{margin-top:16rem;margin-bottom:8rem}div.d-s-main-heading{background-color:var(--bg);text-align:center;margin-bottom:8rem}div.d-s-main-heading span{color:var(--text-color)}div.d-s-main-heading h1{color:var(--primary-color);font-size:5rem}div.inside-download-section{color:var(--text-color);display:flex;justify-content:space-between;align-items:center}div.d-s-box{background:var(--secondary-color);border-radius:1.5rem;display:inline-block;-webkit-border-radius:1.5rem;-moz-border-radius:1.5rem;-ms-border-radius:1.5rem;-o-border-radius:1.5rem;text-align:center;padding:4rem;max-width:32%;flex-basis:32%}.d-s-icon i{margin:1rem;color:var(--primary-color)}div.d-s-heading{margin-bottom:2.4rem}div.d-s-button{margin-top:2rem}hr{opacity:0}div.screenshot-main-heading{margin-top:16rem;margin-bottom:8rem;background-color:var(--bg);text-align:center}div.screenshot-main-heading span{color:var(--text-color)}div.screenshot-main-heading h1{color:var(--primary-color);font-size:5rem}section.screen-shot-container{display:flex;justify-content:space-around;align-items:center}section.screen-shot-container img{width:100%;height:100%;padding:1rem}.s-s-box{flex-basis:24%}*,*:after,*:before{box-sizing:border-box;padding:0;margin:0}html{font-size:62.5%;font-family:Montserrat,sans-serif}:root{--text-color: #dfdfdf;--primary-color:#a64beb;--secondary-color: #5987e5;--bg:#232425;--box-shadow: 0px 0px 1px 1px #1c1c1dec}p,a,li{font-size:1.6rem}h1{font-size:3.2rem}h2{font-size:2.4rem}h3{font-size:1.8rem}h4{font-size:1.6}h5{font-size:1.3rem}h6{font-size:1.07rem}body{background-color:var(--bg)}::-webkit-scrollbar{width:.8rem}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:0 0 10px 1px}::-webkit-scrollbar-track{background:var(--bg)}.p-button{display:inline-block;padding:1rem 2.5rem;background-color:#fff;border-radius:2.5rem;-webkit-border-radius:2.5rem;-moz-border-radius:2.5rem;-ms-border-radius:2.5rem;-o-border-radius:2.5rem;color:linear-gradient(#a64beb,#5987e5);text-decoration:none;box-shadow:0 0 24px -10px #000}.p-button a{text-decoration:none;display:inline-block}.container{width:84%;margin:auto}@media (max-width: 400px){html{font-size:7px}.top-bar{flex-direction:column;padding:4px}nav{height:44dvh}ul.nav-bar-items li.nav-bar-item{display:inline-block;padding:2rem 1rem}ul.nav-bar-items li.nav-bar-item a{font-size:11px}.nav-description .right-side-box{display:none}div.nav-description{display:inline-block;padding:4rem}.left-side-box .hero_heading{font-family:cursive;font-size:3.2rem;font-family:Zen Dots,sans-serif;letter-spacing:1px}div.hero_images{display:none}div.feature-row{flex-direction:column}div.col-left{flex-basis:0%;display:none}section.fun-facts{margin-top:16rem;justify-content:center;color:var(--text-color);flex-direction:column}div.screenshot-main-heading h1,div.screenshot-main-heading h1 span,div.d-s-main-heading h1,div.d-s-main-heading h1 span,div.f-f-row1 h1,div.f-f-row1 h1 span,div.feauter-main-heading h1,div.feauter-main-heading h1 span{font-size:3rem}section.screen-shot-container{flex-direction:column}div.inside-download-section{flex-direction:column}div.d-s-box{max-width:100%;margin:1rem}}@media (min-width: 401px) and (max-width: 700px){html{font-size:8px}.top-bar{flex-direction:column;padding:4px}nav{height:44dvh}ul.nav-bar-items li.nav-bar-item{display:inline-block;padding:2rem 1rem}ul.nav-bar-items li.nav-bar-item a{font-size:11px}.nav-description .right-side-box{display:none}div.nav-description{display:inline-block;padding:4rem}.left-side-box .hero_heading{font-family:cursive;font-size:3.2rem;font-family:Zen Dots,sans-serif;letter-spacing:1px}div.hero_images{display:none}div.feature-row{flex-direction:column}div.col-left{flex-basis:0%;display:none}section.fun-facts{margin-top:16rem;justify-content:center;color:var(--text-color);flex-direction:column}div.screenshot-main-heading h1,div.screenshot-main-heading h1 span,div.d-s-main-heading h1,div.d-s-main-heading h1 span,div.f-f-row1 h1,div.f-f-row1 h1 span,div.feauter-main-heading h1,div.feauter-main-heading h1 span{font-size:3rem}section.screen-shot-container{flex-direction:column}div.inside-download-section{flex-direction:column}div.d-s-box{max-width:100%;margin:1rem}}@media (min-width: 701px) and (max-width: 1200px){html{font-size:9px}.top-bar{flex-direction:row;padding:4px}nav{height:60dvh}ul.nav-bar-items li.nav-bar-item{display:inline;padding:2rem 1rem}ul.nav-bar-items li.nav-bar-item a{font-size:11px}.nav-description .right-side-box{display:inline-block;max-width:200px}div.nav-description{display:flex;justify-content:space-between;align-items:center;padding:4rem}.left-side-box .hero_heading{font-family:cursive;font-size:3.2rem;font-family:Zen Dots,sans-serif;letter-spacing:1px}div.hero_images{display:none}div.feature-row{flex-direction:column}div.col-left{flex-basis:0%;display:none}section.fun-facts{margin-top:16rem;justify-content:center;color:var(--text-color);flex-direction:column}div.screenshot-main-heading h1,div.screenshot-main-heading h1 span,div.d-s-main-heading h1,div.d-s-main-heading h1 span,div.f-f-row1 h1,div.f-f-row1 h1 span,div.feauter-main-heading h1,div.feauter-main-heading h1 span{font-size:3rem}section.screen-shot-container{flex-direction:column}div.inside-download-section{flex-direction:column}div.d-s-box{max-width:100%;margin:1rem}}
