* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: "Glory", sans-serif;
    position: relative;
}

:root {
    --color-primary: #3b82f6;
    --color-secondary: #64748b;

    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;

    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
}

.hero {
    height: 676px;
    background-image: linear-gradient(
            to left,
            rgba(0, 0, 0, 0.00001),
            rgba(22, 28, 45, 1)
        ),
        url("./img/background1.png");
    background-repeat: round;
    position: relative;
}

.hero .hero__title-block {
    width: 100%;
    max-width: 589px;
    height: 349px;
    left: 244px;
    top: 184px;
    position: absolute;
}

.hero .hero__title-block > h1 {
    max-width: 589px;
    height: 130px;
    opacity: 1;
    font-weight: 700;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -2px;
    color: rgba(255, 255, 255, 1);
}

.hero .hero__title-block > p {
    margin-top: 29px;
    margin-right: 102px;
    max-width: 487px;
    height: 96px;
    top: 159px;
    opacity: 0.65;
    font-family: Gilroy;
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.2px;
    color: rgba(255, 255, 255, 1);
}

.hero .hero__title-block .btn {
    max-width: 218px;
    height: 59px;
    opacity: 1;
    border-radius: 8px;
    background-color: rgba(71, 59, 240, 1);
    display: flex;
    align-items: center;
    padding: 0px 21px 0px 20px;
    justify-content: space-between;
    cursor: pointer;
}

.btn p {
    color: rgba(255, 255, 255, 1);
    font-family: Gilroy;
    font-weight: 700;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -0.6px;
    height: 32px;
    opacity: 1;
    top: 13px;
    left: 21px;
}
.btn svg {
    width: 13.000000953674316px;
    height: 11.266666412353516px;
    opacity: 1;
    top: 24px;
    left: 185px;
    border-width: 2px;
}

header {
    width: 100%;
    max-width: 1450px;
    height: 50px;
    opacity: 1;
    left: 50%;
    top: 17px;
    transform: translateX(-50%);
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.header__logo-nav h1 {
    font-family: Rubik;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    letter-spacing: -0.16px;
    margin-top: 4px;
}

header > .btn {
    width: 151;
    height: 50;
    opacity: 1;
    border-radius: 8px;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -0.5px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 13px;
    background-color: rgba(71, 59, 240, 1);
    cursor: pointer;
}

.header__logo-nav {
    display: flex;
}
.header__logo-nav > ul {
    list-style-type: none;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.1px;
    height: 26px;
    opacity: 1;
    width: 333px;
    height: 26px;
    opacity: 1;
    margin-top: 8px;
    margin-left: 17px;
    align-items: center;
}

li > a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.stats {
    height: 134px;
    opacity: 1;
    margin-top: 80px;
    border-bottom: 1px solid rgba(231, 233, 237, 1);
    display: flex;
    justify-content: center;
    gap: 90px;
}

.stats div {
    width: 100%;
    max-width: 285px;
    height: 58px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    opacity: 1;
}
.stats div p {
    max-width: 174px;
    opacity: 0.7;
}
.stats div h1 {
    font-family: Gilroy;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -1.8px;
    max-width: 81px;
    height: 58px;
    opacity: 1;
    text-align: center;
}
.services {
    max-width: 1109px;
    height: 447px;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 120px;
}
.services .services__header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 769px;
    height: 129px;
    opacity: 1;
}
.services h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1.2px;
    text-align: center;
}

