/*  amd-radeon-20581149-M.css
    This stylesheet is based on the AMD Radeon/Ryzen landing page stylesheet
    but has been customized for 20581149-M_Radeon_6000_SeriesXT_Series_GTM_LandingPage
    Liaison Creative+Marketing, rgentile 10/08/2020
 */

* {
    box-sizing: border-box;
}





.heading-1 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -1px;
}

.hero-text-box {
    max-width: 575px;
    margin-bottom: 40px;
    padding: 15px 20px 10px 20px;
    background-color: #fff;
}

.hero-text-box.mobile-hero-text-box {
    display: none;
}

.hero {
    width: 100%;
    background: #000 url(../innergigabyteimages/hero-radeon.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 1078px;
    min-height: 550px;
}

.hero .call-out {
    padding: 25px 20px 25px 20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+30,0.8+51,0.66+69,0.71+90,0.5+100 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0.8) 51%,rgba(255,255,255,0.66) 69%,rgba(255,255,255,0.71) 90%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: flex; /* so can put copy and image in same row */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.2; 
    margin-bottom: 80px; /* must match height of amd arrow */
}

.hero .call-out .copy {
    flex: 0 1 70%;
    align-self: center;
}

.hero .call-out .copy p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
}

.hero .call-out .logo {
    flex: 0 1 30%;
    align-self: center;
    border-left: 2px solid #000000;
}      

.hero .call-out .logo img {
    padding-top: 0px;
    vertical-align: baseline;
    padding-left: 30px;
}

.hero .call-out-box {
    position: absolute;
    bottom:10%;
    left: 0;
    transform: translate(5%,20%);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 46%;  /* includes arrow width */
    min-width: 900px;
}

.hero .call-out-box img.amd-arrow {
    flex-shrink: 0;
    width: 80px; /* controls size of amd arrow */
}

@media (max-width: 1700px) {
    .hero .call-out-box {
        /*transform: translate(10%,-25%);*/
    }
}

@media (max-width: 1500px) {
    .hero .call-out-box {
        /*transform: translate(150%,-25%);*/
    }
}

@media (max-width: 1300px) {            
    .hero {
        background-position: 57% 30%;
    }
    .hero .call-out-box {
        transform: translate(15%,-25%);
    }
}

@media (max-width: 1100px) {            
    .hero .call-out-box {
        transform: translate(5%,-25%);
    }
}

@media (max-width: 991px) {
    .hero {
        height: auto;
        background: #000;
    }
    .hero .call-out-box {
        transform: none;
        position: relative;
        margin: 0 auto;
        top: 0;
        left: 0;
        padding:30px 0px 20px 0px;
        justify-content: center;
        width: 80%;
        min-width: inherit;
    }
    .hero .call-out {
        background: #fff; 
        padding: 10px 20px 10px 20px;
        margin-bottom: 40px; /* must match height of amd arrow */
    }
    .hero .call-out .logo img {    
        padding-left: 20px;
    }
    
    .heading-1 {
        font-size: 35px;
        line-height: 37px;
    }
    
    .hero .call-out-box img.amd-arrow {
        width: 40px; /* controls size of amd arrow */
    }
}

@media (max-width: 767px) {
    .hero .call-out {
        flex-direction: column;        
    }
    .hero .call-out .logo {
        margin-top: 20px;
        border-left: 0px;
    }
}

@media (max-width: 479px) {
    
}

.hero-info {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 310px; /* move box down below faces */
}

.hero-wrapper {
    width: 100%;
    max-width: 1100px;
}

.section-content.intro {
    display: flex;
    padding: 40px 50px;
    flex-direction: column;
    align-items: center;
    background-image: url(../innergigabyteimages/intro-bg.jpg);
    background-position: 0px 0px;
    background-size: cover;
    border-bottom: none;
    min-height: 380px;    
}

.paragraph-intro {
    margin-bottom: 0px;
    color: #fff;
    font-size: 25px;
    line-height: 42px;
    font-weight: 400;
    text-align: center;
}

