/*=========		Main	 =========*/
body{}
li{list-style-type:none}
a{color:white;text-decoration:none;transition:all .5s}
a:hover{color:var(--maincolor)}
.clear{clear:both}
.btn-info{background-color:var(--maincolor);border-color:#cc7a00;color:white}
.btn-info:hover{background-color:var(--maincolorlight);border-color:#cc7a00;color:white}
/*=========		Header	 =========*/
#popup {
	z-index:10001;
    display:none;
    position:fixed;
    margin:0 auto;
	width:60%;
	height:70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 16px 0 rgb(255 255 255 / 20%), 0 6px 20px 0 rgb(255 255 255 / 19%)

}
#popup .popupimg{
	
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}
#popup i{cursor:pointer;float:right;background:rgb(33,33,33);color:white;width:30px;height:30px;line-height:30px;text-align:center;border-radius:100%;border:1px solid white;margin-top:-15px;margin-right:-15px}
.backghost{background:rgba(0,0,0,.8);position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999!important}
.logo{height:100px}
.search-box{
	width: fit-content;
	height: fit-content;
	position: relative;
}
.input-search{
	height: 50px;
	width: 50px;
	border-style: none;
	padding: 10px;
	font-size: 18px;
	letter-spacing: 2px;
	outline: none;
	border-radius: 25px;
	transition: all .5s ease-in-out;
	background-color: var(--maincolor);
	padding-right: 40px;
	color:#fff;
}
.input-search::placeholder{
	color:rgba(255,255,255,.5);
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 100;
}
.btn-search{
	width: 50px;
	height: 50px;
	border-style: none;
	font-size: 20px;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	right: 0px;
	color:#ffffff ;
	background-color:transparent;
	pointer-events: painted;  
}
.btn-search:focus ~ .input-search{
	width: 300px;
	border-radius: 0px;
	background-color: transparent;
	border-bottom:1px solid rgba(255,255,255,.5);
	transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-search:focus{
	width: 300px;
	border-radius: 0px;
	background-color: transparent;
	border-bottom:1px solid rgba(255,255,255,.5);
	transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.facesbox{border-radius:0;Border:none;box-shadow:0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%)}
/*=========		Server	 =========*/
.gamedetail li{font-size:18px;margin:2%}
.gamedetail li span{width:30%;display:inline-block;font-weight:bold}
.gamedetail li p{display:inline-block}
.gamedetail button{padding:1% 5%;margin:1%}
/*=========		Home	 =========*/
.catbg{
	width:100%;
	
	background-image: url(../images/catbg.jpg);
	background-size:cover;
	background-position:center;
	position:relative;
	min-height:200px;
}
.ghost{position:absolute;background:rgba(var(--maincolorrgb), 0.6);width:100%;height:100%}
.catbg ul li{
	background: rgba(0,0,0,.7);
	width:20%;
	margin:5% 2.5%;
	padding:2%;
	text-align:center;
	color:white;
	float:left;
	transition:all .5s
}
.catbg ul li:hover{
	background:var(--maincolorlight);
	 transform: scale(1.1);
}
.catbg.small{
	min-height:150px;
}
.catbg h1{color:white;text-align:center;padding-top:40px}
.adarea1{
	display: block;
	text-align: -webkit-center;
	margin:1%
}
.containerss{width:70%;margin:auto}
/*=========		Contact	 =========*/
.contact li{margin:2% 0;font-size:20px}
.contact i{margin-right:5%}
/*=========		Ads	 =========*/
.adarea2 img{width:100%}
.fullad{text-align:center}
.fullad div{width:100%;height:140px;background-size:50%;background-position:center;position:relative;z-index:2}
.ad700 div{width:90%;height:140px;background-size:50%;background-position:center}
.adleft{position:fixed;left:0;width:14.6%;height:100%;}
.adleft div{width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;margin-bottom:1%}
.right{position:fixed;right:0;width:14.6%;height:100%;z-index:}
.right div{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;margin-bottom:1%}

/*=========		Home Alert	 =========*/
.alert>.start-icon {
    margin-right: 0;
    min-width: 20px;
    text-align: center;
}
.navbar-nav > li{
  padding-left:10px;
  padding-right:10px;
  font-size:18px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link{transition:all .5s}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link{color:var(--maincolor); }
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color:var(--maincolor);}
.alert>.start-icon {
    margin-right: 5px;
}
.boxblog{position:relative;z-index:2;margin-top:4%;background-image: url(../images/boxbg.png);color:white;border-radius:10px;padding:1%;background-attachment:fixed;background-size:100%; background-repeat: no-repeat;box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) }

.box{position:relative;z-index:2;margin-top:4%;background-image: url(../images/boxbg.png);color:white;border-radius:10px;padding:3%;background-attachment:fixed;background-size:cover; background-repeat: no-repeat;box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;}
.box img{max-width:100%}
.sidebar i{width:40px;height:40px;line-height:40px;text-align:center;margin:1%}
.sidebar .title {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
	
}
.sidebar .title:after {
    position: absolute;
    top: 51%;
	margin-left:5%;
    overflow: hidden;
    width: 50%;
    height: 2px;
    content: '\a0';
    background-color: var(--maincolor);
}
.title {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
	
}
.title:after {
    position: absolute;
    top: 51%;
	margin-left:5%;
    overflow: hidden;
    width: 80%;
    height: 2px;
    content: '\a0';
    background-color: var(--maincolor);
}

