@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

.main-wrapper {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    background-color: #101010;
    max-width: 1920px;
    margin: 0 auto;
}

.main-wrapper h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.main-wrapper h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.main-wrapper h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.main-wrapper p {
    margin-bottom: 0;
}

.section-1 {
    background-image: url(../assets/bg-section-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 672px;
    display: flex;
    align-items: center;
}

.section-1 .row {
    display: flex;
    align-items: center;
}

.section-1 .product {
    display: block;
    margin: 0 auto;
}

.section-2 p {
    text-align: center;
    padding: 80px 0;
}

.section-2 .mag {
    background-image: url(../assets/bg-section-2.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 400px;
    display: flex;
    align-items: center;
}

.section-2 .row {
    display: flex;
    align-items: center;
}

.section-2 .mag p {
    border-image: linear-gradient(to right, transparent 20%, #d2e635 80%, #d2e635 96%, transparent 110%) 1;
    border-top: 3px;
    border-bottom: 3px;
    border-right: 0;
    border-left: 0;
    border-style: solid;
    text-shadow: 0 0 15px #000;
    text-align: left;
    padding: 16px 0;
}

.section-3 {
    background-image: url(../assets/bg-section-3.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 675px;
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.section-3 .key-features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.section-3 .key-features .box-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 28%;
}

.section-3 .box1-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000;
    min-height: 170px;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #ababab;
}

.section-3 .box1-item h2 {
    font-size: 60px;
    font-style: italic;
    margin-bottom: 0;
}

.section-3 .box1-item h3 {
    font-size: 38px;
    color: #d3e736;
    margin-bottom: 0;
}

.section-3 .ips {
    background: url(../assets/ips-icon-bg.jpg);
    background-size: cover;
    padding: 0;
}

.section-3 .key-features .box-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 38%;
}

.section-3 .box2-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000;
    min-height: 170px;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #ababab;
}

.section-3 .pd-bg {
    background: url(../assets/features-pd-bg.jpg);
    background-size: cover;
    min-height: 361px;
}

.section-3 .color {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.section-3 .color p {
    font-size: 26px;
    color: #d3e736;
}

.section-3 .color span {
    font-size: 18px;
}

.section-3 .hdr {
    background: url(../assets/hdr-ready-bg.jpg);
    background-size: cover;
}

.section-3 .adj-bg {
    display: block;
    background-image: url(../assets/navigator-icon.png);
    background-size: cover;
    background-position-x: 100%;
    background-repeat: no-repeat;
}

.section-4 .title {
    background-image: url(../assets/msi-mnt-panel-bg-dark.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 444px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.section-4 .title h2 {
    display: flex;
    justify-content: end;
    padding-right: 15%;
}

.slick-wrapper-1 .slick-dots {
    top: 0;
}

.slick-wrapper-1 .slick-dots li {
    padding-right: 120px;
    margin: 0;
}

.slick-wrapper-1 .slick-dots li:last-child {
    padding-right: 0;
}

.slick-wrapper-1 .slick-dots .nav-button {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.slick-wrapper-1 .slick-dots .slick-active .nav-button {
    font-weight: 600;
    color: #d3e736;
}

.slide-wrapper {
    margin-top: 72px;
}

.slide-content {
    text-align: center;
}

.slide-content h3 {
    padding-top: 30px;
    text-transform: uppercase;
}

.section-4 {
    background-image: url(../assets/msi-mag-dark-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 50px;
}

.section-5 .title {
    background-image: url(../assets/msi-mnt-assistance-bg-dark.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 456px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.section-5 .title h2 {
    display: flex;
    justify-content: end;
    padding-top: 15%;
    padding-right: 15%;
}

.slick-wrapper-2 .slick-dots {
    top: 0;
}

.slick-wrapper-2 .slick-dots li {
    padding-right: 120px;
    margin: 0;
}

.slick-wrapper-2 .slick-dots li:last-child {
    padding-right: 0;
}

.slick-wrapper-2 .slick-dots .nav-button {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.slick-wrapper-2 .slick-dots .slick-active .nav-button {
    font-weight: 600;
    color: #d3e736;
}

.section-6 {
    background-image: url(../assets/msi-mag-dark-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    padding-bottom: 50px;
}

.section-6 .title {
    background-image: url(../assets/msi-mnt-performance-bg-dark-opacity.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 436px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.section-6 .title h2 {
    display: flex;
    justify-content: end;
}

.section-6 h4 {
    color: #d3e736;
    margin-bottom: 20px;
}

.section-6 h3 {
    text-transform: uppercase;
    padding-top: 30px;
}

.section-7 {
    text-align: center;
    padding-bottom: 80px;
}

.section-7 .title {
    background-image: url(../assets/msi-mnt-connectivity-bg-dark-mobile.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 424px;
    display: flex;
    align-items: center;
}

.section-7 .title h2 {
    display: flex;
    justify-content: end;
    padding-right: 22%;
}

.section-7 h4 {
    color: #d3e736;
    margin-bottom: 60px;
}

.section-7 img {
    margin-bottom: 30px;
}

.section-7 .col-lg-7 img {
    border-radius: 20px;
    margin-bottom: 0;
}

.section-7 .col-lg-5 {
    background-color: #d0d0d0;
    color: #000;
    text-align: left;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-7 ul {
    list-style: none;
    font-size: 24px;
    padding: 0;
    margin: 0;
}

.section-7 ul li {
    margin-bottom: 16px;
}

.section-7 ul li:last-child {
    margin-bottom: 0;
}

.section-7 ul li span {
    font-weight: 600;
}


@media (max-width: 768px) {
    .main-wrapper h2 {
        font-size: 36px;
    }

    .main-wrapper h3 {
        font-size: 24px;
    }
    
    .order {
        order: -1 !important;
    }

    .section-1 {
        height: 560px;
    }
    
    .section-1 .product {
        max-width: 90%;
        margin-bottom: 30px;
    }

    .section-2 p {
        padding: 40px 0;
    }

    .section-2 .mag {
        height: auto;
        padding: 40px 0;
    }

    .section-2 .mag p {
        border-image: linear-gradient(to right, transparent 0%, #d2e635 30%, #d2e635 70%, transparent 100%) 1;
        text-align: center;
        margin: 24px 0;
    }

    .section-2 .mag .col-lg-3 img {
        max-width: 60%;
        display: block;
        margin: 0 auto;
    }

    .section-3 {
        height: auto;
    }

    .section-3 .key-features .box-1 {
        width: 100%;
    }

    .section-3 .key-features .box-2 {
        width: 100%;
    }

    .section-4 {
        padding-bottom: 10px;
    }

    .section-4 .title h2 {
        display: block;
        text-align: center;
        padding-right: 0;
        padding-top: 60%;
    }

    .section-4 .title {
        height: 140px;
    }

    .slick-wrapper-1 {
        margin-top: 80px;
    }

    .slick-wrapper-1 .slick-dots li {
        display: flex;
        justify-content: center;
        padding: 0;
        margin-bottom: 8px;
    }

    .slick-wrapper-1 .slick-dots li:last-child {
        margin-bottom: 0;
    }

    .slick-wrapper-1 .slide-wrapper {
        padding-top: 80px;
    }

    .section-5 .title {
        height: 140px;
    }

    .slick-wrapper-2 {
        margin-top: 20px;
    }

    .section-5 .title h2 {
        display: block;
        text-align: center;
        padding-right: 0;
    }

    .slick-wrapper-2 .slick-dots li {
        display: flex;
        justify-content: center;
        padding: 0;
        margin-bottom: 8px;
    }

    .slick-wrapper-2 .slide-wrapper {
        padding-top: 32px;
    }

    .section-6 .title {
        height: 120px;
    }

    .section-6 .title h2 {
        display: block;
        text-align: center;
        padding-right: 0;
        padding-top: 54%;
    }

    .section-6 h4 {
        margin-top: 80px;
    }

    .section-7 {
        padding-bottom: 0;
    }

    .section-7 .title {
        height: 120px;
    }

    .section-7 .col-lg-5 {
        margin-top: 30px;
        padding: 20px;
        border-radius: 0;
    }
}