section#main.main-ind{
	padding: 0;
  background: none;
}
section#main .inner{
  max-width: 100%;
}
/********************back-to-top-button********************/
/********************back-to-top-button********************/
#buttonTop {
    font-family: 'saira';
    font-size: 10px;
    background-color: #ffffff;
  	border: 1px solid #000000;
	color: #000000;
    text-align: center;
    position: fixed;
    bottom: 10px;
    padding: 5px 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 9999999;
    left: 50%;
    letter-spacing: 2px;
  	transform: translate(-50%, 0);
  	font-weight: 500;
  	cursor: pointer;
}
#buttonTop i {
  padding:0 5px;
}
#buttonTop.show {
  opacity: 1;
  visibility: visible;
}
  /********************back-to-top-button********************/
.game-btn{
	background-color: transparent;
  	border: none;
  	cursor: pointer;
}
.game-based-wrap{
      background-color: #050013;
}
.choose-game-title{
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    z-index: 5;
    animation: fadeTitle .8s ease-in-out;
    animation-delay: 2s;
    animation-fill-mode: backwards;
    margin-top: -120px;
    text-align: center;
}
.choose-game-title i{
    color: #64ffce;
    font-size: 30px;
    margin-top: 40px;
    animation: upDown 1.5s infinite;
    animation-delay: 3s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-in-out;
}
@keyframes upDown{
    0%{
        transform: translateY(0px);
    }
    30%{
        transform: translateY(15px);
    }
    100%{
        transform: translateY(0px);
    }
}
.choose-game-top{
    position: relative;
    display: flex;
    justify-content: center;
  	padding: 0 40px;
}
  .choose-game-top h2{
    font-family: 'saira';
    font-weight: 600;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 7px 7px #000000c9;
    margin: 0;
}
.choose-game-top p{
    font-family: 'Saira';
    font-size: 34px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 7px 11px #000;
}
.image-wraps{
    position: relative;
    width: 100%;
    opacity: 0.7;
    overflow: hidden;
    animation: fadeOut 2s ease;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
}
.games-front{
    position: relative;
}
.games-front img:first-child{
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, 0);
    animation: scale 2.5s;
    animation-timing-function: ease-in-out;
    animation-delay: .2s;
    animation-fill-mode: backwards;
}
.games-front img:last-child{
    position: relative;
    z-index: 0;
    bottom: 0;
    z-index: 1;
    animation: fadeIn 2s;
   animation-timing-function: ease-in-out;
}
.games-front img:nth-child(2){
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    z-index: 2;
    animation: scale2 3s;
    animation-timing-function: ease-in-out;
  	animation-delay: .5s;
   animation-fill-mode: backwards;
}
@keyframes scale{
    0%{
        opacity: 0;
        transform: translate(-50%, 0) scale(0.7);
    }
    100%{
        transform: translate(-50%, 0) scale(1);
        opacity: 1;
    }
}
@keyframes scale2{
    0%{
        opacity: 0;
        transform: translate(-50%, 0) scale(0.7);
    }
    100%{
        opacity: 1;
        transform: translate(-50%, 0) scale(1);
    }
}
@keyframes fadeTitle{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes fadeOut{
    0%{
        opacity: 0.7;
    }
    100%{
        opacity: 0.4;
    }
}
@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
/***********Choose-game-middle*************/
.choose-game-middle{
  text-align: center;
}
.choose-game-middle p{
    font-family: 'saira';
    font-size: 22px;
    line-height: 1.2;
    color: #ffffff;
    max-width: 1170px;
    text-align: center;
    margin: 0 auto;
   padding: 40px;
}
/************************/
.gb-wrap p{
    font-family: 'saira';
    font-weight: 300;
    color: #ffffff;
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.5;
    text-shadow: 1px 1px 3px #000000;
}
.landing-button{
    font-family: 'Saira';
    background-color: #ffffff;
    padding: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border-radius: 5px;
}
.landing-button i{
    margin-left: 5px;
}
 .gb-fr a{
    width: max-content;
    color: #000000;
}
p.gb-header-txt{
    font-family: 'saira';
    font-size: 50px;
    font-weight: 700;
  line-height: 1.2;
}
.gb-choose-game{
    background-color: #050013;
    overflow: hidden;
}
.choose-game-logos{
    display: flex;
    flex-wrap: wrap;
    background-color: #050013;
    padding: 20px;
    border: 1px solid #313640;
    border-radius: 5px;
    margin-top: 40px;
}
.choose-game-logos a{
    margin: 10px;
}
.choose-game-logos img{
    width: 120px;
    max-width: 100%;
    transition: .5s;
}
.choose-game-logos img:hover{
    transform: scale(1.1);
    transition: .5s;
}
.gb-game{
    display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    width: 12.5%;
}
.gb-fl{
    background-color: #050013;
    padding: 40px;
    max-width: 2000px;
    margin: 0 auto;
    text-align: center;
}
.gb-fr{
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
}
.tester{
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px; 
    padding-right: 20px;
    max-width: 2000px;
    margin: 0 auto;
}
.game-box{
	display:flex;
}
.box-1{
    display: flex;
    width:50%;
}
#jump13 img{
    width: 260px;
}
#jump17 img{
    width: 260px;
}
/******************background-images******************/
.box-1:nth-child(1) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/fortnite2-bg.jpg);
}
.box-1:nth-child(2) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/apex-bg.jpg);
}
.box-1:nth-child(3) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/gtav-bg.jpg);
}
.box-1:nth-child(5) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/rocket-bg.jpg);
}
.box-1:nth-child(6) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/battlefield-bg.jpg);
}
.box-1:nth-child(7) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/battlegrounds-bg.jpg);
}
.box-1:nth-child(8) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/mine-bg.jpg);
}
.box-1:nth-child(9) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/cod-warzone-bg.jpg);
}
.box-1:nth-child(10) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/borderlands-bg.jpg);
}
.box-1:nth-child(11) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/lol-bg.jpg);
}
.box-1:nth-child(12) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/mod-w-bg.jpg);
}
.box-1:nth-child(13) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/shadowlands-bg.jpg);
}
.box-1:nth-child(14) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/rdr2-bg.jpg);
}
.box-1:nth-child(15) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/sot-bg.jpg);
}
.box-1:nth-child(16) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/gears-bg.jpg);
}
.box-1:nth-child(17) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/cs-bg.jpg);
}
.box-1:nth-child(18) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/dota2-bg.jpg);
}
.box-1:nth-child(19) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/overwatch-bg.jpg);
}
.box-1:nth-child(20) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/outerworlds-bg.jpg);
}
.box-1:nth-child(21) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/msf-bg.jpg);
}
.box-1:nth-child(22) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/cyberpunk-bg.jpg);
}
.box-1:nth-child(23) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/destiny2-bg.jpg);
}
.box-1:nth-child(24) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/rainbow-six-bg.jpg);
}
.box-1:nth-child(4) .box-inner:after{
    background-image: url(/images/landing/pcs/game-based-computers/valorant-background.jpg);
}
/******************background-images******************/
.box-inner:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  	opacity:0.8;
    border-radius: 10px;
}
.box-inner{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    border: 3px solid transparent;
    border-radius: 10px;
    margin: 20px;
    min-height: 300px;
    padding: 25px;
    z-index: 1;
    -moz-user-focus: initial;
}
p.box-title{
    font-family: 'Saira';
    font-weight: 700;
    font-size: 26px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
    margin-top: 10px;
}
.box-inner img{
    width: 200px;
}
/***************focus***************/
.box-1:focus{
    outline: none;
}
.box-1:focus .box-inner {
    border-radius: 10px;
    border: 3px solid #64ffce;
    box-shadow: 1px 1px 15px 0px #000000a8;
    outline: none;
    background: #2b715b;
    transition: .9s;
    -moz-user-focus: normal;
}
.box-1:focus .box-inner .landing-button{
    background: #64ffce;
}
/***************focus***************/
@media only screen and (max-width: 2100px) {
  .choose-game-title{
    margin-top: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .choose-game-top h2{
    	font-size: 45px;
  }
  .choose-game-top p{
    	font-size: 28px;
  }
}
@media only screen and (max-width: 1260px) {
    p.gb-header-txt{
        font-size: 35px;
    }
    .box-1{
        width:100%;
    }
    .gb-game{
        width: 25%;
    }
  .choose-game-title i{
    	font-size: 20px;
    	margin: 0;
  }
  }  
  @media only screen and (max-width: 1060px) {
    .gb-choose-game{
        flex-wrap: wrap;
        height: auto;
    }
    .gb-fr {
        width:100%;
     }
     .choose-game-logos a{
         margin: 0 15px;
     }
     .gb-game{
        flex: 0 0 auto;
        width: 140px;
    }
    .choose-game-logos{
       flex-wrap: nowrap;
      	overflow-y: auto;
    	overflow-x: scroll;
    }
    .game-based-wrap .scroll-wrapper > .scroll-content{
        padding: 20px;
    }
    .gb-fl{
		padding: 0 40px 40px 40px;
    }
        .choose-game-middle p{
    	font-size: 16px;  
    }
    
  }
  @media only screen and (max-width: 800px) {
    
    .choose-game-top h2{
     	font-size: 34px; 
    }
      .choose-game-top p{
    	font-size: 24px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 600px){
    .choose-game-top h2{
        font-size: 26px;
        padding: 0 40px;
        max-width: 400px;
        margin: 0 auto;
        line-height: 1.2;
        margin-bottom: 10px;
    }
      .choose-game-top p{
    	font-size: 18px;
  }
  .choose-game-logos a{
    margin: 0;
  }
}