@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
@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);

@font-face {
    font-family: 'AORUS';
    src: url('../innergigabytefonts/AORUS.woff') format("woff");
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #222;
}

::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

#divGoTop,
.EnterpriseButton {
    display: none !important;
}

@media screen and (min-width:960px) {
    #model-header {
        padding: 0.5% 0;
        position: unset;
        left: unset;
        top: unset
    }

    #model-header .header-sub-title {
        display: block
    }

    .model-content {
        margin-top: 120px;
        display: none;
    }

    .Content-TopArea .breadcrumb {
        margin-right: 0;
        margin-left: 0;
    }

    #PageMainContent .container {
        max-width: 90%;
        min-width: 90%;
    }

    .main-content .model-header>.header-sub-title {
        margin: 5px 0;
    }
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    background: black;
}

.InnerGIGABYTEContent {
    max-width: 2560px;
    margin: auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.InnerGIGABYTEContent h3 {
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    font-family: "AORUS", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    color: #ddd;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    line-height: 1.5;
}

.InnerGIGABYTEContent h4 {
    font-family: "Titillium Web", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    color: #ddd;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 700;
}

.InnerGIGABYTEContent p,
.InnerGIGABYTEContent ul,
.InnerGIGABYTEContent li {
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 1.8px;
    color: #ddd;
    font-family: "Titillium Web", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    list-style: unset;
}

.InnerGIGABYTEContent * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

@media screen and (min-width:1201px) and (max-height:768px) {
    .InnerGIGABYTEContent h3 {
        line-height: unset;
    }

    .InnerGIGABYTEContent h4 {
        margin: 0;
    }

    .InnerGIGABYTEContent p,
    .InnerGIGABYTEContent ul,
    .InnerGIGABYTEContent li {
        font-size: 8px;
        line-height: unset;
        margin: 0;
    }
}

a.link {
    display: inline-flex;
    font-size: 0.9rem;
    color: #fff;
    margin: 0 0 1vw 0;
    padding: 0.5vw 2vw;
    background: #dddddd00;
    border: #ff6400 1px solid;
    color: #ff6400;
    font-family: "Aldrich", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    transition: all .3s;
}

a.link:hover {
    color: #000;
    background: #ff6400;
    border: #ff660000 1px solid;
}

.InnerGIGABYTEContent>div {
    background-color: #000;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro {
    flex-direction: column;
    gap: 1vw;
}

.intro img {
    width: 100%;
    margin-bottom: 0.5vw;
}

.intro p {
    max-width: 800px;
    text-align: center;
}

.intro ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
    list-style: none;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
}

