:root {
  --colbg: #1a0912;
  --coltheme: #e43736;
  --col3: #4b54a6;
}
@font-face {
font-family: Font;
src: url('images/bing_bam_boum.ttf');
}
html, body {
  height: 100%;
}
body {
  background: #230d19 url('images/bg.jpg');
  background-attachment: fixed;
  font-family: Arial;
  margin: 0;
  padding: 5px;
  text-align: center;
  box-sizing: border-box;
}
div {
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  background: #1a0912;
}
body::-webkit-scrollbar-thumb {
  background: #e43736;
}
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
p {
  margin: 0;
}
img {
  border: 0;
}
a {
  color: var(--coltheme);
  text-decoration: none;
}
a:hover {
  filter: contrast(130%);
}
h1 {
  font-family: Font;
  font-size: 36px;
  color: #fff;
  font-weight: normal;
  margin: 15px 0;
}
h2 {
  font-family: Arial;
  font-size: 30px;
  color: var(--coltheme);
  font-weight: normal;
  margin: 5px 0;
  text-transform: uppercase;
  text-align: center;
}
h3, h4, h5, h6 {
  font-family: Arial;
  font-size: 30px;
  color: var(--coltheme);
  font-weight: normal;
  margin: 5px 0;
  text-align: center;
}
input, textarea {
  max-width: 800px;
  width: 85%;
  background: #fff;
  color: #333;
  font-family: Arial;
  font-size: 18px;
  height: 36px;
  padding: 5px 15px;
  border: 3px solid var(--coltheme);
  border-radius: 25px;
}
.p12 {font-size: 12px;}
.p14 {font-size: 14px;}
.p16 {font-size: 16px;}
.p18 {font-size: 18px;}
.p20 {font-size: 20px;}
.p21 {font-size: 21px;}
.p22 {font-size: 22px;}
.p24 {font-size: 24px;}
.p25 {font-size: 25px;}
.p26 {font-size: 26px;}
.p30 {font-size: 30px;}
.p36 {font-size: 36px;}
.p40 {font-size: 40px;}
.p48 {font-size: 48px;}
.pwhite {color: #fff;}

.smaller {
  scale: 0.7;
}
.pcolor1, .pred {
  color: var(--coltheme);
}
.pwhite {color: #fff;}

.logo {
  display: inline-block;
  width: 409px; height: 211px;
  background: url('images/logo.png?t=1') no-repeat;
  margin: 10px 0;
}
.but_home {
  display: inline-block;
  width: 95px; height: 100px;
  background: url('images/but_home.png') no-repeat;
  position: absolute; top: 10px; left: 10px;
}
.but_close {
  display: inline-block;
  width: 95px; height: 100px;
  background: url('images/but_close.png') no-repeat;
  position: absolute; top: 10px; right: 10px;
}
.but_dislike {
  display: inline-block;
  width: 95px; height: 100px;
  background: url('images/but_dislike.png') no-repeat;
}
.but_like {
  display: inline-block;
  width: 95px; height: 100px;
  background: url('images/but_like.png') no-repeat;
}
.but_menu {
  display: inline-block;
  width: 95px; height: 100px;
  background: url('images/but_menu.png') no-repeat;
  position: absolute; top: 10px; left: 10px;
  z-index: 2;
}
.but_search {
  display: inline-block;
  width: 95px; height: 100px;
  background: url('images/but_search.png') no-repeat;
  position: absolute; top: 10px; right: 10px;
}
#search {
  margin: 0 0 15px 0;
  display: none;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.searchbut {
  display: block;
  width: 46px; height: 46px;
  background: url('images/find.png') no-repeat;
  margin: 0 0 0 10px;
}
#bottom {
  width: 100%;
  background-color: var(--colbg);
  height: 50px;
  border-top: 5px solid var(--coltheme);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  position: fixed; bottom: 0; left: 0;
  font-size: 14px;
}
#menu {
  width: 100%;
  background-color: var(--colbg);
  height: 50px;
  border-right: 5px solid var(--coltheme);
  border-bottom: 5px solid var(--coltheme);
  border-top: 5px solid var(--coltheme);
  display: none;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  position: absolute; top: 120px; left: 0;
  font-size: 22px;
  line-height: 200%;
  padding: 20px;
  border-radius: 0 25px 25px 0;
  text-transform: uppercase;
  width: 280px; height: 350px;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}
