:root{--primary:#ff8538;--secondary:#edd5cb;--light:#fff5f0;--dark:#473626}.fw-bold,.fw-semi-bold,h1,h2,h3,h4{font-weight:600!important}.fw-medium,h5,h6{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:.5s}.btn.btn-primary-gradient,.btn.btn-secondary-gradient{position:relative;overflow:hidden;border:none;color:#fff;z-index:1}.btn.btn-primary-gradient:after,.btn.btn-secondary-gradient:after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;transition:.5s;z-index:-1;opacity:0}.btn.btn-primary-gradient,.btn.btn-secondary-gradient:after{background:linear-gradient(to bottom right,var(--primary),var(--secondary))}.btn.btn-primary-gradient:after,.btn.btn-secondary-gradient{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-lg-square,.btn-sm-square,.btn-square{padding:0;display:flex;align-items:center;justify-content:center;font-weight:400;border-radius:50px}.back-to-top{position:fixed;display:none;right:45px;bottom:45px;z-index:99;border:none;background:linear-gradient(to bottom right,var(--primary),var(--secondary))}.full-card{width:100%;height:80%;background:url(/bg-circle.png),url(/bg-triangle.png),url(/bg-bottom.png),linear-gradient(to bottom right,var(--primary),var(--secondary));background-position:left 0 top 0,right 0 top 50%,bottom;background-repeat:no-repeat}.hero-header{padding:5rem 0 0}@media (max-width:991.98px){.hero-header{padding:6rem 0 9rem}}.feature-item{transition:.5s}.feature-item:hover{margin-top:-15px;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.08)}.pricing .nav{padding:2px}.pricing .nav-link{padding:12px 30px;font-weight:500;color:var(--dark);background:#fff}.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{width:253px;height:500px;padding:15px;margin-right:30px;position:absolute;top:80%;right:80px;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center}.screenshot-carousel:before{position:absolute;content:"";width:100%;height:100%;top:0;left:0;background:url(/screenshot-frame.png) 50% no-repeat;background-size:203px 400px;z-index:2}.screenshot-carousel img{position:relative;width:180px;height:382px;border-radius:20px;top:41%;right:0;padding:3px;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1}.screenshot-carousel .owl-dot{position:relative;display:inline-block;margin:5px 0;width:15px;height:15px;background:linear-gradient(to bottom right,var(--primary),var(--secondary));border-radius:15px;transition:.5s}.screenshot-carousel .owl-dot:after{position:absolute;content:"";width:5px;height:5px;top:5px;left:5px;background:#fff;border-radius: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:.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{margin-top:30px;display:flex;justify-content:center}.testimonial-carousel .owl-nav .owl-next,.testimonial-carousel .owl-nav .owl-prev{margin:0 12px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(to bottom right,var(--primary),var(--secondary));border-radius:60px;font-size:18px;transition:.5s}.testimonial-carousel .owl-nav .owl-next:hover,.testimonial-carousel .owl-nav .owl-prev:hover{background:linear-gradient(to bottom right,var(--secondary),var(--primary))}.content-card{display:flex;justify-content:center;align-items:center}.static-card{height:260px;background:hsla(0,0%,100%,.4);backdrop-filter:blur(5px);border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease}.static-card:hover{box-shadow:0 10px 20px rgba(0,0,0,.15);transform:translateY(-5px)}.static-card span{transition:all .3s ease;color:#077ca0}.static-card:hover span{color:#ff3c00;transform:scale(1.2)}.static-card p{color:#333}