/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/*
font-family: 'Montserrat', sans-serif;  Main font
font-family: 'Raleway', sans-serif;      h1
font-family: 'Squada One', cursive;       For cheat names
font-family: 'Codystar', sans-serif;         Dotted font
font-family: 'Dosis', sans-serif;   RING1
font-family: 'Teko', sans-serif;   RAMEX
font-family: 'Kaushan Script', cursive;  ENIGMA
family=El+Messiri:wght@500            eastern font
*/

/* Font Awesome CSS */

.fas,
.far,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

@font-face {
   font-family: 'Font Awesome 5 Free';
   font-style: normal;
   font-weight: 900;
   font-display: block;
   src: url("../fonts/fa-solid-900.eot");
   src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }
 
 .fa,
 .fas {
   font-family: 'Font Awesome 5 Free';
   font-weight: 900; }

@font-face {
   font-family: 'Font Awesome 5 Brands';
   font-style: normal;
   font-weight: 400;
   font-display: block;
   src: url("../fonts/fa-brands-400.eot");
   src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }
   
   .fab {
   font-family: 'Font Awesome 5 Brands';
   font-weight: 400; }


@font-face {
font-family: 'Font Awesome 5 Regular';
font-style: normal;
font-weight: 400;
font-display: block;
src: url("../fonts/fa-regular-400.eot");
src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
font-family: 'Font Awesome 5 Regular';
font-weight: 400; }

/*vv SWUP transitions vv*/

.transition-fade-up {
   -webkit-transition: 800ms ease-in-out;
   -o-transition: 800ms ease-in-out;
   transition: 800ms ease-in-out;
   opacity: 1;
   -webkit-transform: translatey(0);
       -ms-transform: translatey(0);
           transform: translatey(0);
}

.transition-fade-down {
   -webkit-transition: 800ms ease-in-out;
   -o-transition: 800ms ease-in-out;
   transition: 800ms ease-in-out;
   opacity: 1;
   /* -webkit-transform: translatey(0);
       -ms-transform: translatey(0);
           transform: translatey(0); */
}

html.is-animating .transition-fade-up {
   opacity: 0;
   -webkit-transform: translatey(-600px);
       -ms-transform: translatey(-600px);
           transform: translatey(-600px);
}

html.is-animating .transition-fade-down {
   opacity: 0;
   -webkit-transform: translatey(600px);
       -ms-transform: translatey(600px);
           transform: translatey(600px);
}

/*^^ SWUP transitions ^^*/
/*vv Global vv*/

:root {
   /* 1
   --bg-color0: 4, 3, 11;   
   --bg-color1: 40, 15, 54;
   --bg-color2: 99, 43, 108;
   --bg-color3: 200, 107, 152;
   --bg-color4: 255, 193, 160;
   --bg-color5: 254, 156, 127;
   --main-one: 255, 75, 186;
   --main-one-dark: 146, 0, 97;
   --main-two: 6, 133, 238;
   --main-two-dark: 0, 91, 165;
   */
   --bg-color0: 2, 3, 25;   
   --bg-color1: 29, 1, 62;
   --bg-color2: 81, 32, 79;
   --bg-color3: 146, 96, 108;
   --bg-color4: 228, 127, 34;
   --bg-color5: 163, 3, 0;
   --main-one: 255, 75, 186;
   --main-one-dark: 146, 0, 97;
   --main-two: 6, 133, 238;
   --main-two-dark: 0, 91, 165;
}

* {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}

html {
   font-family: "Montserrat", sans-serif;
   font-weight: 500;
   font-size: 62.5%;
   line-height: 1.6;
   background-color: rgb(19, 15, 56);
   color: #DAD1E1;
}

h1,
h2,
h3,
h4,
h5 {
   font-family: 'Raleway', sans-serif; 
   font-weight: 400;
}

h1 {
   margin: 0;
   padding: 2rem;
   font-size: 3.6rem;
   font-weight: 700;
   
}

a {
   color: #e2e2e2;
   text-decoration: none;
}

ul {
   list-style: none;
}

li {
   line-height: 1.8;
}

p {
   line-height: 1.8;
}

button {
   border: none;
   background-color: transparent;
   font-family: inherit;
   padding: 0;
   cursor: pointer;
}

hr {
   padding: 0;
   height: 2px;
   border: none;
   background: -webkit-gradient(
      linear,
      right top, left top,
      from(#ffffff00),
      color-stop(rgba(var(--main-one), 1)),
      to(#ffffff00)
   );
   background: -o-linear-gradient(
      right,
      #ffffff00,
      rgba(var(--main-one), 1),
      #ffffff00
   );
   background: linear-gradient(
      to left,
      #ffffff00,
      rgba(var(--main-one), 1),
      #ffffff00
   );
}

.notices {
   padding: 1px 1px 1px 30px;
   margin: 15px 0;
}

.notices.yellow {
   border-left: 10px solid #f0ad4e;
   color: #f0ad4e;
}

.notices.red {
   border-left: 10px solid #d9534f;
   color: #d9534f;
}

.notices.blue {
   border-left: 10px solid #5bc0de;
   color: #5bc0de;
}

.notices.green {
   border-left: 10px solid #5cb85c;
   color: #5cb85c;
}

.bg-global-color {
   background: rgb(var(--bg-color1));
}

/* gradients */
.bg-sky-grad-t {
   background: linear-gradient(
      180deg,
      rgb(var(--bg-color0)) 0%,
      rgb(var(--bg-color1)) 100%
   ),
   url("../images/Stars.webp");
   background-blend-mode: lighten;
   position: relative;
}

.bg-sky-grad-m {
   background: linear-gradient(
      180deg,
      rgb(var(--bg-color1)) 0%,
      rgb(var(--bg-color2)) 50%,
      rgb(var(--bg-color3)) 100%
   );
}

.bg-sky-grad-b {
   background: linear-gradient(
      180deg,
      rgb(var(--bg-color3)) 0%,
      rgb(var(--bg-color4)) 100%
   );
}


.bg-sky-grad-cheat {
   background: linear-gradient(
      180deg,
      rgb(var(--bg-color1)),
      rgb(var(--bg-color2)),
      rgb(var(--bg-color3)),
      rgb(var(--bg-color4))
   );
}

.wrapper {
   margin: auto;
   max-width: 1200px;
}

.swup-progress-bar {
   height: 2px;
   top: 50px;
   opacity: 0.7;
   background: linear-gradient(90deg, rgb(var(--main-two-dark)), rgb(var(--main-two)));
 }
 

/* Sizer for small short pages */
.sizer {
   height: 100vh;
}

/* vv Global | Spoiler for rules vv*/
details {
   position: relative;
   min-height: 0rem;
   max-height: 10rem;
   -o-transition: min-height 1s ease, max-height 1s ease;
   transition: min-height 1s ease, max-height 1s ease;
   -webkit-transition: min-height 1s ease, max-height 1s ease;
   overflow: hidden;
}
details summary {
   display: block;
   cursor: pointer;
}
details summary::-webkit-details-marker {
   display: none;
}
details summary::-moz-list-bullet {
   list-style-type: none;
}

details summary ~ * {
   opacity: 0;
   -o-transition: opacity 1s ease;
   transition: opacity 1s ease;
   -webkit-transition: opacity 1s ease;
}
details[open] {
   min-height: 60em;
   max-height: 300em;
}

details[open] summary ~ * {
   opacity: 1;
}

/* ^^ Global | Spoiler for rules ^^ */

/*vv Global | Plugins vv



   CURRENTLY NOT IN USE

.notices {
   background: rgb(var(--main-one));
   position: fixed;
   top: 6vh;
   right: 0vw;
   z-index: 100;
   padding: 1rem;
   font-size: 2rem;
   visibility: hidden;
   opacity: 0;
   animation: notices_hide 10s;
}

@keyframes notices_hide {
   0% {
      visibility: hidden;
      opacity: 0;
   }
   6% {
      visibility: visible;
      opacity: 1;
   }
   94% {
      visibility: visible;
      opacity: 1;
   }
   100% {
      visibility: hidden;
      opacity: 0;
   }
}

^^ Global | Plugins ^^*/

/*^^ Global ^^*/
/*vv NAV bar vv*/
#notif-ribbon {
   overflow: hidden;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   gap: 2rem;
   font-size: 1.4rem;
   font-weight: 500;
   padding: 0.8rem 2rem;
   background: rgb(var(--bg-color2));
}

#notif-ribbon a:hover,
#notif-ribbon a:focus {
   text-decoration: underline;
}

