@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: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    color: #727272;
    background-color: #000;
    max-width: 1920px;
    margin: 0 auto;
}

.main-wrapper h1 {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(to bottom, #ffffff 50%, #6b6b6b);
    -webkit-background-clip: text;
    color: transparent;
    padding-top: 48px;
    margin-bottom: 24px;
}

.main-wrapper h2 {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(to bottom, #ffffff 50%, #6b6b6b);
    -webkit-background-clip: text;
    color: transparent;
    margin: 14px 0 32px;
}

.main-wrapper h3 {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(to right, #00c1ff, #0039e9);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 0;
}

.main-wrapper h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.main-wrapper p {
    margin-bottom: 32px;
}

.spacing {
    padding: 60px 0;
}

.section-1 {
    background-image: url(./assets/bg-hero.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 900px;
    margin-bottom: 60px;
}

.section-1 sup {
    padding: 0.1em 0.4em;
    border: 2px solid #fff;
    border-radius: 8px;
    font-size: 0.4em;
    margin-left: 8px;
    color: #fff;
    position: relative;
    top: -1.3em;
}

.section-2 .row img {
    margin-bottom: 12px;
}

.section-2 .row p {
    margin-bottom: 0;
}

.feature-list {
    display: flex;
    justify-content: space-evenly;
}

.section-3 img {
    margin-bottom: 8px;
}

.section-3 p {
    margin-bottom: 0;
}

.section-5 h3 {
    margin-bottom: 20px;
}

.section-5 .feature-item p {
    margin-bottom: 0;
}

.section-11 p {
    margin-bottom: 0;
}

.section-12 {
    padding-top: 120px;
}

@media (max-width: 768px) {
    .main-wrapper {
        font-size: 16px;
        line-height: 1.4;
    }

    .main-wrapper h1 {
        font-size: 44px;
        padding-top: 12px;
        margin-bottom: 12px;
    }

    .main-wrapper h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .main-wrapper h3 {
        font-size: 28px;
    }

    .main-wrapper h4 {
        font-size: 14px;
    }

    .spacing {
        padding: 40px 0;
    }

    .section-1 {
        height: 560px;
        margin-bottom: 40px;
    }

    .section-2 .col-lg-3 {
        margin-bottom: 24px;
    }

    .section-2 .col-lg-3:last-child {
        margin-bottom: 0;
    }

    .feature-list {
        display: block;
    }

    .feature-item {
        margin-bottom: 16px;
    }

    .feature-item:last-child {
        margin-bottom: 0;
    }

    .section-5 h3 {
        margin-bottom: 0;
    }

    .section-8 .col-lg-4 {
        margin-bottom: 24px;
    }

    .section-8 .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .section-11 {
        padding-top: 40px;
    }

    .section-12 {
        padding-top: 40px;
    }
}