@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: 26px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    background-color: #140a00;
    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: 80px;
    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: #f2a967;
    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: 1080px;
}

.section-1 p {
    color: #f2a967;
}

.section-1 span {
    font-style: italic;
}

video {
    margin-top: -2px;
}

.section-3 p {
    margin-bottom: 0;
}

.section-3 .row {
    padding-top: 24px;
}

.section-4 {
    text-align: left;
}

.section-4 p i {
    color: #ff0000;
}

.section-5 h2 {
    margin-bottom: 64px;
}

.section-6 p i {
    color: #ff0000;
}

.section-8 {
    background-color: #fff;
    color: #000;
}

.section-8 .row img {
    display: block;
    margin: 0 auto;
}

.section-8 h2 {
    color: #000;
}

.section-8 p {
    margin-bottom: 0;
}

.section-9 {
    background-color: #000;
    padding-top: 60px;
}

.section-9 p {
    margin-bottom: 0;
}

.section-10 {
    background-color: #f6f5ff;
    color: #000;
}

.section-10 h2 {
    color: #000;
}

.section-11 {
    background-color: #f6f5ff;
    color: #000;
}

.section-11 h2 {
    color: #000;
}

.section-11 img {
    margin-bottom: 32px;
}

.section-11 img:last-child {
    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;
    }

    .spacing {
        padding: 30px 0;
    }

    .section-1 {
        height: 240px;
    }

    .section-1 p {
        margin-bottom: 120px;
    }

    .section-1 span {
        font-size: 12px;
    }

    .section-2 .col-lg-6 {
        margin-bottom: 20px;
    }

    .section-2 .col-lg-6:last-child {
        margin-bottom: 0;
    }

    .section-3 .col-lg-3 {
        margin-bottom: 20px;
    }

    .section-3 .col-lg-3:last-child {
        margin-bottom: 0;
    }

    .section-4 {
        text-align: center;
    }

    .section-5 .col-lg-4 {
        margin-bottom: 20px;
    }

    .section-5 .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .section-8 .col-lg-6 {
        margin-bottom: 20px;
    }

    .section-8 .col-lg-6:last-child {
        margin-bottom: 0;
    }

    .section-10 .col-lg-6 {
        margin-bottom: 20px;
    }

    .section-10 .col-lg-6:last-child {
        margin-bottom: 0;
    }
}