#notif-ribbon i {
   font-size: 2rem;
   cursor: pointer;
   transition: rotate ease-in-out 0.3s;
}

#notif-ribbon i:hover,
#notif-ribbon i:hover {
   rotate: 90deg;
}

.nav-sticky {
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 1;
}

.nav-main {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: flex-end;
   padding: 0 5%;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   flex-wrap: wrap;
   height: 50px;
   background-color: rgb(var(--bg-color0));
}

#nav-logo {
   font-family: "Codystar", sans-serif;
   font-weight: bold;
   font-size: 22px;
   opacity: 1;
   -webkit-transition: opacity 0.5s;
   -o-transition: opacity 0.5s;
   transition: opacity 0.5s;
   margin-right: auto;
}

#nav-logo span:first-child {
   color: #ffffffaa;
   text-shadow: 0 0 1px rgb(var(--main-one)),
      0 0 5px rgb(var(--main-one-dark)), 0 0 10px rgb(var(--main-one-dark)),
      0 0 15px rgb(var(--main-one-dark)), 0 0 20px rgb(var(--main-one)),
      0 0 30px rgb(var(--main-one));
}

#nav-logo span:last-child {
   color: #ffffffaa;
   text-shadow: 0 0 1px rgb(var(--main-two)),
      0 0 5px rgb(var(--main-two-dark)), 0 0 10px rgb(var(--main-two-dark)),
      0 0 15px rgb(var(--main-two-dark)), 0 0 20px rgb(var(--main-two)),
      0 0 30px rgb(var(--main-two));
}

#nav-logo img {
   height: 20px;
   width: 20px;
}

.logo_invisible {
   opacity: 0 !important;
   pointer-events: none;
}

.nav-links {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-around;
   font-size: 14px;
   font-family: 'Raleway', sans-serif; 
   font-weight: 700;
   width: 500px;
   white-space: nowrap;
}

.nav-links li {
   opacity: 0.8;
   -webkit-transition: opacity 0.4s ease;
   -o-transition: opacity 0.4s ease;
   transition: opacity 0.4s ease;
   text-align: center;
}

.nav-links li i {
   padding-right: 2px;
}

.nav-links li:hover {
   opacity: 1;
}

.nav-burger {
   display: none;
   cursor: pointer;
}

.nav-burger div {
   height: 2px;
   width: 25px;
   margin: 5px;
   margin-left: 20px;
   background-color: rgba(var(--main-two), 1);
   transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 1024px){
   .nav-links {
   width: 388px;
   }
   #nav-logo {
      font-size: 18px;
   }
   #nav-logo img {
      height: 16px;
      width: 16px;
   }
}

@media screen and (max-width: 768px){
   body {
      overflow-x: hidden;
   }

   .language-selector span {
      display: none;
   }

   .nav-links {
      position: absolute;
      top: 50px;
      right: 0;
      width: 40%;
      background-color: rgb(var(--bg-color0));
      border-left: 2px solid rgba(var(--main-two-dark), 0.7);
      border-bottom: 2px solid rgba(var(--main-two-dark), 0.7);
      border-radius: 0 0 0 20px;
      flex-direction: column;
      justify-content: flex-start;
      transform: translateY(-100%);
      transition: transform 0.5s ease-in;
      z-index: -2;
   }
   .nav-links li {
      opacity: 0;

   }
   .nav-links a {
      width:100%;
      display: block;
      padding: 10px 0;
   }
   .nav-burger {
      display: block;
   }
}

.nav-active {
   transform: translateY(0);
}

@keyframes navlinksfade {
   from {
      opacity: 0;
      transform: translateX(50px);
   }
   to {
      opacity: 1;
      transform: translateX(0px);
   }
}

.nav-burger-toggle .burger-line1 {
   transform: rotate(45deg) translate(5px,5px);
}

.nav-burger-toggle .burger-line2 {
   opacity: 0;
}

.nav-burger-toggle .burger-line3 {
   transform: rotate(-45deg) translate(5px,-5px);
}
/*^^ NAV bar ^^*/
/*vv Language switcher vv*/

.language-selector {
   position: relative;
   display: inline;
   opacity: 0.8;
   transition: opacity 0.4s ease;
   margin-left: 2.2vw;
}

.language-selector:hover {
   opacity: 1;
}

.language-selector .btn {
  position: relative;
  display: inline-block;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  /* size */
  font-size: 1rem;
  line-height: 1.5;
  /* Aspect */
  background-color: transparent;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #e2e2e2;
}

.language-selector .btn img {
   margin-right: 2px;
   height: 10px;
}

.language-selector .dropdown-menu {
  position: absolute;
  top: 100%;
  right: -20%;
  z-index: 1000;
  display: none;
  padding: 5px 0;
  margin: 13px 0 0;
  font-size: 1.4rem;
  text-align: left;
  list-style: none;
  background-color: rgb(var(--bg-color0));
  border: 2px solid rgba(var(--main-two-dark), 0.7);
  border-top: none;
  border-radius: 0 0 20px 20px;
  background-clip: padding-box;
  
}

.language-selector .dropdown-menu img {
   width: 24px;
   height: 12px;
   max-width: inherit;
}

.language-selector .dropdown-menu>li>a {
 display: block;
 padding: 10px 30px;
 clear: both;
 font-family: 'Raleway', sans-serif;
 font-weight: 700;
 color: #e2e2e2cc;
 white-space: nowrap;
}

.language-selector .dropdown-menu li:hover a{
   color: #e2e2e2;
  }
/*^^ Language switcher ^^*/
/*vv Main block vv*/

/* important thing to bring elements on top of the bg with stars */
.bg-text-to-top {
   position: relative;
}

/*^^ Main block ^^*/
/*vv Stars vv*/

#star-bg {
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
}

.star {
   fill: white;
   -webkit-animation: pulse var(--star-animation-duration, 1000ms) infinite backwards,
      glowing var(--star-animation-glow-duration, 1000ms) infinite alternate
         backwards;
           animation: pulse var(--star-animation-duration, 1000ms) infinite backwards,
      glowing var(--star-animation-glow-duration, 1000ms) infinite alternate
         backwards;
   -webkit-animation-delay: var(--star-animation-delay, 0);
           animation-delay: var(--star-animation-delay, 0);
}

.heart path {
   stroke: white;
   -webkit-animation: pulse-heart var(--star-animation-duration, 1000ms) infinite
      alternate;
           animation: pulse-heart var(--star-animation-duration, 1000ms) infinite
      alternate;
}

.sh-star {
   fill: white;
   opacity: 0.01;
   -webkit-animation: shooting-anim-kf 40000ms linear 20000ms infinite forwards;
           animation: shooting-anim-kf 40000ms linear 20000ms infinite forwards;
}

@-webkit-keyframes shooting-anim-kf {
   0% {
      display: inline;
      -webkit-transform: translateX(0px) translateY(0px);
              transform: translateX(0px) translateY(0px);
      opacity: 0.3;
   }
   2% {
      opacity: 1;
   }
   3% {
      -webkit-transform: translateX(400px) translateY(400px);
              transform: translateX(400px) translateY(400px);
      opacity: 0.01;
   }
   100% {
      opacity: 0.01;
   }
}

@keyframes shooting-anim-kf {
   0% {
      display: inline;
      -webkit-transform: translateX(0px) translateY(0px);
              transform: translateX(0px) translateY(0px);
      opacity: 0.3;
   }
   2% {
      opacity: 1;
   }
   3% {
      -webkit-transform: translateX(400px) translateY(400px);
              transform: translateX(400px) translateY(400px);
      opacity: 0.01;
   }
   100% {
      opacity: 0.01;
   }
}

#starsCanvas {
   background-color: rgb(0, 0, 0);
}

@-webkit-keyframes pulse {
   0% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
   }

   30% {
      -webkit-transform: scale3d(1.2, 1.2, 1.2);
              transform: scale3d(1.2, 1.2, 1.2);
   }

   70% {
      -webkit-transform: scale3d(0.5, 0.5, 0.5);
              transform: scale3d(0.5, 0.5, 0.5);
   }

   100% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
   }
}

@keyframes pulse {
   0% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
   }

   30% {
      -webkit-transform: scale3d(1.2, 1.2, 1.2);
              transform: scale3d(1.2, 1.2, 1.2);
   }

   70% {
      -webkit-transform: scale3d(0.5, 0.5, 0.5);
              transform: scale3d(0.5, 0.5, 0.5);
   }

   100% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
   }
}

