@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Aldrich);
@import url(https://fonts.googleapis.com/css?family=Orbitron);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);

@font-face {
    font-family: 'AORUS';
    src: url('../innergigabytefonts/AORUS.woff') format("woff");
}

.inside-mouse {
    max-width: 1920px;
    margin: auto;
    padding: 0;
    width: 100%;
}

.InnerGIGABYTEContent h3,
.InnerGIGABYTEContent .h3 {
    font-size: 36px;
    font-family: 'AORUS', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    line-height: 1.5;
}

.InnerGIGABYTEContent p {
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 1.8px;
    color: #ddd;
    margin: 0;
    font-family: 'Titillium Web', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    text-align: center;
}

.InnerGIGABYTEContent * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

.kv-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    @media screen and (max-width: 1200px) {
        min-height: 100dvw;
        margin: 10% 0 0;
    }

    .kv-img1 {
        position: relative;
        max-width: 1920px;
        width: 100%;
    }

    .kv-img2 {
        position: absolute;
        width: 100%;
        z-index: 0;
        animation: flying 4s infinite linear;

        @media screen and (max-width: 1200px) {
            width: 150%;
        }
    }

    .kv-img3 {
        position: absolute;
        bottom: 20%;
        left: 5%;
        max-width: 696px;
        width: 100%;

        @media screen and (max-width: 1200px) {
            top: 0;
            bottom: unset;
            left: unset;
            padding: 0 10% 0;
        }
    }

    .cherry-logo {
        position: absolute;
        bottom: 20%;
        left: calc(8% + 696px);

        @media screen and (max-width: 1200px) {
            bottom: 15%;
            left: unset;
        }
    }

    .rgb-icon {
        max-width: 80px;
        position: absolute;
        bottom: calc(20% + 200px);
        left: 5%;
        right: unset;
        transform: unset;

        @media screen and (max-width: 1200px) {
            display: none;
        }
    }
}

@keyframes flying {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(1%);
    }

    100% {
        transform: translateY(0);
    }
}

.designConcept-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2% 0;
}

.designConcept-text p {
    max-width: 1150px;
    width: 100%;
    padding: 0 10%;
}

.yt-video-section {
    position: relative;
    overflow: hidden;
}

.yt-video-section img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.yt-video-section .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.yt-video-section .video-container iframe,
.yt-video-section .video-container object,
.yt-video-section .video-container embed {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
}

@media screen and (max-width:1200px) {

    .yt-video-section .video-container iframe,
    .yt-video-section .video-container object,
    .yt-video-section .video-container embed {
        width: 100%;
        height: 100%;
    }
}

