@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

.main-wrapper {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #b4b4b4;
    background-color: #fff;
    max-width: 1920px;
    margin: 0 auto;
}

.main-wrapper h2 {
    font-family: "Outfit", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #1d1d1d;
    margin-bottom: 20px;
}

.main-wrapper h3 {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #a7a6a7;
    margin-bottom: 6px;
}

.main-wrapper p {
    margin-bottom: 0;
}

.spacing {
    padding: 80px 0;
}

.section-1 {
    background-image: url(./assets/hero-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 800px;
    display: flex;
    align-items: center;
}

.content-hero {
    padding: 32px;
    background: rgba(26, 26, 26, 0.70);
}

.content-hero h2 {
    color: #fff;
}

.section-3 {
    text-align: center;
}

.section-3 p {
    padding: 0 25%;
    margin-bottom: 32px;
}

.section-3 video {
    width: 50%;
    margin: 0 auto;
}

.section-4 .row {
    display: flex;
    align-items: center;
}

.section-5 .row {
    display: flex;
    align-items: center;
}

.section-6 {
    background-image: url(./assets/XTC-BG-4.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 700px;
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.section-7 {
    background-image: url(./assets/XTC-BG-03.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 800px;
    display: flex;
    align-items: center;
}

.section-7 h2 {
    color: #fff;
}

.section-8 .row {
    display: flex;
    align-items: center;
}

.section-9 {
    text-align: center;
    padding-bottom: 80px;
}

.section-9 p {
    padding: 0 10%;
    margin-bottom: 32px;
}

.mobile {
    display: none;
}

@media (max-width: 768px) {
    .mobile {
        display: block;
    }

    .section-1 {
        background-image: none;
        display: block;
        height: auto;
    }

    .content-hero {
        margin-top: 12px;
    }

    .offset-6 {
        margin-left: 0;
    }

    .main-wrapper h2 {
        font-size: 24px;
    }

    .section-2 img {
        margin-top: 32px;
    }

    .section-3 p {
        padding: 0;
    }

    .section-3 video {
        width: 100%;
    }

    .section-4 video {
        margin-top: 32px;
    }

    .order {
        order: -1 !important;
    }

    .section-5 video {
        margin-top: 32px;
    }

    .section-6 {
        background-image: none;
        display: block;
        height: auto;
        margin-bottom: 80px;
    }

    .section-6 img {
        margin-bottom: 32px;
    }

    .section-7 {
        background-image: none;
        display: block;
        height: auto;
    }

    .section-7 h2 {
        color: #1d1d1d;
    }

    .section-7 img {
        margin-bottom: 32px;
    }

    .section-8 video {
        margin-top: 32px;
    }

    .section-9 p {
        padding: 0;
    }

    .section-9 img {
        margin-bottom: 12px;
    }

    .section-9 {
        padding-bottom: 78px;
    }
}