 p { color: black; font-size: 2em; text-align: center; display: inline-block; font: 800 6.25vh Arial; -webkit-text-fill-color: transparent; -webkit-text-stroke: 0.14vw; } .loading { display: flex; justify-content: center; align-items: center; height: auto; margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .dots::after { content: "."; animation: blink 1.62s infinite; } @keyframes blink { 0% { content: "..."; } 33% { content: "."; } 66% { content: ".."; } 100% { content: "..."; } } .semipolar-spinner, .semipolar-spinner * { box-sizing: border-box; } .semipolar-spinner { height: 65px; width: 65px; position: relative; } .semipolar-spinner .ring { border-radius: 50%; position: absolute; border: calc(65px * 0.05) solid transparent; border-top-color: #b1a8b9; border-left-color: #b1a8b9; animation: semipolar-spinner-animation 2s infinite; } .semipolar-spinner .ring:nth-child(1) { height: calc(65px - 65px * 0.2 * 0); width: calc(65px - 65px * 0.2 * 0); top: calc(65px * 0.1 * 0); left: calc(65px * 0.1 * 0); animation-delay: calc(2000ms * 0.1 * 4); z-index: 5; } .semipolar-spinner .ring:nth-child(2) { height: calc(65px - 65px * 0.2 * 1); width: calc(65px - 65px * 0.2 * 1); top: calc(65px * 0.1 * 1); left: calc(65px * 0.1 * 1); animation-delay: calc(2000ms * 0.1 * 3); z-index: 4; } .semipolar-spinner .ring:nth-child(3) { height: calc(65px - 65px * 0.2 * 2); width: calc(65px - 65px * 0.2 * 2); top: calc(65px * 0.1 * 2); left: calc(65px * 0.1 * 2); animation-delay: calc(2000ms * 0.1 * 2); z-index: 3; } .semipolar-spinner .ring:nth-child(4) { height: calc(65px - 65px * 0.2 * 3); width: calc(65px - 65px * 0.2 * 3); top: calc(65px * 0.1 * 3); left: calc(65px * 0.1 * 3); animation-delay: calc(2000ms * 0.1 * 1); z-index: 2; } .semipolar-spinner .ring:nth-child(5) { height: calc(65px - 65px * 0.2 * 4); width: calc(65px - 65px * 0.2 * 4); top: calc(65px * 0.1 * 4); left: calc(65px * 0.1 * 4); animation-delay: calc(2000ms * 0.1 * 0); z-index: 1; } @keyframes semipolar-spinner-animation { 50% { transform: rotate(360deg) scale(0.7); } }

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* particles */body{ margin:0;} canvas{display: block; } /* ---- particles.js container ---- */ #particles-js{ position:absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; background: var(--color-bg); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ 
html{
  scrollbar-color: var(--color-3) var(--color-7);
  background-color: var(--color-bg);
  width: 100%;
  height: 100%;
  margin:0;
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 714;
  font-style: normal;
}
.thebest{
  font-size: 0.75em;
}
.rainbow {
  text-align: center;
  animation: colorRotate 1.8s linear 0s infinite;
  font-size: 1em;
}
@keyframes colorRotate {
  from {
    color: var(--color-10);
  }
  50%{
    color: var(--color-3);
  }
  100% {
    color: var(--color-10);
  }
}
body{ margin:0; font:normal 75% Arial, Helvetica, sans-serif; }
.topnav1{
  border-bottom: 2px solid var(--color-4);
  background: var(--color-7);
  overflow: hidden;

  position: fixed;
  z-index: 99999;
  height: 5em;
  width: 100%;
  box-shadow: 2px;
 
}
.nav2{
  border-bottom: 2px solid var(--color-4);
  background: var(--color-7);
  overflow-x: hidden;
  position: fixed;
  z-index: 99999;
  top: calc(5em + 2px);
  bottom: 0; 
  width: 5em;
  transition: 0.6s ease;
  border-right: 2px solid var(--color-4);
} .nav2:-webkit-scrollbar {
    width: 2px;
}
.nav2:hover{
  width: 20em;
  
}
.logo{
  height: 4em;
  width: 4em;
  padding: 0.5em;
}
.logo2{
  height: 4em;
  width: 29em;
  padding: 0.5em;
}
.logo{transition: 0.2s ease;}
.logo:hover{
  padding: .8em;
  height: 3.4em; 
  width: 3.4em;
  rotate: 15deg
}
.navicon{
  height: 2.5em;
  padding: 0.75em;
  margin: 0.5em;
  background-color: var(--color-12);
  border-radius: 10px;
  transition: 0.3s ease;
}
.main{
  position: relative;
  top: calc(5em + 2px);
  left: 6em; 
  width: calc(100% - 6em);
  height: calc(100vh - calc(5em + 2px));
  overflow: scroll;
  overflow-x: hidden;
  /*-ms-overflow-style: none;  
  scrollbar-width: none;
}
.main::-webkit-scrollbar {
  display: none;*/
}
.navtext{
  position: relative;
  opacity: 0;

  font-size: 1em;
  transition-delay: 2s;
  color: var(--color-2);
  top: -2em;
 transition: 0.2s ease;
  overflow: hidden;
  max-width: 14em;
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.nav2:hover .navtext{
  opacity: 1;
  display: inline-block;
  transition-delay: 0.3s;
}
.link-box{
  display: inline-block;
  color: var(--color-2);
  transition: 0.3s ease;
  overflow: hidden;
  height: 5em;
  min-width: 20em;
  box-shadow: 0 0 0 2px var(--color-4);
}
.link-box:hover{
  box-shadow: 0 0 0 2px var(--color-6);
  color: var(--color-5);
  background-color: var(--color-4)
}
.navicon:hover{
  height: 1.825em;
  padding: 1.1em;
  margin: 0.5em;
  background-color: var(--color-12);
  border-radius: 10px;
}
h1{
  color: var(--color-2);
  font-size: 3em;
}

.gmesSelect{
  color: var(--color-10);
 /* width: 18em;
  height: 4em;*/
  background: #363636;
  border-radius: 12px;
  font-size: 1.4em;
  width: 16em;
  text-align: center;
  border: 2px solid var(--color-3);
  transition: padding-left 0.3s ease, padding-right 0.3s ease, border 0.3s ease, border-radius 0.3s ease, color 0.3s ease, background 0.3s ease;
  margin: 1em;
}
.gmesSelect:hover{
  border-radius: 2px;
  background: #363636;
  color: var(--color-3);
}
.gameframe_game {
  margin: 1em;
  
  position: relative;
  display: inline-block;
}
.gameframe_game img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  transition: all 0.3s ease; 
  background: var(--color-6);
}
.gameframe_game:hover img {
  cursor: pointer;
  filter: brightness(0.5); 
  transform: scale(0.9);
  box-shadow: 0 0 0 4px var(--color-3); 

}
.gameframe_game h1 {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6em; 
  opacity: 0;
  transition: opacity 0.3s ease; 
  position: absolute;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;

}
.gameframe_game:hover h1 {
  opacity: 1;
}
.get_started{
  height: 50px;
  width: 200px;
  background-color: var(--color-12);
  position: static;
  
  border: none;
  border-radius: 15px;
  transition: 0.3s ease;
  margin-bottom: 10px;
}
.get_started:hover{
  rotate: 3deg;
  filter: brightness(1.2); 
  height: 60px;
  width: 240px;
  margin-bottom: 0;
}
.games_big{
  height: 100%;
}
.get_started_text{
  position: relative;
  font-size: 20px;
  top: -6px
}
.get_started img{
  padding-top: 5px;
}
.frame{ 
  border: 2px solid var(--color-3);
       border-radius: 12px;
       margin: 3em;
       height: calc(50vh + 65px);
       width: calc(50vw + 2px);
  background-color: var(--color-9);
  padding: 0.75em;
  animation: frameAnim 2s linear 0s infinite;
}
@keyframes frameAnim {
  from {
    background: var(--color-10);
  }


  50%{
    background: var(--color-3);
  }
  100%{
    background: var(--color-10);
  }
}
.game_frame{
  frameborder: 0;
  width: 50vw;
  height: 50vh;

  border-radius: 12px;
  border: 2px solid var(--color-3);
}
.gameUIbutton{
  float: right;
  height: 35px;
  width: 35px;
  padding: 10px;
  padding-right: 15px;
  border-radius: 6px;
  transition-duration: 0.125s;
  margin-top: 5px;
}
.gameUIbutton:hover{
float: right;
height: 45px;
width: 45px;
padding: 5px;
padding-right: 10px;
border-radius: 6px;

}
.gmsName{
  float: left;
  margin-left: 20px;
  position: relative;
  top: -11px;
  margin-bottom: 0;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  width: calc(50vw - 140px);

  overflow-y: hidden;
    -ms-overflow-style: none;  
    scrollbar-width: none;
  height: 1.15em;
  }
  .gmsName::-webkit-scrollbar {
    display: none;
  }

#settings{
  top: 0em;
  position: fixed;
  float: right;
  right: 0em;
  z-index:9999999; 
}

h2{
  color: var(--color-2);
  font-size: 1.5em;
}
.setting{
  width: calc(100% - 18em);

  background: var(--color-7);
  padding: 5em;
  border-radius: 6em;
  display: inline-block;
  margin: 2em;
}
.fpsOverlay{
  position: fixed;
  top: 6em;
  right: 1em;
  color: var(--color-2);
  padding: 1.5em;
  background: var(--color-7);
  border-radius: 1em;
  border: 5px solid var(--color-bg)
}
.settingButton{
  float: right;
  width: 300px;
  height: 50px;
  background: var(--color-8);
  border-radius: 15px;
  color: var(--color-5);
  border: 2px solid var(--color-2);
  transition: 0.3s;
  
}
.settingButton:hover{
  color: var(--color-2);
  border: 2px solid var(--color-6);

  background: ;

}
table {
  width: 100%;
  display: table;
}

table th, table td {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #ddd;
  width: 50%;
  display: table-cell;
}

table th:first-child, table td:first-child {
  text-align: left;
}

table th:last-child, table td:last-child {
  text-align: right;
}
.moregames_grid{
  position: absolute;
  overflow: hidden;
  top: 6.5em;
  right: 3em;
  left: calc(56vw + 2px);
  height: calc(1390.43px + 1em);
}
.iconName{
  position: absolute;
  top: -0.375em;
  left: 2em;
  font-size: 3em; 
  z-index: 100000;
}
.moregamesright{
  position: fixed;
  top: 0; 
  right: 0; 
  width: 20px;
  height: 40px;
  background: var(--color-3)
}
a{
  text-decoration: none;
  color: inherit;
}.color{
  width: 50px; 
  height: 50px;
  border-radius: 15px;
  background: var(--color-2);
  border: 2px solid var(--color-2);
  margin-right: 1em;
}
svg{
  filter: drop-shadow(8px 8px 10px gray);
}
#advertisement{
  position: absolute;
  top:3em;
  right: 2em;
}
#advertisement{
border: 3px solid white;
}
#advertisement h1{
        color: white; 
        font-size: 1em;
        text-align: center; 
        display: inline-block;
  font: 600 5vh Arial;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.07vw;
}
.gamesPageAdvertisement{
  width: calc(45vw - 8em);
  height: calc(0.75em + calc(50vh + 67px));
  display: inline-block;
  vertical-align:top;
  border-radius: 1em;
}
.cookie_bg{
  backdrop-filter: blur(20px);
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  z-index:999999999999;
}
.cookie-consent{
position: relative;
  height: 10em;
  width: 10em;
  background: #d0d0d0; 
  color: #101010;
  top: calc(50% - 6em);
  left: calc(50% - 6em);
  padding: 2em;
  border-radius: 1em;
  font-size: 3em;
}
.textCookies{
  font-size: 0.5em;
}
.cookiesButton{
  width: 140px;
  height: 40px;
  
}
#spinny{
  z-index: 1000000000000;
}