/*  amd-radeon-5500xt.css
    This stylesheet is a modified version of the stylesheet created by WebFlow
    Liaison Creative+Marketing, rgentile 11/16/19
 */

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: #fff;
  font-family: Klavika, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

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

.section-hero {
    display: flex;
    min-height: 650px;
    padding-right: 50px;
    padding-left: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../images/hero-radeon.jpg);
    background-position: 50% 50%;
    background-size: cover;
    border-bottom: 1px solid #333;
}

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

.section-hero .call-out-box {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(130%,23%);
    width: 360px;
}

.section-hero .call-out {
    max-width: 320px;
    margin-bottom: 40px;
    padding: 20px 5px 20px 20px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .section-hero .call-out-box {
        position: relative;
        top: -100px;
        left: 0;
        transform: none;
        margin: 0 auto;
        width: 360px;
    }
}

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

.section-content.intro .heading-2.white {
    margin: 0 auto 10px auto;
}

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

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

.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;
}

.t1.black {
  color: #000;
}

.t1.center {
    text-align: center;
}

.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.fidelity-header,
.section-content.sharpening-header,
.section-content.fnatic-header,
.section-content.fidelityfx,
.section-content.sharpening,
.section-content.freesync {
  background-color: #000;
}







/* Fnatic section */
.section-content.fnatic {
  background-image: url('../images/fnatic-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-content.fnatic .content-box {
    font-size: 24px;
    max-width: 455px;
}

.section-content.fnatic .fnatic-name {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: table; /* makes border same width as name */
}

.section-content.fnatic .fnatic-name p {
    margin-top: 10px; /* space between rule and name */
}

.section-content.fnatic .fnatic-rule {
    border-top: 1px solid #535353;
}

@media (max-width: 991px) {
  .section-content.fnatic {
    background: #000;
    padding: 0px 50px 40px 50px;
  }
  .section-content.fnatic .content-box {
    max-width: 80%;
    margin: 0 auto;
    padding: 40px 0px 0px 0px;  
  }
  .section-content.fnatic img.mobile-img{
    margin: 0 auto;
  }    
}

.section-content.fnatic-header {
  background: #000;
  text-align: center;
  border-bottom: 0px;  
  min-height: 160px;
  padding-bottom: 0px;
}

.section-content.fnatic-header .t1 {
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    padding-bottom: 0px;
}

.section-content.fnatic-header .section-wrapper {
    max-width: 1000px;
}

.section-content.fnatic-header .heading-2.white {
    margin: 0 auto 10px auto;
}
/* END Fnatic section */

/* Freesync section */
.section-content.freesync {
    padding-top: 0px;
}

@media (max-width: 991px) {
    .section-content.freesync {
        padding-top: 40px;
        min-height: inherit;
    }
}

.section-content.freesync-header {
  background: #000;
  text-align: center;
  border-bottom: 0px;  
  min-height: 165px;
  padding-bottom: 0px;
}

.section-content.freesync-header .section-wrapper {
    max-width: 1000px;
}

.section-content.freesync-header .heading-2.white {
    margin: 0 auto 10px auto;
}

.section-content.freesync-header .t1 {
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    padding-bottom: 0px;
}
/* END Freesync section */

/* Fidelity section */
.section-content.fidelity-header {
  background: #000;
  text-align: center;
  border-bottom: 0px;  
  min-height: 215px;
  padding-bottom: 0px;
}

.section-content.fidelity-header .t1 {
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    padding-bottom: 0px;
}

.section-content.fidelity-header .section-wrapper {
    max-width: 1000px;
}

.section-content.fidelity-header .heading-2.white {
    margin: 0 auto 10px auto;
}

@media (max-width: 991px) {
  .section-content.fidelity {
      min-height: inherit;
  }
}
/* END Fidelity section */

/* Sharpening section */
.section-content.sharpening-header {
  background: #000;
  text-align: center;
  border-bottom: 0px;  
  min-height: 160px;
  padding-bottom: 0px;
}

.section-content.sharpening-header .t1 {
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    padding-bottom: 0px;
}

.section-content.sharpening-header .section-wrapper {
    max-width: 1000px;
}

.section-content.sharpening-header .heading-2.white {
    margin: 0 auto 10px auto;
}

@media (max-width: 991px) {
  .section-content.sharpening {
      min-height: inherit;
  }
}
/* END Sharpening section */

/* Integer Display section */
.section-content.integer-display {
  background-image: url('../images/intro-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  padding: 0px 50px;
  min-height: 270px;
}

.section-content.integer-display .heading-2.white {
    margin: 0 auto 10px auto;
}

.section-content.integer-display .section-wrapper {
    flex-direction: row;
}

.section-content.integer-display .section-wrapper .integer {
    flex: 0 1 auto;
    max-width: 490px;
    margin-left: 60px;
    margin-bottom: 0px;
}
 
.section-content.integer-display .section-wrapper .boost {
    flex: 0 1 auto;
    max-width: 490px;
    margin-left: 60px;
}
 
@media (max-width: 991px) {
    .section-content.integer-display {
      padding: 40px 50px;
    }

    .section-content.integer-display .section-wrapper {
        flex-direction: column;
    }
    
    .section-content.integer-display .section-wrapper .integer {
        margin-bottom: 30px;
        margin-left: 0px;
    }

    .section-content.integer-display .section-wrapper .boost {
        margin-left: 0px;
    }
}
/* END Integer Display section */

/* Monster Hunter section */
.section-content.monster-hunter {
    background-image: url('../images/monster-hunter_bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.monster-hunter-image {
    display: none;
}

.section-content.monster-hunter-mobile {
  display: none;
  padding: 0px 50px;    
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.section-content.monster-hunter-mobile .section-wrapper {
    padding: 40px 50px;
}

@media (max-width: 991px) {
  .section-content.monster-hunter {
    display: none;
  }

  .section-wrapper.monster-hunter {
    display: none;
  }

  .monster-hunter-image {
    position: relative;
    display: inline-block;
    float: left;
  }

  .section-content.monster-hunter-mobile {
    position: static;
    display: inline-block;
    float: left;
    clear: both;
    background-image: none;
    background-color:#000;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .section-content.monster-hunter-mobile {
    display: block;
    padding: 0px 30px 40px 30px;
  }
}
/* END Monster Hunter section */

/* Adrenalin section */
.section-content.adrenalin {
  background-image: url('../images/adrenalin-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 1100px) {
  .section-content.adrenalin {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3), #000), url('../images/adrenalin-bg.jpg');
    background-position: 0px 0px, 32% 50%;
    background-size: auto, cover;
  }
}

@media (max-width: 991px) {
  .section-content.adrenalin {
    background-position: 0px 0px, 50% 50%;
  }
    
  .section-content.adrenalin .content-box {    
      max-width: 490px;
    }
}
/* END Adrenalin section */

/* Extreme Gaming section */
.section-content.extreme-gaming {
  background-image: url('../images/extreme-gaming_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  .section-content.extreme-gaming {
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url('../images/extreme-gaming_bg.jpg');
    background-position: 0px 0px, 60% 50%;
    background-size: auto, cover;
  }
}
/* END Extreme Gaming section */

/* Gears 5 section */
.section-content.gears-5 {
  display: flex;
  min-height: 400px;
  padding: 40px 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: url('../images/section_game_bg.jpg');
  background-position: 50% 50%;
  background-size: 1920px;
}

.section-content.gears-5-mobile {
  display: none;
  padding: 40px 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  min-height: unset;    
}

@media (max-width: 991px) {
  .section-content.gears-5 {   
    background-position: 43% 50%;
  }

  .section-content.gears-5-mobile {
    background-position: 43% 50%;
  }
}

@media (max-width: 767px) {
  .section-content.gears-5 {    
    min-height: 250px;
    background-image: url('../images/section_game_bg.jpg');
    background-position: 3% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-content.gears-5-mobile {
    display: block;
    padding: 20px 30px;
    min-height: unset;  
  }

  .section-wrapper.align-right.gears-5 {
    display: none;
  }    
}

@media (max-width: 479px) {
  .section-content.gears-5 {    
    background-position: 14% 50%;
  }
}
/* END Gears 5 section */

.product-footer-bg {
  background-image: url('../images/sku-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

.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;
}

@media (max-width: 767px) {
  .section-product {
    padding-right: 30px;
    padding-left: 30px;
  }
    
  .section-footer {  
    padding-right: 30px;
    padding-left: 30px;
  }
    
}

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

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

.section-footer {
  display: flex;
  padding: 40px 50px 80px 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.section-footer img {
  padding-top: 20px;    
}


.grid {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

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

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

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

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

.footnotes a,
.footnotes a:hover,
.footnotes a:visited {
  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 {
  align-self: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.xbox-logo {
  display: none;
  overflow: hidden;
}

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

.div-block {
  max-width: 500px;
}

.amd-ryzen-logos {
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 30px;
}

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

.test.align-right {
  align-items: flex-end;
}

.test.align-center {
  max-width: none;
  flex-wrap: nowrap;
  align-items: center;
  flex: 0 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;
  }
  .div-block {
    max-width: 390px;
  }
}

@media (max-width: 767px) {
  .heading-1 {
    font-size: 30px;
    line-height: 30px;
  }
  .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;
  }
  .section-footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .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;
  }
  .image-9 {
    display: none;
  }
  .xbox-logo {
    display: block;
  }
  .test.align-right {
    align-items: center;
  }

  .div-block {
    max-width: none;
  }
    
    
}

@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;
  }
  .xbox-logo {
    width: 100%;
  }
}

@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;
    }
}