@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";:root{font-family:Outfit,sans-serif;font-optical-sizing:auto;scroll-behavior:smooth;background:#fff;--pulsa-green: #76D3C4;--pulsa-white-green: #f0fffc;overflow-x:hidden}*{margin:0}body{background-color:var(--pulsa-green)}.navbar{position:sticky;top:0;z-index:999;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:.5em}.navbarColorChange{--r-text: 255;--g-text: 255;--b-text: 255;color:rgb(var(--r-text),var(--g-text),var(--b-text))}.navbar>h3{font-size:1.5em;margin:.5em 1.5em;transition:.3s}.navbar>h3:hover{cursor:pointer;transform:scale(1.1)}.navbar>ul{list-style-type:none;display:flex;flex-direction:row;align-items:center}.navbar>ul>li{margin-right:1.8em;transition:.3s}.navbar>ul>li:hover{transform:scale(1.1);cursor:pointer}a,a:visited{text-decoration:none;color:inherit}.banner{height:90vh;display:flex;flex-direction:row;align-items:center;background-color:var(--pulsa-green);justify-content:space-around}.bannerTitle{color:#fff;font-size:6em}.bannerInfo{color:var(--pulsa-white-green);margin-top:.8em;font-size:1.5em}.bannerImage{max-height:75vh}@media (max-width: 800px){.banner{flex-direction:column;height:100vh}.bannerText{text-align:center}.bannerInfo{font-size:1.25em}.bannerTitle{font-size:4em}.bannerImage{max-height:60vh}}.about{background-color:#fff;padding:2em 4em}.aboutDescription{margin-top:1em;max-width:40ch;font-size:1.2em;animation:animateIntoViewFromLeft both;animation-timeline:view(85% 0%)}.aboutTitle{animation:animateIntoViewFromRight both;animation-timeline:view(80% 0%)}@media (max-width: 800px){.aboutTitle{animation:animateIntoViewFromLeft both;animation-timeline:view(80% 0%)}}.download{background-color:#fff;display:flex;flex-direction:column;align-items:center;padding:1em 4em 2em;gap:1em}.download>h2{animation:animateIntoViewFromBottom both;animation-timeline:view(95% 0%)}.download>img{max-width:25vw}.downloadGoogle{animation:animateIntoViewFromLeft both;animation-timeline:view(95% 0%)}.downloadAppStore{animation:animateIntoViewFromRight both;animation-timeline:view(95% 0%)}@keyframes animateIntoViewFromLeft{0%{opacity:0;transform:translate(-10em) scale(.5)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes animateIntoViewFromRight{0%{opacity:0;transform:translate(10em) scale(.5)}to{opacity:1;transform:translate(0) scale(1)}}@media (max-width: 800px){.download>img{max-width:60vw}.downloadAppStore{animation:animateIntoViewFromLeft both;animation-timeline:view(95% 0%)}}.videoLab{background-color:#fff;display:flex;flex-direction:column;align-items:center;padding:2em 4em;gap:1em}.videoLab>h2{animation:animateIntoViewFromBottom both;animation-timeline:view(70% 0%)}.videoLab>p{animation:animateIntoViewFromBottom both;animation-timeline:view(70% 0%);max-width:60ch;font-size:1.2em}.videoLab>img{max-width:35vw;animation:animateIntoViewFromBottom both;animation-timeline:view(95% 0%)}.videoLab>p>a{color:var(--pulsa-green)}@keyframes animateIntoViewFromBottom{0%{opacity:0;transform:translateY(10em) scale(.5)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 800px){.videoLab>img{max-width:80vw}}