@-webkit-keyframes pulse-heart {
   0% {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
              transform: scale3d(0.3, 0.3, 0.3);
   }
   50% {
      -webkit-transform: scale3d(0.2, 0.2, 0.2);
              transform: scale3d(0.2, 0.2, 0.2);
   }
   94% {
      stroke: white;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
              transform: scale3d(0.3, 0.3, 0.3);
   }
   100% {
      stroke: rgb(var(--main-one));
      -webkit-transform: scale3d(2, 2, 2) translateX(-1%) translateY(-1%);
              transform: scale3d(2, 2, 2) translateX(-1%) translateY(-1%);
   }
}

@keyframes pulse-heart {
   0% {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
              transform: scale3d(0.3, 0.3, 0.3);
   }
   50% {
      -webkit-transform: scale3d(0.2, 0.2, 0.2);
              transform: scale3d(0.2, 0.2, 0.2);
   }
   94% {
      stroke: white;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
              transform: scale3d(0.3, 0.3, 0.3);
   }
   100% {
      stroke: rgb(var(--main-one));
      -webkit-transform: scale3d(2, 2, 2) translateX(-1%) translateY(-1%);
              transform: scale3d(2, 2, 2) translateX(-1%) translateY(-1%);
   }
}

@-webkit-keyframes glowing {
   0% {
      opacity: var(--star-brightness, 1);
   }

   100% {
      opacity: calc(var(--star-brightness, 1) * 0.5);
   }
}

@keyframes glowing {
   0% {
      opacity: var(--star-brightness, 1);
   }

   100% {
      opacity: calc(var(--star-brightness, 1) * 0.5);
   }
}

/*^^ Stars ^^*/
/*vv Big Logo vv*/

#big-logo-container {
   padding-top: 1rem;
   color: #dadada;
   height: 250px;
   font-family: "Codystar", sans-serif;
   font-size: 50px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   pointer-events: none;
   flex-wrap: wrap;
}

#big-logo-container div:first-child {
   width: 256px;
   text-align: right;
   letter-spacing: 20px;
   text-indent: -60px;
   opacity: 0;
   -webkit-transform: translateX(-20px);
       -ms-transform: translateX(-20px);
           transform: translateX(-20px);
   -webkit-animation: text_anim_first 3.5s ease forwards;
           animation: text_anim_first 3.5s ease forwards;
}

@-webkit-keyframes text_anim_first {
   40% {
      -webkit-transform: translatex(0px);
              transform: translatex(0px);
   }
   60% {
      opacity: 1;
      text-shadow: none;
   }
   100% {
      opacity: 1;
      letter-spacing: 10px;
      text-indent: 0;
      -webkit-transform: translatey(0px);
              transform: translatey(0px);
      text-shadow: 1px 1px 0 rgb(var(--main-one)),
         1px -1px 0 rgb(var(--main-one)), -1px 1px 0 rgb(var(--main-one)),
         -1px -1px 0 rgb(var(--main-one)), 0 0 5px rgb(var(--main-one-dark)),
         0 0 10px rgb(var(--main-one-dark)),
         0 0 15px rgb(var(--main-one-dark)), 0 0 20px rgb(var(--main-one)),
         0 0 30px rgb(var(--main-one)), 0 0 40px rgb(var(--main-one)),
         0 0 55px rgb(var(--main-one)), 0 0 75px rgb(var(--main-one));
   }
}

@keyframes text_anim_first {
   40% {
      -webkit-transform: translatex(0px);
              transform: translatex(0px);
   }
   60% {
      opacity: 1;
      text-shadow: none;
   }
   100% {
      opacity: 1;
      letter-spacing: 10px;
      text-indent: 0;
      -webkit-transform: translatey(0px);
              transform: translatey(0px);
      text-shadow: 1px 1px 0 rgb(var(--main-one)),
         1px -1px 0 rgb(var(--main-one)), -1px 1px 0 rgb(var(--main-one)),
         -1px -1px 0 rgb(var(--main-one)), 0 0 5px rgb(var(--main-one-dark)),
         0 0 10px rgb(var(--main-one-dark)),
         0 0 15px rgb(var(--main-one-dark)), 0 0 20px rgb(var(--main-one)),
         0 0 30px rgb(var(--main-one)), 0 0 40px rgb(var(--main-one)),
         0 0 55px rgb(var(--main-one)), 0 0 75px rgb(var(--main-one));
   }
}

#big-logo-container div:last-child {
   width: 256px;
   letter-spacing: 20px;
   opacity: 0;
   -webkit-transform: translateX(20px);
       -ms-transform: translateX(20px);
           transform: translateX(20px);
   -webkit-animation: text_anim_last 3.5s ease forwards;
           animation: text_anim_last 3.5s ease forwards;
}

@-webkit-keyframes text_anim_last {
   40% {
      -webkit-transform: translatex(0px);
              transform: translatex(0px);
   }
   60% {
      opacity: 1;
      text-shadow: none;
   }
   100% {
      opacity: 1;
      letter-spacing: 10px;
      text-indent: 0;
      -webkit-transform: translatey(0px);
              transform: translatey(0px);
      text-shadow: 1px 1px 0 rgb(var(--main-two)),
         1px -1px 0 rgb(var(--main-two)), -1px 1px 0 rgb(var(--main-two)),
         -1px -1px 0 rgb(var(--main-two)), 0 0 5px rgb(var(--main-two-dark)),
         0 0 10px rgb(var(--main-two-dark)),
         0 0 15px rgb(var(--main-two-dark)), 0 0 20px rgb(var(--main-two)),
         0 0 30px rgb(var(--main-two)), 0 0 40px rgb(var(--main-two)),
         0 0 55px rgb(var(--main-two)), 0 0 75px rgb(var(--main-two));
   }
}

@keyframes text_anim_last {
   40% {
      -webkit-transform: translatex(0px);
              transform: translatex(0px);
   }
   60% {
      opacity: 1;
      text-shadow: none;
   }
   100% {
      opacity: 1;
      letter-spacing: 10px;
      text-indent: 0;
      -webkit-transform: translatey(0px);
              transform: translatey(0px);
      text-shadow: 1px 1px 0 rgb(var(--main-two)),
         1px -1px 0 rgb(var(--main-two)), -1px 1px 0 rgb(var(--main-two)),
         -1px -1px 0 rgb(var(--main-two)), 0 0 5px rgb(var(--main-two-dark)),
         0 0 10px rgb(var(--main-two-dark)),
         0 0 15px rgb(var(--main-two-dark)), 0 0 20px rgb(var(--main-two)),
         0 0 30px rgb(var(--main-two)), 0 0 40px rgb(var(--main-two)),
         0 0 55px rgb(var(--main-two)), 0 0 75px rgb(var(--main-two));
   }
}

#big-logo-container .logo-container {
   width: 100px;
   height: 100px;
   position: relative;
   margin: 0 20px;
}

#big-logo-container .logo-container img:first-child {
   width: 100%;
   height: 100%;
   border-radius: 50%;
   background-color: #ddd;
   -webkit-box-shadow: 0 0 50px 3px #fff;
           box-shadow: 0 0 50px 3px #fff;
}

#big-logo-container .logo-container img:last-child {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
           transform: translate(-50%, -50%);
   width: 60%;
   opacity: 0;
   filter: drop-shadow(1px 0px 1px rgb(var(--main-one))) drop-shadow(-1px 0px 1px rgb(var(--main-two)));
   -webkit-animation: logo_anim 2.5s ease 1s forwards, logo_anim2 5s 3.5s infinite;
           animation: logo_anim 2.5s ease 1s forwards, logo_anim2 5s 3.5s infinite;
}

@keyframes logo_anim2 {
   0% {
      filter: drop-shadow(1px 0 1px rgb(var(--main-one))) drop-shadow(-1px 0 1px rgb(var(--main-two)));
   }
   50% {
      filter: drop-shadow(3px 0 1px rgb(var(--main-one))) drop-shadow(-3px 0 1px rgb(var(--main-two)));
   }
   100% {
      filter: drop-shadow(1px 0 1px rgb(var(--main-one))) drop-shadow(-1px 0 1px rgb(var(--main-two)));
   }
}

@-webkit-keyframes logo_anim {
   from {
      opacity: 0;
   }
   to {
      opacity: 1;
   }
}

@keyframes logo_anim {
   from {
      opacity: 0;
   }
   to {
      opacity: 1;
   }
}

.big-logo-text p {
   text-align: center;
   color: #dadada;
   font-size: 1.6rem;
   letter-spacing: 0.5rem;
   padding: 5px 20%;
   margin-bottom:30px;
   font-family: 'Raleway', sans-serif;
   background: radial-gradient( ellipse closest-side, rgba(255, 255, 255, 0.08), transparent);
   opacity: 0;
   animation: big-logo-text-anim 2s ease 1s forwards;
}

