<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main {
	width: 100%;
	/* max-width: 1430px; */
	/* min-height: 70vh; */
	margin: auto;
	/* padding: 10px 20px; */
	/* background-color: #022357; */
	/* border-radius: 10px; */
	overflow: hidden;
	padding: 10px;
}

.mainLeft p:hover{
  background-color: #dc001f;
  color: #fff;
  cursor: pointer;
}

.mainLeft p:nth-last-of-type(1){
	display: none;
}

.listOneBox{
	width: 100%;
}
.pOneTitle{
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	margin: 50px 0 30px;
	color: #fff;
}
.imgBigBox{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.imgBox{
	width: 240px;
	height: 240px;
	/* border: 1px solid; */
	border-radius: 50%;
	overflow: hidden;
	--border-colour:#000;
    --border-thickness: 4px;
    --shadow-base: 4px;
    --shadow-indent: 0px;
    --shadow-hover: 6px;
    --shadow-color:#000;
    border: solid 4px #000;
    box-shadow: 0 4px 0 0 #000;
	cursor: pointer;
}

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

.mainBigBox{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;	
	/* margin-top: 50px; */
	position: relative;
}

.mainLeft{
	width: 20%;
	height: auto;
	background-color: #efefef;
	border-radius: 20px;
	padding: 50px 20px;
	overflow-y: auto;
	position: relative;
}

.mainLeft .pBox{
	width: 100%;
	height: auto;
	background-color: #fff;
	border-radius: 10px;
}


.mainLeft p{
	border-top: 2px solid #dadada;
	display: flex;
	height: 70px;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	font-weight: 600;
	font-size: 16px;
	color: #656565;
}

.mainLeft p img{
	width: 20px;
	height: 20px;
}



.mainRight{
	width: 100%;
	/* border: 1px solid; */
	/* padding-left: 30px; */
}


.smallList span img {
	width: auto;
	height: 16px;
	margin-right: 3px;
}

.smallList span {
	color: #000;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.spanBox {
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}


.logoBox {
	width: 100%;
	position: inherit;
}

.goldleftOne {
	padding: 0px;
}

.logoBoxFiexd {
	width: 100%;
	display: none;
}

.smallListBox {
	width: 100%;
}

.container {
	width: 100%;
	display: none;
}

.logoBtn {
	width: auto;
	height: 50%;
}


.listTitle {
	width: 100%;
	/* height: 60px; */
	display: flex;
	align-items: center;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 20px;
	color: rgb(255, 255, 255);
	margin: 10px 0 25px;
	/* padding-left: 20px; */
	/* margin-top: 20px; */
	/* background: linear-gradient(90deg, rgba(129, 67, 255, 0.3), rgba(129, 67, 255, 0)); */
	border-radius: 16px;
}

.listTitle h2{
	margin-left: 10px;
	font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid rgba(116, 116, 116, .26);
    width: 100%;
    display: block;
    margin-top: 4px;
    margin-right: 4px;
	color: #000;
}

.listTitle h2 span{
	height: 100%;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 3px solid #000;
}

.listTitle img{
	width: auto;
	height: 40px;
}

@keyframes shake {

	28%,
	46% {
		-webkit-transform: translate3d(0, 0, 0) rotate(0);
		transform: translate3d(0, 0, 0) rotate(0);
	}

	28.4%,
	45.3% {
		-webkit-transform: translate3d(-1px, -1px, 0) rotate(5deg);
		transform: translate3d(-1px, -1px, 0) rotate(5deg);
	}

	30.5%,
	43.2% {
		-webkit-transform: translate3d(2px, -4px, 0) rotate(-2deg);
		transform: translate3d(2px, -4px, 0) rotate(-2deg);
	}

	32.6%,
	36.8%,
	41.1% {
		-webkit-transform: translate3d(-4px, -1px, 0) rotate(3deg);
		transform: translate3d(-4px, -1px, 0) rotate(3deg);
	}

	34.7%,
	38.9% {
		-webkit-transform: translate3d(4px, 2px, 0) rotate(-4deg);
		transform: translate3d(4px, 2px, 0) rotate(-4deg);
	}
}


.container {
	width: 71%;
	/* margin: auto; */
	border-radius: 20px;
	color: #000;
	position: relative;
	padding: 2rem;
	background: #000;
	box-shadow: 0 6px 12px 0 rgb(0 0 0 / 24%);
	background-color: #2b2c51;
	box-shadow: 0px 0px 21px -6px #fff;
	margin: 80px auto;
}

.container h1 {
	color: #000;
	font-size: 20px;
}

.container p {
	font-size: 14px;
	margin-top: 5px;
	line-height: 2;
	font-weight: 500;
	font-family: Poppins, sans-serif;
}

.panel {
    border-radius: 0;
    /* background: rgba(150, 150, 150, .2) !important; */
    /* background-color: #152432; */
    border: 0;
}
.panel-default {
    /* border-color: #162432; */
}
.panel {
    /* margin-bottom: 20px; */
    /* background-color: #162432; */
    /* border: 1px solid transparent; */
    border-radius: 4px;
    /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); */
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, .05); */
	/* padding: 20px; */
}

