@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('../../innergigabyte/fonts/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;
}

@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 {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    margin: auto;
    padding: 0;
}

.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: 1.2;
}

.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;
}

.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%;
}

a.link {
    display: inline-flex;
    font-size: 0.9rem;
    color: #ffffff;
    padding: 0.5vw 2vw;
    background: #dddddd00;
    border: #46e6e6 1px solid;
    color: #46e6e6;
    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: #46e6e6;
    border: #ff660000 1px solid;
}

.InnerGIGABYTEContent {
    &>div {
        background-color: #000;
        max-width: 2560px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .keyfeature {
        background: linear-gradient(239.1deg, #303030, #111, #111, #111);
        background-color: #111;
        padding: 0 10rem;
        display: grid;

        @media screen and (max-width: 1200px) {
            padding: 0 10%;
            background-size: cover;
        }

        &:first-child {
            background-image: url('../../innergigabyte/images/kfbg1.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

        &:nth-child(2) {
            background-image: url('../../innergigabyte/images/kfbg2.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

        &>div {
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 1600px;
            width: 100%;
            min-height: 100dvh;

            @media screen and (max-width: 1200px) {
                flex-direction: column;
                gap: 2.5rem;
            }

            &>img {
                width: 50%;

                @media screen and (max-width: 1200px) {
                    width: 100%;
                }
            }
        }

        .text {
            position: relative;
            width: 50%;
            display: flex;
            flex-direction: column;
            gap: 1rem;

            h3 {
                margin: 0 0 2.5rem 0;
                transform: translateY(2rem);
                transition: transform .35s;
                font-size: 6rem;
                line-height: 7rem;
                font-weight: 100;
                letter-spacing: 3px;

                @media screen and (max-width: 1200px) {
                    font-size: 3rem;
                    line-height: 1.2;
                }
            }

            @media screen and (max-width: 1200px) {
                max-width: unset;
                width: unset;
            }

            ul {
                list-style-type: none;
            }
        }
    }

    .keyfeature:has(a.link) {
        h3 {
            -webkit-text-stroke: 1px #979696;
            color: #11111111;
        }

        &>div {
            &>img {
                width: 40%;

                @media screen and (max-width: 1200px) {
                    width: 100%;
                }
            }
        }
    }
}

/* overlay popup */
.InnerGIGABYTEContent {
    .popup {
        position: fixed;
        top: 50%;
        left: 50%;
        width: unset;
        translate: -50% -50%;
        z-index: 100;
        display: flex;
        flex-direction: column;
        max-width: 95dvw;
        max-height: 95dvh;
        overflow: unset;
        background-color: #00000000;

        .popup-content {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 2.5rem;
            backdrop-filter: blur(50px);

            &::after {
                content: '\00D7';
                position: absolute;
                width: 32px;
                height: 32px;
                font-size: 32px;
                line-height: 32px;
                right: 0;
                top: 0;
                translate: 100% -100%;
                color: white;
                display: flex;
                justify-content: center;
                align-items: center;
                pointer-events: none;
            }

            img {
                position: relative;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 75%);
        z-index: 99;
    }
}