﻿@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";*{padding:0;margin:0;box-sizing:border-box}html{font-size:1rem;scroll-behavior:smooth}html{scroll-behavior:smooth}body{font-family:"Poppins",sans-serif;font-size:17px;line-height:1.6;color:#333}a{text-decoration:none;color:#333}section,footer{max-width:1600px;margin:0 auto}.heading-1{font-size:23px;font-weight:600;line-height:1.4}@media(min-width: 1024px){.heading-1{font-size:32px}}.text-light{color:#747474}.btn{min-width:250px;height:75px;padding:0 50px;display:flex;align-items:center;justify-content:center;background-color:#2d76f9;color:#fff;border:1px solid #2d76f9;border-radius:100px;cursor:pointer}.btn__text{font-family:"Poppins",sans-serif;font-size:17px;font-weight:500}.btn:hover{filter:brightness(1.2)}.btn-sm{min-width:175px;height:50px;padding:0 25px;cursor:pointer}.btn-outline-blue{background-color:#fff;color:#2d76f9;border:1px solid #2d76f9}.btn-outline-blue:hover{background-color:#2d76f9;color:#fff;filter:none;transition:.3s ease}.btn-outline-white{background-color:#2d76f9;color:#fff;border:1px solid #fff}.btn-outline-white:hover{background-color:#fff;color:#2d76f9;filter:none;transition:.3s ease}.nav{position:absolute;width:100%;max-width:1600px;height:50px;display:flex;align-items:center;justify-content:space-between;margin-top:25px;left:50%;transform:translateX(-50%);padding:0 clamp(24px,100px,10%)}.nav__left,.nav__right{display:flex;align-items:center}.nav__logo{display:flex;align-items:center;margin-right:85px}.nav__logo img{transform:scale(1.2);transform-origin:left}.nav__list{list-style:none;position:absolute;top:60px;right:clamp(24px,100px,10%);display:flex;flex-direction:column;border:1px solid #333;width:50%;min-width:200px;min-height:200px;height:50vh;background-color:#fff;padding:16px 32px;border-radius:8px;gap:8px;box-shadow:rgba(0,0,0,.2) 0px 12px 28px 0px,rgba(0,0,0,.1) 0px 2px 4px 0px,rgba(255,255,255,.05) 0px 0px 0px 1px inset;display:none}@media(min-width: 1024px){.nav__list{position:relative;display:flex;flex-direction:row;align-items:center;width:auto;min-width:auto;min-height:auto;top:auto;right:auto;height:auto;border:none;box-shadow:none;padding:0;gap:50px}}.nav__link:hover{color:#2d76f9}.nav__toggler{width:48px;height:48px;border:1px solid #2d76f9;border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer}.nav__toggler__bar{width:24px;height:2px;border-radius:2px;background-color:#2d76f9}.nav__toggler:hover{background-color:#f5f5f5}.nav .btn{display:none}@media(min-width: 1024px){.nav__toggler{display:none}.nav .btn{display:block}}.btn-white{background-color:#fff;color:#2d76f9}.btn-white:hover{filter:brightness(0.9)}.hero__content{padding:0 clamp(24px,100px,10%);padding-top:140px}.hero__text{margin-bottom:50px}.hero__text h1{font-size:calc(1.5rem + 3vw);font-weight:600;width:12ch;line-height:1.5;margin-bottom:40px}.hero__text p{max-width:45ch;color:#747474}.hero__image{width:100%;margin-top:50px}.hero__image img{display:block;margin:0 auto;width:clamp(300px,100%,500px);height:auto}.hero .desktop-img{display:none}@media(max-width: 768px){.hero .btn{margin:0 auto}}@media(min-width: 1024px){.hero{display:flex;width:100%;gap:60px;height:clamp(700px,100vh,900px)}.hero__content{width:60%;padding-top:120px;padding-left:100px}.hero__text{margin-bottom:50px}.hero__text h1{font-size:calc(1rem + 3vw);font-weight:600;width:12ch;line-height:1.3;margin-bottom:30px}.hero .mobile-img{display:none}.hero .desktop-img{display:block}.hero__image{width:40%;margin:0}.hero__image img{width:100%;height:auto}}@media(min-width: 1600px){.hero__text h1{font-size:70px}.hero__text p{font-size:24px}}@media(min-width: 500px){.hero .mobile-img{border-radius:50px;box-shadow:rgba(3,102,214,.3) 0px 0px 0px 3px}}.features{margin-top:80px;padding:0 clamp(24px,100px,10%);display:flex;flex-direction:column;align-items:center;gap:60px}@media(min-width: 1024px){.features{flex-direction:row;justify-content:space-between;align-items:stretch}}.card{display:flex;flex-direction:column;align-items:center;gap:30px}.card__image{width:100px;height:100px;background-color:#eef3ff;display:flex;align-items:center;justify-content:center;border-radius:50px}.card__info{text-align:center}.card__title{font-size:22px;font-weight:600;margin-bottom:8px}.card__description{color:#747474;max-width:35ch;line-height:1.6}@media(min-width: 1024px){.card{align-items:flex-start}.card__info{text-align:left}}.advantages{margin-top:80px;display:flex;flex-direction:column;align-items:center;gap:60px}@media(min-width: 1024px){.advantages{margin-top:150px;gap:150px}}.showcard{display:flex;flex-direction:column;align-items:center;gap:60px}.showcard__image{width:100%}.showcard__image img{width:100%;height:auto}.showcard__info{padding:0 24px}.showcard__title{margin-bottom:20px}.showcard__description{color:#747474;max-width:45ch}@media(min-width: 1024px){.showcard{flex-direction:row}.showcard__image{width:50%}.showcard__info{width:50%;padding-right:clamp(24px,100px,10%)}.showcard__description{max-width:40ch}.showcard .radius-right{border-radius:0 100px 100px 0}.showcard .radius-left{border-radius:100px 0 0 100px}}@media(min-width: 1024px){.showcard--reverse{flex-direction:row-reverse}.showcard--reverse .showcard__info{padding-right:0;padding-left:clamp(24px,100px,10%)}}.download{margin-top:60px;padding:0 clamp(24px,100px,10%)}.download__banner{display:flex;flex-direction:column;align-items:center;gap:50px;background-image:url("../images/download-bg-img.png");background-repeat:no-repeat;background-size:cover;padding:50px;border-radius:50px}.download__text{text-align:center;color:#fff}.download__cta{display:flex;flex-direction:column;gap:25px}@media(min-width: 1024px){.download{margin-top:150px}.download__banner{padding:100px}.download__cta{flex-direction:row;gap:50px}}.testimonials{margin-top:50px;display:flex;flex-direction:column;align-items:center;padding:0 clamp(24px,100px,10%)}.testimonials__img{display:none}.testimonials__title{margin-bottom:40px}@media(min-width: 1024px){.testimonials{margin-top:150px;padding:0;padding-right:clamp(24px,100px,10%);flex-direction:row;justify-content:space-between;gap:80px}.testimonials__img{width:50%;display:block;background-color:#eef3ff;border-radius:0 100px 100px 0;padding-right:50px}.testimonials__img img{width:100%;height:auto}}.testimonial{display:flex;flex-direction:column;gap:40px}.testimonial__msg{max-width:40ch;color:#747474}.slider{display:flex;flex-direction:column;align-items:center;gap:50px}.slider__controls{display:flex;gap:25px}.slider__btn{width:42px;height:42px}.profile{display:flex;gap:30px}.profile__img img{border-radius:50%}.profile__name{font-weight:600;margin-bottom:8px}.profile__occupation{font-size:14px;color:#747474}.footer{margin-top:100px;padding:100px clamp(24px,100px,10%);display:flex;flex-wrap:wrap;gap:40px;background-color:#eef3ff}.footer .heading-2{font-size:20px;font-weight:500;margin-bottom:20px}.footer__logo{margin-bottom:25px}.footer__logo img{transform:scale(1.2);transform-origin:left}.footer_about{max-width:35ch;font-size:15px}.footer__item{font-size:15px}.footer__list{list-style:none;color:#747474}.footer__item::before{content:"•";color:#2d76f9;margin-right:8px}.footer__link{color:#747474}.footer__link:hover{color:#2d76f9;text-decoration:underline}.footer__social__cta{display:flex;align-items:center;gap:16px}.footer__social__cta a:hover{filter:brightness(1.2)}@media(min-width: 1024px){.footer{margin-top:200px;justify-content:space-between}}.visible{display:flex !important}