.panel-body p{
	color: #000;
	line-height: 1.5;
}

.panel-body h2{
	margin: 15px 0;
}

.masonry {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	/* padding: 0px 40px; */
}

.masonry1{
	padding: 20px 20px 0;
	border-top: 5px dashed #0e5488;
    border-bottom: 5px dashed #08426f;
	background-color: #0e1d23;
}

.masonry1 .smallList img {
    width: 200px;
    height: 90px;
    margin-bottom: 0px;
    display: block;
    /* border-radius: 10px 10px 0 0; */
}

.masonry1 .smallList{
	display: flex;
}

.masonry1 .smallList p:nth-of-type(1) {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    background-color: #5189aa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
    line-height: 2;
}

.masonry1 .smallList:hover {
    transform: scale(1) translateY(0px);
}

.listLi {
	display: flex;
	width: calc((100% - 120px)/7);
	height: 100px;
	box-shadow: 0 6px 12px 0 rgb(0 0 0 / 24%);
	border-radius: 20px;
	overflow: hidden;
	justify-content: center;
	transition: 0.3s;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #000;
	position: relative;
	cursor: pointer;
}

.listLi:nth-of-type(7n) {
	margin-right: 0px;
}

.listLi img {
	width: 50%;
	height: 100%;
	border: none;
}

.listLi p {
	width: 50%;
	padding: 20px 5px 20px 10px;
	font-size: 12px;
	font-weight: 700;
	color: #c13180;
	overflow: hidden;
	text-transform: uppercase;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 5;
}

.smallListBox,.listTwoBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}


.listTwoBox .smallList{
	width: calc((100% - 80px)/5);
	height: auto;
	border-radius: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	transition: all 0.4s;
	cursor: pointer;
	text-align: center;
	color: #000;
	border: none;
	
	/* border: solid 4px #000; */
	/* padding-bottom: 40px; */
}

.listTwoBox .smallList p:nth-of-type(1){
	color: #fff;
}

.listTwoBox .smallList p:nth-of-type(3){
	color: #fff;
}

.listTwoBox .smallList p{
	color: #fff;
}

.listTwoBox .smallList p:nth-of-type(3){
	-webkit-line-clamp: 5;
}

.listTwoBox .smallList img{
	border-radius: 0px;
	height: 130px;
	/* border-radius: 20px; */
}

.listTwoBox{
	/* margin: 50px 0; */
}

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

.listTwoBox .smallList:nth-of-type(5n) {
	margin-right: 0px;
}

.smallList {
	width: calc((100% - 120px)/4);
	height: auto;
	border-radius: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	transition: all 0.4s;
	cursor: pointer;
}

.smallList:hover {
	transform: scale(1.02) translateY(-4px);
}

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

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


.smallList:hover p {
	opacity: 1;
	bottom: 0px;
}



.logoBox {
	width: 255px;
	height: 90px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	margin-bottom: 20px
}

.logoBoxFiexd {
	width: 200px;
	height: 90px;
	margin-bottom: 20px;
}

.logoBtn {
	width: auto;
	height: auto;
	cursor: pointer;
}

.rightLogoBox {
	width: 25%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	border-left: 2px solid gainsboro;
}

.rightLogoBox img {
	width: auto;
	display: block;
	height: 20px;
	cursor: pointer;
}

