section#main.main-ind{
  padding: 0;
  background: none;
}
section#main .inner{
  max-width: 100%;
}
section#main .siteskin{
	display:none;  
}
.choose-game .game-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  user-select: none;
  z-index: 0;
}
/**************************to remove after all pages are updated*********************/
.pcs-experts, .game-pass{
 	display: none; 
}
.game-based-kv{
    text-align: center;
   max-width: 1920px;
    margin: 0 auto;
}
.landing-container{
    max-width: 1920px;
    margin: 0 auto;
}
@keyframes arrowDown {
    0% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: translateY(20px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: translateY(-20px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
}
.arrows-down {
    margin-top: 40px;
}
.arrow {
    animation: arrowDown 2s ease infinite;
}
.arrows-down i {
    display: block;
    color: #37b48f;
    line-height: 0.7;
}
.top-arrow {
    animation-delay: .15s;
    animation-fill-mode: both;
}
.bottom-arrow {
    font-size: 26px;
}
.back-to-btn{
	display:none;
}
.game-based-top{
    text-align: center;
    min-height: 580px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(/images/landing/pcs/game-based-computers/game-based-hero.jpg);
    background-size: cover;
    background-position: 50% 0;
    padding: 0 30px;
}
.game-based-top h1, .game-based-top h2{
	color: #ffffff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4)
}
.game-based-top h1 {
    font-family: "Saira", sans-serif;
 	font-size:80px;
 	font-style: italic;
 	margin-bottom: 28px;
  	text-transform:uppercase;
	letter-spacing: -0.1rem
}
.game-based-top h1 span {
    font-weight: 300;
}
.game-based-top h2{
    font-family: 'Montserrat-bold';
    font-size: 40px;
    margin-bottom: 20px;
}
.game-based-top h2 span {
    display: block;
    font-size: 20px;
    font-family: 'Montserrat-Medium';
    color: #64ffce;
}
.game-based-top p{
    font-family: 'montserrat-light';
    max-width: 960px;
    line-height: 1.8;
    color: #bfbfbf;
    font-size: 18px;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4)
}
.arrows-down{
 	margin-top: 40px; 
}
.game-based-top i{
  display: block;
   color: #37b48f;
    font-size: 26px;
}
.game-based-top i:first-of-type{
  	font-size: 20px;
}	
@keyframes upDown{
	0%{
     transform: translateY(0) rotate(90deg);
  }
  50%{
     transform: translateY(-20px) rotate(90deg);  
  }
  100%{
     transform: translateY(0) rotate(90deg);  
  }
}
/**category dropdowns**/
.game-base-cat{
    margin-top: -50px;
}
.gb-holder{
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
}
.game-cat-title{
    text-align: center;
}
.game-cat-title p{
    display: inline-block;
  font-family: 'montserrat-Medium';
    background-color:  rgba(255, 255, 255, 0.1);
    border-radius: 10px 10px 0 0;
    padding: 10px 40px;
    margin: 0 auto;
    font-size: 18px;
    color: #929292;
}
.game-base-cat .vas{
    justify-content: center;
    gap: 10px;
}
.games-dropdown{
    width: 20%;
}
.games-dropdown img{
    width: 30px;
}
.games-dropdown button{
    font-family: 'montserrat-bold';
    text-transform: uppercase;
    width: 100%;
    padding: 20px;
    cursor: pointer;
}
.games-dropdown{
    position: relative;
}
.dropdown-btn{
    border: none;
    background-color: #37b48f;
    color: #ffffff;
}
.dropdown-btn:hover{
    box-shadow: 1px 1px 14px 0px #37b48f;
}
.dropdown-btn i{
    transform: rotate(90deg);
}
.games-dropdown-list{
    position: absolute;
   	max-height: 0;
    opacity: 0.5;
    visibility: hidden;
    background: #2A2C2E;
    background: linear-gradient(0deg,rgba(42, 44, 46, 1) 0%, rgba(62, 65, 68, 1) 100%);
    left: 0;
    right: 0;
    padding: 0;
    border-radius: 0 0 10px 10px;
    transition: .20s ease-in-out;
    overflow: hidden;
  	z-index: 999
}
.games-dropdown-list:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #37b48f2e;
    z-index: 2;
    width: 100%;
    height: 9px;
    filter: blur(5px);
}
.games-dropdown.open{
   box-shadow: 1px 1px 14px 0px #37b48f;
}
.games-dropdown.open i{
    transform: rotate(-90deg);
}
.games-dropdown.open .games-dropdown-list{
    opacity: 1;
    max-height: 700px;
    visibility: visible;
}
  .games-dropdown.open .dropdown-btn{
         box-shadow: 1px 1px 14px 0px #37b48f;
}
.games-dropdown ul li{
    font-family: 'montserrat';
    padding-bottom: 20px;
  	padding-left: 20px;
    font-size: 18px;
    color: #b9b9b9;
    cursor: pointer;
    transition: .15s ease-in-out;
}
.games-dropdown ul li:hover{
    color: #ffffff;
    transform: translateX(8px);
}
.games-dropdown ul li:first-of-type{
    padding-top: 20px;
}
.hidden{
    display: none;
}
@media screen and (max-width: 960px){
  .choose-game .game-bg {
    height: 600px;
}
  .choose-game{
   	background-color: #000000; 
  }
}
@media screen and (max-width: 1170px){
    .gb-holder{
        flex-wrap: wrap;
    }
    .games-dropdown{
        width: 100%;
    }
    .games-dropdown-list {
        position: static;
    }
    .games-dropdown button{
        padding: 10px;
        font-size: 14px;
    }
    .games-dropdown.open{
        box-shadow: none;
    }
    .game-based-top h1 {
        font-size: 55px;
        letter-spacing: revert;
    }
.game-based-top h2 {
    font-size: 30px;
  }
  .game-based-top h2 span {
    font-size: 16px;
  }
  .game-based-top p{
		font-size: 15px;
  }	
}