.games {
  max-width: 1600px;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.games a {
  width: 210px; height: 190px;
  display: block;
  margin: 10px;
}
.games a img {
  width: 200px; height: 155px;
  border: 5px solid var(--coltheme);
  border-radius: 10px;
}
.g2 {
  max-width: 1920px !important;
}

#preloader, #preloader2 {
  width: 100%; height: 100%;
  background: #230d19 url('images/bg.jpg');
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0; left: 0;
  z-index: 10;
}
#preloader .loader, #preloader2 .loader {
  width: 80px; height: 80px;
  border-radius: 40px;
  border: 12px dotted var(--coltheme);
  animation:spin 4s linear infinite;
}

.tripple {
  width: 100%;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
.double {
  width: 100%;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.content {
  max-width: 1000px;
  width: 100%;
  background-color: #fff;
  border-radius: 25px;
  padding: 15px;
  text-align: justify;
  height: auto;
  box-sizing: border-box;
}
.content::after {
  content: "";
  display: table;
  clear: both;
}
.ad336 {
  float: left;
  min-width: 336px;
  min-height: 310px;
  margin: 0 15px 0 0;
}
.ad336 p {
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  text-align: center;
}
.textimg {
  border-radius: 15px;
  width: 200px;
  height: 200px;
  float: right;
  margin: 0 0 3px 15px;
}
.leftside, .rightside {
  max-width: 240px;
  position: relative;
  top: -10px;
}
.leftside {
  margin: 0 15px 0 0;
}
.rightside {
  margin: 0 0 0 15px;
}
.pstat {
  font-family: Font;
  color: var(--coltheme);
  font-size: 24px;
}
.playbut {
  border-radius: 25px;
  background-color: var(--coltheme);
  max-width: 420px;
  width: 100%;
  height: 42px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.bigimg {
  width: 300px; height: 220px;
  border-radius: 25px;
  margin: 0 15px 0 0;
}
.gameinfo {
  width: 100%; height: 220px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}
.stats {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}
.stats > div {
  text-align: center;
}
.tags {
  max-width: 1000px;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
.tags a {
  display: block;
  border-radius: 25px;
  background-color: #fff;
  font-family: Font;
  font-size: 24px;
  color: var(--coltheme);
  padding: 8px 35px;
  margin: 3px;
}
#overlay {
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed; top: 0; left: 0;
  z-index: 11;
  display: none;
}
.ptit {
  font-family: Font;
  color: #fff;
  font-size: 36px;
  margin: 15px 0;
}
.prat {
  font-family: Font;
  color: #fff;
  font-size: 60px;
  margin: 0 40px;
}
.fle {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.flebetween {justify-content: space-between !important;}
.flevert {align-items: flex-start;}

.text {
  display: inline-block;
  max-width: 1600px;
  color: #fff;
}
.text img {
  float: right;
  border-radius: 15px;
  margin: 0 0 3px 15px;
  width: 160px; height: auto;
}
.bab {
	display: none;
	text-transform: uppercase;
	font-size: 14px;
	width: 100%;
	padding: 10px;
  color: #fff;
  border: 1px solid #ff0000;
}
#gameplay {
  width: 100%; height: 100%;
  position: fixed; top: 0; left: 0;
}
#gameplay iframe {
  width: 100%; height: 100%;
}
.off {
  pointer-events: none;
  opacity: 0.6;
}
.nofound {
  font-size: 36px;
  color: #fff;
  line-height: 200%;
}
.hp {
  color: #fff;
  font-size: 20px;
  margin: 10px 0 0 0;
}
#contactForm {
  display: inline-block;
  max-width: 400px;
  min-width: 300px;
}
#txt {
  width: 350px; height: 150px;
}
.butimage {
  margin: 10px 0 0 0;
  background-color: var(--coltheme);
  color: #fff;
}
#iframe {
  width: 100%;
  height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.pupper {text-transform: uppercase;}
.p30 {font-size: 30px;}
.p24 {font-size: 24px;}
.p16 {font-size: 16px;}
#rate, #ratenew {
  width: 100%; height: 100vh;
  position: fixed; top: 0; left: 0;
  background-color: rgba(0,0,0,0.8);
  display: none;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
