@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

.main-wrapper {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    background-color: #000;
    max-width: 1920px;
    margin: 0 auto;
}

.main-wrapper h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #d5e839;
    margin-bottom: 12px;
}

.main-wrapper p {
    margin-bottom: 0;
}

.section-1 {
    background-image: url(./assets/section1-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 1080px;
    position: relative;
}

.hero-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 120px;
    display: flex;
    align-items: center;
}

.section-2 {
    background-image: url(./assets/section2-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 400px;
    display: flex;
    align-items: center;
}

.story {
    display: flex;
    align-items: center;
}

.story p {
    border-image: linear-gradient(to right, transparent 0%, #d2e635 30%, #d2e635 70%, transparent 100%) 1;
    border-top: 3px;
    border-bottom: 3px;
    border-right: 0;
    border-left: 0;
    border-style: solid;
    padding: 20px 80px 20px 40px;
}

.section-3 {
    padding: 80px 0;
}

.section-3 p {
    margin-bottom: 40px;
}

.section-4 .row {
    display: flex;
    align-items: center;
}

.section-4 .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
}

.section-5 {
    background-image: url(./assets/plus-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 800px;
    display: flex;
    align-items: center;
}

.section-5 .row {
    display: flex;
    align-items: center;
}

.plus-icons {
    margin-bottom: 24px;
}

.plus-icons img {
    margin-right: 24px;
}

.plus-icons img:last-child {
    margin-right: 0;
}

.section-6 {
    background-image: url(./assets/need-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 800px;
    display: flex;
    align-items: center;
    text-align: left;
}

.section-6 img {
    display: block;
    margin: 0 auto;
    padding-bottom: 40px;
}

.section-7 {
    padding: 80px 0;
}

.section-7 p {
    padding: 0 15%;
    margin-bottom: 40px;
}

.section-8 {
    padding: 80px 0;
}

.section-9 {
    padding: 80px 0;
}

.section-9 p {
    padding: 0 15%;
    margin-bottom: 40px;
}

.section-10 {
    background-image: url(./assets/power-bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
    height: 800px;
    display: flex;
    align-items: center;
    text-align: left;
}

.section-11 {
    padding: 80px 0;
}

.section-11 .spec-box {
    border: 1px solid #d4e83b;
    padding: 16px;
    border-radius: 20px;
    text-align: center;
    margin-top: 40px;
}

.section-11 .spec-box h2 {
    margin-bottom: 0;
}

.section-11 .spec-box p {
    font-size: 16px;
    color: #d4e83b;
}

.section-12 {
    padding-bottom: 80px;
}

.section-12 h2 {
    margin-bottom: 40px;
}

.section-12 .row p {
    font-size: 14px;
    text-align: left;
}

@media (max-width: 768px) {
    .main-wrapper h2 {
        font-size: 24px;
    }
    
    .section-1 {
        height: 240px;
    }

    .hero-content {
        bottom: 20px;
    }

    .section-2 {
        padding: 60px 0;
        height: auto;
    }

    .story {
        display: block;
    }

    .story p {
        padding: 20px;
        margin: 20px 0;
    }

    .section-10 .offset-6 {
        margin-left: 0;
    }

    .section-3 {
        padding: 60px 0;
    }

    .section-4 {
        padding-bottom: 60px;
    }

    .msi-vga {
        max-width: 30%;
    }

    .section-6 {
        height: 550px;
    }

    .section-7 {
        padding: 60px 0;
    }

    .section-7 p {
        padding: 0;
    }

    .section-8 {
        padding: 60px 0;
    }

    .section-9 {
        padding: 60px 0;
    }

    .section-9 p {
        padding: 0;
    }

    .section-10 {
        height: 240px;
    }

    .section-11 {
        padding: 60px 0;
    }

    .section-11 .spec-box {
        margin-top: 20px;
    }

    .section-12 {
        padding-bottom: 60px;
    }
}