@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;
background: none;
}
#jump{
    text-align: center;
    background-color: #dd0031;
}
#jump p{
    font-family: 'montserrat-bold';
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    padding: 15px 0;
}
.products{
	padding-top: 0;
  	animation: Fade 2s ease;
  	margin-top: 40px;
}
.product .column-ind-holder .column-ind-header {
	background:  #dd0031;
    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:  #dd0031;
  border-color:  #dd0031;
  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:  #dd0031;
	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:  #dd0031;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  	color: #ffffff;
  	background-color: #b10026;
  	border-color: #b10026;
}
.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;
}
/*******NAV-SECTION*******/
.landing-nav {
  	position: relative;
    display: flex;
	width:100%;
	background:#dd0031;
}
.landing-nav .landing-container {
	max-width:100%;
}
.landing-nav-inner {
	display:flex;
	align-items:center;
	margin: 0 auto;
	justify-content:center;
}
.landing-nav ul {
	list-style-type: none;
	text-align:center;
	width:100%;
	overflow:hidden;
	padding:0;
    align-items:center;
}
.landing-nav img {
	padding:0;
	margin-right: 20px;
}
.landing-nav li {
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
    cursor: pointer;
	color:#ffffff;
	padding: 15px 25px;
	margin:0 auto;
    align-items:center;
    font-weight:normal;
    list-style: none;
}
.landing-nav li sup {
	font-size:6px;
}
.dropdown sup {
	font-size:6px;
}
.landing-nav li#nav-active {
	background:#c7002c;
}
.landing-nav li:hover {
	background:#c7002c;
}
.landing-nav li span {
	font-family:Montserrat-Bold;
	background:#fbdc03;
	color:#000000;
	text-transform:uppercase;
	font-size:8px;
	padding:2px;
	position:relative;
	top:-8px;
}
#hub-nav-bar {
	display:none;
	font-size: 22px;
	color:#ffffff;
}
#navbar-responsive {
	display:block;
}
#logo-hover{
    float: left;
}
#logo-hover img:hover {
	opacity:0.8;
}
#nav-icon{
    width: 28px;
    height: 28px;
    position: absolute;
    top: 13px;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
#nav-icon span{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
#nav-icon span:nth-child(1) {
    top: 0px;
  }
  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 9px;
  }
  #nav-icon span:nth-child(4) {
    top: 18px;
  }
  
  #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }.mob-menu{
    display: inherit;
    align-items: center;
}
.mob-menu img {
	margin-left:10px;
}
.menu-icon{
    display: none;
    font-size: 28px;
    color: #ffffff;
	float:right;
	cursor:pointer;
}
.responsive-dropdown {
	display:none;
}
.dropbtn {
  background-color: #dd0031;
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
    cursor: pointer;
	padding: 15px 25px;
	color:#ffffff;
	font-weight:normal;
	border:none;
}
.dropbtn span {
	font-family:Montserrat-Bold;
	background:#fbdc03;
	color:#000000;
	text-transform:uppercase;
	font-size:8px;
	padding:2px;
	position:relative;
	top:-8px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #dd0031;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
	padding:18px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
    display: block;
}
.dropdown-content a:hover {
  background-color: #c7002c;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: #c7002c;
}
/*******END-NAV-SECTION*******/
.landing-container{
    max-width: 1170px;
    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;
    line-height: 1.5;
}
.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;
}
/*******END-GLOBAL*******/
.landing-header-top{
  	position: relative;
    background-image: url(/images/landing/amd/radeon6000/radeon6000_feature.jpg);
    background-position: 100% 70%;
    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: 1200px;
}
.farcry6{
	position: absolute;
  	top: 20px;
  	width: 200px;
}
.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/radeon6000/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{
    background-image: url(/images/landing/amd/radeon6000/radeon-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 40px;
}
.feat4{
    background-image: url(/images/landing/amd/radeon6000/godfall-bg.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/radeon6000/wow-bg.jpg);
}
.feat5 .pcs_row{
    flex-direction: row-reverse;
}
.feat6{
    background-image: url(/images/landing/amd/radeon6000/amd-dna-bg.jpg);
}
.feat6 .col_inner{
    max-width: 400px;
    margin-left: auto;
}
.feat7{
    background-image: url(/images/landing/amd/radeon6000/terms-bg.jpg);
    padding: 40px;
    text-align: center;
}
.feat7 p{
    text-align: left;
    font-size: 12px;
    margin-bottom: 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){
  /*******NAV-SECTION*******/
    .landing-nav {
		display:block;
         height:auto;
         overflow: auto;
    }
    .landing-nav-inner {
        display:block;
		height:auto;
    }
	#navbar-responsive {
		display:none;
    }
    .landing-nav a {
        display: block;
        overflow: hidden;
        clear: both;
    }
    .landing-nav li {
        text-align: center;
    }
	.landing-nav img {
		margin:0;
		padding:10px 20px;
		display:block;
		float:left;
	}
	#hub-nav-bar {
		display:block;
		float:right;
		padding: 15px 10px 10px 10px;
	}
    .menu-icon{
        display: block;
    }
	.mob-menu li {
        display: none;
    }
    .mob-menu.responsive {
        position: relative;
    }
    .mob-menu.responsive li {
      float: none;
      display: block;
    }
	.responsive-promos {
		display:block;
	}
	.dropdown {
		display:none;
	}
    .feat1 h2{
        font-size: 20px;
    }
    .feat4, .feat5, .feat6{
        background-image: none;
        padding: 0;
    }
    .feat5{
        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{
        background-image: url(/images/landing/amd/radeon6000/godfall-bg-sm.jpg);
        background-position: center;
        height: 300px;
        background-size: cover;
    }
    .feat6 .col_inner{
        max-width: 100%;
    }
    .feat6-bg{
        background-image: url(/images/landing/amd/radeon6000/amd-dna-bg.jpg);
    }
}
@media screen and (max-width:960px){
    .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: 20px;
    }
    .amd-title{
        margin: 0;
    }
    .landing-header-top{
        background: none;
    }
    .hide-img{
        display: block;
    }
}