@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: #7f7f7f;
    background-color: #090909;
    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: 200px;
    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;
    color: #558ffc;
    margin-bottom: 0;
}

.main-wrapper p {
    margin-bottom: 32px;
}

.main-wrapper span {
    font-size: 18px;
    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: 1050px;
    text-align: left;
}

.section-1 p {
    color: #558ffc;
}

.note p {
    font-size: 18px;
    font-style: italic;
    color: #fff;
    margin-bottom: 16px;
}

.note p:last-child {
    margin-bottom: 0;
}

.note span {
    display: inline-block;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    border: 1px solid #558ffc;
    border-radius: 6px;
    padding: 4px 8px;
    margin-left: 12px;
    transition: all .3s;
}

.section-2 {
    background-image: url(./assets/bg-section-2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 1050px;
    text-align: left;
}

.section-3 {
    background-color: #000;
}

.section-4 {
    background-image: url(./assets/bg-section-4.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 900px;
}

.section-5 h2 {
    margin-bottom: 64px;
}

.section-6 p i {
    color: #ff0000;
}

.section-7 {
    background-color: #000;
}

.section-7 img {
    margin-bottom: 32px;
}

.section-7 .row p {
    margin-bottom: 0;
}

.section-8 {
    background-color: #fff;
    padding-top: 60px;
}

.section-8 h2 {
    color: #000;
}

.section-8 .row p {
    margin-bottom: 0;
}

.section-9 {
    background-color: #000;
    padding-top: 60px;
}

.section-11 {
    background-color: #f4f4f5;
    text-align: left;
}

.section-11 h2 {
    color: #000;
}

.section-11 p {
    margin-bottom: 64px;
}

.section-11 h3 {
    font-size: 24px;
    color: #000;
    margin-top: 12px;
}

.icons {
    display: flex;
    text-align: center;
}

.icons .icon {
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 12px;
    padding: 12px 24px;
    margin-right: 16px;
}

.icons .icon:last-child {
    margin-right: 0;
}

.section-12 {
    background-color: #101010;
    padding-top: 60px;
}

.section-12 p {
    margin-bottom: 0;
}

@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;
    }

    .main-wrapper span {
        font-size: 12px;
    }

    .spacing {
        padding: 30px 0;
    }

    .section-1 {
        height: 240px;
    }

    .section-1 p {
        margin-bottom: 120px;
    }

    .note p {
        font-size: 12px;
    }

    .section-2 {
        height: 420px;
    }

    .section-2 .col-lg-3 {
        margin-bottom: 20px;
    }

    .section-2 .col-lg-3:last-child {
        margin-bottom: 0;
    }

    .section-3 .col-lg-4 p {
        margin-bottom: 20px;
    }

    .section-4 {
        height: 480px;
    }

    .section-5 .col-lg-4 {
        margin-bottom: 20px;
    }

    .section-5 .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .section-6 p {
        margin-bottom: 16px;
    }

    .section-7 .col-lg-3 {
        margin-bottom: 20px;
    }

    .section-7 .col-lg-3:last-child {
        margin-bottom: 0;
    }

    .section-11 {
        text-align: center;
    }

    .section-11 p {
        margin-bottom: 32px;
    }

    .section-12 {
        padding-top: 30px;
    }
}