:root {
    font-size: 1vw;
}

@font-face {
    font-family: Work-Sans-400;
    src: url("/font/work-sans/WorkSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Work-Sans-500;
    src: url("/font/work-sans/WorkSans-Medium.ttf") format("truetype");
}

@font-face {
    font-family: Work-Sans-600;
    src: url("/font/work-sans/WorkSans-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: Work-Sans-700;
    src: url("/font/work-sans/WorkSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Work-Sans-800;
    src: url("/font/work-sans/WorkSans-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: Work-Sans-900;
    src: url("/font/work-sans/WorkSans-Black.ttf") format("truetype");
}

body {
    font-family: Work-Sans-400;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
}

h3 {
    color: rgb(51, 51, 51);
    font-family: Work-Sans-600;
    font-size: 2.06rem;
    font-style: normal;
    line-height: 140%;
    margin: 0px;
}

h4 {
    color: rgb(51, 51, 51);
    font-family: Work-Sans-600;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 116.667%;
    margin: 0px;
}

p {
    color: rgb(0, 0, 0);
    font-family: Work-Sans-400;
    font-size: 1.46rem;
    font-style: normal;
    line-height: 142.857%;
    margin: 0px;
    opacity: 0.9;
}

a {
    color: inherit;
    text-decoration: none;
    font-size: 0.85rem;
}

small.required {
    color: rgb(163, 92, 230);
    font-family: Work-Sans-400;
    font-size: 14px;
    font-style: normal;
    line-height: 1.1rem;
}

.button {
    display: flex;
    width: max-content;
    padding: 0.972rem 99px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 48px;
    background: rgb(94, 92, 230);
    margin-top: 1.25rem;
    color: rgb(255, 255, 255);
    font-family: Work-Sans-500;
    font-size: 1.05rem;
    font-style: normal;
    line-height: 140%;
    border: none;
    outline: none;
    cursor: pointer;
}

.button:hover {
    background: linear-gradient(0deg, rgb(60, 58, 166) -6.25%, rgb(136, 134, 241) 100%);
}

label {
    color: rgb(2, 21, 29);
    font-family: Work-Sans-400;
    font-size: 0.73rem;
    font-style: normal;
    line-height: 114.286%;
    margin-top: 1.1rem;
    padding-left: 1.25rem;
    z-index: 1;
}

input, textarea {
    border-radius: 38px;
    background: linear-gradient(142deg, rgb(248, 248, 248) 0.57%, rgb(251, 251, 251) 78.12%);
    box-shadow: rgba(0, 0, 0, 0.08) 10px 10px 25px 0px, rgb(255, 255, 255) -10px -10px 25px 0px;
    display: inline-flex;
    padding: 0.972rem 1.25rem;
    align-items: center;
    flex-shrink: 0;
    border: none;
    outline: none;
}

input:hover, textarea:hover {
    border-radius: 1.97917rem;
    background: linear-gradient(142deg, #F8F8F8 0.57%, #FBFBFB 78.12%);
    box-shadow: 10px 10px 25px 0px rgba(219, 198, 255, 0.08), 0px 0px 16px 0px #DBC6FF;
}

input:focus, textarea:focus {
    border-radius: 1.97917rem;
    background: linear-gradient(142deg, #F8F8F8 0.57%, #FBFBFB 78.12%);
    box-shadow: 10px 10px 25px 0px rgba(211, 186, 255, 0.08), 0px 0px 16px 0px #D2B8FF;
}

@keyframes moveBannerPhone {
    100% {
        left: 3.5%;
    }
}

@keyframes moveBannerText {
    100% {
        left: 15.26rem;
    }
}

@keyframes moveSpeakerText {
    100% {
        width: 27.5rem;
        left: 13.22rem;
        bottom: 10.05rem;
    }
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 8.5rem;
    padding: .7rem 8.5rem;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(12.5px);
    position: fixed;
    width: calc(100% - 17rem);
    z-index: 2;
}


header a {
    height: min-content;    
}

header .button {
    margin: 0;
    padding: 0.4rem 2rem;
}

header img {
    max-width: 17%;
    height: auto;
    vertical-align: middle;
}

.banner {
}

.banner .content {
    position: relative;
    height: 35.5rem;
    margin-bottom: 6rem;
    border-bottom-left-radius: 8.3rem;
    overflow: hidden;
}

.banner .banner-bg {
    width: 100%;
    position: absolute;
    background-image: url("/img/svg/track-road.svg");
    height: 42rem;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner img.hand-phone {
    position: absolute;
    left: -100%;
    bottom: 0px;
    animation: 1.3s ease 0s 1 normal forwards running moveBannerPhone;
    height: 32rem;
    z-index: 1;
}

.banner .banner-title-box {
    position: relative;
    left: 15vw;
    top: 6rem;
    overflow: hidden;
    height: 22rem;
    width: 80%;
}

.banner .banner-title {
    position: absolute;
    color: rgb(36, 7, 85);
    font-family: Work-Sans-500;
    font-size: 3.3rem;
    font-style: normal;
    line-height: 125%;
    left: -100%;
    top: 0px;
    animation: 1.6s ease-in-out 1s 1 normal forwards running moveBannerText;
}

.banner .request-demo-btn {
    position: absolute;
    bottom: 0px;
    left: -100%;
    animation: 1.6s ease-in-out 1s 1 normal forwards running moveBannerText;
}

.manage-your-fleet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 38px 8.5rem;
}

.manage-your-fleet .content {
    width: 43%;
    display: flex;
    flex-direction: column;
    row-gap: 2.2rem;
}

.manage-your-fleet img {
    width: 51%;
}

.boxes {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 3.7rem;
    margin-right: -35px;
}

.boxes .box {
    display: flex;
    justify-content: start;
    align-items: start;
    column-gap: 1.1rem;
}

.boxes .box img {
    width: 5rem;
}

.boxes .box .box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 8px;
    max-width: 16.9rem;
}

.boxes .box .box-content p {
    font-size: 1.05rem;
}

.admin-dashboard {
    background-image: url("/img/svg/bg-wave-1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 9.5rem 0px;
    padding-right: 8.5rem;
}

.admin-dashboard > img {
    width: 33.5rem;
    margin-left: 50px;
    margin-top: 80px;
}

.admin-dashboard .content {
    margin-top: 41px;
    width: 58.5%;
    row-gap: 4.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.driver-app > img {
    width: 40rem;
}

.driver-app {
    padding-top: 120px;
    padding-left: 8.5rem;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.driver-app .content {
    margin-top: 81px;
    width: 58.5%;
    row-gap: 4.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.driver-app .content .install-btn-boxes {
    display: flex;
    column-gap: 1.1rem;
}

.driver-app .content .install-btn-boxes img {
    width: 9.41rem;
}

.driver-app .content .install-btn-boxes button {
    padding: 0px;
    margin: 0px;
    border: 0px;
    outline: none;
}

.driver-app .content .box-content {
    max-width: 18.4rem;
}

.partner {
    background-image: url("/img/svg/bg-wave-2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 14.5rem 0px;
    padding-left: 8.5rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    row-gap: 1.9rem;
}

.partner .partner-boxes {
    max-width: calc(80rem - 8.5rem);
    display: grid;
    width: max-content;
    grid-template-columns: minmax(19.79rem, 19.79rem) minmax(18.02rem, 20.02rem) minmax(16.97rem, 19.97rem);
    column-gap: 7.29rem;
}

.partner .partner-box {
    display: flex;
    column-gap: 8px;
    align-items: start;
}

.partner .partner-box img {
}

.partner .partner-box-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 8px;
}

.partner .partner-box-content h3 {
    color: rgb(60, 58, 166);
    font-family: Work-Sans-700;
    font-size: 1.45rem;
    line-height: 114.286%;
}

.partner .partner-box-content p {
    font-size: 1.03rem;
    font-family: Work-Sans-500;
}

.request-demo {
    display: flex;
    column-gap: 100px;
    justify-content: start;
    padding-left: 96px;
    align-items: center;
    margin-top: -8rem;
    padding-top: 8rem;
}

.request-demo .speaker-box {
    position: relative;
    width: 50rem;
    height: 27rem;
}

.request-demo .speaker-box img.speaker {
    position: absolute;
    width: 17.60rem;
    bottom: 0px;
    z-index: 1;
}

.request-demo .speaker-box img.speaker-text {
    /* width: 27.5rem; */
    width: 0rem;
    position: absolute;
    left: 8.80rem;
    bottom: 10.05rem;
}

.request-demo .speaker-box img.speaker-text.animate {
    animation: 1s ease-in-out 1 normal forwards running moveSpeakerText;
}

.request-demo .content {
    display: flex;
    flex-direction: column;
    row-gap: 1.1rem;
}

.request-demo .content .title {
    color: rgb(145, 79, 255);
    font-family: Work-Sans-700;
    font-size: 2.5rem;
    font-style: normal;
    line-height: 133.333%;
}

.request-demo .content .fee {
    color: rgba(0, 0, 0, 0.8);
    font-family: Work-Sans-500;
    font-style: normal;
    font-size: 1.24rem;
    line-height: 133.333%;
}

.request-demo .content form {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    max-width: 35rem;
}

.request-demo .content button {
    width: 100%;
    margin-top: 1.1rem;
}

.request-demo .content .bottom-text {
    color: rgb(153, 153, 153);
    font-family: Work-Sans-600;
    font-size: 0.72rem;
    font-style: normal;
    line-height: 114.286%;
}

.request-demo .content .bottom-text a {
    color: rgb(60, 58, 166);
    font-size: 0.72rem;
}

footer {
    background-image: url("/img/svg/bg-wave-3.svg");
    background-size: contain;
    background-repeat: no-repeat;
    color: rgb(255, 255, 255);
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 8.5rem 0px 1.1rem;
    padding-top: 8.1rem;
    align-items: end;
    position: relative;
}
footer::before {
    content: "";
    background: linear-gradient(45deg, #5E5CE6, #5856D6);
    height: calc(100% - 14rem);
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.footer-logo {padding-left: 8.5rem;z-index: 1;}

.footer-logo img {width: 9rem;}

.footer-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*align-items: center;*/
    row-gap: 1.55rem;
    padding-bottom: 10px;
    z-index: 1;
}

.footer-center .contacts {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.footer-center .contacts .contact {
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 8px;
}

.footer-center .contacts .contact .img {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    justify-content: center;
}

.footer-center .policy {
    display: flex;
    column-gap: 8px;
}

.footer-copyright {
    padding-bottom: 10px;
    padding-right: 8.5rem;
    z-index: 1;
}

@media screen and (max-width: 992px) {
    .button {
        padding: 4.27rem 59px;
        font-size: 5.3rem;
    }
    .button:hover {
        background: rgb(94, 92, 230);
    }
    h3 {
        font-size: 7.46rem;
    }
    h4 {
        font-size: 6.4rem;
    }
    p {
        font-size: 5.4rem;
    }
    label {
        font-size: 3.73rem;
        padding-left: 6.4rem;
        margin-top: 6.4rem;
    }
    input, textarea {
        padding: 3.73rem 6.4rem;
        font-size: 4.26rem;
    }
    header {
        padding: 4.27rem 8.5rem;
    }
    header img {
        max-width: 46%;
    }
    .language-switcher a{
        font-size: 2rem;
    }
    .banner .banner-bg {
        background-image: url("/mobile-img/svg/track-road.svg");
        height: 97rem;
        position: inherit;
    }
    .banner .content {
        height: 82.7rem;
        margin-bottom: 0px;
        position: inherit;
        border-radius: 0px;
    }
    .banner img.hand-phone {
        height: 52rem;
        top: 30.6rem;
        border-bottom-left-radius: 13.3rem;
        animation: none;
        left: 3.5%;
    }
    .banner .banner-title-box {
        position: inherit;
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 8rem;
        padding: 0px 4.27rem;
    }
    .banner .banner-title {
        position: inherit;
        font-size: 40px;
        font-size: 10rem;
        line-height: 125%;
        animation: none;
    }
    .banner .request-demo-btn {
        position: inherit;
        animation: none;
    }
    .manage-your-fleet {
        flex-direction: column;
        padding: 21.3rem 4.27rem;
    }
    .manage-your-fleet .content {
        width: auto;
    }
    .manage-your-fleet img {
        width: 100%;
        margin-top: 24px;
    }
    .admin-dashboard {
        background-image: url(/mobile-img/svg/bg-wave-1.svg);
        flex-direction: column;
        align-items: center;
        background-size: cover;
        padding: 20.3rem 4.27rem;
        padding-right: 9rem;
        padding-bottom: 40.13rem;
    }
    .admin-dashboard > img {
        width: calc(100% - 4.27rem);
    }
    .admin-dashboard .content {
        margin-top: 6.4rem;
        width:  100%;
        row-gap: 10.6rem;
    }
    .boxes {
        flex-direction: column;
        row-gap: 12.26rem;
        width: 100%;
    }
    .boxes .box .box-content {
        max-width: none;
    }
    .boxes .box .box-content p {
        font-size: 4.8rem;
    }
    .boxes .box img {
        width: 26.6rem;
    }
    .driver-app {
        flex-direction: column;
        padding: 0px 4.27rem;
    }
    .driver-app .content {
        width: 100%;
        row-gap: 10.6rem;
        padding: 0px;
        margin-top: 6.4rem;
        position: relative;
    }
    .driver-app .content .install-btn-boxes {
        position: absolute;
        bottom: -140rem;
        width: 100%;
        justify-content: space-between;
    }
    .driver-app .content .install-btn-boxes img {
        width: 42.4rem;
    }
    .driver-app > img {
        width: 100%;
        margin-bottom: 37.86rem;
    }
    .partner {
        background-image: url(/mobile-img/svg/bg-wave-2.svg);
        flex-direction: column;
        align-items: center;
        background-size: contain;
        padding: 32rem 4.27rem;
        padding-right: 7rem;
        padding-bottom: 40.13rem;
        row-gap: 13.3rem;
    }
    .partner .partner-boxes {
        display: flex;
        flex-direction: column;
        width: 100%;
        row-gap: 13.3rem;
        max-width: none;
    }
    .partner .partner-box {
        max-width: none;
    }
    .partner .partner-box-content h3 {
        font-size: 6.4rem;
    }
    .partner .partner-box-content p {
        font-size: 5.3rem;
    }
    .request-demo {
        padding: 0 4.27rem;
        flex-direction: column;
    }
    .request-demo .speaker-box {
        width: 100%;
        height: 72.8rem;
        margin-bottom: 6.4rem;
    }
    .request-demo .speaker-box img.speaker {
        width: 32rem;
    }
    .request-demo .speaker-box img.speaker-text {
        width: 71.2rem;
        right: 0px;
        left: inherit;
        bottom: inherit;
        top: 0px;
    }
    .request-demo .speaker-box img.speaker-text.animate {
        animation: none;
    }
    .request-demo .content .title {
        font-size: 10.6rem;
    }
    .request-demo .content .fee {
        font-size: 6.4rem;
    }
    .request-demo .content form {
        max-width: none;
    }
    .request-demo .content .bottom-text,
    .request-demo .content .bottom-text > a {
        font-size: 3.73rem;
    }
    .request-demo .content .button {
        margin-top: 6.4rem;
    }
    footer {
        background-image: url("/mobile-img/svg/bg-wave-3.svg");
        flex-direction: column;
        align-items: center;
        background-size: cover;
        padding: 32rem 4.27rem 6.93rem;
        margin-top: 20rem;
        row-gap: 13.3rem;
        align-items: center;
        width: auto;
    }
    footer::before {
        display: none;
    }
    .footer-logo {
        padding: 0 12rem;
        width: 70%;
    }
    .footer-logo img {
        width: 100%;
    }
    .footer-center {
        align-items: start;
        row-gap: 11.2rem;
        width: 70%;
    }
    .footer-center .contacts {
        row-gap: 4.27rem;
    }
    .footer-center .contacts .contact a {
        font-size: 4.27rem;
    }
    .footer-center .contacts .contact .img {
        width: 6.4rem;
        height: 6.4rem;
    }
    .footer-center .policy,
    .footer-center .policy a {
        font-size: 4.27rem;
    }
    .footer-copyright {
        width: 100%;
        padding: 0;
    }
    .footer-copyright a {
        font-size: 4rem;
    }
}