/*  amd-3000-landingpage.css
    This stylesheet is a modified version of the stylesheet created by WebFlow
    Liaison Creative+Marketing, rgentile 10/26/19
 */

.w-layout-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: 'Nunito', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

/* landing page hero */
.section-hero {
  display: flex;
  min-height: 650px;
  padding-right: 50px;
  padding-left: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../images/hero.jpg');
  background-position: 30% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1920px) { 
    .section-hero {
      background-size: cover;
      background-position: 80%;
    }
}


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

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

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

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

.image {
  max-width: 40px;
}

.hero-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.hero-wrapper {
  width: 100%;
  max-width: 775px;
  margin-bottom: 50px;
}

.section-intro {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  background-image: url('../images/intro-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.section-wrapper {
  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: #000;
  line-height: 28px;
  font-weight: 400;
}

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

.image-3 {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.section-rule {
  background-image: url('../images/section-rule.png');
  background-position: 50% 50%;
  background-size: cover;
  height: 1px;
}

@media (max-width: 1920px) {
    .section-rule {
        background-size: contain;
    }
}

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




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

@media (max-width: 991px) {
  .section-content.bg-skydivers {
    background-image: linear-gradient(45deg, transparent 34%, #fff), url('../images/skydivers-bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
}

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



.section-content.bg-astronaut {
  background-image: url('../images/astronaut-bg.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1920px) {
  .section-content.bg-astronaut {
    background-size: cover;
  }
}


/*@media (max-width: 767px) {*/
@media (max-width: 1100px) {  /* when text starts going on top of monitor */
  .section-content.bg-astronaut {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5), #fff), url('../images/astronaut-bg.jpg');
    background-position: 0px 0px, 60% 50%;
    background-size: auto, cover;
  }
}


.section-content.bg-astronaut .content-box {
  max-width: 400px;
  align-self: auto;
}

@media (max-width: 767px) {
    .section-content.bg-astronaut .content-box {
      max-width: none;
    }
}


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

.athlon-radeon-logos-stacked {
  display: none;
  overflow: hidden;
}



@media (max-width: 767px) {
  .section-content.athlon-radeon {
    /*background-image: linear-gradient(315deg, rgba(255, 255, 255, 0.5), #fff), url('../images/athlon-radeon-bg.jpg');*/
    background-image: url('../images/athlon-radeon-bg.jpg');
    background-position: 0px 0px, 60% 50%;
    background-size: cover;
  }
    
  .athlon-radeon-logos {
    display: none;
  }

  .athlon-radeon-logos-stacked {
    display: block;
    grid-row: 2; /* puts logos below text */
    max-width: 65%;  
  }
    
}

@media (max-width: 479px) {
  .section-content.athlon-radeon {
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.1), #fff), url('../images/athlon-radeon-bg.jpg');
  }
    
  .xbox-logo {
    width: 100%;
  }
    

}













/* FROM OTHER PAGE FOR PRODUCT SKUS LAYOUT */

.section-product {
  display: flex;
  min-height: 420px;
  padding: 40px 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-image: url('../images/sku-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

@media (max-width: 1920px) {
    .section-product {
      /*background-size: contain;*/
    }
}





.section-product .line {
  border-bottom: 1px solid #000;
}


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

@media (max-width: 767px) {
    .section-product .grid {
        grid-row-gap: 40px;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }
}




.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: #000;
  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 {  /* not sure if need this rgentile */
    padding-right: 30px;
    padding-left: 30px;
  }
    
}

/* END FROM OTHER PAGE FOR PRODUCT SKUS LAYOUT */


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

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

@media (max-width: 1920px) {
    .section-footer {
      /*background-size: contain;*/
    }
}


.grid {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  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;
}



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

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

.w-button {
    color: #000;
    border-radius: 30px;
    text-transform: lowercase;
}

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

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

.header-body {
  background-color: transparent;
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

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

.qualify-heading {
  margin-top: 20px;
  padding-right: 10px;
  color: #fff;
  font-size: 20px;
}

.image-8 {
  margin-bottom: 30px;
}

.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 {
  display: flex;
  justify-content: space-between;
}

.div-block-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.div-block-3 {
  display: flex;
  min-width: 380px;
  flex-direction: column;
}

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

.image-10 {
  margin-bottom: 13px;
}

.div-block-4 {
  display: flex;
}

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

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

.line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 280px;
  flex-direction: column;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
}

.div-block-6 {
  width: 1px;
  margin-right: 56px;
  margin-left: 56px;
  background-image: repeating-linear-gradient(180deg, #000, #4e4e4e 50%, #000);
}

@media (max-width: 991px) {
  .section-hero {
    /*padding-right: 20px;
    padding-bottom: 40px;*/
    justify-content: flex-end;
  }
  .text-box {
    max-width: 350px;
  }
/*
  .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;
  }
  .image-10 {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-5 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .div-block-6 {
    width: 100%;
    height: 1px;
    margin: 30px 0px;
    background-image: repeating-linear-gradient(270deg, #000, #4e4e4e 50%, #000);
  }
}

@media (max-width: 767px) {
  .section-hero {
    min-height: 500px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-1 {
    font-size: 30px;
    line-height: 30px;
  }
  .text-box.mobile-text-box {
    display: block;
    /*max-width: 575px;*/
    /*margin-bottom: 0px;*/
      margin: 0 auto; /* center box when below hero */
  }
  .hero-info {
    display: none;
  }
  .section-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;
  }
  .devices {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 479px) {
  .text-box.mobile-text-box {
    margin-bottom: 0px;
  }
  .t1 {
    overflow: visible;
    width: 100%;
    float: none;
  }
  .section-content {
    padding: 40px 30px;
  }
  .xbox-logo {
    width: 100%;
  }
  .div-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .div-block-3 {
    min-width: 100%;
    align-items: center;
  }
  .devices {
    padding: 40px 30px;
  }
}

#w-node-cd21202e04d7-0efd9d29 {
  justify-self: start;
  align-self: center;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}


@media screen and (max-width: 767px) {
  #w-node-0e9589bd3cb7-0efd9d29 {
    justify-self: center;
  }
}

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





/* styles below were added by Liaison Creative+Marketing */


