@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');
* {
  font-family: 'Nunito', sans-serif !important;
}
* {
    box-sizing: border-box;
}

body {
  font-family: 'Nunito', sans-serif !important;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
}


sup{
	font-size:  10px;
}

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

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

.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-image-only{
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-bottom: 1px solid #333;
}


.heading{
font-weight: 400!important;
}

/* .hero {
    background: #000 url("../images/hero-full.png") no-repeat;
    
    width: 100%;
    height: auto;


	background-position: center;
	
} */

.hero {
  width: 100%;
  background: #000 url("../images/hero-full.jpg") no-repeat;
  /* background-size: cover; */
  position: relative;
  height: 1050px;
  width: 100%;
  
}

.logoxkom{
  text-align: center;
}

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

.header-body p{
	font-size: 16pt;
	
}

.hero .call-out-box {
    
    top:60%;
    left: 10%;
    position:relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 1000px;
}

.hero .call-out {
  padding: 30px 20px 30px 20px;
  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%);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.2;
  margin-bottom: 40px;
  
}

/* .hero .call-out {
    padding: 20px;
    background: #fff;
    line-height: 1.2; 
    margin-bottom: 40px;
} */

.hero .call-out .copy {
    flex: 2 2 50%;    
}      
.hero .call-out .productimg {
    flex: 0 1 40%;
    margin-top: 20px;
}
.hero .call-out .logo img {
  padding-top: 40px;
  vertical-align: baseline;  
  padding-left: 50px;
}

.main-logo{
	margin-top: 20px;
}

@media (max-width: 1980px) {            
    .hero {
      background-size: cover;
      width: 100%;
    }
    .hero .call-out-box {
        left: 3%;
    }
}

@media (max-width: 1366px) {            
    .hero {
      background-size: cover;
      width: 100%;
    }
    .hero .call-out-box {
        left: 10%;
    }
}

@media (max-width: 1200px) {            
    .hero {
      background-size: cover;
      width: 100%;
    }
    .hero .call-out-box {
         left: 5%;
    }
}

@media (max-width: 991px) {
    .hero {
        height: 600px;
        background: #000;
    }
	.hero .call-out .copy{
		float: left;
		width:50%;
	}
    .hero .call-out-box {
       position: relative;
    top:10px;
    width: 85%;
    max-width: 650px;
		
    }
	.hero .call-out .productimg{
		float: right;
	}
	.main-logo{
	clear: both;
		margin-top: 15px;
}
}

@media (max-width: 767px) {
  .hero {
    height: 650px;
    background: #000;
}
}

@media (max-width: 479px) {
  .hero {
    height: 750px;
    background: #000;
}
}

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

/* .hero {
  
  background: #000 url("../images/bg-mobile.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  
  height: 900px;
 
} */



.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;
	border-top: 1px solid #333;
}

.paragraph-intro {
   margin-bottom: 0px;
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
max-width: 880px;
	padding-top: 70px;
	padding-bottom: 70px;
}

.intro-img-right{
	float: right;
	width:40%;
	height:auto;
}

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

.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: 32px;
  
}