@keyframes big-logo-text-anim {
   from {
      opacity: 0;
   }
   to {
      opacity: 1;
   }
}

.big-logo-text hr {
   width: 50%;
   margin: 0 auto;
}

@media screen and (max-width: 1024px){
   #big-logo-container {
      font-size:40px;
   }
   #big-logo-container .logo-container {
      width: 80px;
      height: 80px;
   }
   .big-logo-text p {
      font-size: 1.2rem;
   }
}

@media screen and (max-width: 768px){
   #big-logo-container {
      font-size:28px;
      height: 150px;
      align-items: flex-start;
      box-sizing: content-box;
      background: radial-gradient( ellipse closest-side, rgba(255, 255, 255, 0.1), transparent);

   }
   #big-logo-container .logo-container {
      order:3;
      margin: 0 35%;
      width: 60px;
      height: 60px;
      transform: translatey(-10px);
   }
   #big-logo-container div:first-child, #big-logo-container div:last-child {
      all:unset;
   }
   #big-logo-container .logo-container img:first-child {
      box-shadow: 0 0 20px 2px rgb(141, 141, 141);
   }
   #big-logo-container div:first-child {
      color: white;
      text-shadow: 1px 1px 0 white, 1px -1px 0 white,
      -1px -1px 0 white, -1px 1px 0 white;
      animation: text-anim-first-small 3s ease 1s 1 forwards;
   }
   
   #big-logo-container div:last-child {
      color: white;
      text-shadow: 1px 1px 0 white, 1px -1px 0 white,
      -1px -1px 0 white, -1px 1px 0 white;
      animation: text-anim-last-small 3s ease 1s 1 forwards;
   }
   @keyframes text-anim-first-small {
      from {
         text-shadow: 1px 1px 0 white, 1px -1px 0 white,
      -1px -1px 0 white, -1px 1px 0 white;
      }
      to {
         text-shadow: 1px 1px 0 rgb(var(--main-one)), 1px -1px 0 rgb(var(--main-one)),
      -1px -1px 0 rgb(var(--main-one)), -1px 1px 0 rgb(var(--main-one));
      }
   }
   @keyframes text-anim-last-small {
      from {
         text-shadow: 1px 1px 0 white, 1px -1px 0 white,
      -1px -1px 0 white, -1px 1px 0 white;
      }
      to {
         text-shadow: 1px 1px 0 rgb(var(--main-two)), 1px -1px 0 rgb(var(--main-two)),
      -1px -1px 0 rgb(var(--main-two)), -1px 1px 0 rgb(var(--main-two));
      }
   }
   .big-logo-text p {
      font-size: 1rem;
      letter-spacing: 0.3rem;
   }
}

/*^^ Big Logo ^^*/
.news-sales {
   width: 40vw;
   margin: 2rem auto 0 auto;
   text-align: center;
   font-size: 1.6rem;
   color: #e2e2e2;
   padding: 1rem;
   background: radial-gradient(
      circle at 50% 80%,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(var(--bg-color4), 0.3) 100%
   );
   border: 3px solid rgba(var(--bg-color4), 0.8);
   box-shadow: 0px 0px 10px 7px rgba(var(--bg-color4), 0.5);
   border-radius: 20px;
}
/* FILTERS*/
.game-filer-header {
   text-align: center;
   color: #dadada;
   font-size: 1.6rem;
   font-weight: 700;
   letter-spacing: 0.2rem;
   margin: 10px;
   font-family: 'Raleway', sans-serif;

}

#games-filter-container {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   width: 60vw;
   min-width: 300px;
   margin: 0 auto;
}

#games-filter-container button {
   color: #dadada;
   font-size: 1.4rem;
   font-weight: 500;
   padding: 6px 10px;
   text-shadow: 0 0 3px black;
   margin: 0.4rem 0.8rem;
   transition: all 0.4s ease;
   border: 2px solid rgba(var(--main-one-dark), 0.8);
   border-radius: 10px;
   background-color: rgba(var(--main-one-dark), 0.3);
}

#games-filter-container button:hover {
   background: rgb(var(--main-one-dark));
}

#games-filter-container button.active {
   background: rgb(var(--main-one));
}

#games-filter-container button.fav {
   border: 2px solid rgba(var(--bg-color4), 1);
}
/*vv Catalog vv*/

#catalog-container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   max-width: 80%;
   min-height: 70vh;
   margin: auto;

}

.game {
   margin: 3vh 2vw;
   position: relative;
   height: 100%;
   background: radial-gradient(
      circle at 50% 80%,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(var(--main-one-dark), 0.4) 100%
   );
   border: 3px solid rgba(var(--main-one-dark), 0.5);
   border-radius: 20px;
   box-shadow: 0px 0px 25px -16px rgba(var(--main-one), 0.5);
   transition: border 6s ease, box-shadow 6s ease;
}

.game:hover {
   border: 3px solid rgba(var(--main-one), 0.5);
   box-shadow: 0px 0px 25px -2px rgba(var(--main-one), 0.5);
   transition: border 0.3s ease, box-shadow 0.3s ease;
}

.game__hidden {
   display: none;
}

.game-logo {
   width: 100%;
   border-radius: 20px 20px 0 0;
   border-bottom: 3px solid rgba(var(--main-one-dark), 0.5);
   height: 100px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   transition: border 6s ease, box-shadow 6s ease;
}

.game:hover .game-logo {
   border-bottom: 3px solid rgba(var(--main-one), 0.5);
   box-shadow: 0px 0px 25px -2px rgba(var(--main-one), 0.5);
   transition: border 0.3s ease, box-shadow 0.3s ease;
}

.game-logo img {
   height: 65px;
   -webkit-filter: drop-shadow(0px 2px 3px #080808);
   filter: drop-shadow(0px 2px 3px #080808);
}

.cheat-container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   overflow: hidden;
}

.cheat-container>a {
   margin: 10px;
}

.cheat {
   /*#3d0028;*/
   width: 300px;
   height: 140px;
   -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.7);
           box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.7);
   border: 2px solid #000c;
   border-radius: 20px;
   position: relative;
   overflow: hidden;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-transition: border 0.3s ease;
   -o-transition: border 0.3s ease;
   transition: border 0.3s ease;
}
/* Change color for custom styles */

.cheat:hover .cheat-bottom-features {
   opacity: 1;
}

.cheat:hover .cheat-bottom-price {
   background-color: rgba(var(--main-two), 1);
   opacity: 1;
}

.cheat:hover .cheat-status-led {
   opacity: 1;
}



/*vv Catalog | Cheat custom title styles vv*/

/* Default */

.cheat:hover {
   border: 2px solid rgba(var(--main-two-dark), 0.8);
}

.cheat h1 {
   padding: 1rem;
   text-align: center;
   font-family: 'Teko', sans-serif;
   font-size: 36px;
   white-space: initial;
   line-height: 100%;
}

/*^^ Catalog | Cheat custom title styles ^^*/

.cheat-status {
   position: absolute;
   top: 5px;
   right: 6px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   text-transform: uppercase;
}

.cheat-status-text {
   position: relative;
   opacity: 0;
   font-size: 1rem;
   -webkit-transform: translatey(-30px);
       -ms-transform: translatey(-30px);
           transform: translatey(-30px);
   text-shadow: 0px 0px 9px black;
   font-weight: bold;
   -webkit-transition: -webkit-transform 0.5s ease;
   transition: -webkit-transform 0.5s ease;
   -o-transition: transform 0.5s ease;
   transition: transform 0.5s ease;
   transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}

.cheat:hover .cheat-status-text {
   opacity: 1;
   -webkit-transform: translatey(-1px);
       -ms-transform: translatey(-1px);
           transform: translatey(-1px);
}

.cheat-status-led {
   position: relative;
   margin-left: 0.3rem;
   width:14px;
   height: 14px;
   border-radius: 50%;
   background-color: black;
   border: 1px solid black;
   transition: opacity 0.4s ease;
}

.cheat-label {
   position: absolute;
   top: 0;
   left: 0;
   padding: 5px 6px;
   border-radius: 0 0 20px 0;
   font-size: 1rem;
   font-weight: 500;
   opacity: 0.9;
}

.cheat .label-yellow {
   background: rgb(255, 221, 28);
   color: black;
}

.cheat .label-green {
   background: rgb(40, 155, 30);
   color: #f8f8f8;
}

.cheat .label-purple {
   background: rgb(255, 75, 186);
   color: #f8f8f8;
}

