@import url('https://fonts.googleapis.com/css2?family=Inter&family=Poppins:wght@700&display=swap');

.main-wrapper {
    font-family: 'Inter', Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #1E2E3F;
    background-color: #fff;
    max-width: 1920px;
    margin: 0 auto;
}

.main-wrapper h1 {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    margin-top: 1.2rem;
    margin-bottom: 4rem;
}

.main-wrapper h2 {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 2.2rem;
    color: #1E2E3F;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.main-wrapper p {
    margin-bottom: 0;
}

/* Section 01 */

.section-1 {
    position: relative;
    margin-bottom: 2rem;
}

.section-1-title {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.section-1 .machine {
    position: absolute;
    bottom: -22%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.section-1 .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.section-1 .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Section 02 */

.section-2 {
    padding-bottom: 4rem;
}

.section-2 img {
    padding-bottom: 2rem;
}

/* Section 03 */

.section-3 {
    background-color: #060C33;
    color: #fff;
    padding: 4rem 0;
}

.section-3 h2 {
    color: #fff;
}

.section-3 h3 {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0;
}

.section-3 p {
    margin-bottom: 4rem;
}

.section-3 ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.section-3 li {
    padding-right: 5rem;
}

.section-3 li:last-child {
    padding-right: 0;
}

.section-3 .machine-panel {
    position: relative;
    width: 148%;
    margin-top: -8.15%;
}

/* Section 04 */

.section-4 {
    background-color: #060C33;
    background-image: url(./img/carousel-background.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: auto;
}

.section-4 h2 {
    color: #fff;
}

.section-4 p {
    color: #fff;
}

.carousel-aquatech {
    display: flex;
    align-items: center;
    padding-top: 4rem;
}

/* Section 05 */

.section-5 {
    background-color: #060C33;
    padding: 4rem 0;
}

.section-5 h2 {
    color: #fff;
}

.section-5 p {
    color: #fff;
}

/* Section 06 */

.section-6 {
    background-color: #060C33;
    background-image: url(./img/perfect-cleaning-background.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 924px;
}

.section-6 h2 {
    color: #fff;
}

.section-6 p {
    color: #fff;
}

/* Section 07 */

.section-7 {
    padding: 4rem 0 2rem;
}

.section-7 p {
    padding-bottom: 3rem;
}

.section-7 iframe {
    border-radius: 25px;
}

/* Section 08 */

.section-8 {
    padding-bottom: 4rem;
}

.section-8 h2 {
    margin-bottom: 4rem;
}

.section-8 h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 1rem;
}

.aquatech-washing-machines img {
    border-radius: 12px;
}

.aquatech-washing-machines a {
    display: inline-block;
    border-radius: 9999px;
    font-size: 1rem;
    text-decoration: none;
    line-height: 1;
    color: #fff;
    background-color: #00a651;
    padding: 0.75rem 2.5rem;
    margin-top: 1rem;
}

@media screen and (max-width: 768px) {

    .main-wrapper h1 {
        font-size: 1.4rem;
        margin-top: 1rem;
    }
    
    .main-wrapper p {
        font-size: 16px;
    }
    
    .section-1-title {
        top: 50%
    }

    .section-1 .machine {
        bottom: -35%;
    }

    .section-2 {
        padding-top: 1.2rem;
    }

    .section-2 .offset-2 {
        margin-left: 0;
    }

    .section-2 img {
        padding-bottom: 1rem;
    }

    .section-3 .offset-3 {
        margin-left: 0;
    }

    .section-3 h3 {
        font-size: 1rem;
    }

    .section-3 .offset-2 {
        margin-left: 0;
    }

    .section-3 li {
        padding-right: 0;
    }

    .section-4 .offset-3 {
        margin-left: 0;
    }

    .section-5 .offset-3 {
        margin-left: 0;
    }

    .section-6 .offset-3 {
        margin-left: 0;
    }

    .section-7 .offset-2 {
        margin-left: 0;
    }

    .section-7 iframe {
        width: 380px;
    }

    .section-8 .offset-2 {
        margin-left: 0;
    }

    .section-8 .col-lg-4:nth-child(2) {
        padding-bottom: 4rem;
    }
}