table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
th, td {
	padding: 15px;
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}
th {
	text-align: left;
}
thead th {
	background-color: var(--maincolor);
}
tbody tr:hover {
	background-color: rgba(255,255,255,0.3);
}
tbody td {
	position: relative;
}
tbody td:hover:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -9999px;
	bottom: -9999px;
	
	z-index: -1;
}

.greencross
{
	font-size:18px;
	color: #25ff0b;
    text-shadow: none;
}
.carousel-wrapper {
	width: 1000px;
	margin: auto;
	position: relative;
	text-align: center;
	font-family: sans-serif;
}

.owl-carousel .owl-nav {
	overflow: hidden;
	height: 0px;
}
.owl-carousel .item p{color:var(--yellow);font-size:1.7rem;margin:5%}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #5110e9;
}


.owl-carousel .item {
	text-align: center;
}

.owl-carousel .nav-button {
	height: 50px;
	width: 25px;
	cursor: pointer;
	position: absolute;
	top: 40% !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 0.25;
}

.owl-carousel .owl-prev {
	left: -35px;
}

.owl-carousel .owl-next {
	right: -35px;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #ffffff;
	width:50px;
	height:50px;
	font-size: 50px;
	line-height:30px;
	background: #000000;
	border-radius: 100%;
}
.blogbox{
	width:100%;
	height:350px;
	background-size:cover;
	background-position:center;
	border-radius:10px;
	box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	position:relative;
	display:inline-block;
}
.blogbox:after {
	content:'';
	position:absolute;
	left:0; top:0;
	width:100%; height:100%;
	display:inline-block;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.5)), color-stop(100%,rgba(0,47,75,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 10%,rgba(0, 0, 0, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.blogbox .textarea h4{color:white;transition:all .5s;}
/*.blogbox .textarea h4:hover{color:rgba(255,255,255,.7);}*/
.blogbox:hover h4 { color:var(--maincolor)}

.blogbox .textarea{
	text-align:left;
	padding:5%;
	width: 100%;
	height:auto;
	bottom:0;
	position:absolute;
	z-index:1001;
	
}
.blogbox .textarea span{color:var(--maincolor)}
}
.owl-carousel .prev-carousel:hover {
	background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
	background-position: -24px -53px;
}
.carousel2 .item{border:1px solid rgba(255,255,255,.1);margin-bottom:10%}
.alert-simple.alert-success
{
	border: 1px solid rgba(36, 241, 6, 0.46);
    background-color: rgba(7, 149, 66, 0.12156862745098039);
    box-shadow: 0px 0px 2px #259c08;
    color: #0ad406;
	text-shadow: 2px 1px #00040a;
	transition:0.5s;
	cursor:pointer;
}
.alert-success:hover{
	background-color: rgba(7, 149, 66, 0.35);
	transition:0.5s;
}
.alert-simple.alert-info
{
	border: 1px solid rgba(6, 44, 241, 0.46);
    background-color: rgba(7, 73, 149, 0.12156862745098039);
    box-shadow: 0px 0px 2px #0396ff;
    color: #0396ff;
	text-shadow: 2px 1px #00040a;
	transition:0.5s;
	cursor:pointer;
}

.alert-info:hover
{
	background-color: rgba(7, 73, 149, 0.35);
	transition:0.5s;
}

.blue-cross
{
	font-size: 18px;
    color: #0bd2ff;
    text-shadow: none;
}

.alert-simple.alert-warning
{
	border: 1px solid rgba(241, 142, 6, 0.81);
    background-color: rgba(220, 128, 1, 0.16);
    box-shadow: 0px 0px 2px #ffb103;
    color: #ffb103;
    text-shadow: 2px 1px #00040a;
	transition:0.5s;
	cursor:pointer;
}

.alert-warning:hover{
	background-color: rgba(220, 128, 1, 0.33);
	transition:0.5s;
}

.warning
{
	font-size: 18px;
    color: #ffb40b;
    text-shadow: none;
}

.alert-simple.alert-danger
{
	border: 1px solid rgba(241, 6, 6, 0.81);
    background-color: rgba(220, 17, 1, 0.16);
    box-shadow: 0px 0px 2px #ff0303;
    color: #ff0303;
    text-shadow: 2px 1px #00040a;
	transition:0.5s;
	cursor:pointer;
}

.alert-danger:hover
{
	background-color: rgba(220, 17, 1, 0.33);
	transition:0.5s;
}

.danger
{
	font-size: 18px;
    color: #ff0303;
    text-shadow: none;
}

.alert-simple.alert-primary
{
	border: 1px solid rgba(6, 241, 226, 0.81);
    background-color: rgba(1, 204, 220, 0.16);
    box-shadow: 0px 0px 2px #03fff5;
    color: #03d0ff;
    text-shadow: 2px 1px #00040a;
	transition:0.5s;
	cursor:pointer;
}

.alert-primary:hover{
	background-color: rgba(1, 204, 220, 0.33);
	transition:0.5s;
}

.alertprimary
{
	font-size: 18px;
    color: #03d0ff;
    text-shadow: none;
}

.square_box {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-left-radius: 45px;
    opacity: 0.302;
}

.square_box.box_three {
    background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    opacity: 0.059;
    left: -80px;
    top: -60px;
    width: 500px;
    height: 500px;
    border-radius: 45px;
}

.square_box.box_four {
    background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    opacity: 0.059;
    left: 150px;
    top: -25px;
    width: 550px;
    height: 550px;
    border-radius: 45px;
}

.alert:before {
    content: '';
    position: absolute;
    width: 0;
    height: calc(100% - 44px);
    border-left: 1px solid;
    border-right: 2px solid;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
	height: 20px;
}

.fa-times
{
	-webkit-animation: blink-1 2s infinite both;
	animation: blink-1 2s infinite both;
}


/**
	* ----------------------------------------
	* animation blink-1
	* ----------------------------------------
*/
@-webkit-keyframes blink-1 {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@keyframes blink-1 {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
.footer{background:#21242a;color:white;width:100%;margin-top:3%;padding:2%;z-index:1001;position:relative}
.subfooter{width:100%;background:none;color:white;text-align:center;padding:1% 0;font-size:13px;z-index:1001;position:relative;background:#091020}
.footer i{color:white;border:1px solid white;border-radius:100%;width:40px;height:40px;line-height:40px;text-align:center;margin:1%;transition:all .5s}
.footer i:hover{color:rgba(255,255,255,.6); transform: scale(1.1);}
.footer ul li{float:right;margin:1.5%	}
.footer ul{ width: 100%;}
@media screen and (max-width:500px) and (min-width:100px) {
	.containerss{width:95%;margin:auto}
	.responsive-table{overflow-x:auto}
	.adleft,.right{display:none}
	.containerss .row{--bs-gutter-x:0}
	.catbg ul li{width:90%;margin:2.5% Auto}
	.gamedetail li span{width:100%}
	.fullad img{max-width:100%}
	
}
.responsive-table td img{height:20px}
.responsive-table tr{    cursor: pointer;}
.carousel {
	position: relative;
}
.carousel-item img.w-100 {
	object-fit: cover;
	height:400px;
}

.carousel-item{position:relative;}
.carousel-item .inner{position:absolute;bottom:0;color:white;width:100%;background: rgba(0,0,0,.5);padding:1%;font-size:20px}


#carousel-thumbs {
	background: black;
	padding: 0 50px;
}
#carousel-thumbs img:hover {
	opacity: 100%;
}

#carousel-thumbs img {
	opacity: 80%;
	border: 3px solid transparent;
	cursor: pointer;
	
}
#carousel-thumbs .selected img {
	opacity: 100%;
}

.carousel-control-prev,
.carousel-control-next {
	width: 50px;
}
.modal-content {
	border-radius: 0;
	background-color: transparent;
	border: none;
}
#lightbox-container-image img {
	width: auto;
	max-height: 520px;
}


/* 		YOUTUBE *//
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,700&display=swap');

/* Core Styles */

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.figure {
  background: #1d1d1d;
  display: inline-block;
  margin: 10px;
  max-width: 280px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.figure * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}



/* Section 1 - Hover Effect #01 */

.section-1 .figure:before,
.section-1 .figure:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: var(--maincolor);
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  content: '';
  opacity: 0.7;
  z-index: 1;
}

