@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.main-wrapper {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    color: #aaaaaa;
    background-color: #000;
    max-width: 1920px;
    margin: 0 auto;
}

.main-wrapper h1 {
    font-family: "Roboto", sans-serif;
    font-size: 90px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #fff;
    padding-top: 60px;
    margin-bottom: 0;
}

.main-wrapper h2 {
    font-family: "Roboto", sans-serif;
    font-size: 54px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 32px;
}

.main-wrapper h3 {
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: 600;
    display: inline-block;
    background-image: -webkit-linear-gradient(left, #a2e2fd 0%, #014dfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.main-wrapper p {
    margin-bottom: 32px;
}

.main-wrapper span {
    display: block;
    font-size: 24px;
    color: #fff;
}

.spacing {
    padding: 60px 0;
}

.section-1 {
    background-image: url(./assets/bg-section-1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 1061px;
}

.section-1 p {
    font-size: 24px;
    color: #ff6b00;
}

.section-1 span {
    display: block;
    font-size: 18px;
    font-style: italic;
    background-image: url(./assets/feature-section-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 58px;
    padding-top: 21px;
}

.section-3 {
    background-image: url(./assets/bg-graphics.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 1478px;
    text-align: left;
    padding-top: 60px;
}

.section-3 .feature-item {
    margin-bottom: 64px;
}

.section-3 img {
    padding-top: 280px;
}

.section-4 {
    padding-top: 80px;
}

.section-4 img {
    margin-top: 32px;
}

.section-5 {
    background-image: url(./assets/bg-os.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 1050px;
}

.section-7 {
    background-color: #0f1016;
}

.section-7 h3 {
    font-size: 32px;
}

.section-7 p {
    margin-bottom: 0;
}

.section-7 .row {
    padding: 32px 0 64px;
}

.section-8 .row {
    display: flex;
    align-items: center;
    text-align: left;
}

.section-9 {
    background-color: #0f1016;
}

.section-9 .row {
    display: flex;
    align-items: center;
    text-align: left;
}

.section-9 .feature-item {
    margin-bottom: 32px;
}

.section-9 .feature-item:last-child {
    margin-bottom: 0;
}

.section-10 {
    padding-top: 60px;
}

.section-11 {
    background-image: url(./assets/bg-connectivity.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 1200px;
    color: #fff;
}

.section-12 {
    background-image: url(./assets/bg-vesa.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 1035px;
    display: flex;
    align-items: center;
    text-align: left;
}

@media (max-width: 768px) {
    .main-wrapper {
        font-size: 16px;
        line-height: 1.4;
    }

    .main-wrapper h1 {
        font-size: 44px;
        padding-top: 12px;
    }

    .main-wrapper h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .main-wrapper h3 {
        font-size: 28px;
    }

    .spacing {
        padding: 30px 0;
    }

    .section-1 {
        height: 290px;
    }

    .section-1 p {
        margin-bottom: 120px;
    }

    .section-1 span {
        font-size: 12px;
    }

    .section-2 .col-lg-3 {
        margin-bottom: 20px;
    }

    .section-2 .col-lg-3:last-child {
        margin-bottom: 0;
    }

    .section-3 {
        height: 748px;
        padding-top: 30px;
    }

    .section-3 img {
        padding-top: 0;
    }

    .section-4 {
        padding-top: 30px;
    }

    .section-4 p {
        margin-bottom: 0;
    }

    .section-5 {
        height: 380px;
    }

    .section-5 p {
        display: none;
    }

    .section-6 .col-lg-4 {
        margin-bottom: 24px;
    }

    .section-6 .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .section-7 .row {
        padding: 32px 0;
    }

    .section-7 .col-lg-4 {
        margin-bottom: 20px;
    }

    .section-7 .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .section-8 .row {
        text-align: center;
    }

    .section-8 p {
        margin-bottom: 0;
    }

    .section-9 .row {
        text-align: center;
    }

    .section-9 .feature-item {
        text-align: center;
    }

    .order {
        order: -1 !important;
    }

    .section-10 {
        padding-top: 30px;
    }

    .section-11 {
        height: 340px;
    }

    .section-11 p {
        display: none;
    }

    .section-12 {
        height: 280px;
    }
}