@import url('https://fonts.googleapis.com/css2?family=Saira:wght@400;500&display=swap');
.choose-game{
	position: relative
}
.choose-game-inner{
  	position: relative;
	max-width: 1170px;
  	margin: 0 auto;
  	overflow: hidden;
  	z-index: 1
}
.choose-game .game-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  user-select: none;
  z-index: 0;
}

.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);
}
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: #575757;
}
.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-top h1 {
    display: none;
}
.choose-game-top h2, .choose-game-top h3, .choose-game-top p{
  	color: #ffffff;
    font-family: 'saira';
   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;
}
.choose-game-bottom{
  padding: 40px 20px;
  text-align: center;
}
.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;
     transform: translatey(0px);
  }	
}
@keyframes Fade{
  	0%{
      opacity: 0;
  }
  	100%{
     opacity: 1;
  }	
}
/************************spec-cards*******************/
.products{
	padding-top: 0;
  	animation: Fade 2s ease;
}
.product .column-ind-holder .column-ind-header {
	background: #66696a;
    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-radius: 5px;
  padding: 0 0 20px 0!important;
  background: #2a2b2d;
  background: linear-gradient(0deg,rgba(42, 44, 46, 1) 0%, rgba(62, 65, 68, 1) 100%);
  border-left: 1px solid #66696a;
  border-right: 1px solid #66696a;
  border-bottom: 1px solid #66696a;
}
.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: #ffffff;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
  color: #ffffff;
}
.product .column-ind-holder .column-content .products-points-holder {
 	padding: 20px ;
  	background-color: transparent;
  	margin-top: 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	margin-left: -17px;
}
.product .column-ind-holder .column-content .from-inc-price{
  	color: #ffffff;
   margin: 0 20px;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  	color: #ffffff;
}
.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;
}
@media only screen and (max-width: 640px) {
  .choose-game-top img{
    width: 250px;
  }
  
.choose-game-top h1{
  	line-height: 1;
  	margin: 10px 0;	
  	font-size: 30px;
  }
}