.section-1 .figure:before {
  -webkit-transform: skew(45deg) translateX(-180%);
  transform: skew(45deg) translateX(-180%);
}

.section-1 .figure:after {
  -webkit-transform: skew(45deg) translate(180%);
  transform: skew(45deg) translateX(180%);
}

.section-1 .figure img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  max-width: 100%;
  
  vertical-align: top;
}

.section-1 .figure figcaption {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 2;
    -webkit-transform: translate(-50%,-50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    -webkit-box-shadow: 0 0 10px #1d1d1d;
    box-shadow: 0 0 10px #1d1d1d;
}

.section-1 .figure h3 {
  background-color: #1d1d1d;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 1em; 
  font-weight: 600;
  letter-spacing: 1px;
  
  padding: 5px 10px;
  text-transform: uppercase;
  margin-bottom:5%
}



.section-1 .figure:hover > img,
.section-1 .figure:hover > img {
  opacity: 0.5;
}

.section-1 .figure:hover:before,
.section-1 .figure.hover:before {
  -webkit-transform: skew(45deg) translateX(-80%);
  transform: skew(45deg) translateX(-80%);
}

.section-1 .figure:hover:after,
.section-1 .figure.hover:after {
  -webkit-transform: skew(45deg) translateX(80%);
  transform: skew(45deg) translateX(80%);
}

.section-1 figure:hover figcaption,
.section-1 figure.hover figcaption {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
