@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%;
    height: 1200px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kv-img1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1920px;
    height: 1200px;
}

.kv-img2 {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    animation: flying 4s infinite linear;
}

.kv-img2-glitch1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .25;
}

.kv-img2-glitch2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: glitch-anim2 6s infinite linear;
}

.kv-img2-glitch3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: glitch-anim-3 3s infinite linear;
}

.kv-img2-glitch4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: glitch-anim-4 1s infinite linear;
}

.kv-section .cherry-logo {
    position: absolute;
    bottom: 20%;
    left: calc(8% + 696px);
}

.kv-section .rgb-icon {
    bottom: calc(20% + 200px);
    left: 5%;
    right: unset;
    transform: unset;
}

.kv-img3 {
    position: absolute;
    bottom: 20%;
    left: 5%;
    max-width: 696px;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .kv-section {
        height: 100vh;
    }

    .kv-img2 {
        width: 150%;
    }

    .kv-img3 {
        position: absolute;
        top: 0;
        left: 50%;
        max-width: 696px;
        width: 100%;
        padding: 10% 10% 0;
        transform: translateX(-50%);
    }

    .kv-img2-glitch1,
    .kv-img2-glitch2,
    .kv-img2-glitch3,
    .kv-img2-glitch4 {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.5);
    }

    .kv-section .cherry-logo {
        position: absolute;
        bottom: 15%;
        left: unset;
    }
}

@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%;
    }
}

#cycle1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1920px;
}

#cycle-section1 {
    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;
}

.cycle-slide {
    width: 100%;
}

.cycle-content {
    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;
}

.cycle-content h3 {
    color: #f9f9f9;
    width: 100%;
    margin: 0;
    animation-duration: .4s;
    letter-spacing: 1px;
    padding: 0 0 30px 0;
}

.cycle-content 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;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1920px;
    height: 1200px;
}

.overview-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.overview-content-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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%;
}

.overview-content-text ul {
    font-size: 0.9rem;
    line-height: 1.6rem;
    letter-spacing: 1.8px;
    color: #fff;
    list-style: unset;
}

@media screen and (max-width: 1200px) {
    .overview-content {
        flex-direction: column-reverse;
    }

    .overview-content-img {
        align-items: flex-start;
    }

    .overview-content-img>img {
        width: 100%;
    }

    .overview-content-text {
        align-items: center;
        padding: 0 10%;
        margin: 5% 0 0 0;
        background-color: unset;
        justify-content: flex-end;
    }

    .overview-content-text h3 {
        text-align: center;
    }
}

.cherry-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1920px;
    height: 1200px;
}

.cherry-content {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cherry-img {
    position: relative;
    cursor: none;
}

.cherry-img img {
    width: 100%;
}

#cherry2 {
    position: absolute;
    left: 0;
    top: 0;
    clip-path: circle(21% at 450px 220px);
}

.cycle-content-text .cherry-logo {
    max-width: 240px;
    width: 100%;
    padding: 30px 0 0 0;
}

@media screen and (max-width: 1200px) {
    .cherry-content {
        flex-direction: column;
        height: 100%;
    }

    .cherry-content .cycle-content-text {
        margin: 0;
        padding: 0 10%;
        max-width: unset;
    }

    .cherry-img {
        width: 100%;
        margin: 10px 0 0 0;
    }
}

.rgb-bgs {
    position: absolute;
    width: 100%;
    height: 100%;
}

.rgb-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1920px;
    height: 1200px;
}

.rgb-bg>* {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    filter: blur(5px);
}

.huerotate {
    animation: huerotate 5s linear infinite;
}

@keyframes huerotate {
    0% {
        filter: hue-rotate(0) blur(5px);
    }

    100% {
        filter: hue-rotate(360deg) blur(5px);
    }
}

.rgb-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rgb-content .cycle-content-text {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 50%;
}

.rgb-content .aorus-line {
    transform: none;
}

.rgb-content h3,
.rgb-content p {
    text-align: center;
}