.cheat-bottom {
   position: absolute;
   bottom: 0;
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   -webkit-box-align: end;
       -ms-flex-align: end;
           align-items: flex-end;
}

.cheat-bottom .cheat-bottom-features {
   font-size: 1rem;
   padding: 7px 9px;
   opacity: 0.5;
   text-shadow: 0px 0px 9px black;
   -webkit-transition: opacity 0.4s ease;
   -o-transition: opacity 0.4s ease;
   transition: opacity 0.4s ease;
}
.cheat-bottom .cheat-bottom-price {
   font-size: 1.4rem;
   padding: 6px 9px;
   opacity: 0.7;
   border-radius: 20px 0 0 0;
   background-color: rgba(var(--main-two), 0.3);
   -webkit-transition: opacity 0.4s ease, background-color 0.4s ease;
   -o-transition: opacity 0.4s ease, background-color 0.4s ease;
   transition: opacity 0.4s ease, background-color 0.4s ease;
}

.cheat-bottom .cheat-bottom-price:hover {
   background-color: rgba(var(--main-one), 1);
}

@media screen and (max-width: 768px){
   .cheat {
      transform: scale(0.8);
   }
   .news-sales {
      font-size: 1.2rem;
      width: 60vw;
   }
}

.cheat-d-container {
   position: absolute;
   display: none;
   flex-wrap: wrap-reverse;
   justify-content: flex-end;
   width: 100%;
   padding: 0 10px 0 10px;
   font-size: 10px;
   font-weight: 400;
   min-width: 300px;
   right: 0;
   bottom:-18px;
   opacity: 0.5;
}

.cheat-d-container a {
   transition: all 0.3s ease;
   display: block;

}
.cheat-d-container a:hover {
   color: rgb(var(--main-one));
}
/*^^ Catalog ^^*/

/*vv About vv*/
.about-container {
   text-align: center;
   font-size: 1.4rem;
   position: relative;
   overflow: visible;
}

.about-container h1 {
   z-index: 2;
   position: relative;
}
.about-bg-grad {
   background: -webkit-gradient(
      linear,
      right top, left top,
      from(#00000000),
      color-stop(rgba(0, 0, 0, 0.5)),
      to(#00000000)
   );
   background: -o-linear-gradient(
      right,
      #00000000,
      rgba(0, 0, 0, 0.5),
      #00000000
   );
   background: linear-gradient(
      to left,
      #00000000,
      rgba(0, 0, 0, 0.5),
      #00000000
   );
}

.about-container .about-bg-grad p {
   font-size: 1.4rem;
   max-width: 1000px;
   padding: 0 5%;
   margin: 0 auto;
   color: #dadada;
   padding-bottom: 3rem;
}

.about-container .clouds {
   position: absolute;
   bottom: -7%;
   max-height: 830px;
   height: 32vw;
   max-width: 1280px;
   width: 50%;
   background-size:cover;
   background-repeat: no-repeat;
   z-index: 0;
}

.about-container .clouds.cleft {
   left:0;
}

.about-container .clouds.cright {
   right:0;
}

.about-features-container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   padding-bottom: 1rem;
   max-width: 1000px;
   margin: 0 auto;
   gap: 35px;
}

.about-features-container a {
   color: rgb(var(--main-two));
}

@media screen and (max-width: 768px) {
   .about-features-container {
      gap: 15px;
   }

   .about-container .clouds.cleft {
      display: none;
   }

   .about-container .clouds.cright {
      height: 100%;
      width: 100%;
   }
}

.about-feature {
   position: relative;
   overflow: hidden;
   background: rgba(27, 10, 10, 0.801);
   border: 3px solid rgba(var(--bg-color5), 0.3);
   border-radius: 20px;
   padding: 10px 16px;
   max-width: 360px;
   text-align: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-transition: border 0.4s ease;
   -o-transition: border 0.4s ease;
   transition: border 0.4s ease;
}

.about-feature:hover {
   border: 3px solid rgba(var(--bg-color5), 0.8);
   box-shadow: 0 0 10px rgba(var(--bg-color5), 0.8);
}

.about-feature .fa-mystyle {
   position: absolute;
   bottom: 0px;
   right: 5px;
   font-size: 12rem;
   color: rgba(255, 110, 110, 0.1);
   pointer-events: none;
}

.about-feature h2 {
   font-size: 2rem;
   font-weight: 700;
   padding: 6px;
   text-transform: uppercase;
}

.about-feature hr {
   margin: 5px auto;
   background: linear-gradient(
      to right,
      rgba(var(--bg-color5), 0),
      rgba(var(--bg-color5), 0.5),
      rgba(var(--bg-color5), 0)
   );
   width: 100%;
}

.about-feature p {
   font-size: 1.2rem;
}

.about-feature .flex-wrap-container {
   margin-top: 10px;
   display: flex;
   flex-wrap: wrap;
   justify-content:center;
}

.about-feature a {
   border: 2px solid rgba(var(--bg-color5), 0.5);
   border-radius: 10px;
   background: rgba(var(--bg-color5), 0.5);
   margin: 3px 6px;
   color:unset;
   padding: 2px 6px;
}

.about-feature a:hover {
   background: rgba(var(--bg-color5), 1);
}


.about-feature .funpay-img img {
  height: 16px;
  transform: translateY(4px);
}


.about-feature .feature-bottom {
   width: 80%;
   min-height: 20px;
   margin: 5px auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
         align-items: center;
}

.about-feature .feature-bottom img {
   width: 24px;
   height: 24px;
   display: block;
   margin: 5px;
}

.about-rules {
   font-size: 1.2rem;
   position: relative;
   overflow: visible;
}

.bg-text-to-top .about-rules summary h2 {
   font-size: 14px;
   font-weight: 700;
   padding: 4rem;
   text-align: center;
}

.about-rules summary i {
   -webkit-transition: -webkit-transform 1s ease;
   transition: -webkit-transform 1s ease;
   -o-transition: transform 1s ease;
   transition: transform 1s ease;
   transition: transform 1s ease, -webkit-transform 1s ease;
}

details[open] summary i:first-child {
   -ms-transform: rotate(90deg);
       transform: rotate(90deg);
   -webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
}

details[open] summary i:last-child {
   -ms-transform: rotate(-90deg);
       transform: rotate(-90deg);
   -webkit-transform: rotate(-90deg);
   -moz-transform: rotate(-90deg);
}

/*^^ About ^^*/

/*vv Contacts vv*/

.contacts {
   position: relative;
}

.contacts h1 {
   text-align: center;
   z-index: 20;
}

.contacts-container, .contacts-frame {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   align-items: flex-start;
   gap: 10px;
}

.contacts-container .contacts-frame {
   padding: 6px;
   
}

.contacts-container h2 {
   width: 100%;
   text-align: center;
   font-weight: 700;
}

.contacts-container a {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   margin: 0 5px;
}

.contacts-container a:hover > img {
   border: 2px solid rgba(var(--bg-color4), 1);
   box-shadow: 0 0 14px rgba(var(--bg-color5), 1);
}

.contacts-container img {
   height: 72px;
   border: 2px solid rgba(var(--bg-color4), 0.8);
   border-radius: 50%;
   opacity: 1;
   transition: all 0.3s ease;
}

.contacts-container .contact-text {
   text-align: center;
   margin-top: 5px;
   font-size: 1.2rem;
   font-weight: 500;
   text-shadow: 0 0 3px black;
}

/*^^ Contacts ^^*/

/*vv Rules vv*/

.rules-text {
   text-align: left;
   padding: 2% 8%;
}

.rules-text h2 {
   text-align: center;
}

/*^^ Rules ^^*/

/*vv Cheat Description vv*/

.game-description {
   background: rgba(0, 0, 0, 0.8);
   border-radius: 0 0 20px 20px;
   text-align: center;
}

.d-game-logo {
   height: 150px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   position: relative;
   /* border-bottom: 3px solid rgba(var(--main-one-dark), 0.5); */
}

.d-game-logo img {
   height: 125px;
   -webkit-filter: drop-shadow(0px 2px 3px #080808);
   filter: drop-shadow(0px 2px 3px #080808);
}

#d-back-button {
   font-size: 1.2rem;
   position: absolute;
   top: 0;
   left: 0;
   background: rgba(var(--main-one-dark), 0.5);
   border-radius: 0 0 10px 0;
   padding: 0.5rem 1rem;
   -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
   cursor: pointer;
}

#d-back-button:hover {
   background: rgba(var(--main-one), 0.5);
}

.game-description h1 {
   text-align: center;
   font-size: 3rem;
}

.d-game-text {
   text-align: center;
   font-size: 1.6rem;
   padding: 1.6rem 3.2rem;
}

.d-game-wrapper {
   margin-top: 20px;
   padding-bottom: 30px;
}
.d-game-spacer {
   height: 60vh;
}
/*vv Cheat Description | Description vv*/

.c-description {
   text-align: center;
}

/* Youtube video wrapper*/

.youtube-container {
   width: 100%;

   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   margin: 5rem auto 1rem auto;
}

.youtubeVideo {
   max-width: 600px;
   margin: 0 auto;
   padding: 0 1rem;
   
}

.videoWrapper {
   position: relative;
   padding-bottom: 56.25%; /* 16:9 */
   height: 0;
   overflow: hidden;
   border-radius: 20px;
   border: 2px solid rgba(var(--main-two-dark), 1);
}

.videoWrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.videoWrapper img {
   height: 100%;
   width: 100%;
   cursor: pointer;
}

.videoWrapper i {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
           transform: translate(-50%, -50%);
   font-size: 8rem;
   color: rgb(var(--main-two));
   pointer-events: none;
   text-shadow: 0 0 15px black;
   -webkit-transition: color 0.4s ease;
   -o-transition: color 0.4s ease;
   transition: color 0.4s ease;
}

.videoWrapper:hover i {
   color: rgb(var(--main-one));
}

.description-container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -webkit-box-align: start;
       -ms-flex-align: start;
           align-items: flex-start;
   margin: 0 5%;
   
}