#rate a {
  display: block;
  width: 420px; height: 600px;
  background: url('images/rate.jpg') 50% 0 no-repeat #110a0a;
  border: 3px solid var(--coltheme);
  padding: 350px 0 0 0;
  box-sizing: border-box;
  line-height: 200%;
  border-radius: 10px;
}
#ratenew > div {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 195px;
  height: 274px;
  background: url('images/specterz_big.png') no-repeat;
}
#ratestars {
  display: inline-block;
  width: 293px; height: 50px;
  background: url('images/stars.png') no-repeat;
}
#ratestars a {
  display: inline-block;
  width: 53px; height: 100%;
}
.space50 {width: 50px;}
.space40 {width: 30px;}
#linemenu {
  width: 100%;
  background-color: var(--colbg);
  height: 80px;
  border: 5px solid var(--coltheme);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 10px;
}
#linemenu a {
  text-transform: uppercase;
  color: var(--coltheme);
  font-size: 18px;
  margin: 0 3%;
}
.hlb {
  border-radius: 10px;
  background-color: var(--coltheme);
  color: #fff;
  font-size: 24px;
  padding: 8px 15px;
}
.anew {
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  margin: 10px 0;
  text-align: justify;
}
.anew img {
  float: left;
  margin: 0 10px 0 0;
  border-radius: 10px;
}
.transp {
  background-color: rgba(0,0,0,0.5);
}
.news {
  display: inline-block;
  max-width: 800px;
  margin: 0 5px;
}
.anewp {
  color: #444;
  font-size: 13px;
  height: 62px; overflow: hidden;
  margin: 0 0 10px 0;
}
.but {
  display: inline-block;
  background-color: var(--coltheme);
  border-radius: 10px;
  color: #fff;
  padding: 8px 30px;
  font-size: 20px;
}
.butviol {
  background-color: var(--col3);
}
.but_small {
  padding: 5px 20px;
  font-size: 16px;
}
.but_big {
  padding: 10px 35px;
  font-size: 20px;
}
.our_game {
  display: inline-block;
  max-width: 1200px;
  border-radius: 10px;
  background-color: rgba(0,0,0,0.65);
  padding: 10px;
  text-align: left;
  margin: 10px 0;
}
.our_game img {
  width: 450px; height: 250px;
  border-radius: 10px;
  margin: 0 10px 0 0;
  float: left;
}
.our_game_text {
  color: #fff;
  font-size: 15px;
  height: 153px; overflow: hidden;
  margin: 5px 0 9px 0;
}
.ptn {
  font-size: 15px;
  margin: 10px 0;
  color: #444;
}
.bigban {
  width: 100%;
  margin: 10px 0 0 0;
  color: var(--coltheme);
  text-transform: uppercase;
  text-align: center;
}
.flegame {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
}
.sidel {
  width: 100px;
  text-align: left;
  height: 600px;
  overflow: hidden;
  padding: 0 5px 0 0;
  flex-shrink: 0;
}
.sider {
  width: 100px;
  text-align: right;
  height: 600px;
  overflow: hidden;
  padding: 0 5px 0 0;
  flex-shrink: 0;
}
.advert300, .advert160 {
  height: 600px;
}
.advert300 > p, .advert160 > p {
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  position: absolute;
  margin-top: -15px;
  text-align: center;
}
.advert300 > p {width: 300px;}
.advert160 > p {width: 160px;}
.advert300 {
  width: 300px;
  flex-shrink: 0;
}
.advert160 {
  width: 160px;
  flex-shrink: 0;
}
#game {
  max-width: 800px;
  height: 600px;
  width: 100%;
}
.starate {
width: 55px; height: 53px;
background: url('images/star.png') no-repeat;
color: #fff;
font-weight: bold;
}
.starate p {
margin: 19px 0 0 0;
font-family: Noto Sans;
}
.fleg {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  height: 60px;
  background-color: #67c8e7;
}
.gai {
  height: 600px;
  background-color: #000;
}
.smallgames a {
width: 80px; height: 80px;
position: relative;
}
.smallgames a img {
width: 80px; height: 80px;
border: 3px solid var(--coltheme) !important;
}
.smallgames a div {
visibility: hidden;
}
.smallgames a:hover img {
filter: brightness(130%);
}

@keyframes spin {
    100% {-webkit-transform: rotate(360deg); transform:rotate(360deg);}
}
@media (max-width:1570px) {
  .rightside {display: none;}
}
@media (max-width:1290px) {
  .leftside {display: none;}
}
@media (max-width:760px) {
  .double {
    flex-flow: column nowrap;
    align-items: center;
  }
  .ad336 {
    clear: both;
    width: 100%; height: auto;
    margin: 0 0 10px 0;
  }
  #linemenu {display: none;}
}
@media (max-width:500px) {
  .our_game img {margin: 0;}
  .our_game {text-align: center;}
}

@media (max-width:1400px) {
  .sider {display: none;}
  .advert300 {margin: 0 0 0 10px;}
}
@media (max-width:1200px) {
  .sidel {display: none;}
  .advert160 {margin: 0 10px 0 0;}
}
@media (max-width:1000px) {
  .advert160 {display: none;}
}
@media (max-width:800px) {
  .advert300 {display: none;}
}
