@font-face {
font-family: 'Klavika Bold';
src: url('/fonts/Klavika-Bold.woff');
}
@font-face {
font-family: 'Klavika Light';
src: url('/fonts/Klavika-Light.woff');
}
@font-face {
font-family: 'Klavika Bold Condensed';
src: url('/fonts/Klavika-Bold-Condensed.woff');
}
@font-face {
font-family: 'Klavika Bold Italic Condensed';
src: url('/fonts/Klavika-Bold-Italic-Condensed.woff');
}
@font-face {
font-family: 'Klavika Condensed';
src: url('/fonts/Klavika-Condensed.woff');
}



section#main.main-ind {
padding:0;
background: none;
}
section#main .inner {
  max-width:100%;
}
.config_button_holder {
    margin-top: auto;
    padding: 0 20px 20px;
}
.product .column-ind-holder .column-ind-header {
	background: #f16827;
    border-radius: 5px 5px 0 0;
  }
.product .column-ind-holder .column-content .product-image-holder .product-image img{
  width: 200px;
  height: auto;
}
.product .column-ind-holder .column-content {
  border-radius:5px;
  padding: 0 0 20px 0!important;
  background: #000000;
	border-left: 1px solid	#4d4d4d;
	border-right: 1px solid	#4d4d4d;
	border-bottom: 1px solid #4d4d4d;
}
.product .column-ind-holder .column-ind-header h3 {
  color: #ffffff;
  font-weight:normal;
}

.product .column-ind-holder .column-content .products-points-holder ul li {
  font-size: 14px;
  color: #ffffff;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
  background-color: #f16827;
  border-color: #f16827;
  color: #ffffff;
}
.product .column-ind-holder .column-content .products-points-holder {
 	padding: 5px 20px 20px 20px;
  	background-color: #000000;
  	margin-top: 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #f16827;
	background-color: #000;
}
.product .column-ind-holder .column-content .from-inc-price{
  	color: #ffffff;
   margin: 0 20px;
}
.product .column-ind-holder .column-content .from-inc-price span {
  	color: #f16827;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  	color: #ffffff;
  	background-color: #e04800;
  	border-color: #e04800;
}
.product .config_button_holder{
  	margin: 0 20px;
  	margin-top: auto;
}
.product .column-ind-holder .column-content .product-image-holder .product-image{
	padding-top: 20px;
   height: auto;
}

.product-sec {
	background-color:#000000;
  	padding: 60px 0
}
.rec-specs{
    background-color: #f16827;
    padding: 10px 0;
	text-align: center;
	color: #fff;
}
.rec-specs h2 {
	margin-bottom: 0px !important;
  font-size:30px;
  text-transform:uppercase;
}
.pcs__row{
    display: flex;
    align-items: center;
}


/**fonts**/
.landing-wrapper {
	background-color: #000;
}
.landing-wrapper h1, .landing-wrapper h2{
    font-family: 'Klavika Bold';/***change to required font***/
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: normal;
}
.landing-wrapper h1{
    font-size: 50px;
}
.landing-wrapper h2{
    font-size: 30px;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
/**larger-container to replace .landing-container**/
.lg-container{
    max-width: 1920px;
    margin: 0 auto;
}
.landing-button{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 15px 20px;
    background-color: #f16827;
    color: #ffffff;
    margin-top: 20px;
	text-align: center;
	max-width: 275px;
}


/**columns**/
.pcs_col-2{ /**2columns**/
    width: 50%;
}
.pcs_col-3{ /**3columns**/
    width: 33.33%;
}
.pcs_col-4{ /**4columns**/
    width: 25%;
}

/*************for more padding inside div**********/
.col_inner{
    padding: 20px;
}


/**sections**/
.feature{
    padding: 40px;
}
/**feat1**/
#feat1{
	background: url('/images/landing/amd/why-we-game/feat1-bg.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
    background-color: #000;
    color: #fff;
	min-height: 600px;
	align-content: center;
}
#feat1mob {
	display: none;
}
#feat1 h1{
	font-family: 'Klavika Bold Condensed';
	font-size: 80px;
	line-height: 0.8;
	text-transform: uppercase;
}
#feat1 h1 span{
 	display: block; 
}
#feat1 h1 .gradient{
	font-family: 'Klavika Bold Italic Condensed';
	background: linear-gradient(90deg, rgba(255,116,50,1) 0%, rgba(255,33,33,1) 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
	padding-bottom: 20px;
}
.spacer {
	padding: 10px;
}
#feat1 h2{
	text-transform: none;
	margin-bottom: 0;
}
#feat1 h2 span{
	font-family: 'Klavika Light';
	text-transform: none;
}
#feat1 a{
	text-decoration: none;
}
/**feat2**/
#feat2, #feat4 {
	background: url('/images/landing/amd/why-we-game/feat-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
	min-height: 800px;
	color: #fff;
	display: flex;
}
#feat2 {
	background-position: 50% 25%;
}
#feat2 .reversed, #feat4 .reversed {
	flex-direction: row-reverse;
}
#feat2 h3, #feat4 h3 {
	font-family: 'Klavika Bold';
	font-size: 28px;
	text-transform: none;
	margin-bottom: 0;
}
#feat2 p, #feat4 p {
	padding-top: 20px;
}
#feat3, #feat5 {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 80px 0;
}
#game-promo {
	background: url('/images/landing/amd/why-we-game/promo-section-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 80% 50%;
	background-color: #000;
	max-width: 2560px;
	margin: 0 auto;
	color: #fff;
	border-top: solid 1px #3c3c3c;
	border-bottom: solid 1px #3c3c3c;
}
#game-promo h2 {
	font-family: 'Klavika Bold Condensed';
	font-size: 120px;
}
#game-promo h2 span {
	font-family: 'Klavika Bold Italic Condensed';
	color: #de0202;
}
#game-promo p {
	font-size: 20px;
}
#smol {
	font-size: 12px!important;
	color: #6f6f6f;
}
#feat3 h2{
	text-transform: none;
	padding-bottom: 20px;
}
#feat-games-mob {
	display:none;
}
#feat4 .pcs_col-2 img{
	padding: 0 40px;
}
#feat4 {
	background-position: 50% 100%;
}
#feat4 h3 {
	line-height: 1.2em;
}
#feat5{
    padding: 40px;
}
#feat5 p{
	font-size: 12px;
}







@media screen and (max-width: 1170px){
	.feature {
		padding: 0;
	}
	#feat2 {
		padding: 0 40px 40px 40px;
	}
	#feat3, #feat4, #feat5, .pcs_col-1 {
		padding: 40px;
	}
    .pcs__row{
        flex-wrap: wrap-reverse;
    }
    .pcs_col-2, .pcs_col-3{
        width: 100%;
		padding: 20px;
		text-align: center;
    }
    .pcs_col-4{
        width: calc(50% - 10px);
    }
	#feat4 .pcs_col-2 img, #feat2 .pcs_col-2 img {
		padding: 0;
		width: 100%;
	}
	#feat-games-mob {
		display:block;
		width: 100%;
		padding: 0 20px;
	}
	#feat-games {
		display: none;
	}
	#game-promo {
		background-position: 60% 50%;
	}
	#game-promo h2 {
		font-size: 80px;
	}
}
@media screen and (max-width: 720px){
	#feat1{
		background: none;
		background-color: #000;
	}
	#feat1mob {
		display: block;
		width: 100%;
	}
	#game-promo h2 {
		font-size: 60px;
	}
    .pcs_col-2, .pcs_col-3{
        width: 100%;
    }
    .pcs_col-4{
        width: 100%;
    }
}