.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.xbox-gamepass {
  background-image: url('../images/gamepass-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.section-content.rx5700 .project-sku-row.first {
    padding-top: 60px;
}

.section-content.rx-graphics .project-sku-row.first {
    padding-top: 60px;
}

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

.section-content.bg-produkt {
  background-image: url('../images/products-bg.jpg');
  background-position: 54% 50%;

  background-size: cover; 
	background-repeat: repeat-y
}

.section-content.rx5700 .heading-2{
	margin-top: 0px;
}

.section-content.rx5700 .content-box{
	max-width: 380px;
}

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

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

.section-content.Fastest .content-box{
	max-width: 35%;
}

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


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


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

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


.section-content.qualifying {
    background-color: #000;
}

.section-content.qualifying:first-of-type {
    border-bottom: none;
}

.section-content.qualifying h1 {
    text-align: center;
    padding-bottom: 30px;
}

.section-content.qualifying .section-wrapper {
    align-items: center;
}

.section-content.fidelity,
.section-content.sharpening,
.section-content.freesync {
  background-color: #000;
  border-bottom: 0;
  padding-bottom: 20px;
  min-height: unset;
}

.section-content.sharpening,
.section-content.freesync {
    padding-top: 0px;
}
.section-content.freesync {
  border-bottom: 1px solid #333;    
}

.section-content.fidelity h1 {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

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

@media (max-width: 991px) {
	.paragraph-intro{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
  .section-content.fnatic {
    background: #000;
  }
  .section-content.fnatic .content-box, .section-content.Fastest .content-box, .section-content.Performance .content-box {
    max-width: 100%;
    margin: 0 auto;
  }
	.section-content.Fastest{
		background-image: linear-gradient(45deg, transparent 34%, #000), url('../images/Fastest-In-Game-bg.jpg');
    background-position: 0px 0px, 20% 50%;
	}
	
  .section-content.fnatic img.mobile-img{
    margin: 0 auto;
  }    
	.paragraph-intro{
		width:100%;
	}
}

.section-content.immersive-gaming {
  background-image: url('../images/ghost-recon-monitor.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-product.immersive-gaming {
  background-image: url('../images/ghost-recon-monitor.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  .section-content.immersive-gaming {
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url('../images/ghost-recon-monitor.jpg');
    background-position: 0px 0px, 60% 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('../images/section_9_bg.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/section_9_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

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

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

.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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('../images/footer-bg.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/footer-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

.title{
  color: #fff;
  font-weight: 600;
}

.spec{
  color: #fff!important;
}

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

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

.image-7 {
  margin-bottom: 20px;
}

.product .button {
  margin-top: 15px;
  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, .chart-footnotes a{
  color: #fff;
  text-decoration: none;
}

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

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

table.chart{
	width:100%;
	border:none;
    border-collapse: collapse;
}

table.chart td{
	color: #ffffff;
	padding: 10px;
	border-left: 3px solid #000;
    border-right: 3px solid #000;
}

table.chart td:first-child {
    border-left: none;
}

table.chart td:last-child {
    border-right: none;
}

table.chart .header-row{
	font-weight: 700;
	text-align: center;
	font-size: 25px;
	line-height: 28px;
	background-color: #212121;	
}

table.chart .header-row td{
	padding-top: 35px;
	padding-bottom: 10px;
}

table.chart .chart-img{
	margin-bottom: 20px;
}

table.chart .chart-body, table.chart .chart-check{
	text-align: center;
}

table.chart p.chart-footnotes{
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

table.chart .dark-row{
	background-color: #141414;
}

table.chart .light-row{
	background-color: #212121;
}




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

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

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

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}

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

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

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.div-block-5 {
  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);
}

.dev-logos{
	margin-bottom: 30px;
}

@media (max-width: 991px) {
  .hero-info {
    justify-content: flex-end;
    align-items: flex-end;
  }
	br.line-break{
		display: none;
	}
  .section-content.rx5700 {
    background-image: linear-gradient(45deg, transparent 34%, #000), url('../images/bg-radeon.jpg');
    background-position: 0px 0px, 55% 50%;
  }
  .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) {
  .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;
  }
  .section-content.xbox-gamepass {
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url('../images/gamepass-bg.jpg');
    background-position: 0px 0px, 60% 50%;
    background-size: auto, cover;
  }
  .section-content.rx-graphics {
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.5), #000), url('../images/radeon-side-bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .section-content.rx5700 {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), #000), url('../images/products-bg.jpg');
    background-position: 0px 0px, 32% 50%;
  }
  .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;
  }
}

@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;
  }
  .section-content.xbox-gamepass {
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url('../images/gamepass-bg.jpg');
  }
  .section-content.rx-graphics {
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.5), #000), url('../images/radeon-side-bg.jpg');
  }
  .section-content.rx5700 {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), #000), url('../images/products-bg.jpg');
  }
  .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;
  }
  .section-content.bg-produkt {
    background-image: url('../images/products-bg.jpg');
    background-position: 54% 50%;
  
    background-size: contain; 
    background-repeat: repeat-y
  }

}

#gamepass-logo {
  justify-self: end;
  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) {
  #gamepass-logo-stacked {
    justify-self: center;
  }
  .section-content.bg-produkt {
    background-image: url('../images/products-bg.jpg');
    background-position: 54% 50%;
  
    background-size: contain; 
    background-repeat: repeat-y
  }

}

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

.btn {
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	color: #000;
	font-size: 16px;
	background: #FFF;
	padding: 7px 25px 7px 25px;
	border: solid #fff 1px;
	text-decoration: none;
	
}
.btn:hover {
	border: solid #fff 1px;
	text-decoration: none;
	background: none;
	color: #fff;
}