@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;
}

html {
    scroll-behavior: smooth;
}

.InnerGIGABYTEContent {
    max-width: 2560px;
    margin: auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.InnerGIGABYTEContent h3 {
    text-align: left;
    font-size: 2rem;
    font-family: "Orbitron", '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: normal;
}

.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: #ff6400;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
}

.InnerGIGABYTEContent p,
.InnerGIGABYTEContent ul,
.InnerGIGABYTEContent li,
.InnerGIGABYTEContent a {
    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 {
        font-size: 16px;
        line-height: unset;
        margin: 0;
    }

    .InnerGIGABYTEContent h4 {
        font-size: 9px;
        margin: 0;
    }

    .InnerGIGABYTEContent p,
    .InnerGIGABYTEContent ul,
    .InnerGIGABYTEContent li {
        font-size: 8px;
        line-height: unset;
        margin: 0;
    }
}

.sec1 {
    max-width: 2560px;
    width: 100%;
    height: 100vh;
    position: relative;
}

@media screen and (max-width:1200px) {
    .sec1 {
        min-height: 100vh;
        background: #000;
    }
}

.kf-logos {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.kf-logos img {
    height: 80px;
    margin: 0 1vw 0 0;
}

.kf-logos img:last-child {
    margin: 0;
}

.nv-rtx {
    max-height: 57px;
}

.kf-sliders {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.kf-slider {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    position: absolute;
    padding: 0 3vw 0 10vw;
    top: 0;
    left: 0;
    transition: all .5s cubic-bezier(0, 0, 0, 1);
    display: none;
    z-index: 0;
    opacity: 0;
}

.kf-slider:first-child {
    position: relative;
}

.kf-slider.kf-prev {
    transform: translateX(-100%);
    display: flex;
    z-index: 3;
}

.kf-slider.kf-next {
    transform: translateX(100%);
    display: flex;
    z-index: 3;
}

.kf-slider.kf-active {
    transform: translateX(0);
    display: flex;
    z-index: 5;
    opacity: 1;
}

.kf-slider-prev-btn {
    width: 10vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.kf-slider-prev-btn:hover {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.kf-slider-prev-btn>div {
    width: 20px;
    height: 20px;
    border-bottom: 1px white solid;
    border-left: 1px white solid;
    transform: rotate(45deg);
    transition: all .5s;
}

.kf-slider-prev-btn:hover div {
    border-bottom: 1px #46E6E6 solid;
    border-left: 1px #46E6E6 solid;
}

.kf-slider-next-btn {
    width: 10vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.kf-slider-next-btn:hover {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.kf-slider-next-btn>div {
    width: 20px;
    height: 20px;
    border-top: 1px white solid;
    border-right: 1px white solid;
    transform: rotate(45deg);
    transition: all .5s;
}

.kf-slider-next-btn:hover div {
    border-top: 1px #46E6E6 solid;
    border-right: 1px #46E6E6 solid;
}

.kf-img-bg {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.kf-text {
    width: 100%;
    max-width: 700px;
    min-width: 500px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1vw;
    position: relative;
}

.kf-img-main {
    max-width: 900px;
    width: 100%;
}

.kf-img {
    position: relative;
    max-width: 700px;
    width: 60%;
}

.yt-video-section {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.yt-video-section .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.yt-video-section .video-container iframe,
.yt-video-section .video-container object,
.yt-video-section .video-container embed {
    position: absolute;
    margin: auto;
    inset: 0;
    width: 90%;
    height: 90%;
}

.winforce {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.winforce>img {
    width: 100%;
    position: relative;
}

.winforce>div {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    height: 30%;
    bottom: 0;
    gap: 2vw;
}

.winforce>div h3 {
    text-align: right;
    width: 38%;
}

.winforce>div h3 span {
    display: none;
}

.winforce>div p {
    width: calc(100% - 38%);
}

.windforce-scroll {
    width: 100%;
    min-height: 500vh;
    position: relative;
}

.camera {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.windimgs {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
}

.windimgs img {
    position: absolute;
    bottom: 0;
    height: 100%;
    margin: auto;
    inset: 0;
    transition: all .5s;
    opacity: 0;
}

.windimgs .fan1 {
    animation: fan ease-in-out 10s infinite;
    transform-origin: 25.650000000000002% 46.570796460176986%;
}

.windimgs .fan2 {
    animation: fan2 ease-in-out 10s infinite;
    transform-origin: 51.449999999999996% 46.46017699115044%;
}

.windimgs .fan3 {
    animation: fan ease-in-out 10s infinite;
    transform-origin: 77.25% 46.46017699115044%;
}

@keyframes fan {
    0% {
        transform: rotateZ(0);
    }

    35% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(-3600deg);
    }
}

@keyframes fan2 {
    0% {
        transform: rotateZ(0);
    }

    35% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(3600deg);
    }
}

.windforce-scroll img.bg {
    width: 100%;
    height: 100%;
    bottom: 0;
    transition: all 1s;
    object-fit: cover;
    position: absolute;
}

.windforce-scroll img.slogan {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all .5s;
    opacity: .3;
}

.active.windforce-scroll img.slogan {
    opacity: .7;
}

.windimgs.stt0 .card,
.windimgs.stt0 .fan1,
.windimgs.stt0 .fan2,
.windimgs.stt0 .fan3 {
    opacity: 1;
}

.windimgs.stt1 .card,
.windimgs.stt1 .fan1,
.windimgs.stt1 .fan2,
.windimgs.stt1 .fan3 {
    opacity: 1;
}

.windimgs.stt2 .card,
.windimgs.stt2 .fan1,
.windimgs.stt2 .fan2,
.windimgs.stt2 .fan3,
.windimgs.stt2 .fan-ALT {
    opacity: 1;
}

.windimgs.stt3 .fan1 {
    animation: fan ease-in-out 10s;
}

.windimgs.stt3 .fan2 {
    animation: fan2 ease-in-out 10s;
}

.windimgs.stt3 .fan3 {
    animation: fan ease-in-out 10s;
}

.windimgs.stt3 .card,
.windimgs.stt3 .fan1,
.windimgs.stt3 .fan2,
.windimgs.stt3 .fan3 {
    opacity: 1;
}

.windimgs.stt4 {
    transform: translate(-31%, -10%) scale(2);
}

.windimgs.stt4 .fan1 {
    animation: fan ease-in-out 1s;
}

.windimgs.stt4 .fan2 {
    animation: fan2 ease-in-out 1s;
}

.windimgs.stt4 .fan3 {
    animation: fan ease-in-out 1s;
}

.windimgs.stt4 .fan3,
.windimgs.stt4 .fan-arrow {
    opacity: 1;
}

.windimgs.stt5 {
    transform: translate(-21%, -10%) scale(2);
}

.windimgs.stt5 .fan1 {
    animation: fan ease-in-out 1s;
}

.windimgs.stt5 .fan2 {
    animation: fan2 ease-in-out 1s;
}

.windimgs.stt5 .fan3 {
    animation: fan ease-in-out 1s;
}

.windimgs.stt5 .fan3,
.windimgs.stt5 .fan21x {
    opacity: 1;
}

.wind-texts {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wind-texts div {
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    pointer-events: none;
}

.wind-texts div.active {
    opacity: 1;
    transition: all .5s;
    pointer-events: unset;
}

.wind-texts div p {
    max-width: 600px;
    text-align: center;
}

.heat_feature_container {
    width: 100%;
    position: relative;
    padding: 10vw;
    background: #0E0E0E;
}

.heat_feature_container>div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5vw;
}

.heat_feature_cols>div {
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1vw;
}

.heat_feature_cols>div>img {
    height: 400px;
}

.heat_feature_col_text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 1vw;
}

/* ////////RGB////////////// */

.sec3 {
    max-width: 2560px;
    width: 100%;
    height: calc(100vh - 61px);
    padding: 0 5vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 200000;
}

.rgb-bg-img {
    width: 2560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: hue-rotate(0deg);
    animation: rgb-bg-img 3s linear infinite;
}

@keyframes rgb-bg-img {
    0% {
        filter: hue-rotate(10deg);
    }

    50% {
        filter: hue-rotate(-10deg);
    }

    100% {
        filter: hue-rotate(10deg);
    }
}

.rgb-text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1vw;
    margin: 0 5vw 0 0;
    position: relative;
}

.rgb-text h3,
.rgb-text h4 {
    text-align: left;
}

.rgb-text p {
    text-align: left;
    width: 100%;
    max-width: 870px;
}

.rgb-text span {
    margin-top: 10px;
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ff6400;
}

.rgb-text a {
    padding: 1%;
    margin: 0;
    border: 1px solid #46E6E6;
    width: 100%;
    max-width: 200px;
    text-align: center;
    background: none;
    transition: 0.2s;
    color: #46E6E6;
    font-weight: bold;
    line-height: 40px;
    text-shadow: none;
    text-decoration-line: none;
}

.rgb-text a:hover {
    color: #fff;
    text-shadow: 0 0 10px #46E6E6, 0 0 20px #46E6E6, 0 0 30px #46E6E6;
    text-decoration-line: none;
}

@media screen and (max-width:1200px) {
    .rgb-text span {
        display: none;
    }
}

.rgb-imgs {
    width: 100%;
    position: relative;
    animation: rgb-imgs 10s ease-in-out infinite;
}

@keyframes rgb-imgs {
    0% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-15px);
    }
}

@media screen and (max-width:1200px) {
    .rgb-imgs {
        margin: 5vw 0 0 0;
        animation: none;
    }
}

.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 *.active {
    display: flex;
}

.rgb-cover {
    width: 100%;
    position: relative;
    z-index: 1;
}

.rgb-bg-fill {
    fill: #ff6400;
}

.huerotate {
    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;
    position: relative;
}

.rgb-btns {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.rgb-btns::-webkit-scrollbar {
    height: 0px;
}

.rgb-btns>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 1vw 1vw 0;
    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);
}

@media screen and (max-width:1200px) {
    .rgb-btns {
        padding: 0;
    }

    #wheelPicker {
        margin-top: 5vw;
    }
}

@media screen and (max-width:900px) {
    .rgb-btn-colorpicker {
        flex-direction: column;
    }

    .rgb-btns {
        justify-content: flex-start;
        overflow: auto;
        padding: 0;
        margin: 5vw 5vw 0;
        width: 100%;
    }

    .rgb-btns>div {
        padding: 0 6px;
    }

    .rgb-btns p {
        font-size: 12px;
        line-height: 1.5;
        display: none;
    }

    .rgb-gesture {
        display: block;
    }
}

.rgb-btns p {
    color: #ff6400;
    text-align: center;
    line-height: 1;
}

.buildstrong {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10vw;
    padding: 10%;
    background-image: url(../innergigabyteimages/eagle/22.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.buildstrong .pin-spacer {
    pointer-events: none;
}

.buildstrong .camera {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}

.buildstrong .slogan {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
}

.buildstrong.active .slogan {
    opacity: .7;
}

.buildstrong>div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}

.buildstrong>div>div {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.buildstrong>div:nth-child(odd) {
    align-items: flex-start;
}

.buildstrong>div:nth-child(even) {
    align-items: flex-end;
}

.buildstrong>div>* {
    width: 60%;
}

.buildstrong a {
    padding: 1%;
    margin: 0;
    border: 1px solid #46E6E6;
    width: 100%;
    max-width: 200px;
    text-align: center;
    background: none;
    transition: 0.2s;
    color: #46E6E6;
    font-weight: bold;
    line-height: 40px;
    text-shadow: none;
    text-decoration-line: none;
}

.buildstrong a:hover {
    color: #fff;
    text-shadow: 0 0 10px #46E6E6, 0 0 20px #46E6E6, 0 0 30px #46E6E6;
    text-decoration-line: none;
}

.others {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.others>img {
    position: absolute;
    height: 100%;
    margin: auto;
    inset: 0;
}

.others>div {
    position: relative;
}

.utility {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    margin: 5vw;
}

.utility>* {
    max-width: 1200px;
    width: 100%;
}

.utility>div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}

.utility p {
    max-width: 600px;
    text-align: center;
}

.utility a {
    padding: 1%;
    margin: 1vw 0;
    border: 1px solid #46E6E6;
    width: 100%;
    max-width: 200px;
    text-align: center;
    background: none;
    transition: 0.2s;
    color: #46E6E6;
    font-weight: bold;
    line-height: 40px;
    text-shadow: none;
    text-decoration-line: none;
}

.utility a:hover {
    color: #fff;
    text-shadow: 0 0 10px #46E6E6, 0 0 20px #46E6E6, 0 0 30px #46E6E6;
    text-decoration-line: none;
}

.amd-logos {
    max-width: 2560px;
    width: 100%;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-logo {
    max-width: 1400px;
    width: 100%;
    padding: 5vw;
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 150px 2.4rem 1fr 150px;
    gap: .5vw 0;
    grid-template-areas:
        "logo1 logo2 logo3 logo4"
        "FreeSync software software software"
        "text1 text2 text3 text4"
        "logos logos logos logos";
}

.brand-logo>div {
    display: flex;
    justify-content: center;
}

.software {
    grid-area: software;
    border-top: #ccc 2px solid;
    background: #555;
    width: 100%;
    height: 100%;
    align-items: center;
}

.logo1 {
    grid-area: logo1;
    width: 100%;
    height: 100%;
}

.logo2 {
    grid-area: logo2;
    width: 100%;
    height: 100%;
}

.logo3 {
    grid-area: logo3;
    width: 100%;
    height: 100%;
}

.logo4 {
    grid-area: logo4;
    width: 100%;
    height: 100%;
}

.FreeSync {
    grid-area: FreeSync;
    border-top: #ccc 2px solid;
    background: #666;
    width: 100%;
    height: 100%;
    align-items: center;
}

.text1 {
    grid-area: text1;
    padding: 0 1vw;
}

.text2 {
    grid-area: text2;
    padding: 0 1vw;
    width: 100%;
    height: 100%;
}

.text3 {
    grid-area: text3;
    padding: 0 1vw;
    width: 100%;
    height: 100%;
}

.text4 {
    grid-area: text4;
    padding: 0 1vw;
    width: 100%;
    height: 100%;
}

.logos {
    grid-area: logos;
    gap: 3vw;
}

.brand-logo h4 {
    text-align: center;
    color: #eee;
    font-size: 1.3rem;
}

.brand-logo p {
    text-align: center;
    color: #ddd;
    font-size: 16px;
    line-height: 22px;
}

.brand-logo img {
    max-height: 150px;
}

.brand-copyright {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    padding: 5vw;
    background: black;
}

.brand-copyright p {
    max-width: 1366px;
    width: 100%;
    color: #777;
    font-size: 8px;
    line-height: 16px;
}

.brand-copyright img {
    margin: 5vw 0 0 0;
}

.illustration-announce {
    width: 100%;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}

.illustration-announce p {
    max-width: 800px;
    width: 100%;
    text-align: center;
}