.intro li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.intro li h4 {
    background: -webkit-linear-gradient(#fff, #666);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro li p {
    font-size: .8rem;
    color: #bbb;
}

.intro .yt {
    position: relative;
    width: 800px;
    padding-bottom: 450px;
    overflow: hidden;
    margin: 0 0 5.5vw 0;
    border: solid 1px #333;
}

.intro .yt>iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-text {
    position: relative;
    height: 600vh;
    overflow: hidden;
}

.main-text .spacer {
    position: absolute;
    max-width: 2560px;
    width: 100%;
    height: 100vh;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-text .spacer video {
    height: 100%;
}

.main-text .spacer .col {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-text .text1 {
    position: absolute;
    top: 18%;
    right: 20%;
}

.main-text .text2 {
    position: absolute;
    top: 34%;
    left: 15%;
}

.main-text .text3 {
    position: absolute;
    top: 51%;
    left: 56%;
}

.InnerGIGABYTEContent>.slags {
    display: block;
}

.slags .spacer {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../innergigabyteimages/slag-bg.jpg) no-repeat, linear-gradient(239.1deg, #303030, #111, #111, #111);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #111;
}

.slag-slide {
    position: absolute;
    max-width: 1600px;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 5vw;
    transition: all 1s;
    opacity: 0;
    pointer-events: none;
}

.slag-slide.active {
    opacity: 1;
    pointer-events: unset;
}

.slag-slide img {
    width: 50%;
    inset: 0;
    margin: auto;
}

.slag-slide div {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.slag-slide h3 {
    margin: 0 0 2.5vw 0;
    transform: translateY(2rem);
    transition: transform .35s;
    -webkit-text-stroke: 1px #888;
    color: #111111a6;
    font-size: 7rem;
    line-height: 7rem;
    font-weight: 100;
    letter-spacing: 3px;
}

.slag-slide.windforce h3 {
    font-size: 6rem;
    line-height: 6rem;
}

.slag-slide h4 {
    transform: translateY(3rem);
    transition: transform .5s;
    letter-spacing: 1px;
}

.slag-slide p {
    transform: translateY(3rem);
    transition: transform .6s;
}

.slag-slide.active h3,
.slag-slide.active h4,
.slag-slide.active p {
    transform: translateY(0);
}

.InnerGIGABYTEContent>.pics {
    height: 300vh;
    display: block;
}

.pics .spacer {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #000;
}

.picsimgs1 {
    background-image: url(../innergigabyteimages/picsimgs1.jpg);
    background-position-x: 0;
}

.picsimgs2 {
    background-image: url(../innergigabyteimages/picsimgs2.jpg);
    background-position-x: 100%;
}

.picsimgs3 {
    background-image: url(../innergigabyteimages/picsimgs3.jpg);
    background-position-x: 0;
}

.picsimgs1,
.picsimgs2,
.picsimgs3 {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .75s;
    background-repeat: no-repeat;
    background-size: cover;
}

.active .picsimgs1,
.active .picsimgs2,
.active .picsimgs3 {
    opacity: 1;
}

.rgb {
    max-width: 2560px;
    width: 100%;
    min-height: 100vh;
    padding: 10vw 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    background-image: url(../innergigabyteimages/rgb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.rgb-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    gap: 1vw;
}

.rgb-text>h3 {
    transition: all .8s;
}

.rgb-text>h4 {
    transition: all .8s;
}

.rgb-text>p {
    transition: all .8s;
}

.rgb-text a {
    transition: transform .8s, color .5s, border .5s, background 1s;
}

.rgb-text h3,
.rgb-text h4 {
    text-align: center;
}

.rgb-text p {
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.rgb-text span {
    margin-top: 10px;
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ff6400;
}

.rgb-learn-more {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rgb-learn-more .link {
    display: flex;
    overflow: hidden;
    font-size: 0.9rem;
    padding: 0.6vw 2vw;
}

.rgb-learn-more .link:hover {
    text-decoration: none;
}

.rgb-imgs {
    max-width: 750px;
    width: 35vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.off-light,
.rgb-bgs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rgb-bgs>* {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.rgb-bgs>div>* {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.rgb-bgs *.active {
    display: flex;
}

.rgb-cover {
    width: 100%;
    position: relative;
    pointer-events: none;
    z-index: 1;
}

.rgb-bg-fill {
    fill: #ff6400;
}

.huerotate.active {
    animation: huerotate 4s linear infinite;
}

@keyframes huerotate {
    0% {
        filter: hue-rotate(0);
    }

    100% {
        filter: hue-rotate(359deg);
    }
}

.flash {
    animation: flash .5s linear infinite;
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.doubleflash {
    animation: doubleflash 1s linear infinite;
}

@keyframes doubleflash {
    0% {

        opacity: 1;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.pulse {
    animation: pulse 4s linear infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

.rgb-btn-colorpicker {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    position: relative;
    flex-direction: row;
    background-color: #11111140;
    padding: 1.5vw 3vw;
    border-radius: 20px;
    border: 1px solid #adadad2b;
    z-index: 1;
    backdrop-filter: blur(4px);
}

.rgb-btns {
    display: flex;
    flex-wrap: wrap;
}

.rgb-btns::-webkit-scrollbar {
    height: 0px;
}

.rgb-btns>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    filter: grayscale(1);
    width: 100px;
    transition: all .5s;
}

.rgb-btns>div:hover {
    filter: grayscale(0);
    transform: translateY(-1px)
}

.rgb-btns>div.active {
    filter: grayscale(0);
}

#wheelPicker {
    display: block;
}

.rgb-btns p {
    font-family: 'Aldrich', 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    color: #ff6400;
    text-align: center;
    line-height: 1;
    font-size: .5rem;
}

.illustration-announce p {
    text-align: center;
}

.InnerGIGABYTEContent>div.dots {
    position: fixed;
    right: 1vw;
    top: 50%;
    color: white;
    z-index: 9999;
    display: grid;
    justify-items: flex-end;
    gap: 16px;
    overflow: hidden;
    transform: translateY(-50%);
    background-color: unset;
    max-width: unset;
    width: unset;
    justify-content: unset;
    align-items: unset;
}

.dots a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dots a p {
    white-space: nowrap;
    color: #ffffff90;
    font-size: 8px;
    text-align: right;
    opacity: 0;
    pointer-events: none;
    padding: 0 8px 0 0;
    position: relative;
    left: 100%;
    font-family: "Titillium Web", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    width: 0;
}

.dots a div {
    background-color: #ffffff30;
    width: 6px;
    height: 26px;
    border-radius: 3px;
    transition: .2s;
}

.dots a div.active {
    background-color: #ffffff90;
}

.dots a:hover {
    text-decoration-color: #00000000;
}

.dots a:hover p {
    opacity: 1;
    pointer-events: unset;
    left: 0;
    width: 100%;
    transition: all .5s;
}

.dots a:hover div {
    background-color: #ffffff90;
}