@import url('https://fonts.googleapis.com/css2?family=Saira:wght@400;500&display=swap');
/**experts**/
.pcs-experts{
	padding: 80px 40px;
}
.pcs-experts .sec__outer{
	align-items: center;
}
.pcs-experts .pcs__col-2:first-child{
	padding-right: 40px;
}
.pcs-experts h2, .pcs-experts p{
	color: #ffffff;
}
.pcs-experts a{
	display: block;
  	margin-top: 40px;
}
.pcs-experts .landing-btn{
 	animation: none;
  	background-color: #443bff;
  	color: #ffffff;
  	text-transform: uppercase;  
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pcs-experts .landing-btn:hover{
  background-color: #5d72fa;
}
.gaming_pc_btn:hover {
    background-color: #5d72fa;
}

.mc-arrow-right:after {
    font-family: 'Fontawesome';
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    content: "\f054";
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.mc-arrow-right:hover:after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}
@media only screen and (max-width: 1170px) {
.pcs-experts .pcs__col-2:first-child{
	padding: 0;
}
  .pcs-experts .landing-btn{
  	margin-bottom: 40px;
}
}

section#main .inner{
  max-width: 100%;
}
section#main.main-ind{
  padding: 0;
  background-image: none;
  background: #ebebeb;
}
.disclaimer{
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 40px 40px 40px;
  text-align: center;
  font-size: 12px;
}
.disclaimer p{
  color: #ffffff;
}
.choose-game-inner{
	max-width: 1170px;
  	margin: 0 auto;
     position:relative;
}
.choose-game{
   background-color: #000000;
}
.choose-game:before{
  content: '';
  position: absolute;
  left: 0;
  right:0;
  width: 100%;
  height: 100%;
  opacity:0.6;
  background-image: url(/images/landing/pcs/games/lp/wow-tww-lp.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.choose-game-top{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 80px 40px;
  text-align: center;
  animation: Fade 2s ease;
}
.choose-game-top img{
  animation: fadeUp .8s ease-in-out;
  margin-bottom: 20px;
}
.choose-game-bottom{
  	padding: 40px 20px;
 	text-align: center;
}
.choose-game-top h1 {
    display: none;
}
.choose-game-top h2, .choose-game-top h3, .choose-game-top p{
   font-family: 'saira';
  	color: #ffffff;
   text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
   margin: 0;
	animation: fadeUp .8s ease-in-out; 
  	animation-fill-mode: backwards;
}
.choose-game-top h2{
  font-size: 36px;
  text-transform: none;
  animation-delay: .2s;
}
.choose-game-top h3{
 font-size: 24px;
 animation-delay: .4s;
  text-transform: none;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 5px;
}
.choose-game-top p{
   font-size: 18px;
    margin-top: 40px;
    max-width: 920px;
  	animation-delay: .6s;
}
.back-to-btn{
	margin-top: 40px;
  	text-align: center;
}
.back-btn, .landing-btn {
  	display: inline-block;
  	padding: 15px 20px;
  	background-color: #ffffff;
  	border-radius: 5px;
  	color: #000000;	
  	margin: 0 auto;
  	animation: fadeUp .8s ease-in-out; 
  	animation-fill-mode: backwards;
  	animation-delay: .8s;
  	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.back-to-btn a i{
  	margin-right: 5px;
}
.mc-arrow:before {
    font-family: 'Fontawesome';
    display: inline-block;
    margin-right: 5px;
    color: #000000;
    content: "\f053";
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.mc-arrow:hover:before {
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px);
}
@keyframes fadeUp{
  	0%{
      opacity: 0;
      transform: translatey(30px);
  }
  	100%{
     opacity: 1;
  }	
}
@keyframes Fade{
  	0%{
      opacity: 0;
  }
  	100%{
     opacity: 1;
  }	
}
/************************spec-cards*******************/
.product .column-ind-holder .column-ind-header {
	background: #632911;
    border-radius: 5px 5px 0 0;
  }
.product .column-ind-holder .column-content .product-image-holder .product-image img{
  width: 150px;
  height: auto;
}
.product .column-ind-holder .column-content {
  border: none;
  border-radius: 5px;
  padding: 0 0 20px 0!important;
  background: #ffffff;
}
.product .column-ind-holder .column-ind-header h3 {
  color: #ffffff;
}

.product .column-ind-holder .column-content .products-points-holder ul li {
  font-size: 14px;
  color: #000000;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
  background-color: #632911;
  border-color: #632911;
  color: #ffffff;
}
.product .column-ind-holder .column-content .products-points-holder {
 	padding: 20px ;
  	background-color: #ffffff;
  	margin-top: 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #632911;
}
.product .column-ind-holder .column-content .from-inc-price{
  	color: #000000;
   margin: 0 20px;
}
.product .column-ind-holder .column-content .from-inc-price span {
  	color: #632911;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  	color: #ffffff;
  	background-color: #481e0c;
  	border-color: #481e0c;
}
.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;
}
/**********************************products-card***********************************/
@media only screen and (max-width: 640px) {
  .choose-game-top{
    height: auto;
    background-size: cover;
  }
.choose-game-top h1{
  	line-height: 1;
  	margin: 10px 0;	
  	font-size: 30px;
  }
}