.description-container .description-main {
   font-size: 1.4rem;
   text-align: left;
   padding: 0 2rem;
   margin-bottom: 2rem;
   -webkit-box-flex: 1;
       -ms-flex: 1 1 400px;
           flex: 1 1 400px;
}

.c-description .buy-quick-container {
   display: inline-flex;
   flex-direction: row;
   border: 1px solid rgba(var(--main-two-dark), 1);
   border-radius: 10px;
   background: rgba(var(--bg-color0), 0.7);
   margin: 1rem 0 3rem 0;

}

.c-description .buy-quick-info {
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding: 0 10px;
   font-size: 1.2rem;
}

.c-description .buy-quick-button {
   display:inline-block;
   background: rgb(var(--main-two));
   border-radius: 0 10px 10px 0;
   -webkit-transition: background 0.4s ease;
   -o-transition: background 0.4s ease;
   transition: background 0.4s ease;
   padding: 8px 16px;
   font-family: 'Raleway', sans-serif;
   font-size: 2rem;
   font-weight: 700;
   text-shadow: 0 0 1px black;
}

.buy-quick-button:hover {
   background: rgb(var(--main-one));
}

.system-req-container {
   border: 2px solid rgba(var(--main-two), 0.7);
   border-radius: 20px;
   box-shadow: 0 0 6px 3px rgba(var(--main-two), 0.349);
   max-width: 400px;
   background: rgba(var(--bg-color0), 0.7);
   margin-bottom: 2rem;
   
}

.system-req-container h2 {
   font-size: 1.8rem;
   font-weight: 700;
   margin: 1.4rem;
}

.system-req-text {
   padding: 0 1rem;
   font-size: 1.2rem;
}

.system-req-text ul {
   text-align: left;
   margin: 1rem 0;
   list-style: disc inside;
   padding-left: 1rem;
   padding-bottom: 1rem;
}

.features-main {
   padding: 0 5%;
   font-size: 1.4rem;
}

.features-main h2 {
   font-size: 2rem;
   font-weight: 600;
   color: rgb(var(--bg-color4));
}

.features-main p {
   padding: 0 10%;
   font-size: 1.4rem;
}

.features-main ul {
   text-align: left;
   margin: 1rem 0;
}

.features-main img {
   margin: 1rem;
}

.features-main ul ul {
   margin-left: 2rem;
}

.features-main > ul > li::before {
   content: "";
   display: inline-block;
   margin: 0.1rem 5px;
   width: 0.8rem;
   height: 0.8rem;
   border-radius: 50%;
   background-color: rgba(var(--main-one-dark), 1);
}

.features-main ul ul > li::before {
   content: "";
   display: inline-block;
   margin: 0.4rem 5px;
   width: 0.8rem;
   height: 0.2rem;
   background-color: rgba(var(--main-two-dark), 1);
}

.screenshots-main {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}
.screenshots-main img {
   margin: 2rem;
   border-radius: 20px;
   box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
}

.featherlight .featherlight-content {
   background: black;
}

#payment-container .statusblock {
   border: 1px solid rgba(var(--main-two-dark), 0.5);
   background: rgba(var(--bg-color0), 0.7);
   padding: 1rem 0;
}

#payment-container .statusblock h2 {
   font-family: 'Montserrat', sans-serif;
}


#payment-container .statusblock span{
   color: #DAD1E1aa;
}

#payment-container .update-warning {
   display: inline-block;
   background: rgb(var(--bg-color0));
   border: 2px solid rgb(var(--main-two));
   border-radius: 10px;
   box-shadow: 0 0 6px 3px rgba(var(--main-two), 0.349);
   padding: 6px 16px;
   font-size: 1.6rem;
   margin-top: 1rem;
}

#payment-container .shortcode-important a {
   text-decoration: underline;
}

#buy-container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   position: relative;
   padding: 30px;
}

.price-wave-container {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
           transform: translate(-50%, -50%);
   width: 1000px;
   height: 100%;
   background: url("/user/themes/digital-cheetah/images/waveB.png");
   background-repeat: space;
   -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(5%, transparent), color-stop(25%, rgba(0, 0, 0, 1)),color-stop(75%, rgba(0, 0, 0, 1)), color-stop(95%, transparent));
   -webkit-mask-image: linear-gradient(to right, transparent 5%, rgba(0, 0, 0, 1) 25%,rgba(0, 0, 0, 1) 75%, transparent 95%);
           mask-image: -webkit-gradient(linear, left top, right top, color-stop(5%, transparent), color-stop(25%, rgba(0, 0, 0, 1)),color-stop(75%, rgba(0, 0, 0, 1)), color-stop(95%, transparent));
           mask-image: linear-gradient(to right, transparent 5%, rgba(0, 0, 0, 1) 25%,rgba(0, 0, 0, 1) 75%, transparent 95%);
   mix-blend-mode: lighten;
}

/*.price-wave {*/
/*   width: 100%;*/
/*   height: 100%;*/
/*   -webkit-mask-image: url("/user/themes/digital-cheetah/images/wave.png");*/
/*           mask-image: url("/user/themes/digital-cheetah/images/wave.png");*/
/*   -webkit-mask-size: 100%;*/
/*           mask-size: 100%;*/
/*   -webkit-mask-repeat: space;*/
/*           mask-repeat: space;*/
   /*background: rgb(var(--main-two));*/
/*   mask-mode: luminance;*/
/*}*/

#buy-container .card {
   display: flex;
   flex-direction: column;
   margin: 2rem;
   height: 100px;
   position: relative;
   border-radius: 20px;
   border: 1px solid rgb(var(--main-two));
   box-shadow: inset 0 0 10px rgb(var(--main-two));
   background: rgba(var(--main-two-dark), 1);
   transition: all 0.3s ease;
}

#buy-container .card:hover{
   background: rgba(var(--main-two), 1);
}

#buy-container .card .text {
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   width: 160px;
   font-size: 1.4rem;
   justify-content: center;
   background: black;
   border-radius: 20px 20px 0 0;
}

#buy-container .card .text h2{
   font-family: 'Montserrat', sans-serif;
   font-weight: 500;
   line-height: 1.4;
}

#buy-container .card .text h2:last-of-type{
   font-weight: 600;
   color: rgb(var(--bg-color4));
}

#buy-container .price-save {
   position: absolute;
   top:0;
   left: 0;
   background: rgb(var(--bg-color4));
   border-radius: 0 0 10px 0;
   color: black;
   font-size: 1rem;
   padding: 3px 7px;
   opacity: 0;
}

/* TEST */

.popup-button {
   width: 100%;
   height: 34px;
   border-radius: 0 0 20px 20px;
   text-shadow: 0 0 1px black;
   background: transparent;
   border-top: 2px solid rgba(var(--main-two),0.5);
   color: #fff;
   font-size: 16px;
   font-weight: 500;
   transition: all 0.3s ease;
}

.popup-button:hover {
   background: rgb(var(--main-one));
   border-top: 2px solid rgba(var(--main-one),0.5);
}

