@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&family=Roboto:wght@400;500&display=swap');

::-moz-selection {
    background: #b27aff;
}
  
::selection {
    background: #b27aff;
}

.main-wrapper {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    background-color: #000;
    max-width: 1920px;
    margin: 0 auto;
}

.main-wrapper h1 {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
    margin: 8px 0 16px;
}

.main-wrapper h2 {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
}

.main-wrapper h3 {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px;
}

.main-wrapper h4 {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px;
}

.main-wrapper p {
    margin-bottom: 0;
}

.main-wrapper a {
    text-decoration: none;
}

.section-1 {
    text-align: center;
    padding: 3rem 0;
}

.section-1 p {
    font-size: 18px;
}

.section-2 {
    text-align: center;
    padding-bottom: 3rem;
}

.section-2 h2 {
    color: #e94b20;
}

.section-2 p {
    padding: 0 13rem;
}

.section-3 {
    background-image: url(../img/bg-section-2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 750px;
    display: flex;
    align-items: center;
}

.section-3 img {
    margin-bottom: 22px;
}

.section-3 .col-lg-6 {
    background-color: rgba(0,0,0,0.6);
    padding: 80px 40px;
    border-radius: 32px;
}

.section-4 {
    padding: 3rem 0;
}

.section-4 .row {
    align-items: center;
}

.section-4 .col-lg-8 img {
    border-radius: 32px;
}

.icon-wrapper {
    display: flex;
    height: 130px;
}

.section-5 .row {
    align-items: center;
}

.section-5 .col-lg-8 img {
    border-radius: 32px;
}

.section-6 {
    text-align: center;
    margin: 3rem 0;
}

.section-6 h2 {
    color: #e94b20;
}

.section-7 {
    background-image: url(../img/bg-section-7.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 750px;
    display: flex;
    align-items: center;
}

.section-7 img {
    margin-bottom: 22px;
}

.section-7 .col-lg-6 {
    background-color: rgba(0,0,0,0.6);
    padding: 80px 40px;
    border-radius: 32px;
}

.section-8 {
    text-align: center;
    padding: 3rem 0;
}

.section-8 img {
    margin-bottom: 12px;
}

.section-9 {
    text-align: center;
}

.section-9 h2 {
    color: #e94b20;
}

.section-9 img {
    max-width: 1220px;
    width: 100%;
    border-radius: 32px;
    margin-top: 3rem;
}

.section-10 {
    text-align: center;
    padding: 3rem 0;
}

.section-10 p {
    margin-bottom: 3rem;
}

.video-container {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1220px;
    width: 100%;
    min-height: 686px;
    height: 686px;
    border-radius: 32px;
    overflow: hidden;
    justify-content: center;
    margin: 0 auto;
}

.video-container video {
    width: 100%;
}

.section-11 {
    text-align: center;
}

.section-11 h2 {
    margin-top: 22px;
}

.eyecare {
    max-width: 1220px;
    width: 100%;
    border-radius: 32px;
    margin-top: 3rem;
}

.section-12 {
    text-align: center;
    padding: 3rem 0;
}

.section-12 h2 {
    margin-top: 22px;
}

.section-12 .col-lg-8 p {
    margin-bottom: 32px;
}

.section-12 .col-lg-3 img {
    margin-bottom: 12px;
}

.section-13 {
    text-align: center;
    padding-bottom: 6rem;
}

.section-13 h2 {
    margin-bottom: 3rem;
}

.section-13 img {
    border-radius: 32px;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .section-2 p {
        padding: 0;
    }
    .section-6 .offset-2 {
        margin-left: 0;
    }
    .section-9 .offset-2 {
        margin-left: 0;
    }
    .section-10 .offset-2 {
        margin-left: 0;
    }
    .section-11 .offset-2 {
        margin-left: 0;
    }
    .section-12 .offset-2 {
        margin-left: 0;
    }
}