/*
Theme Name: Theme PG VIP
Author: Green team
Description: Site small fast responsive Mobile.
Version: 1.0.1
Text Domain: Any Site For Everyone
*/
body{
background: #5a0000!important;
}
h1, h2, h3, h4{
	font-weight: bold!important
}
.content{
	max-width: 1400px;
	position: relative;
}
.content img{
	width: 100%!important;
	height: auto
}
.cover-white{
	backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.2);
    -webkit-backdrop-filter: blur(10px);
}
.game-contain{
	position: absolute;
	right: 0;
	top: -30px;
	width: 100%
}
.game-name{
	width: 45%;
	animation: move-up-down 6s ease infinite;
	position: absolute;
	left: 30%;
	z-index: 2
}
.topnav{
	z-index: 3;
	position: relative;
	text-align: center;
}
.topnav ul{
	margin: 0;
	padding: 0;
	overflow: auto;
	white-space: nowrap;
}
.topnav ul li{
	list-style: none;
	display: inline-flex;
}
.topnav ul li a{
	padding: 0 14px;
	color: #FFF;
	font-weight: bold;
}
.topnav ul:last-child{
	border: none!important
}
.topnav ul::-webkit-scrollbar {
  display: none;
}
.topnav u;{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@keyframes move-up-down {
 0% {
 top : 50%;
}
 33%{
top:  55%;
}
 100%{
top:  50%;
}
}
@media (max-width: 910px){
	.game-name{
	width: 55%;
	left: 25%;
}
}