
.gameBigBox{
	display: flex;
	justify-content: space-between;
}
.gameBoxLeft{
	width: 20%;
	height: 500px;
	border: 1px solid;
}
.gameBoxRight{
	width: 20%;
	height: 500px;
	border: 1px solid;
}

.gameBox {
	width: 100%;
	margin: auto;
	height: auto;
}

.gameCon {
	width: 100%;
	padding: 0px;
	margin: auto;
	height: 100%;
	margin: auto;
}

.gamePlay img{
	width: 200px;
}

.bannerTitle p{
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}

.pName {
	width: 100%;
	font-size: 26px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 600;
	margin-top: 20px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gameAd {
	width: 80%;
	margin: 30px auto;
	height: 100px;
	background-color: #000;
	padding: 0px 10px;
	overflow-x: auto;
	position: relative;
}

.gameAd::-webkit-scrollbar{
	display: none;
}

.gameAdList {
	width: 90px;
	height: 80px;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.gameAdList img {
	width: 100%;
	height: 100%;
}

.gamePlay {
	width: 100%;
	height: 700px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 30px;
}

.gameplayOne {
	width: 100%;
	height: 100%;
	border: 1px solid red;
	background-image: url(../images/1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(20px);
	position: relative;
}

.gameplayTwo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
}

.gameplayTwo iframe{
	width: 100%;
	height: 100%;
}

.gameDet {
	width: 100%;
	min-height: 300px;
	border: 1px solid #4ca5a9;
	margin: 30px auto;
	border-radius: 5px;
	overflow: hidden;
}

.gameDetTop {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #4ca98a;
	padding: 0px 20px;
	color: #fff;
	font-weight: 600;
	font-size: 26px;
	line-height: 50px;
	text-transform: capitalize;
}

.gameDetBottom {
	padding: 20px 20px;
	line-height: 1.8;
	color: #fff;
	font-size: 18px;
}

.gameLiBox {
	width: 100%;
	padding: 0px;
	height: auto;
	margin: auto;
	margin-bottom: 30px;
}

.gameListBox {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.gameListBox .pName {
	height: auto;
	border: none;
	font-size: 16px;
}

.playBtn {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	z-index: 2;
	animation: playBtn 1.5s linear infinite;
	cursor: pointer;
}

.loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 6;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .loading::after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 4px solid #fff;
	border-top-color: #000;
	animation: loading 1s linear infinite;
  }

  @keyframes loading {
	to {
	  transform: rotate(360deg);
	}
  }


@keyframes playBtn {
	0% {
		transform: scale(0.88);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(0.88);
	}
}



/* .gameListBox .smallList{
	width: calc((100% - 60px)/4);
}

.gameListBox .smallList:nth-of-type(8n) {
	margin-right: 20px;
}

.gameListBox .smallList:nth-of-type(4n) {
	margin-right: 0px;
} */

@media screen and (max-width:960px) {
	.gameCon{
		width: 100%;
		padding: 0px;
	}
	.gameDet{
		width: 100%;
		margin: 0px auto 20px;
		border-radius: 0px;
	}
	.gameAd{
		width: 100%;
		
	}
	.gameLiBox{
		width: 100%;
		padding: 0px;
	}
	.gameBox{
		width: 100%;
		margin: auto;
	}
	main{
		width: 95%;
		margin: 10px auto;
	}
	.pName{
		height: 30px;
		font-size: 20px;
	}
	.gamePlay{
		height: 300px;
	}
	.goldRight{
		display: none !important;
	}
	 .goldleftThree, .goldleftFour{
		display: none !important;
	}

	.gameListBox .smallList:nth-of-type(10n){
		margin-right: 20px;
	}
	.gameListBox .smallList{
		width: calc((100% - 20px)/3);
		margin-right: 10px;
	}
	.gameListBox .smallList:nth-of-type(10n){
		margin-right: 10px;
	}
	.gameListBox .smallList:nth-of-type(8n){
		margin-right: 10px;
	}
	.gameListBox .smallList:nth-of-type(3n){
		margin-right: 0px;
	}
	.pName{
		margin: 10px auto;
	}

	.mainbox{
		padding: 0 10px;
	}
}