.landing-wrapper{
 	background-color: #111313; 
}
.choose-game-top{
    position: relative;
    display: flex;
    justify-content: center;
}
.choose-game-top p{
    font-size: 34px;
    color: #fff;
    text-align: center;
}

.disclaimer{
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 40px 40px 40px;
  text-align: center;
  font-size: 12px;
}
.disclaimer p{
  color: #c5c5c5;
}
.choose-game-inner{
  	position: relative;
	max-width: 1170px;
    margin: 0 auto;
 	z-index: 2;
}
.choose-game:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    z-index: 1;
    background: #000;
    background: linear-gradient(180deg, rgb(17 19 19) 0%, rgba(0, 0, 0, 0) 100%);
  	z-index: 1;
}
.choose-game{
  position: relative;
  animation: Fade .5s ease;
}
.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;
}
.choose-game-top h1,.choose-game-top h2 {
    display: none;
}
.choose-game-top h3, .choose-game-top p{
  	color: #ffffff;
	animation: fadeUp .8s ease-in-out; 
  	animation-fill-mode: backwards;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3)
}
.choose-game-top h3{
    animation-delay: .4s;
    margin-top: 50px;
    font-size: 35px;
}
.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;
}

@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;
}
/**********************************products-card***********************************/

@media screen and (min-device-width: 20px) and (max-device-width: 600px){
  .choose-game-title{
    position: static;
    transform: none;
    padding-top: 60px;
    padding-bottom: 40px;
    animation-delay: 0s;
  }
  .choose-game-top{
    display: block;
  }
  .choose-game-title i{
    display: none;
  }
   .choose-game-top h2{
        font-size: 26px;
        padding: 0 40px;
        margin: 0 auto;
        line-height: 1.2;
        margin-bottom: 10px;
    }
      .choose-game-top p{
    	font-size: 18px;
  }
}

@media only screen and (min-width: 2560px) {
.game-based-kv{
	max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .choose-game-top img{
    width: 250px;
  }
  .game-base-cat{
   	margin: 0 
  }
.choose-game-top h1{
  	line-height: 1;
  	margin: 10px 0;	
  	font-size: 30px;
  }
}