#cycle-section1 {
    min-height: calc(100vh - 55px);
    background-color: #0e0e0e;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: 12px 36px;
    transition: background .5s cubic-bezier(1, 0, 0, 1);
    overflow: hidden;

    #cycle1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 1920px;
        min-height: 100%;

        .cycle-slide {
            position: relative;
            width: 100%;

            .cycle-content {
                max-width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                margin: 0;
                height: calc(100vh - 55px);

                .aorus-line {
                    width: 100%;
                    max-width: 250px;
                    margin: 0;
                    transform: 0;
                    padding: 0 0 35px 0;
                }

                h3 {
                    color: #f9f9f9;
                    width: 100%;
                    margin: 0;
                    animation-duration: .4s;
                    letter-spacing: 1px;
                    padding: 0 0 30px 0;
                }

                p {
                    width: 100%;
                    margin: 0;
                    color: #fff;
                    animation-duration: .5s;
                    text-align: left;
                }

                .cycle-content-text {
                    max-width: 600px;
                    width: 100%;
                    margin: 0 0 0 130px;
                    z-index: 1;
                }

                .overview-bg {
                    position: absolute;
                    width: 1920px;
                    height: 1200px;
                    object-fit: cover;
                }

                .overview-content {
                    position: relative;
                    display: flex;
                    justify-content: space-evenly;
                    align-items: center;
                    flex-direction: row;
                    z-index: 1;
                    width: 100%;
                    height: 100%;

                    @media screen and (max-width: 1200px) {
                        flex-direction: column-reverse;
                    }

                    .overview-content-img {
                        position: relative;
                        width: 100%;
                        height: 100%;
                        display: flex;
                        justify-content: center;
                        align-items: center;

                        @media screen and (max-width: 1200px) {
                            align-items: flex-start;
                        }

                        img {
                            max-width: 100%;
                            object-fit: cover;
                        }
                    }

                    .overview-content-text {
                        background-color: #0000007a;
                        height: 100%;
                        display: flex;
                        justify-content: center;
                        align-items: flex-start;
                        flex-direction: column;
                        width: 100%;
                        max-width: 630px;
                        padding: 0 5%;

                        @media screen and (max-width: 1200px) {
                            align-items: center;
                            padding: 0 10%;
                            margin: 5% 0 0 0;
                            background-color: unset;
                            justify-content: flex-end;
                        }

                        h3 {
                            @media screen and (max-width: 1200px) {
                                text-align: center;
                            }
                        }

                        ul {
                            font-size: 0.9rem;
                            line-height: 1.6rem;
                            letter-spacing: 1.8px;
                            color: #fff;
                            list-style: unset;
                        }
                    }
                }

                .cherry-bg {
                    position: absolute;
                    width: 1920px;
                    height: 1200px;
                    object-fit: cover;
                }

                .cherry-content {
                    position: relative;
                    width: 100%;
                    display: flex;
                    justify-content: center;

                    @media screen and (max-width: 1200px) {
                        flex-direction: column;
                        height: 100%;
                    }

                    .cycle-content-text {
                        @media screen and (max-width: 1200px) {
                            margin: 0;
                            padding: 0 10%;
                            max-width: unset;
                        }

                        .cherry-logo {
                            position: relative;
                            max-width: 240px;
                            width: 100%;
                            padding: 30px 0 0 0;
                        }
                    }

                    .cherry-img {
                        position: relative;
                        cursor: none;

                        @media screen and (max-width: 1200px) {
                            width: 100%;
                            margin: 10px 0 0 0;
                        }

                        img {
                            position: relative;
                            width: 100%;
                        }

                        #cherry2 {
                            position: absolute;
                            left: 0;
                            top: 0;
                            clip-path: circle(21% at 450px 220px);
                        }
                    }
                }

                &.rgb-content {
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;

                    .rgb-bgs {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        display: flex;
                        justify-content: center;
                        align-items: center;

                        .rgb-bg {
                            position: absolute;
                            width: 1920px;
                            height: 1200px;
                            display: flex;
                            justify-content: center;
                            align-items: center;

                            @media screen and (max-width: 1200px) {
                                width: 100%;
                                min-width: 1000px;
                                height: unset;
                            }

                            &>* {
                                position: absolute;
                                width: 100%;
                                display: none;
                                filter: blur(5px);

                                &.huerotate {
                                    animation: huerotate 5s linear infinite;
                                }
                            }
                        }

                        .rgb-bg0 {
                            @media screen and (max-width: 1200px) {
                                width: 1920px;
                            }
                        }
                    }

                    .cycle-content-text {
                        padding: 0;
                        margin: 0;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        flex-direction: column;
                        position: relative;
                        height: 50%;

                        @media screen and (max-width: 1200px) {
                            padding: 10% 10% 0;
                        }

                        h3,
                        p {
                            text-align: center;
                        }

                        .rgb-btns {
                            width: 100%;
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                            align-items: center;

                            div {
                                margin: 30px 5px 0 5px;
                                max-width: 85px;
                                width: 100%;
                                cursor: pointer;
                                filter: grayscale(1);
                                display: flex;
                                flex-direction: column;
                                align-items: center;
                                justify-content: center;

                                &:hover {
                                    filter: grayscale(0);
                                }

                                &:nth-child(1) {
                                    margin: 30px 5px 0 0;
                                }

                                &:nth-last-child(1) {
                                    margin: 30px 0 0 5px;
                                }

                                p {
                                    color: #ff6400;
                                    min-width: 100px;
                                }

                                img {
                                    width: 50px;
                                }

                                &:nth-child(5),
                                &:nth-child(6) {
                                    @media screen and (max-width: 1200px) {
                                        display: none;
                                    }
                                }
                            }
                        }

                        .rgb-icon {
                            position: absolute;
                            right: 0;
                            bottom: 0;
                            max-width: 80px;
                            height: 80px;
                            transform: translate(145%, 10%);

                            @media screen and (max-width: 1200px) {
                                display: none;
                            }
                        }
                    }
                }

                &.allkey-bg {
                    background-image: url('../innergigabyteimages/allkey-bg.jpg');
                    background-position: center;
                    background-size: cover;
                    width: 100%;

                    .allkey-content {
                        width: 100%;
                        display: flex;
                        justify-content: space-evenly;
                        align-items: center;

                        @media screen and (max-width: 1000px) {
                            justify-content: center;
                            flex-direction: column-reverse;
                            height: 100%;
                        }

                        &>img {
                            width: 100%;
                            max-width: 500px;
                            z-index: 1;
                        }

                        .cycle-content-text {
                            display: flex;
                            justify-content: center;
                            align-items: flex-start;
                            flex-direction: column;
                            max-width: 600px;
                            width: 100%;
                            z-index: 1;
                            margin: 0;

                            @media screen and (max-width: 1000px) {
                                padding: 0 10%;
                            }

                            a {
                                text-decoration: none;
                                color: #ffffff;
                                width: 140px;
                                background-color: #262626;
                                margin-top: 30px;
                                height: 44px;
                                text-align: center;
                                justify-content: center;
                                align-items: center;
                                display: flex;

                                @media screen and (max-width: 1000px) {
                                    display: none;
                                }

                                &:hover {
                                    text-decoration: none;
                                    color: #ff6400;
                                }
                            }
                        }
                    }
                }

                &.fullrange {
                    width: 100%;
                    align-items: flex-end;

                    @media screen and (max-width: 1000px) {
                        align-items: center;
                    }

                    .fullrange-content {
                        max-width: 600px;
                        width: 100%;
                        margin: 0 130px 0 0;

                        @media screen and (max-width: 1000px) {
                            margin: 0;
                        }

                        .fullrange-bg {
                            position: absolute;
                            left: 50%;
                            top: 50%;
                            transform: translate(-50%, -50%);
                            z-index: 0;
                            width: 1920px;
                            height: 1200px;
                        }

                        .fullrange-content-text {
                            z-index: 1;
                            position: relative;

                            @media screen and (max-width: 1000px) {
                                padding: 0 10%;
                            }
                        }
                    }
                }

                .OnTheFly-content {
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    width: 100%;
                    height: 100%;
                    padding: 0;

                    .OnTheFly-bg {
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%, -50%);
                        z-index: 0;
                        width: 1920px;
                        height: 1200px;

                        @media screen and (max-width: 1200px) {
                            top: 65%;
                            transform: translate(-50%, -50%) scale(0.7);
                        }
                    }

                    .OnTheFly-content-text {
                        display: flex;
                        justify-content: space-evenly;
                        align-items: center;
                        flex-direction: row;
                        width: 100%;
                        max-width: 1660px;
                        z-index: 1;
                        height: 45%;

                        @media screen and (max-width: 1200px) {
                            flex-direction: column;
                            justify-content: center;
                            padding: 15% 10% 0;
                        }

                        .aorus-line {
                            align-self: flex-end;
                            transform: none;
                        }

                        &>p {
                            max-width: 500px;
                            width: 100%;
                        }

                        &>div {
                            max-width: 580px;
                            width: 100%;
                            text-align: right;

                            @media screen and (max-width: 1200px) {
                                text-align: center;
                            }
                        }

                        &>img {
                            max-width: 270px;
                            width: 100%;

                            @media screen and (max-width: 1200px) {
                                display: none;
                            }
                        }
                    }
                }

                .CableManage-content {
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;
                    width: 100%;
                    height: 100%;

                    .CableManage-bg {
                        position: absolute;
                        z-index: 0;
                        width: 1920px;
                        height: 1200px;
                        max-width: 100%;
                        max-height: 100%;
                        object-fit: cover;
                    }

                    .CableManage-content-text {
                        position: relative;
                        z-index: 1;
                        height: 100%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        flex-direction: column;

                        @media screen and (max-width:1500px) {
                            justify-content: flex-end;
                        }

                        h3 {
                            text-align: center;
                        }

                        p {
                            text-align: center;
                            padding: 0 10%;
                        }
                    }

                    .CableManage-content-img {
                        width: 100%;
                        max-width: 1200px;
                        position: relative;
                        z-index: 1;
                        background-image: url('../innergigabyteimages/cable-1.png');
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: contain;
                        animation: CableManage 2s linear infinite;
                        height: 100%;
                    }
                }
            }
        }
    }
}

