@charset "UTF-8";

::-webkit-scrollbar {
    width: 0;
}

#divGoTop {
    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;
    }
}

html {
    scroll-behavior: smooth;
}

.inside-mouse.InnerGIGABYTEContent {
    max-width: 2560px;
    margin: auto;
    padding: 0;
    width: 100%;
}

.InnerGIGABYTEContent h3,
.InnerGIGABYTEContent .h3 {
    font-family: Aldrich, Helvetica, Arial, Sans-Serif;
    font-size: 48px;
    font-weight: 100;
    letter-spacing: -0.96px;
    line-height: 60px;
    color: #ff6400;
    padding: 6px 0;
}

.InnerGIGABYTEContent h4,
.InnerGIGABYTEContent .h4 {
    font-family: Aldrich, Helvetica, Arial, Sans-Serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.64px;
    line-height: 32px;
    color: #ff6400;
    margin: 0;
    padding: 10px 0;
}

.InnerGIGABYTEContent p {
    font-size: 18px;
    font-weight: normal;
    line-height: 2;
    color: #fff;
    font-family: Noto, Helvetica, Arial, Sans-Serif;
    margin: 0;
    padding: 10px 0;
}

.InnerGIGABYTEContent a.lm {
    margin: 1vw 0;
    display: inline-block;
    padding: 13px 23px 10px;
    background-color: #ff6400;
    color: #ffffff;
    border: 1px solid transparent;
    transition: color 1s, background 1s;
}

.InnerGIGABYTEContent a.lm:hover {
    color: #ff6400;
    background-color: transparent;
    border: 1px solid #ff6400;
}

.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,
    .InnerGIGABYTEContent .h3 {
        font-size: 32px;
        line-height: unset;
        margin: 5px 0;
    }

    .InnerGIGABYTEContent h4,
    .InnerGIGABYTEContent .h4 {
        font-size: 20px;
    }

    .InnerGIGABYTEContent p {
        font-size: 16px;
        line-height: 2;
        margin: 0;
    }
}

@media screen and (max-width:1200px) and (min-width:768px) {

    .InnerGIGABYTEContent h3,
    .InnerGIGABYTEContent .h3 {
        font-size: 36px;
        margin: 3vw 0;
    }
}


@media screen and (max-width:768px) {

    .InnerGIGABYTEContent h3,
    .InnerGIGABYTEContent .h3 {
        font-size: 26px;
        margin: 3vw 0;
        line-height: 1.3;
    }


    .InnerGIGABYTEContent h4,
    .InnerGIGABYTEContent .h4 {
        font-size: 20px;
    }
}

.nv-landing-content {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
}

.nv-video {
    padding: 15px 0;
}

.step-link {
    position: relative;
    display: flex;
    overflow: hidden;
    border: 1px solid transparent;
    transform: translateX(-1px);
}

.step-link:hover {
    border: 1px solid #ff6400;
}

.steps {
    width: 100%;
    transition: all 3s;
}

.steps:hover {
    transform: translate(-13%, 10%) scale(1.5);
}

@media screen and (max-width:1200px) {

    .nv-landing-content {
        padding: 0 5vw;
    }

    .nv-landing-content section {
        margin: 5vh 0;
    }
}

.cpus {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.amd {
    margin: 0 0 0 5vw;
}

.intel>p,
.amd>p {
    padding: 10px 0 0;
}

.support-grid {
    max-width: 350px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #ddd;
    border: 1px solid #ddd;
    gap: 1px;
}

.support-grid p {
    background-color: black;
    padding: 0 1rem;
    text-align: center;
}

@media screen and (max-width:1200px) {
    .cpus {
        flex-direction: column;
    }
}

.bios-setting {
    display: grid;
    grid-template-columns: auto 1fr;
}

.bios-setting span {
    color: #ff6400;
    font-weight: bold;
}

.verify {
    max-width: 558px;
    width: 100%;
}