@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.main-wrapper {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #f2e6da;
    max-width: 1920px;
    margin: 0 auto;
}

.main-wrapper h1 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 0;
}

.main-wrapper h2 {
    font-family: "Poppins", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
}

.main-wrapper h3 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
}

.main-wrapper h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
}

.main-wrapper p {
    margin-bottom: 0;
}

.spacing {
    padding: 80px 0;
}

.radius {
    border-radius: 32px;
}

.content-align {
    display: flex;
    align-items: center;
}

span {
    display: block;
    font-size: 14px;
    color: #757575;
    margin-top: 16px;
}

.section-1 {
    background-image: url(./assets/bg-section-1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 985px;
    display: flex;
    align-items: center;
}

.section-2 {
    text-align: center;
}

.section-2 h2 {
    margin-top: 16px;
}

.section-2 p {
    padding: 0 10%;
}

.section-3 h2 {
    text-align: center;
    margin-bottom: 80px;
}

.section-3 .row h2 {
    text-align: left;
    margin-bottom: 16px;
}

.section-7 {
    background-image: url(./assets/portable-gv50-sleep.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 700px;
    display: flex;
    align-items: center;
}

.section-7 h2 {
    font-size: 48px;
    color: #fff;
}

.section-14 {
    background-image: url(./assets/portable-gv50-googletv-new.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 1070px;
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.section-14 h2 {
    font-size: 48px;
    color: #fff;
}

.section-14 p {
    color: #fff;
}

.section-15 .title {
    text-align: center;
    margin-bottom: 80px;
}

.section-15 .title p {
    padding: 0 15%;
}

.section-16 {
    text-align: center;
}

.section-16 h4 {
    color: #000;
    margin-top: 16px;
}

.section-17 {
    text-align: center;
}

.section-17 p {
    padding: 0 10%;
    margin-bottom: 40px;
}

.section-18 {
    text-align: center;
}

.section-18 h2 {
    margin-top: 16px;
}

.section-18 p {
    padding: 0 10%;
    margin-bottom: 40px;
}

.section-19 {
    text-align: center;
}

.section-19 p {
    padding: 0 10%;
    margin-bottom: 40px;
}

.section-20 {
    text-align: center;
}

.section-20 h4 {
    font-size: 20px;
    color: #000;
    margin-top: 12px;
}

.section-21 {
    text-align: center;
}

.section-21 span {
    margin-bottom: 40px;
}

.section-22 {
    text-align: center;
}

.section-22 h2 {
    margin-bottom: 40px;
}

.section-22 h4 {
    font-size: 20px;
    color: #000;
}

.section-23 {
    text-align: center;
}

.section-23 p {
    margin-bottom: 40px;
}

.section-24 {
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .main-wrapper h1 {
        font-size: 28px;
    }

    .main-wrapper h2 {
        font-size: 28px;
    }

    .main-wrapper h3 {
        font-size: 24px;
    }

    .spacing {
        padding: 40px 0;
    }

    .radius {
        border-radius: 12px;
    }

    .offset-2 {
        margin-left: 0;
    }

    .order {
        order: -1 !important;
    }

    .section-1 {
        height: 345px;
    }

    .section-2 p {
        padding: 0;
    }

    .section-3 h2 {
        margin-bottom: 40px;
    }

    .section-3 video {
        margin-bottom: 16px;
    }

    .section-4 video {
        margin-bottom: 16px;
    }

    .section-5 video {
        margin-bottom: 16px;
    }

    .section-7 {
        height: 164px;
    }

    .section-8 video {
        margin-bottom: 16px;
    }

    .section-9 img {
        margin-bottom: 16px;
    }

    .section-10 img {
        margin-bottom: 16px;
    }

    .section-11 img {
        margin-bottom: 16px;
    }

    .section-12 img {
        margin-bottom: 16px;
    }

    .section-13 img {
        margin-bottom: 16px;
    }

    .section-14 {
        margin-top: 40px;
        height: 300px;
    }

    .section-14 p {
        display: none;
    }

    .section-15 .title {
        margin-bottom: 40px;
    }

    .section-15 .title p {
        padding: 0;
    }

    .section-15 video {
        margin-bottom: 16px;
    }

    .section-16 p {
        margin-bottom: 32px;
    }

    .section-17 p {
        padding: 0;
    }

    .section-18 p {
        padding: 0;
    }

    .section-19 p {
        padding: 0;
    }

    .section-20 p {
        margin-bottom: 32px;
    }

    .section-22 h4 {
        margin-bottom: 32px;
    }

    .section-24 {
        margin-bottom: 40px;
    }
}