:root{--primary:#a5cee9;--secondary:#74c6fd;--light:#f0f6ff;--dark:#262b47}h1,h2,.fw-bold{font-weight:700!important}h3,h4,.fw-semi-bold{font-weight:600!important}h5,h6,.fw-medium{font-weight:500!important}.text-primary-gradient{background:linear-gradient(to bottom right, var(--primary), var(--secondary));-webkit-text-fill-color:transparent}.text-secondary-gradient{background:linear-gradient(to bottom right, var(--secondary), var(--primary));-webkit-text-fill-color:transparent}.bg-primary-gradient{background:linear-gradient(to bottom right, var(--primary), var(--secondary))}.bg-secondary-gradient{background:linear-gradient(to bottom right, var(--secondary), var(--primary))}.btn{transition:all .5s}.btn.btn-primary-gradient,.btn.btn-secondary-gradient{color:#fff;z-index:1;border:none;position:relative;overflow:hidden}.btn.btn-primary-gradient:after,.btn.btn-secondary-gradient:after{content:"";z-index:-1;opacity:0;width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:0}.btn.btn-primary-gradient,.btn.btn-secondary-gradient:after{background:linear-gradient(to bottom right, var(--primary), var(--secondary))}.btn.btn-secondary-gradient,.btn.btn-primary-gradient:after{background:linear-gradient(to bottom right, var(--secondary), var(--primary))}.btn.btn-primary-gradient:hover:after,.btn.btn-secondary-gradient:hover:after{opacity:1}.btn-square{width:38px;height:38px}.btn-sm-square{width:32px;height:32px}.btn-lg-square{width:48px;height:48px}.btn-square,.btn-sm-square,.btn-lg-square{border-radius:50px;justify-content:center;align-items:center;padding:0;font-weight:400;display:flex}.back-to-top{z-index:99;background:linear-gradient(to bottom right, var(--primary), var(--secondary));border:none;display:none;position:fixed;bottom:45px;right:45px}.full-card{background:url(/bg-circle.png), url(/bg-triangle.png), url(/bg-bottom.png), linear-gradient(to bottom right, var(--primary), var(--secondary));background-position:0 0,right 0 top 50%,bottom;background-repeat:no-repeat;width:100%;height:80%}.hero-header{padding:5rem 0 0}@media (max-width:991.98px){.hero-header{padding:6rem 0 9rem}}.feature-item{transition:all .5s}.feature-item:hover{margin-top:-15px;box-shadow:0 .5rem 1.5rem #00000014}.pricing .nav{padding:2px}.pricing .nav-link{color:var(--dark);background:#fff;padding:12px 30px;font-weight:500}.pricing .nav-item:first-child .nav-link{border-radius:30px 0 0 30px}.pricing .nav-item:last-child .nav-link{border-radius:0 30px 30px 0}.pricing .nav-link.active{color:#fff;background:linear-gradient(to bottom right, var(--primary), var(--secondary))}.screenshot-carousel{flex-direction:column;justify-content:center;align-items:center;width:253px;height:500px;padding:15px;display:flex;position:absolute;top:70%;right:1px;transform:translateY(-50%)}.screenshot-carousel:before{content:"";z-index:2;background:url(/screenshot-frame.png) 50%/203px 400px no-repeat;width:100%;height:100%;position:absolute;top:0;left:0}.screenshot-carousel img{z-index:1;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:180px;height:382px;padding:3px;display:flex;position:relative;top:41%;right:0;transform:translateY(-50%)}.screenshot-carousel .owl-dot{background:linear-gradient(to bottom right, var(--primary), var(--secondary));border-radius:15px;width:15px;height:15px;margin:5px 0;transition:all .5s;display:inline-block;position:relative}.screenshot-carousel .owl-dot:after{content:"";background:#fff;border-radius:5px;width:5px;height:5px;position:absolute;top:5px;left:5px}.screenshot-carousel .owl-dot.active{box-shadow:0 0 10px var(--dark)}.testimonial-carousel .owl-item .testimonial-item,.testimonial-carousel .owl-item .testimonial-item *{transition:all .5s}.testimonial-carousel .owl-item.center .testimonial-item{background:linear-gradient(to bottom right, var(--primary), var(--secondary))}.testimonial-carousel .owl-item.center .testimonial-item h5,.testimonial-carousel .owl-item.center .testimonial-item p{color:#fff!important}.testimonial-carousel .owl-nav{justify-content:center;margin-top:30px;display:flex}.testimonial-carousel .owl-nav .owl-prev,.testimonial-carousel .owl-nav .owl-next{color:#fff;background:linear-gradient(to bottom right, var(--primary), var(--secondary));border-radius:60px;justify-content:center;align-items:center;width:50px;height:50px;margin:0 12px;font-size:18px;transition:all .5s;display:flex}.testimonial-carousel .owl-nav .owl-prev:hover,.testimonial-carousel .owl-nav .owl-next:hover{background:linear-gradient(to bottom right, var(--secondary), var(--primary))}.static-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff6;border-radius:12px;width:200px;height:260px;transition:all .3s;box-shadow:0 4px 6px #0000001a}.static-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.static-card span{color:#077ca0;transition:all .3s}.static-card:hover span{color:#ff3c00;transform:scale(1.2)}.static-card p{color:#333}@media (max-width:767.98px){:root{--primary:#a5cee9;--secondary:#74c6fd;--light:#f0f6ff;--dark:#262b47}h1{font-size:2rem!important}h2{font-size:1.75rem!important}h3{font-size:1.5rem!important}h4{font-size:1.25rem!important}h5,h6{font-size:1rem!important}.hero-header{text-align:center;padding:3rem 0}.btn{padding:8px 16px;font-size:.9rem}.btn-square{width:34px;height:34px}.btn-sm-square{width:28px;height:28px}.btn-lg-square{width:40px;height:40px}.back-to-top{width:40px;height:40px;bottom:20px;right:20px}.full-card{background-position:top,100% 0,bottom;background-size:contain,contain,contain,auto;height:100vh}.feature-item{margin-bottom:1.5rem}.feature-item:hover{margin-top:0;box-shadow:0 .3rem .8rem #0000001a}.pricing .nav-link{padding:10px 20px;font-size:.9rem}.pricing .nav-item:first-child .nav-link,.pricing .nav-item:last-child .nav-link{border-radius:30px}.screenshot-carousel{display:none}.screenshot-carousel:before{background-size:160px 320px}.screenshot-carousel img{border-radius:15px;width:140px;height:300px;padding:2px;top:50%;right:0}.screenshot-carousel .owl-dot{width:12px;height:12px}.screenshot-carousel .owl-dot:after{width:4px;height:4px;top:4px;left:4px}.testimonial-carousel .owl-nav .owl-prev,.testimonial-carousel .owl-nav .owl-next{width:40px;height:40px;margin:0 8px;font-size:16px}.static-card{width:100%;max-width:300px;height:220px;margin:0 auto}.static-card:hover{transform:translateY(-3px);box-shadow:0 8px 15px #0000001a}.static-card span{font-size:1rem}.static-card:hover span{transform:scale(1.1)}.static-card p{font-size:.9rem}}@media (max-width:575.98px){h1{font-size:1.75rem!important}h2{font-size:1.5rem!important}h3{font-size:1.25rem!important}h4{font-size:1.1rem!important}.hero-header{padding:2rem 0}.btn{padding:6px 12px;font-size:.85rem}.back-to-top{width:36px;height:36px;bottom:15px;right:15px}.full-card{height:100vh}.screenshot-carousel{display:none}.screenshot-carousel:before{background-size:144px 288px}.screenshot-carousel img{border-radius:12px;width:126px;height:270px}}
