@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Titillium+Web&display=swap');

.main-wrapper {
    font-family: "Titillium Web", "Noto Sans", "Arial", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #ccc;
    background-color: #000;
    max-width: 1920px;
    margin: 0 auto;
}

.main-wrapper h1 {
    font-family: "Orbitron", "Noto Sans", "Arial", sans-serif;
    font-size: 68px;
    color: #46E6E6;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .2em;
    margin-bottom: 0;
}

.main-wrapper h2 {
    font-family: "Orbitron", "Noto Sans", "Arial", sans-serif;
    font-size: 46px;
    color: #ccc;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 0;
}

.main-wrapper h3 {
    font-family: "Orbitron", "Noto Sans", "Arial", sans-serif;
    font-size: 30px;
    color: #ccc;
    font-weight: 500;
    letter-spacing: .05em;
    margin: 8px 0;
}

.main-wrapper h4 {
    font-family: "Orbitron", "Noto Sans", "Arial", sans-serif;
    font-size: 20px;
    color: #46E6E6;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 0;
}

.main-wrapper p {
    margin-bottom: 0;
}

.main-wrapper a {
    text-decoration: none;
}

.section-1 {
    background-image: url(../img/bg-hero.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 1069px;
}

.text-hero {
    text-align: center;
    padding-top: 48px;
}

.text-hero h3 {
    font-size: 16px;
    color: #ccc;
    margin: 0;
}

.text-hero h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 8px;
}

.section-2 {
    background-color: #101010;
    text-align: center;
    padding: 6em 0;
}

.section-2 p {
    padding: 0 7em;
    margin: 20px 0;
}

.adaptive-sync h4 {
    color: #ff6400;
}

.icons {
    padding: 2em 0;
}

.icons img {
    margin-right: 3em;
}

.icons img:last-child {
    margin-right: 0;
}

.section-3 {
    background-image: url(../img/bg-flip.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 755px;
    display: flex;
    align-items: center;
}

.section-3 .row {
    display: flex;
    align-items: center;
}

.section-3 p {
    margin-top: 1em;
}

.slick-wrapper .slick-dots {
    top: 3rem;
}

.slick-prev {
    left: 0;
    z-index: 99999;
}

.slick-prev:before {
    content:url(../img/arrow-left.png);
}

.slick-next {
    right: 100px;
    z-index: 99999;
}

.slick-next:before {
    content: url(../img/arrow-right.png);
}

.slick-wrapper .slick-dots li {
    margin: 0 12px;
}

.slick-wrapper .slick-dots .nav-button {
    display: block;
    min-width: 220px;
    padding: 7px 10px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    border: 2px solid #9B9B9B;
    background-color: #333;
}

.slick-wrapper .slick-dots .slick-active {
    color: #fff;
    background-color: rgba(255, 100, 0, .30);
}

.slick-wrapper .slick-dots .slick-active .nav-button {
    background-color: transparent;
    color: #fff;
}

.section-4 {
    background-image: url(../img/bg-visual.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 1044px;
}

.section-4 h2 {
    text-align: center;
    padding-top: 96px;
}

.slide-wrapper {
    padding-top: 8em;
}

.slide-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.slide-content h4 {
    font-size: 16px;
    margin-top: 24px;
}

.slide-content h3 {
    margin-bottom: 12px;
}

.section-5 {
    background-image: url(../img/bg-design.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1800px auto;
    display: flex;
    align-items: center;
    margin-top: 5em;
}

.section-5 .row {
    display: flex;
    align-items: center;
}

.section-5 p {
    margin-top: 1em;
}

.section-6 {
    text-align: center;
    padding: 8em 0;
}

.slick-wrapper-2 .slick-dots {
    top: 3rem;
}

.slick-wrapper-2 .slick-dots li {
    margin: 0 12px;
}

.slick-wrapper-2 .slick-dots .nav-button {
    display: block;
    min-width: 220px;
    padding: 7px 10px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    border: 2px solid #9B9B9B;
    background-color: #333;
}

.slick-wrapper-2 .slick-dots .slick-active {
    color: #fff;
    background-color: rgba(255, 100, 0, .30);
}

.slick-wrapper-2 .slick-dots .slick-active .nav-button {
    background-color: transparent;
    color: #fff;
}

.features {
    background-image: url(../img/bg-features.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 3537px;
}

.section-7 h2 {
    text-align: center;
}

.slick-wrapper-2 .slide-content {
    max-width: 930px;
}

.section-8 {
    padding: 6em 0;
    text-align: center;
}

.section-9 .tech-title {
    text-align: center;
    margin-bottom: 4em;
}

.section-9 .tech-feature {
    text-align: center;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(79, 79, 79, 0.49);
    border-radius: 0.5em;
    padding: 3em;
}

.section-9 .tech-feature h4 {
    color: #fff;
    margin: 12px;
}

.section-10 {
    text-align: center;
    padding: 6em 0;
}

.section-10 p {
    margin-top: 18px;
}

.section-10 .ergonomic {
    margin-top: 64px;
}

.section-11 {
    background-color: #000;
    padding: 3em;
}

.section-11 small {
    display: block;
    font-size: 14px;
    margin-bottom: 3em;
}

.section-11 .hdmi img {
    margin-bottom: 12px;
}

.section-11 p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
}

.section-11 p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .main-wrapper h1 {
        font-size: 42px;
    }
    .section-1 {
        height: 840px;
    }
    .section-2 {
        padding: 4em 0;
    }
    .section-2 p {
        padding: 0;
    }
    .icons img {
        margin-right: 0;
        margin-bottom: 3em;
    }
    .icons img:nth-child(2) {
        margin-bottom: 0;
    }
    .section-4 {
        height: 840px;
    }
    .section-5 {
        margin-top: 4em;
    }
    .slick-wrapper .slick-dots li {
        margin: 5px 0;
    }
    .slick-prev:before {
        display: none;
    }
    .slick-next:before {
        display: none;
    }
    .slide-wrapper {
        padding-top: 14rem;
    }
    .section-6 {
        padding: 6em 0;
    }
    .slick-wrapper-2 .slick-dots li {
        margin: 5px 0;
    }
    .slick-wrapper-2 .slide-wrapper {
        padding-top: 14rem;
    }
    .features {
        height: 3112px;
    }
    .section-8 {
        padding: 4em 0;
    }
    .section-9 .tech-title {
        margin-bottom: 2em;
    }
    .section-9 .tech-feature {
        margin-bottom: 20px;
        padding: 2em;
    }
    .section-10 {
        padding: 4em 0;
    }
    .section-10 .ergonomic {
        margin-top: 2em;
    }
    .section-11 {
        padding: 2em;
    }
}



