@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

.main-wrapper {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    background-color: #121212;
}

h1 {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
}

h2 {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin: 16px 0 20px 0;
}

h3 {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #00B3AC;
    margin-bottom: 32px;
}

p {
    margin-bottom: 0;
}

.section-2 {
    background-color: #121212;
    padding: 4rem 0;
}

.section-2 h2 {
    text-align: center;
}

.section-2 h3 {
    font-size: 1.2rem;
    letter-spacing: -1px;
    color: #080808;
}

.top-content {
    margin: auto;
    max-width: 60rem;
    display: grid;
    grid-gap: max(1rem,1vw);
    grid-template-columns: repeat(auto-fit,minmax(15rem,22rem));
    grid-auto-rows: minmax(12rem,auto);
}

.feature {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    color: #080808;
    background-color: #fefefe;
    border-radius: 1rem;
}

.feature::before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 2rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.feature:first-child {
    grid-column: 1;
    grid-row: 1/span 2;
    text-align: center;
}

.feature:nth-child(-n+2) {
    grid-gap: 2rem;
    gap: 2rem;
}

.feature:nth-child(2) {
    grid-column: 2/span 2;
    grid-row: 1;
    flex-direction: row;
}

.feature:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    text-align: center;
}

.feature:nth-child(3) h3 {
    margin-top: 8px;
}

.feature:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
    text-align: center;
}

.feature:nth-child(4) h3 {
    margin-top: 8px;
}

.section-2 {
    background-color: #121212;
    padding: 4rem 0;
}

.section-2 h2 {
    text-align: center;
    margin-bottom: 40px;
}

.section-2 h3 {
    font-size: 1.2rem;
    letter-spacing: -1px;
    color: #080808;
    margin-bottom: 8px;
}

.top-content {
    margin: auto;
    max-width: 60rem;
    display: grid;
    grid-gap: max(1rem,1vw);
    grid-template-columns: repeat(auto-fit,minmax(15rem,22rem));
    grid-auto-rows: minmax(12rem,auto);
}

.feature {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    color: #080808;
    background-color: #fefefe;
    border-radius: 1rem;
}

.feature::before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 2rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.feature:first-child {
    grid-column: 1;
    grid-row: 1/span 2;
    text-align: center;
}

.feature:nth-child(-n+2) {
    grid-gap: 2rem;
    gap: 2rem;
}

.feature:nth-child(2) {
    grid-column: 2/span 2;
    grid-row: 1;
    flex-direction: row;
}

.feature:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    text-align: center;
}

.feature:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
    text-align: center;
}

.section-3 {
    background-color: #fff;
    color: #080808;
    padding: 64px 0;
}

.section-3 .col-lg-7 img {
    display: block;
    margin: 0 auto;
}

.section-3 .title {
    margin-bottom: 32px;
}

.section-3 .title h2 {
    font-size: 28px;
    color: #080808;
    margin-bottom: 8px;
}

.section-3 .col-lg-5 img {
    margin-top: 24px;
}

.section-4 {
    padding: 64px 0;
}

.section-4 p {
    padding-right: 25%;
    margin-bottom: 24px;
}

.section-5 {
    padding: 64px 0;
    background-color: #242424;
}

.section-5 p {
    padding-right: 25%;
    margin-bottom: 24px;
}

.section-6 {
    padding: 64px 0;
}

.section-6 p {
    padding-right: 30%;
    margin-bottom: 24px;
}

.section-7 {
    padding: 64px 0;
    background-color: #242424;
}

.section-7 p {
    padding-right: 25%;
    margin-bottom: 24px;
}

.hisense {
    display: flex;
    align-items: center;
}

.section-8 {
    padding: 64px 0;
}

.section-9 .col-lg-7 img {
    margin-left: 16%;
}

.section-10 {
    padding: 64px 0;
}

.section-11 .col-lg-7 img {
    margin-left: 16%;
}

.section-12 {
    padding: 64px 0;
}

.section-13 {
    border-top: 3px solid #00B3AC;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .top-content {
        max-width: 38rem;
        grid-gap: max(0.5rem,1vw);
        grid-template-columns: repeat(auto-fit,minmax(6rem,22rem));
        grid-auto-rows: minmax(8rem,auto);
    }

    .top-content p {
        display: none;
    }

    .section-4 p {
        padding-right: 0;
    }

    .section-5 p {
        padding-right: 0;
    }

    .section-6 p {
        padding-right: 0;
    }

    .section-7 p {
        padding-right: 0;
    }

    .section-8 .col-lg-7 img {
        margin-bottom: 24px;
    }

    .section-9 .col-lg-7 img {
        margin-top: 24px;
        margin-left: 0;
    }

    .section-10 .col-lg-7 img {
        margin-bottom: 24px;
    }

    .section-11 .col-lg-7 img {
        margin-top: 24px;
        margin-left: 0;
    }

    .section-12 .col-lg-7 img {
        margin-bottom: 24px;
    }

    .hisense {
        display: block;
    }
}