.popup-down {
   width: 100%;
   height: 34px;
   border-radius: 0 0 20px 20px;
   text-shadow: 0 0 1px black;
   background: black;
   border-top: 2px solid rgba(var(--main-two),0.5);
   color: #e2e2e288;
   font-size: 12px;
   font-weight: 500;
   transition: all 0.3s ease;
}

.popup-wrapper {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.8);
   z-index: 998;
}

.popup {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background: rgb(var(--bg-color0));
   border: 2px solid rgba(var(--main-two),0.2);
   padding: 10px 20px;
   width: 400px;
   border-radius: 20px;
}

.popup>h2 {
   font-family: "Montserrat", sans-serif;
   font-size: 20px;
   padding-bottom: 10px;
}

.methods-wrapper {
   display: flex;
   flex-direction: column;
   gap: 8px;
}

.redirect-wrapper {
   display: grid;
   place-items: center;
   height: 200px;
}

.redirect-text {
   display: flex;
   flex-direction: column;
   gap: 8px;
}

.redirect-text p {
   font-size: 18px;
}

.redirect-text svg {
   margin-inline: auto;
}

.method-notif {
   font-size: 1.2rem;
}

.method-notif span {
   font-size: 1.6rem;
   color: rgb(var(--bg-color4));
   font-weight: 600;
}

.method-block {
   display: flex;
   align-items: center;
}

.method-redirect {
   position: relative;
   flex: 1;
   font-size: 20px;;
   font-family: 'Montserrat', sans-serif;
   display: flex;
   background: rgba(var(--bg-color1), 1);
   border: 1px solid rgba(var(--main-two), 0.3);
   border-radius: 8px;
   text-align: center;
   z-index: 999;
   overflow-x: hidden;
}

.method-card {
   position: relative;
   flex: 1;
   font-family: 'Montserrat', sans-serif; 
   display: flex;
   background: rgba(var(--bg-color1), 1);
   border: 1px solid rgba(var(--main-two), 0.3);
   border-left: none;
   border-radius: 0 10px 10px 0;
   text-align: left;
   z-index: 999;
   overflow-x: hidden;
   transition: border 0.4s ease;
}

.card-status {
   width: 2px;
   align-self: stretch;
   transition: width 0.4s ease;
}

.card-ico {
   width: 40px;
   text-align: right;
   padding: 6px 0 6px 0;
   display: flex;
   align-items: center;
   justify-content: center;
}

.card-ico img {
   height: 28px;
   opacity: 0.5;
}

.card-left {
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   flex: 2; 
   padding: 6px 0 6px 0;
}

.card-left h2 {
   font-size: 16px;
   font-weight: 600;
}

.card-left span {
   font-size: 10px;
   padding-left: 6px;
   color: rgba(129,129,129,.7);
}

.card-payments {
   font-size: 12px;
   padding-top: 6px;
   opacity: 0.8;
}

.card-right {
   flex: 1;
   align-self: flex-end;
}

.card-action {
   font-size: 12px;
   font-weight: 500;
   text-align: center;
   z-index: 1000;
   text-shadow: 0 0 1px black;
   background: rgba(var(--main-two), 0.5);
   border: 2px solid rgba(var(--main-two),0.5);
   border-radius: 10px 0 10px 0;
   padding: 0px 10px;
   transform: translateX(105%);
   transition: all 0.4s ease;
}

.card-action-more {
   background: rgba(var(--main-one-dark),1);
   border: 2px solid rgba(var(--main-one),0.5);
}

.card-action:hover {
   background: rgb(var(--main-one));
}

.card-website {
   position: absolute;
   font-size: 10px;
   bottom: 0;
   right: 0;
   padding: 0px 4px;
   color: rgba(129,129,129,.7);
   opacity: 1;
   pointer-events: none;
   transition: all 0.4s ease;
}

.card-payauto {
   position: absolute;
   top: 0;
   right: 0;
   font-size: 8px;
   font-weight: 400;
   padding: 1px 5px 2px 7px;
   border-top: none;
   border-right: none;
   border-radius: 0px 8px 0 10px;
   text-shadow: 0 0 1px black;
}

.method-card:hover {
   border: 1px solid rgba(var(--main-two), 1);
   border-left: none;
}

.method-card:hover .card-status {
   width: 5px;
}

.method-card:hover .card-action {
   transform: translateX(0);
}

.method-card:hover .card-website {
   opacity: 0;
}

.method-explain {
   position: relative;
   width: 20px;
   height: 30px;
}

.method-explain-label {
   
   font-weight: 500;
   border-radius: 0 10px 10px 0;
   background: rgba(var(--main-one-dark),1);
   height: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   top: 0;
   left: 0;
   transform: translateX(calc(-100% + 20px));
   transition: all 0.4s ease;
}

.method-explain-label p {
   font-size: 12px;
   padding: 0 8px 0 4px;
   white-space: nowrap
}

.method-explain-label div {
   font-size: 16px;
   width: 20px;
   transition: all 0.4s ease;
}

.method-explain:hover .method-explain-label {
   transform: translateX(0);
}

.method-explain:hover .method-explain-label div {
   width: 0px;
   opacity: 0;
}

.popup .close {
   color: #e2e2e2;
   font-size: 14px;
   align-self: center;
   padding: 6px 10px;
   border: 1px solid rgba(var(--main-two-dark), 1);
   border-radius: 10px;
   background: rgba(var(--main-two-dark), 0.5);
   transition: all 0.3s ease;
}

.popup .close:hover {
   background: rgba(var(--main-two-dark), 1);
}
/* TEST END */



/* .card .methods {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   display: flex;
   justify-content: flex-end;
}


.card .paycard {
   position: relative;
   border-left: 4px solid rgb(var(--main-two));
   border-radius: 20px 0 0 20px;
   box-shadow:  -5px 0 6px 0 rgba(var(--main-two), 0.349);
   filter: drop-shadow(-3px 0px 5px rgba(var(--main-two), 0.349));
   background: rgb(var(--bg-color0));
   width: 50px;
   min-width: 50px;
   height: 100%;
   transition: all 1s cubic-bezier( 0.19, 1, 0.22, 1 );
   display: flex;
   overflow: hidden;
}

.card .paycard .ptab {
   min-width: 50px;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   
}

.ptab img {
   height: 36px;
   opacity: 0.5;
   padding-left: 0;
   transform: translateX(-1px);
   filter: grayscale(0%);
   transition: all 0.8s 0.2s;
}

 .paycard .pblock {
   opacity: 0;
   width: 200px;
   height: 100px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   transition: opacity 0.8s 0.2s;
   overflow: hidden;
   position: absolute;
   top: 0;
   left: 0;
}

 .pblock .icon-row {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   width: 80%;
   margin-bottom: 8px;
}

 .pblock .icon-row img {
   padding: 0 3px;
   opacity: 0.8;
   height: 18px;
}

.pblock .ppurchase {
   padding: 6px 12px;
   color: inherit;
   border: none;
   background: rgba(var(--main-two), 0.5);
   border: 2px solid rgba(var(--main-two), 0.5);
   border-radius: 10px;
   font-size: 12px;
   font-weight: 500;
   transition: all 0.3s ease;
}

.pblock button.ppurchase{
   padding: 10px 12px;
}

.pblock .ppurchase:hover {
   background: rgb(var(--main-one));
}

.pblock .pwebsite {
   position: absolute;
   font-size: 0.8rem;
   bottom: 0;
   right: 0;
   padding: 5px 10px;
   
   color: rgba(129, 129, 129, 0.5);
}

.paycard:hover{
   width: 200px;
}
.card .paycard:hover > .pblock{
   opacity: 1;
}

.card .paycard:hover > .ptab img {
   filter: grayscale(100%);
   opacity: 0.10;
   padding-left: 5px;
} */

/*-------------Payment methods explanation--------------*/

/* .method-explain-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   margin: 20px 10px;
}

.method-explain {
   width: 300px;
   margin: 10px;
   background: rgba(var(--bg-color0), 0.5);
   padding: 16px 0;
   border-radius: 20px;

}

.method-explain .method-ico {
   font-size: 1.4rem;
   font-weight: 600;
  
}

.method-explain .method-ico img:first-child {
   height: 54px;
   margin: 0 5px;
   filter: drop-shadow(0 0 10px black);
}

.method-explain .method-ico img {
   height: 24px;
   margin: 10px 5px 0 5px;
   filter: drop-shadow(0 0 10px black);
}

.method-explain .method-ico .ico-disabled {
   filter: grayscale(80%) blur(1px);
}

.method-explain .method-text {
   font-size: 1.2rem;
   padding: 5px 20px;
}



.payment-lang-warning {
   font-size: 1.4rem;
   font-weight: 600;
   width:60%;
   margin: 0 auto 4rem auto;
   text-align: center;
   background: rgba(var(--bg-color0), 0.5);
   border-radius: 10px;
   padding: 6px 16px;
}

.free-download-button {
   display: inline-block;
   font-size: 2rem;
   font-family: 'Raleway', sans-serif; 
   font-weight: 700;
   padding: 8px 16px;
   margin: 2rem 1rem 5rem 1rem;
   background: rgba(var(--main-two), 1);
   transition: background 0.4s ease;
}

.free-download-button:hover {
   background: rgb(var(--main-one));
} */