.section-wrapper {
    display: flex;
    width: 100%;
    max-width: 1100px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.powerhouse .section-wrapper .content-box {
    max-width: 400px;
}

.vivid .section-wrapper {
    max-width: 1400px;
}

.vivid .section-wrapper .content-box {
    max-width: 420px;
}

.elevated .section-wrapper .content-box {
    max-width: 420px;
}

.gaming-dna .section-wrapper {
    max-width: 1400px;
}

.gaming-dna .section-wrapper .content-box {
    max-width: 420px;
}

@media (max-width: 767px) {
    .vivid .section-wrapper .content-box {
        max-width: 100%;
    }
    .powerhouse .section-wrapper .content-box {
        max-width: 100%;
    }
    .elevated .section-wrapper .content-box {
        max-width: 100%;
    }
    .gaming-dna .section-wrapper .content-box {
        max-width: 100%;
    }
}

.section-wrapper.align-right {
    align-items: flex-end;
}

.section-wrapper.align-center {
    flex-wrap: nowrap;
    align-items: center;
    flex: 0 auto;
}

.heading-2 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #000;
    font-size: 30px;
    line-height: 28px;
    letter-spacing: -0.25px;
}

.heading-2.white {
    color: #fff;
}

.t1 {
    color: #fff;
    line-height: 28px;
    font-weight: 400;
}

.section-content {
    display: flex;
    min-height: 420px;
    padding: 40px 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #333;
    background-color: #000;
}