.services__header p {
    max-width: 589px;
    height: 64px;
    opacity: 0.7;
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.2px;
    text-align: center;
    align-self: center;
}
.services__list {
    height: 226px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.services__list div {
    max-width: 255px;
    height: 226px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    border-width: 1px;
    border-radius: 10px;
    border: 1px solid rgba(231, 233, 237, 1);
}

.services__list img {
    max-width: 255px;
    height: 167px;
    opacity: 1;
    border-width: 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.services__list nav {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 19px 0px 22px;
    justify-content: space-between;
}

nav h1 {
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    letter-spacing: -0.2px;
}

nav svg {
    max-width: 15;
    height: 10;
    opacity: 1;
    top: 192px;
    left: 221px;
    border-width: 2px;
}

.features {
    height: 849px;
    background: rgba(244, 247, 250, 1);
    padding-top: 92px;
}

.features .hero__title-block {
    max-width: 769px;
    height: 129px;
    opacity: 1;
    margin: 0 auto;
    margin-bottom: 74px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.features .hero__title-block h1 {
    max-width: 769px;
    height: 48px;
    opacity: 1;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1.2px;
    text-align: center;
    color: rgba(22, 28, 45, 1);
}

.features .hero__title-block p {
    max-width: 589px;
    height: 64px;
    opacity: 0.7;
    font-family: Gilroy;
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.2px;
    text-align: center;
    color: rgba(22, 28, 45, 1);
    margin: 0 auto;
    margin-top: 17px;
}

.features .video {
    margin-top: 74px;
    height: 419px;
    display: flex;
    max-width: 100%;
    justify-content: center;
    gap: 95px;
    align-items: center;
}

.video img {
    height: 419px;
    max-width: 541px;
    border-radius: 8px;
}
.video .features__video {
    position: relative;
}
.video .features__video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video .features__list {
    height: 360px;
    max-width: 404px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.features__item {
    display: flex;
    gap: 22px;
}
.features__item svg {
    margin-top: 9px;
}

.features__item .features__item-hero__title-block {
    min-width: 124px;
    height: 32px;
    opacity: 1;
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: rgba(22, 28, 45, 1);
}
.features__item .features__item-text {
    max-width: 339px;
    height: 58px;
    opacity: 0.7;
    font-weight: 400px;
    font-size: 17px;
    line-height: 29px;
    letter-spacing: -0.2px;
}

.alert {
    height: 96px;
    opacity: 1;
    top: 2386px;
    background: rgba(71, 59, 240, 1);
    display: flex;
    gap: 9px;
    justify-content: center;
    align-items: center;
}

.alert p,
span {
    max-width: 469px;
    opacity: 1;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    letter-spacing: -0.2px;
    color: rgba(255, 255, 255, 1);
}

.alert span {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

.testimonials {
    max-width: 1089px;
    height: 294px;
    opacity: 1;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 109px;
    display: flex;
    justify-content: space-between;
}

.testimonials__card {
    max-width: 324px;
    height: 290px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonials__text {
    margin-top: 54px;
    margin-bottom: 50px;
    max-width: 324px;
    height: 102px;
    opacity: 1;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.5px;
    text-align: center;
    color: rgba(22, 28, 45, 1);
}

.cta_form {
    height: 745px;
    opacity: 1;
    background-color: gray;
    background-repeat: repeat;
    background-position: center;
    background-size: 1600px;
    display: flex;
    align-items: center;
    padding: 0px 245px;
    justify-content: space-between;
}

.cta_form_left {
    max-width: 429px;
    height: 343px;
    opacity: 1;
}

.cta_form_left h1 {
    max-width: 429px;
    height: 96px;
    opacity: 1;
    font-family: Gilroy;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1.2px;
    margin: 46px 0px 18px 0px;
    color: rgba(255, 255, 255, 1);
}
.cta_form_left p {
    max-width: 412px;
    height: 96px;
    opacity: 0.65;
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.2px;
    color: rgba(255, 255, 255, 1);
}

.cta_form_right {
    width: 100%;
    max-width: 350px;
    height: 499px;
    opacity: 1;
    border-width: 1px;
    border-radius: 10px;
    right: 245px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    border-style: solid;
    border-color: rgba(231, 233, 237, 1);
    background: rgba(255, 255, 255, 1);
    padding: 30px 25px 28px 25px;
    box-shadow: 0px 34px 33px -23px rgba(22, 28, 45, 0.1295);
    border: 1px solid rgba(231, 233, 237, 1);
}

.cta_form_right div {
    max-width: 300px;
    height: 78px;
    opacity: 1;
    display: flex;
    flex-direction: column;
}

.cta_form_right div label {
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.1px;
}
.cta_form_right div input,
select {
    max-width: 300px;
    height: 50px;
    opacity: 1;
    border-radius: 8px;
    font-family: Gilroy;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.1px;
    color: rgba(22, 28, 45, 1);
    border: 1px solid rgba(231, 233, 237, 1);
    padding: 12px 18px;
    appearance: none;
}

.cta_form_right button {
    max-width: 300px;
    height: 59px;
    opacity: 1;
    border-radius: 8px;
    background: rgba(71, 59, 240, 1);
    font-family: Gilroy;
    font-weight: 700;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -0.6px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border: none;
}

.cta {
    max-width: 1110px;
    height: 88px;
    opacity: 1;
    margin: 77px auto;
    display: flex;
    justify-content: space-between;
}

.cta_left {
    max-width: 508px;
    height: 88px;
    opacity: 1;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -1.2px;
    color: rgba(22, 28, 45, 1);
}

.cta_right {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cta_right input {
    width: 290px;
    height: 59px;
    opacity: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.7;
    padding: 20px 19px;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.18px;
    border: 1px solid rgba(231, 233, 237, 1);
}
.cta_right button {
    width: 100%;
    max-width: 170px;
    height: 59px;
    opacity: 1;
    border-radius: 8px;
    background: rgba(71, 59, 240, 1);
    font-weight: 700;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -0.6px;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: none;
}
footer .top {
    display: flex;
    justify-content: space-between;
}
footer {
    padding: 121px 245px 0px 245px;
    display: flex;
    flex-direction: column;
    color: rgba(22, 28, 45, 1);
}
footer > div {
}

footer .hero__title-block {
    opacity: 0.7;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.1px;
    margin-bottom: 20px;
}

footer p {
    opacity: 1;
    top: 46px;
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    letter-spacing: -0.2px;
}

footer div:last-child .text p {
    font-weight: 700;
    font-size: 17px;
    line-height: 40px;
    letter-spacing: -0.2px;
    color: rgba(71, 59, 240, 1);
}

.footer {
    margin-top: 108px;
    margin-bottom: 36px;
    max-width: 1111px;
    height: 58px;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-top: 1px rgba(231, 233, 237, 1) solid;
}

.footer .right {
    display: flex;
    gap: 30px;
    align-items: center;
}

.cta_form_right .cta_form_right-select {
    position: relative;
}

.cta_form_right-select svg {
    position: absolute;
    right: 14.4px;
    top: 50%;
    transform: translatey(-50%);
}

button {
    cursor: pointer;
}