.buy-bottom-container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
   align-items: stretch;
}

.buy-additional-info {
   display: grid;
   align-content: center;
   justify-content: center;
   max-width: 600px;
   margin-left: auto;
   border-top: 2px solid rgba(var(--main-two-dark), 1);
   background: rgba(var(--bg-color0), 0.5);
   border-radius: 20px 0 20px 0;
}

.buy-additional-info p{
   font-size: 1rem;
   text-align: left;
   padding: 1rem 1.5rem;
   color: #DAD1E1;
   word-wrap: break-word;
}
.text-payment {
   text-align: left;
   font-size: 1.2rem;
   padding: 1rem;
   -webkit-box-flex: 1;
       -ms-flex: 3 1 400px;
           flex: 3 1 400px;
   border-right: 2px solid rgba(var(--bg-color4), 1);
   border-top: 2px solid rgba(var(--bg-color4), 1);
   background: rgba(var(--bg-color0), 0.5);
   border-radius: 0 20px 0 20px;
}

.text-payment h2 {
   font-weight: 700;
   text-align: center;
}

.text-payment ul {
      margin: 1rem 2rem;
   list-style: disc inside;
   padding-left: 2rem;
   padding-bottom: 1rem;
   
}

.text-payment .spoofer-promo {
   display:flex;
   justify-content:center;
}

.text-payment .spoofer-promo a {
   display: block;
   margin: 1rem auto;
   border: 2px solid rgba(var(--bg-color4), 0.5);
   background: rgba(var(--bg-color4), 0.3);
   border-radius: 10px;
   padding: 4px 10px;
   font-size: 1.4rem;
   transition: all 0.3s ease;
}

.text-payment .spoofer-promo a:hover {
   background: rgba(var(--bg-color4), 0.5);
   border: 2px solid rgba(var(--bg-color4), 1);
}

#payment-container .about-rules summary {
   position: absolute;
   top: -30px;
   right: 0;
   width: 50px;
   background-color: rgba(var(--main-two-dark), 0.5);
   border-top: 2px solid rgba(var(--main-two-dark), 1);
   border-left: 2px solid rgba(var(--main-two-dark), 1);
   border-radius: 10px 0 20px 0;
   color:rgba(var(--bg-color4), 1);
}
/*^^ Cheat Description | Description ^^*/

/*^^ Cheat Description ^^*/

.error-page {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   font-size: 2rem;
}

.error-page h1 {
   text-align: center;
   font-size: 6rem;
}

.payment-explain {
   min-height: 60vh;
}

.payment-explain h1 img {
   height: 24px;
   padding-right: 10px;
}

.payment-explain .contact-now {
   padding: 1rem 1rem 2rem 1rem;
}

.contact-now .contact-block {
   display: flex;
   justify-content: center;
   align-items: center;
}

.contact-now .contact-block h3 {
   text-align: center;
   font-weight: 600;
   font-size: 18px;
   margin-right: 4px;
}

.method-button {
   display: inline-block;
   padding: 3px 6px;
   border: 2px solid rgba(var(--bg-color5), 0.5);
   border-radius: 10px;
   background: rgba(var(--bg-color5), 0.5);
   font-size: 12px;
   margin: 4px 2px;
   transition: all 0.3s ease;
   text-align: center;
}

.method-button:hover {
   background: rgba(var(--bg-color5), 1);
}

.text-page {
   padding: 1.4rem 4rem;
   font-size: 1.4rem;
}

.text-page img {
   display: block;
   margin: 2rem auto;
   border: 2px solid black;
   max-width: 100%;
}

/*vv Footer vv*/

footer {
   background: linear-gradient(
      rgb(var(--bg-color4)),
      rgb(var(--bg-color5)));
   margin-bottom: -1px;
   position: relative;
   box-shadow: 0 -1px 0 rgb(var(--bg-color4));
}

footer .footer-art {
   overflow: hidden;
   height: 300px;
   /* z-index: -10; */
   position: relative;
}

footer .footer-art .f-grass {
   position: absolute;
   bottom: 0;
   height: 10px;
   width: 100%;
   z-index: 1;
}

footer .footer-art .f-foliage {
   position: absolute;
   bottom: 0;
   max-height: 70px;
   height: 3vw;
   width: 100%;
   z-index: 1;
}

footer .footer-art .f-tree {
   position: absolute;
   bottom: -30px;
   left: 50%;
   height: 150px;
   transform: translateX(-50%);
}

footer .footer-art .f-city, .f-hills {
   position: absolute;
   bottom: 0;
   max-height: 200px;
   height: 10vw;
   max-width: 1280px;
   width: 50%;
   z-index: 0;
}

footer .footer-art .f-city {
   filter: sepia(1) saturate(2000%) hue-rotate(-25deg) brightness(0.4) opacity(0.4);
}

footer .footer-art .f-hills {
   filter: sepia(1) saturate(2000%) hue-rotate(-25deg) brightness(0.3);
}

footer .footer-art .fleft {
   left:0;
}

footer .footer-art .fright {
   right:0;
}

footer .footer-art .f-sun {
   width: 50px;
   height: 50px;
   border-radius: 50%;
   background: linear-gradient(to top, #FF6002 0%,#fb6400 50%,#FEF400 100%);
   background: linear-gradient(to top, #e90000 0%,#fc4801 50%,#fe7b00 100%);
   /*box-shadow: 0 0 60px 40px rgba(var(--bg-color5), 0.6);*/
   background-position: 50% 50%;
   position: absolute;
   bottom: 20px;
   left: 50%;
   transform: translateX(-50%);
   z-index: -100;
   
}

footer p {
   background: #000;
   text-align: center;
   padding: 20px 10px;
   font-size: 1.2rem;
}

footer .f-links {
   opacity: 0.7;
}

footer .f-epvp img {
   width: 135.5px;
   height: auto;
}

footer i.copyright {
   color: rgb(255, 254, 179);
   padding: 0 3px;
}

footer i.pulse {
   color: rgb(255, 23, 81);
   padding: 0 3px;
}

.pulse {
   -webkit-transform-origin: 70% 70%;
       -ms-transform-origin: 70% 70%;
           transform-origin: 70% 70%;
   -webkit-animation-name: pulse_animation;
           animation-name: pulse_animation;
   -webkit-animation-duration: 2s;
           animation-duration: 2s;
   -webkit-animation-timing-function: linear;
           animation-timing-function: linear;
   -webkit-animation-iteration-count: infinite;
           animation-iteration-count: infinite;
}

@-webkit-keyframes pulse_animation {
   0% {
      -webkit-transform: scale(1);
              transform: scale(1);
   }
   30% {
      -webkit-transform: scale(1);
              transform: scale(1);
   }
   40% {
      -webkit-transform: scale(1.08);
              transform: scale(1.08);
   }
   50% {
      -webkit-transform: scale(1);
              transform: scale(1);
   }
   60% {
      -webkit-transform: scale(1);
              transform: scale(1);
   }
   70% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
   }
   80% {
      -webkit-transform: scale(1);
              transform: scale(1);
   }
   100% {
      -webkit-transform: scale(1);
              transform: scale(1);
   }
}

@keyframes pulse_animation {
   0% {
      -webkit-transform: scale(1);
              transform: scale(1);
   }
   30% {
      -webkit-transform: scale(1);
              transform: scale(1);
   }
   40% {
      -webkit-transform: scale(1.08);
              transform: scale(1.08);
   }
   50% {
      -webkit-transform: scale(1);
              transform: scale(1);
   }
   60% {
      -webkit-transform: scale(1);
              transform: scale(1);
   }
   70% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
   }
   80% {
      -webkit-transform: scale(1);
              transform: scale(1);
   }
   100% {
      -webkit-transform: scale(1);
              transform: scale(1);
   }
}
/*^^ Footer ^^*/

@media screen and (max-width: 768px){
   h1 {
      font-size: 2.4rem;
   }
}