.section-content.vivid {
    background-image: url('../innergigabyteimages/vivid-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    min-height: 580px;  /* actual height */
}

.section-content.powerhouse {
    background-image: url('../innergigabyteimages/powerhouse-bg.jpg');
    background-position: 54% 50%;
    background-size: cover;
    min-height: 580px;  /* actual height */
}

.section-content.elevated {
    background-image: url('../innergigabyteimages/elevated-bg.jpg');
    background-position: 54% 50%;
    background-size: cover;
    min-height: 580px;  /* actual height */
}

.section-content.gaming-dna {
    background-image: url('../innergigabyteimages/gaming-dna-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    min-height: 580px;  /* actual height */
}

@media (max-width: 991px) {
    .section-content.vivid {
        background-position: 60% 50%;
        background-size: auto, cover;
        min-height: 580px;
    }
    .section-content.powerhouse {
        background-position: 47% 50%;
        background-size: auto, cover;
    }
    .section-content.elevated {
        background-position: 47% 50%;
        background-size: auto, cover;
    }
    .section-content.gaming-dna {
        background-position: 60% 50%;
        background-size: auto, cover;
        min-height: 580px;
    }
}

@media (max-width: 767px) {
    .section-content.vivid {
        background-position: 20% 50%;
        background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url('../innergigabyteimages/vivid-bg.jpg');
        min-height: 420px;
    }
    .section-content.powerhouse {
        background-position: 75% 50%;
        background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url('../innergigabyteimages/powerhouse-bg.jpg');
        min-height: 420px;
    }
    .section-content.elevated {
        background-position: 75% 50%;
        background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url('../innergigabyteimages/elevated-bg.jpg');
        min-height: 420px;
    }
    .section-content.gaming-dna {
        background-position: 20% 50%;
        background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url('../innergigabyteimages/gaming-dna-bg.jpg');
        min-height: 420px;
    }
}

.section-content.product-skus-footer {
    background-image: url('../innergigabyteimages/product-skus-footer-bg.jpg');
    background-position: top right;
    background-size: contain;
    border-bottom: none;
    padding-top: 100px;
}

@media (max-width: 1900px) {
    .section-content.product-skus-footer {
        background-size: cover; 
    }
}

.section-content.product-skus-footer .section-title {
    border-bottom: 1px solid #4a4b4c;
    /*opacity: 0.8;*/
    opacity: 1.0;
    width: 100%;
}

.section-content.product-skus-footer .section-title h1 {
    text-align: center;
}

.section-content.product-skus-footer .section-wrapper.first {
    padding-top: 15px;
    border-bottom: 1px solid #4a4b4c;
    /*opacity: 0.8;*/
    opacity: 1.0;
    width: 100%;
}

.section-content.product-skus-footer .section-wrapper {
    padding-top: 40px;
}

.section-content.product-skus-footer .section-wrapper img {
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}

.section-content.product-skus-footer .grid .product span {
    color: #fff;
    text-align: center;
}

.section-content.product-skus-footer .grid .product span.title {
    color: #fff;
    font-weight: 700;
}

.line {
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.heading-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.25px;
}

.heading-3.white {
    color: #fff;
}

.content-box {
    max-width: 490px;
    align-self: auto;
}

.grid {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 270px 270px 1fr;    
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 16px;
    grid-column-gap: 30px;
}

.product {
    display: flex;
    max-width: 271px;
    flex-direction: column;
    align-items: center;
}

.product.spacer { display: block; }

@media (max-width: 767px) {
    .product {
        padding-bottom: 30px;
    }
    .product.spacer { display: none; }
}

.product-img {
    margin-bottom: 20px;
}

.product .button {
    margin-top: 20px;
    padding: 7px 15px 5px 15px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.product .button:hover {
    background-color: #fff;
    color: #000;
}

.footnotes {
    margin-bottom: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
}

.footnotes a {
    color: #fff;
    text-decoration: none;
}

.heading-2-center {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #000;
    font-size: 30px;
    line-height: 28px;
    letter-spacing: -0.25px;
}

.heading-2-center.white {
    display: block;
    width: auto;
    max-width: 700px;
    margin-right: auto;
    margin-bottom: 53px;
    margin-left: auto;
    float: none;
    clear: none;
    color: #fff;
    text-align: center;
}

.content-box-center {
    max-width: none;
}

.grid-3 {
    position: static;
    overflow: visible;
    width: 80%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}

.column {
    padding-left: 10px;
}

.column-2 {
    padding-left: 10px;
}

.game-pass-container {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 490px;
    clear: none;
    align-self: flex-start;
}

.grid-4 {
    display: grid;    
    align-self: stretch;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
}

.grid-5 {
    margin-top: 23px;
    align-self: stretch;
    grid-template-rows: auto;
}

.grid-6 {
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
}

.line {
    display: flex;
    min-width: 380px;
    flex-direction: column;
}

@media (max-width: 991px) {
    .hero-info {
        justify-content: flex-end;
        align-items: flex-end;
    }
    .content-box {
        max-width: 390px;
    }
    .content-box-center {
        max-width: 390px;
    }
    .grid-4 {
        width: 100%;
        justify-items: stretch;
    }
}

@media (max-width: 767px) {
    .heading-1 {
        font-size: 34px;
        line-height: 36px;
    }
    
    .hero .call-out .copy p {
        margin-top: 20px;
    }
    .hero-text-box.mobile-hero-text-box {
        display: block;
        max-width: 575px;
        margin-bottom: 0px;
    }
    .hero-info {
        display: none;
    }
    .section-content.intro {
        padding-right: 30px;
        padding-left: 30px;
    }
    .paragraph-intro {
        font-size: 20px;
        line-height: 29px;
    }
    .section-wrapper.align-right {
        align-items: center;
    }
    .heading-2 {
        font-size: 25px;
        line-height: 29px;
    }
    .section-content {
        padding-right: 30px;
        padding-left: 30px;
    }
    .content-box {
        max-width: none;
    }
    .grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        margin-bottom: 20px;
    }
    .heading-2-center {
        font-size: 25px;
        line-height: 29px;
    }
    .content-box-center {
        max-width: none;
    }
    .game-pass-container {
        width: 100%;
    }
    .grid-4 {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }
	.hero .call-out {
		padding: 20px !important;
	}
	.hero .call-out .logo {
		align-self: auto !important;
	}
	.hero .call-out .logo img {
		padding-left: 0px;
        max-width: 150px;
	}
}

@media (max-width: 479px) {
    .hero-text-box.mobile-hero-text-box {
        margin-bottom: 0px;
    }
    .t1 {
        overflow: visible;
        width: 100%;
        float: none;
    }
    .section-content {
        padding: 40px 30px;
    }
}

@font-face {
    font-family: 'Klavika';
    src: url('../fonts/Klavika-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Klavika';
    src: url('../fonts/Klavika-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.mobile-img {
    display: none;
}

@media screen and (max-width: 991px) {
    .mobile-img {
        display: block;
    }
}