@keyframes huerotate {
    0% {
        filter: hue-rotate(0) blur(5px);
    }

    100% {
        filter: hue-rotate(360deg) blur(5px);
    }
}

@keyframes CableManage {
    0% {
        background-image: url('../innergigabyteimages/cable-1.png');
    }

    33.33% {
        background-image: url('../innergigabyteimages/cable-2.png');
    }

    66.67% {
        background-image: url('../innergigabyteimages/cable-3.png');
    }

    100% {
        background-image: url('../innergigabyteimages/cable-1.png');
    }
}

.cycle-pager1 {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: transform 0.5s ease 0s;
    transform: translateY(100%);
    font-family: 'AORUS', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;

    @media screen and (max-width: 1000px) {
        display: none;
    }

    div {
        width: 100%;
        height: 100%;
        background-color: #5555553c;
        color: #eeeeee;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;

        &:hover {
            color: #46E6E6;
            background-color: #2e2e2e3c;
        }

        &.cycle-pager-active {
            color: #555555;
            background-color: #46E6E6;
        }

        &.cycle-pager-active:hover {
            color: #000000;
            background-color: #00ffff;
        }
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .InnerGIGABYTEContent h2 {
        font-size: 36px;
    }

    .aorus-line {
        padding: 0 0 15px 0;
    }

    .cycle-content h3 {
        font-size: 24px;
        padding: 0 0 15px 0;
    }

    .rgb-btns div {
        margin: 15px 5px 0 5px;
    }

    .rgb-btns div:nth-child(1) {
        margin: 15px 5px 0 0;
    }

    .rgb-btns div:nth-last-child(1) {
        margin: 15px 0 0 5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .InnerGIGABYTEContent h2 {
        font-size: 36px;
    }

    .aorus-line {
        padding: 0 0 15px 0;
    }

    .cycle-content h3 {
        font-size: 24px;
        padding: 0 0 15px 0;
    }

    .rgb-btns div {
        margin: 15px 5px 0 5px;
    }

    .rgb-btns div:nth-child(1) {
        margin: 15px 5px 0 0;
    }

    .rgb-btns div:nth-last-child(1) {
        margin: 15px 0 0 5px;
    }
}

@media screen and (max-width: 768px) {
    .InnerGIGABYTEContent h2 {
        font-size: 36px;
    }

    .aorus-line {
        padding: 0 0 15px 0;
    }

    .cycle-content h3 {
        font-size: 24px;
        padding: 0 0 15px 0;
    }

    .rgb-btns div {
        margin: 15px 5px 0 5px;
    }

    .rgb-btns div:nth-child(1) {
        margin: 15px 5px 0 0;
    }

    .rgb-btns div:nth-last-child(1) {
        margin: 15px 0 0 5px;
    }
}