@font-face {
  font-family: 'Klavika Bold';
  src: url('/fonts/Klavika-Bold.woff');
}
@font-face {
font-family: 'Klavika Light';
src: url('/fonts/Klavika-Light.woff');
}
section#main.main-ind{
  padding: 0;
  }
#specs{
    text-align: center;
    background-color: #f26522;
    margin: 0;
    display: block;
}
#specs p{
    font-family: 'montserrat-bold';
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    margin: 0;
    padding: 15px 0;
}
/*******PRODUCT-CARDS******/
.products{
	padding-top: 0;
  	animation: Fade 2s ease;
  	margin-top: 40px;
}
.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: #1f1f1f;
	border: none;
}
.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: #1f1f1f;
  	margin-top: 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #f16827;
}
.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;
}
.landing-container{
    max-width: 1440px;
    margin: 0 auto;
}
.landing-container h1{
    font-family:'Klavika Bold';
    font-size: 38px;
    color: #000000;
	text-transform:uppercase;
    margin: 0;
    line-height: 1;
}
.landing-container h2, .landing-container h3{
    font-family:'Klavika Bold';
    font-size: 34px;
    color: #000000;
    margin-bottom: 20px;
}
.landing-container p{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #000000;
}
.landing-button {
	font-family: 'Montserrat-Bold';
	text-transform: uppercase;
  	background-color: #dd0031;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	padding: 15px 20px;
	width: auto;
	cursor: pointer;
	margin-top: 20px;
	display: inline-block;
}
.landing-button:hover{
	background-color: #b10026;
}
.landing-button i {
	padding-left:5px;
}
.pcs_row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.col_inner{
    padding: 40px;
}
.pcs__col-2{
    width: 40%;
}
/*******END-GLOBAL*******/
.landing-header-top{
    background-image: url(/images/landing/amd/radeon-6000/radeon6000_feature.jpg);
    background-position: 100% 100%;
    background-size: cover;
}
.landing-header-top .landing-container{
    max-width: 1920px;
}
.amd-banner{
    height: 850px;
    display: flex;
    align-items: flex-end;
    padding-left: 105px;
    padding-right: 20px;
    max-width: 800px;
}
.amd-title{
    position: relative;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 100%);
    width: 100%;
    padding: 30px;
    margin-bottom: 125px;
}
.amd-title .amd-logo{
    padding-left: 20px;
}
.amd-arrow{
    position: absolute;
    left: -85px;
    bottom: -85px;
}
.amd-title .pcs__col-2:first-child .col_inner{
    padding: 0;
    border-right: 1px solid #000000;
}
.amd-title .pcs__col-2:first-child{
    width: 75%;
}
.amd-title .pcs__col-2:last-child{
    width: 25%;
}
.landing-btm{
    background-color: #000000; 
}
.landing-btm h2, .landing-btm h3, .landing-btm p{
    color: #ffffff;
}
.feat1{
    background-color: #000000;
    background-image: url(/images/landing/amd/radeon-6000/feat1-bg.jpg);
    background-size: cover;
    text-align: center;
    padding: 100px 40px;
}
.feat1 h2{
  	font-family: 'Klavika Light';
    font-size: 28px;
    font-weight: 100;
    line-height: 1.5;
    text-transform: none;
}
.feat3, .feat4, .feat5, .feat6, .feat8{
    background-image: url(/images/landing/amd/radeon-6000/radeon-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 40px;
}
.feat4{
    background-image: url(/images/landing/amd/radeon-6000/halo-infinite.jpg);
    background-position: center top;
    position: relative;
}
.feat4-bg img{
    position: absolute;
    top: 20px;
}
.feat4 .pcs_row{
    justify-content: flex-end;
}
.feat5{
    background-image: url(/images/landing/amd/radeon-6000/wow-bg.jpg);
}
.feat5 .pcs_row{
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.feat5 .feat4-bg{
    background-image: url(/images/landing/amd/radeon-6000/farcry-sm.jpg);
}
.feat6{
    background-image: url(/images/landing/amd/radeon-6000/fsr-bg.jpg);
    min-height: 600px;
}
.feat6 .pcs_row{
    justify-content: flex-end;
}
.feat7{
    background-image: url(/images/landing/amd/radeon-6000/terms-bg.jpg);
    padding: 40px;
    text-align: center;
}
.feat7 p{
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
}
.feat8{
    background-image: url(/images/landing/amd/radeon-6000/windows-11.jpg);
    background-position: 70%;
    background-size: contain;
    padding: 40px
}
.hide-img{
    display: none;
}
@media screen and (max-width:1400px){
    .amd-banner{
        height: 550px;
    }
    .landing-container h1{
        font-size: 30px;
    }
    .amd-title .amd-logo{
        width: 190px;
    }
}
@media screen and (max-width:1170px){
    .pcs__col-2{
        width: 100%;
    }
    .feat1 h2{
        font-size: 20px;
    }
    .feat4, .feat5, .feat6, .feat8{
        background-image: none;
        padding: 0;
        min-height: auto;
    }
    .feat5, .feat8{
        padding: 40px;
    }
    .feat5 .pcs__col-2:first-child{
        text-align: center;
    }
    .feat4 .pcs__col-2:last-child{
        padding: 40px;
    }
    .feat4-bg img{
        left: 20px;
    }
    .feat4-bg, .feat6-bg, .feat8-bg{
        background-image: url(/images/landing/amd/radeon-6000/halo-infinite-sm.jpg);
        background-position: center;
        height: 300px;
        background-size: cover;
    }
    .feat6 .col_inner{
        max-width: 100%;
    }
    .feat6-bg{
        background-image: url(/images/landing/amd/radeon-6000/amd-dna-bg.jpg);
    }
    .feat8-bg{
        background-image: url(/images/landing/amd/radeon-6000/windows-11-sm.jpg);
    }
}
@media screen and (max-width:960px){
  #specs p{
   	font-size: 24px; 
  }
    .amd-title .pcs__col-2:first-child,  .amd-title .pcs__col-2:last-child{
        width: 100%;
    }
    .amd-title .pcs__col-2:first-child .col_inner{
        border-right:none;
    }
    .amd-title .amd-logo{
        width: 120px;
        margin-top: 20px;
        padding: 0;
    }
    .amd-arrow{
        display: none;
    }
    .amd-banner{
        height: auto;
        padding: 0;
      	max-width: 100%;
    }
    .amd-title{
        margin: 0;
    }
    .landing-header-top{
        background: none;
    }
    .hide-img{
        display: block;
    }
  .feat1{
    padding: 40px;
  } 
}