@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Bebas+Neue&family=Titillium+Web&display=swap');

.main-wrapper {
    font-family: "Titillium Web", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #eee;
    letter-spacing: 1px;
    background-color: #000;
    max-width: 1920px;
    margin: 0 auto;
}

.main-wrapper h1 {
    font-family: "Bebas Neue", Arial, sans-serif;
    font-size: 100px;
    color: #eee;
    margin-bottom: 0;
}

.main-wrapper h2 {
    font-family: "Bebas Neue", Arial, sans-serif;
    font-size: 70px;
    color: #eee;
    line-height: 1;
    margin-bottom: 20px;
}

.main-wrapper h3 {
    font-family: "Aldrich", Arial, sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
    color: #FF6400;
    margin-bottom: 20px;
}

.main-wrapper p {
    margin-bottom: 0;
}

.section-1 .hero-title {
    text-align: center;
    padding: 3rem 0 20px;
}

.section-1 .hero-title h3 {
    margin-bottom: 0;
}

.section-2 .dpi {
    text-align: center;
    padding: 3rem 0 20px;
}

.section-2 .dpi span {
    color: #FF6400;
}

.section-3 {
    background-image: url(../img/bg-section-3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 714px;
}

.section-3 .omron {
    padding-top: 3rem;
}

.section-3 .omron p {
    padding-right: 17%;
}

.section-4 .rgb {
    text-align: center;
    padding: 3rem 0;
}

.section-4 .rgb a {
    color: #FF6400;
}

.section-5 {
    padding: 2rem 0;
    background-color: #1E1E1E;
}

.section-5 h4 {
    font-family: "Aldrich", Arial, sans-serif;
    font-size: 20px;
    color: #FF6400;
    letter-spacing: 1px;
    margin-top: 12px;
    margin-bottom: 0;
}

.section-5 p {
    font-size: 16px;
}

.section-5 .rgb-modes ul {
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}

.section-5 .rgb-modes ul li {
    margin-right: 30px;
}

.section-5 .rgb-modes ul li:last-child {
    margin-right: 0;
}

.slider-title {
    text-align: center;
    margin: 4rem 0 2rem;
}

.slider-title h2 {
    margin-bottom: 0;
}

.slick-wrapper-1 .slick-dots {
    top: 0;
}

.slick-prev:before {
    display: none;
}
.slick-next:before {
    display: none;
}

.slick-wrapper-1 .slick-dots .nav-button {
    display: block;
    min-width: 180px;
    padding: 7px 10px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #FF6400;
}

.slick-wrapper-1 .slick-dots .slick-active {
    border-bottom: 2px solid #eee;
}

.slide-content {
    display: flex;
    align-items: center;
    padding-top: 85px;
}

.slide-content .slide-text p {
    padding-right: 10%;
}

.slide-content .slide-1 {
    height: 563px;
}

.slick-wrapper-2 .slick-dots {
    top: 0;
}

.section-7 .slider-title p {
    padding: 0 20%;
}

.slick-wrapper-2 .slick-dots .nav-button {
    display: block;
    min-width: 120px;
    padding: 7px 10px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #FF6400;
}

.slick-wrapper-2 .slick-dots .slick-active {
    border-bottom: 2px solid #eee;
}

.section-7 .slide-content {
    display: block;
    padding-top: 85px;
}

.section-7 .slide-content img {
    margin: 0 auto;
}

.section-8 {
    text-align: center;
    padding-top: 20px;
}

.section-8 h2 {
    font-family: "Bebas Neue", Arial, sans-serif;
    font-size: 70px;
    color: #eee;
    margin-bottom: 0;
}

.section-8 h3 {
    margin-bottom: 40px;
}

.mobile {
    display: none;
}

@media (max-width: 768px) {
    .mobile {
        display: block;
    }
    .main-wrapper {
        font-size: 14px;
    }
    .main-wrapper h1 {
        font-size: 40px;
    }
    .main-wrapper h2 {
        font-size: 30px;
    }
    .main-wrapper h3 {
        font-size: 20px;
    }
    .section-2 .col-lg-10 {
        margin-left: 0;
    }
    .section-3 {
        background-image: none;
        height: auto;
    }
    .section-4 .col-lg-8 {
        margin-left: 0;
    }
    .section-5 .col-lg-10 {
        margin-left: 0;
    }
    .section-5 .rgb-modes ul {
        display: block;
    }
    .section-5 .rgb-modes ul li {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .slider-title {
        margin: 3rem 0 20px;
    }
    .slide-content {
        display: block;
        padding-top: 63%;
    }
    .slide-content .slide-text {
        text-align: center;
    }
    .slide-content .slide-text p {
        padding: 0;
    }
    .slide-content .slide-1 {
        height: auto;
        padding-top: 20%;
    }
    .section-7 .slider-title p {
        padding: 0;
    }
    .slick-wrapper-1 .slick-dots .nav-button {
        font-size: 16px;
    }
    .slick-wrapper-2 .slick-dots .nav-button {
        font-size: 16px;
    }
    .slick-dots li {
        margin: 0 5px 3px;
    }
    .section-8 {
        padding-top: 0;
    }
    .section-8 h3 {
        margin-bottom: 20px;
    }
}