.zlogoBox {
	width: 75%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zhomeBox,
.zsearchBox {
	width: 100%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.zhomeBox {
	border-bottom: 2px solid gainsboro;
}



.leftOneBottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.leftOneBottom .goldRightLi {
	width: 100%;
	margin-right: 0px;
}

.goldleftOne {
	padding-right: 20px;
}

.goldleftTwo {
	padding-right: 10px;
	padding-left: 0px;
}

.textBox {
	width: 100%;
	max-width: 1430px;
	/* background-color: #042456; */
	margin: 30px auto;
	border-radius: 10px;
}

.site-info {
	/* background: #002258; */
	border-radius: 8px;
	/* padding: 15px; */
	font-size: 13px;
	line-height: 25px;
	color: #000;
	margin-bottom: 25px;
}

.site-info h2,
.site-info h4 {
	font-size: 14px;
	color: #fcd91a;
	font-weight: 900;
	margin: 10px 0 10px 0;
	line-height: 38px;
}

.site-info p {
	font-size: 13px;
	line-height: 25px;
	color: #000;
	margin-bottom: 25px;
}

.site-info h6 {
	font-size: 14px;
}

/* @media screen and (min-width:1500px) and (max-width:1700px) {
	.smallList {
		width: calc((100% - 90px)/10);
	}

	.smallList:nth-of-type(12n) {
		margin-right: 10px;
	}

	.smallList:nth-of-type(10n) {
		margin-right: 0px;
	}

} */

/* 
@media screen and (min-width:1300px) and (max-width:1500px) {
	.smallList {
		width: calc((100% - 80px)/9);
	}

	.smallList:nth-of-type(12n) {
		margin-right: 10px;
	}

	.smallList:nth-of-type(9n) {
		margin-right: 0px;
	}

} */

/* @media screen and (min-width:960px) and (max-width:1300px) {
	.smallList {
		width: calc((100% - 70px)/8);
	}

	.smallList:nth-of-type(12n) {
		margin-right: 10px;
	}

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

} */


.masonry {
	/* padding: 0px 10px; */
}

main {
	/* width: 90%; */
	max-width: 1300px;
	/* min-height: 75vh; */
	padding: 15px;
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 16px;
	/* background-color: #252f3f; */
	/* border-left: 5px solid #181c22; */
    /* border-right: 5px solid #181c22; */
}

.listLi {
	width: 100%;
	margin-right: 0px;
}

.masonry3 .smallList {
	width: calc((100% - 60px)/3);
	height: auto;
	margin-right: 30px;
	/* display: flex; */
	flex-wrap: wrap;
	/* align-items: center; */
	/* justify-content: center; */
	border-radius: 0px;
	margin-bottom: 10px;
	border: none;
	border-radius: 10px;
	overflow: hidden;
	/* background-color: #05142d; */
}


.masonry5 .smallList {
	width: calc((100% - 30px)/2);
	height: auto;
	margin-right: 30px;
	/* display: flex; */
	flex-wrap: wrap;
	/* align-items: center; */
	/* justify-content: center; */
	border-radius: 0px;
	margin-bottom: 10px;
	border: none;
	border-radius: 10px;
	overflow: hidden;
	/* background-color: #05142d; */
}

.smallListBox {
	/* padding: 0px 3%; */
	margin: 10px 0px 5px;
}

/* .smallList:nth-of-type(12n) {
	margin-right: 10px;
} */

.spanBox {
	padding: 0 5px;
}

.masonry3 .smallList:nth-of-type(3n) {
	margin-right: 0px;
}

.masonry5 .smallList:nth-of-type(2n) {
	margin-right: 0px;
}

.smallList p {
	width: 100%;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	/* text-align: center; */
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
}

.smallList img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.poGameBox {
	width: 100%;
	height: auto;
	display: flex;
	overflow-x: scroll;
	position: relative;
	padding: 10px;
}

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

.poGameLi {
	display: inline;
	margin-right: 20px;
	border-radius: 20px;
	/* overflow: hidden; */
	box-shadow: 3px 2px 6px 3px #f6f8ff;
	padding-bottom: 10px;
}

.poGameLi img {
	width: 300px;
	height: 200px;
	border-radius: 20px 20px 0 0;
}

.poGameLi p {
	width: 300px;
	height: auto;
	border-radius: 0 0 20px 20px;
	background-color: #000;
	font-size: 16px;
	font-weight: 500;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.poGameLi p:nth-of-type(1) {
	margin: 5px 0px;
}

.poGameLi p:nth-of-type(2) {
	color: #959595;
	font-weight: 400;
	font-size: 14px;
}

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

.baseGameBox {
	width: 100%;
	height: auto;
	display: flex;
	overflow-x: scroll;
	position: relative;
	padding: 10px 0px;
}

.baseGameLi {
	display: inline;
	margin-right: 15px;
	padding-bottom: 10px;
}

.baseGameLi img {
	width: 100px;
	height: 100px;
	border-radius: 20px;
}

.baseGameLi p {
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.logoBox {
	width: 100%;
	position: inherit;
}

.goldleftOne {
	padding: 0px;
}

.logoBoxFiexd {
	width: 100%;
	display: none;
}

.smallListBox {
	width: 100%;
	padding: 0 10px;
}

.container {
	width: 100%;
	display: none;
}

.logoBtn {
	width: auto;
	height: 50%;
}





.smallListBox {
	/* padding: 0px 3%; */
	margin: 10px 20px;
	width: calc((100% - 40px));
}


.masonry .smallList {
	border-radius: 5px;
	overflow: hidden;
	background-color: #26262a;
	/* background-color: #fff; */
	/* border: 1px solid #dadada; */
}

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

.smallList p {
	width: 100%;
	/* height: 25px; */
	color: #494949;
	font-size: 16px;
	font-weight: 600;
	/* text-align: center; */
	padding: 10px;
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* margin: 10px 0; */
	/* display: none; */
}

.smallList p:nth-of-type(1) {
	color: #959595;
	text-transform: uppercase;
	font-size: 12px;
	background-color: #5189aa;
	white-space: nowrap;    
	overflow: hidden; 
	text-overflow: ellipsis;   
	box-shadow: inset 0 -4px 0 rgba(0,0,0,0.2); 
}

.smallList p:nth-of-type(3) {
	color: #959595;
	/* text-transform: uppercase; */
	font-size: 15px;
	font-weight: 500;
	display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 3;
       overflow: hidden;
}

.smallList img {
	width: 100%;
	height: 300px;
	margin-bottom: 0px;
	display: block;
	/* border-radius: 10px 10px 0 0; */

}

.masonry3 .smallList img {
	width: 100%;
	height: 256px;
	margin-bottom: 5px;

}


.masonry5 .smallList img {
	width: 100%;
	height: 400px;
	margin-bottom: 5px;
}

.poGameBox {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	/* overflow-x: scroll; */
	position: relative;
	padding: 10px;
}

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

.poGameLi {
	width: calc((100% - 80px)/5);
	display: block;
	margin-right: 20px;
	border-radius: 20px;
	/* overflow: hidden; */
	box-shadow: 3px 2px 6px 3px #f6f8ff;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


.masonry3 .poGameLi {
	width: calc((100% - 60px)/3);
	display: block;
	margin-right: 30px;
	border-radius: 20px;
	/* overflow: hidden; */
	box-shadow: 3px 2px 6px 3px #f6f8ff;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


.masonry5 .poGameLi {
	width: calc((100% - 30px)/2);
	display: block;
	margin-right: 30px;
	border-radius: 20px;
	/* overflow: hidden; */
	box-shadow: 3px 2px 6px 3px #f6f8ff;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.poGameLi:nth-of-type(5n) {
	margin-right: 0px;
}

.masonry3 .poGameLi:nth-of-type(3n) {
	margin-right: 0px;
}


.masonry5 .poGameLi:nth-of-type(2n) {
	margin-right: 0px;
}

.poGameLi img {
	width: 100%;
	height: 200px;
	border-radius: 20px 20px 0 0;
}

.poGameLi p {
	width: auto;
	height: auto;
	border-radius: 0 0 20px 20px;
	background-color: #000;
	font-size: 16px;
	font-weight: 500;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.poGameLi p:nth-of-type(1) {
	margin: 5px 0px;
}

.poGameLi p:nth-of-type(2) {
	color: #959595;
	font-weight: 400;
	font-size: 14px;
}

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

.baseGameBox {
	width: 100%;
	height: auto;
	display: flex;
	overflow-x: scroll;
	position: relative;
	padding: 10px 0px;
}

.baseGameLi {
	display: inline;
	margin-right: 15px;
	padding-bottom: 10px;
}

.baseGameLi img {
	width: 100px;
	height: 100px;
	border-radius: 20px;
}

.baseGameLi p {
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


@media screen and (max-width:960px) {
	.smallList {
		width: calc((100% - 20px) / 3);
		height: auto;
		border-radius: 10px;
		margin-right: 10px;
	}

	.smallList:nth-of-type(3n){
		margin-right: 0px;
	}

	.smallList img {
		height: 150px;
	}

	.masonry3 .smallList{
		width: 100%;
		margin-right: 0;
	}
	.masonry5 .smallList img{
		height: 160px;
	}
	.masonry3 .smallList img {
		height: 220px;
	}

	.pOneTitle{
		font-size: 22px;
	}

	.imgBigBox{
		flex-wrap: wrap;
	}

	.imgBox{
		width: 150px;
		height: 150px;
		margin-bottom: 20px;
	}
	.smallListBox, .listTwoBox{
		justify-content: space-between;
	}
	.listTwoBox .smallList{
		width: calc((100% - 20px)/2);
		margin-right: 0;
		/* margin-right: 20px; */
	}

	.listTwoBox .smallList:nth-of-type(4n){
		margin-right: 0;
	}

	.mainLeft{
		display: none;
	}

	.mainRight{
		width: 100%;
		padding-left: 0;
	}

	.smallList{
		width: 100%;
		margin-right: 0;
	}
	.listTwoBox .smallList img{
		height: auto;
	}

	main{
		padding: 5px;
		max-width: 96%;
	}

	main:nth-of-type(1){
		margin-top: 20px !important;
	}
}</pre></body></html>