.rgb-btns {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rgb-btns 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;
}

.rgb-btns p {
    color: #ff6400;
    min-width: 100px;
}

.rgb-btns div:hover {
    filter: grayscale(0);
}

.rgb-btns div:nth-child(1) {
    margin: 30px 5px 0 0;
}

.rgb-btns div:nth-last-child(1) {
    margin: 30px 0 0 5px;
}

.rgb-btns img {
    width: 50px;
}

.rgb-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 80px;
    height: 80px;
    transform: translate(145%, 10%);
}

@media screen and (max-width: 1200px) {
    .rgb-bg {
        width: 100%;
        min-width: 1000px;
        height: unset;
        top: 60%;
    }

    .rgb-bg0 {
        width: 1920px;
    }

    .rgb-content .cycle-content-text {
        padding: 10% 10% 0;
    }

    .rgb-icon {
        display: none;
    }

    .rgb-btns div:nth-child(5),
    .rgb-btns div:nth-child(6) {
        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;
}

.allkey-content>img {
    width: 100%;
    max-width: 500px;
    z-index: 1;
}

.allkey-content .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;
}

.allkey-content 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;
}

.allkey-content a:hover {
    text-decoration: none;
    color: #ff6400;
}

@media screen and (max-width: 1000px) {
    .allkey-content {
        justify-content: center;
        flex-direction: column-reverse;
        height: 100%;
    }

    .allkey-content .cycle-content-text {
        padding: 0 10%;
    }

    .allkey-content>img {
        max-height: 35%;
        width: unset;
        transform: scale(1.5);
    }

    .allkey-content a {
        display: none;
    }
}

.fullrange {
    width: 100%;
    align-items: flex-end;
}

.fullrange-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 1920px;
    height: 1200px;
}

.fullrange-content {
    max-width: 600px;
    width: 100%;
    margin: 0 130px 0 0;
}

.fullrange-content-text {
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .fullrange {
        align-items: center;
    }

    .fullrange-content {
        margin: 0;
    }

    .fullrange-content-text {
        padding: 0 10%;
    }
}

.OnTheFly {
    width: 100%;
}

.OnTheFly-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 1920px;
    height: 1200px;
}

.OnTheFly-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 0;
}

.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%;
}

.OnTheFly-content-text>p {
    max-width: 500px;
    width: 100%;
}

.OnTheFly-content-text>div {
    max-width: 580px;
    width: 100%;
    text-align: right;
}

.OnTheFly-content-text>img {
    max-width: 270px;
    width: 100%;
}

.OnTheFly-content-text .aorus-line {
    align-self: flex-end;
    transform: none;
}

@media screen and (max-width: 1200px) {
    .OnTheFly-bg {
        top: 65%;
        transform: translate(-50%, -50%) scale(0.7);
    }

    .OnTheFly-content-text {
        flex-direction: column;
        justify-content: center;
        padding: 15% 10% 0;
    }

    .OnTheFly-content-text>div {
        text-align: center;
    }

    .OnTheFly-content-text>img {
        display: none;
    }
}

.CableManage-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 1920px;
    height: 1200px;
}

.CableManage-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.CableManage-content-text {
    z-index: 1;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.CableManage-content-text h3 {
    text-align: center;
}

.CableManage-content-text 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%;
}

@media screen and (max-width:1500px) {
    .CableManage-content-text {
        justify-content: flex-end;
    }
}

@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) {
    .cycle-pager1 {
        display: none;
    }
}

.cycle-pager1 div {
    width: 100%;
    height: 100%;
    background-color: #5555553c;
    color: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cycle-pager1 div:hover {
    color: #46E6E6;
    background-color: #2e2e2e3c;
}

.cycle-pager1 div.cycle-pager-active {
    color: #555555;
    background-color: #46E6E6;
}

.cycle-pager1 div.cycle-pager-active:hover {
    color: #000000;
    background-color: #00ffff;
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {}

@media screen and (min-width: 1200px) and (max-width: 1500px) {}

@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;
    }
}