body {
}

#banner {
    background: linear-gradient(0deg, rgba(52, 52, 52, 1) 0%, rgba(38, 40, 41, 1) 500px, rgba(38, 40, 41, 1) -500px, rgba(52, 52, 52, 1) 100%);
    background-color: #343536;
    padding: 80px 0;
    text-align: center;
    color: #ffffff;
}

#banner h1 {
    margin: 0 auto 80px;
    font-size: 40px;
    font-weight: 900;
}

#banner p {
    max-width: 80%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
}

#banner #use-cases {
    display: none;
}

#banner #use-cases .use-case figure {
    width: 100%;
    margin-bottom: 0;
}

#banner #use-cases .use-case figure img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

#introduction {
    padding: 80px 0 0;
}

#introduction h2 {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
}

#introduction p {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

#highlights {
    background: linear-gradient(0deg, rgba(60, 60, 60, 1) 0%, rgba(38, 40, 41, 1) 500px, rgba(38, 40, 41, 1) -500px, rgba(60, 60, 60, 1) 100%);
    background-size: 1920px auto;
    color: #ffffff;
}

#highlights::before {
    content: '';
    display: block;
    background: url('../images/background/wave_white_down.png') center top no-repeat;
    background-size: auto 200px;
    width: 100%;
    height: 200px;
    margin-bottom: 120px;
}

#highlights::after {
    content: '';
    display: block;
    background: url('../images/background/wave_white_down.png') center bottom no-repeat;
    background-size: auto 200px;
    width: 100%;
    height: 200px;
    margin-bottom: 120px;
    transform: scaleY(-1);
}

#highlights h2 {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
}

#highlights p {
    max-width: 80%;
    margin: 0 auto 120px;
    text-align: center;
    font-size: 14px;
}

#highlights #features .feature {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 80px;
}

#highlights #features .feature i {
    color: #da4167;
}

#highlights #features .feature span {
    line-height: 200%;
}

#testimonials {
    padding: 0 0 120px;
}

#testimonials h2 {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
}

#testimonials p {
    max-width: 80%;
    margin: 0 auto 80px;
    text-align: center;
    font-size: 14px;
}

#testimonials a {
    margin: 0 auto;
}

@media (min-width: 768px) {
    #banner h1 {
        font-size: 40px;
    }

    #banner p {
        font-size: 16px;
    }

    #introduction h2 {
        font-size: 40px;
    }

    #introduction p {
        font-size: 16px;
    }

    #highlights h2 {
        font-size: 40px;
    }

    #highlights p {
        font-size: 16px;
    }

    #highlights::before {
        background-size: auto 280px;
        height: 280px;
    }

    #highlights::after {
        background-size: auto 280px;
        height: 280px;
    }

    #testimonials h2 {
        font-size: 40px;
    }

    #testimonials p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    body {
        background-image: url('../images/background/smoke_black.png');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% 1000px;
    }

    header {
        background-color: transparent;
        box-shadow: none;
    }

    #banner {
        background: none;
    }

    #banner #use-cases {
        display: flex;
    }

    #banner p {
        margin: 0 auto 120px;
    }

    #highlights #features {
        width: 50%;
    }

    #banner h1 {
        font-size: 60px;
    }

    #banner p {
        font-size: 20px;
    }

    #introduction h2 {
        font-size: 48px;
    }

    #introduction p {
        font-size: 20px;
    }

    #highlights h2 {
        font-size: 48px;
    }

    #highlights p {
        font-size: 20px;
    }

    #testimonials h2 {
        font-size: 48px;
    }

    #testimonials p {
        font-size: 20px;
    }
}

@media (min-width: 1400px) {
    #highlights::before {
        background-size: 100% 320px;
        height: 320px;
    }

    #highlights::after {
        background-size: 100% 320px;
        height: 320px;
    }
}