@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fredoka+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Expletus+Sans:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box: center;
          box-sizing: border-box: center;
}

body {
  background-color: black;
  font-family: 'Expletus Sans';
}

body, html {
  overflow-x: hidden;
}

span {
  -webkit-transition: .5s;
  transition: .5s;
}

img {
  -webkit-transition: .5s;
  transition: .5s;
}

a {
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}

li {
  list-style: none;
  -webkit-transition: .5s;
  transition: .5s;
}

div {
  -webkit-transition: .5s;
  transition: .5s;
}

i {
  -webkit-transition: .5s;
  transition: .5s;
}

h1 {
  --font-size: 65px;
  --letter-spacing: -3px;
  line-height: 72px;
  color: white;
  text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

@-webkit-keyframes cloud {
  0% {
    left: -200px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 1920px;
    opacity: 1;
  }
}

@keyframes cloud {
  0% {
    left: -200px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 1920px;
    opacity: 1;
  }
}

@-webkit-keyframes cloud2 {
  0% {
    right: -200px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    right: 1920px;
    opacity: 1;
  }
}

@keyframes cloud2 {
  0% {
    right: -200px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    right: 1920px;
    opacity: 1;
  }
}

@-webkit-keyframes scroll {
  0% {
    top: 5px;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 5px;
  }
}

@keyframes scroll {
  0% {
    top: 5px;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 5px;
  }
}

.inner {
  background: url(../images/dragonica_2.jpg) top/cover fixed no-repeat;
  padding-top: 200px;
  padding-bottom: 150px;
}

.inner::before {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 52, 107, 0.7)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(36, 52, 107, 0.7), rgba(255, 255, 255, 0));
  top: 0;
}

.inner .logo {
  text-align: center;
  position: relative;
  z-index: 10;
}

.inner .logo img {
  width: 300px;
}

.inner .container {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 60px 0px 60px 0px;
  -webkit-box-shadow: 0px 70px 70px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 70px 70px rgba(0, 0, 0, 0.2);
  margin-top: 80px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}

.inner .container .wrapper {
  overflow: hidden;
  padding: 70px;
  border-radius: 50px 0px 50px 0px;
  border: 1px solid rgba(117, 68, 182, 0.205);
}

.inner .container .wrapper .inner--title {
  font-size: 45px;
  color: #5f3a81;
  font-weight: 700;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #5f3a81;
}

.inner .container .wrapper h1 {
  --color: #2b232e;
  color: #5f3a81;
  text-shadow: none;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 35px;
  margin-bottom: 30px;
}

.inner .container .wrapper p {
  --color: gray;
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}

.inner .container .wrapper img {
  max-width: 800px;
  border-radius: 30px;
}

header {
  text-align: center;
  padding-top: 200px;
  margin: 0 auto;
  position: relative;
}

header .header--content {
  position: relative;
  z-index: 50;
}

header .header--content .header--scroll {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 60px;
  width: 25px;
  height: 40px;
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.575);
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .header--content .header--scroll p {
  position: absolute;
  bottom: -28px;
  white-space: nowrap;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-left: 2px;
}

header .header--content .header--scroll span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 3px;
  height: 7px;
  background-color: white;
  position: absolute;
  top: 10px;
  -webkit-animation: scroll 1.5s infinite linear;
          animation: scroll 1.5s infinite linear;
}

header .header--news {
  position: relative;
  z-index: 100;
  margin-top: 330px;
}

header .header--news--more {
  width: 100%;
  color: #fcfcfc;
  margin-top: 50px;
  -webkit-box-shadow: 0px 0px 0px black;
          box-shadow: 0px 0px 0px black;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 120px;
}

header .header--news--more:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

header .header--news--more:hover span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header .header--news--more span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  --background-color: #5f3a81;
  background-color: transparent;
  color: white;
  border-radius: 100%;
  margin-right: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .header--news--title {
  color: linear-gradient(190deg, #000, #007fff, #5f3a81, #000);
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

header .header--news--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -220px;
}

header .header--news--list:hover > :not(:hover) {
  opacity: 0.3;
}

header .header--news--list a {
  overflow: hidden;
  width: 23%;
  border-radius: 30px 0px 30px 0px;
  border: 1px solid rgba(102, 78, 124, 0.3);
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.155);
          --box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.155);
  padding: 30px;
  background: white;
  text-shadow: 0px 0px 12px #FFF;
  box-shadow: 0px 20px 30px #5f3a81;
}

header .header--news--list a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

header .header--news--list a:hover .news--img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

header .header--news--list a .news--text {
  text-align: left;
  padding-top: 30px;
  display: block;
}

header .header--news--list a .news--text span {
  color: #000;
  font-size: 13px;
  text-align: left;
}

header .header--news--list a .news--text p {
  color: rgba(61, 56, 66, 0.822);
  font-weight: 700;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-clamp: 1;
  width: 100%;
}

header .header--news--list a .news--img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  border-radius: 20px 0px 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 10px 10px 0px rgba(224, 86, 206, 0.459);
          --box-shadow: 10px 10px 0px rgba(224, 86, 206, 0.459);
  position: relative;
  box-shadow: 10px 10px 10px #5f3a81;
}

header .header--news--list a .news--img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(7, 7, 7, 0.658)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(7, 7, 7, 0.658));
}

header .header--news--list a .news--img::after {
  content: '';
  width: 100%;
  height: 50px;
  bottom: 0;
  z-index: 39;
  position: absolute;
  background: rgba(36, 36, 36, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}

header .header--news--list a .news--img h1 {
  position: absolute;
  z-index: 40;
  bottom: 25px;
  font-size: 15px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 0;
}

header .header--news--list a .news--img img {
  width: 100%;
}

header .header--news .c1 {
  overflow: hidden;
  padding-top: 0px;
  top: -280px;
  height: 300px;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

header .header--news .cloud {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .header--vd {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 1082px;
  overflow: hidden;
  z-index: 1;
  opacity: 0.9;
}

header .header--buttons {
  margin-top: 60px;
}

header .header--buttons a:nth-child(1) {
  --background: linear-gradient(340deg, rgba(132, 71, 150, 0.808), #ff7f00);
  background: linear-gradient(190deg, #000, #007fff, #5f3a81, #000);
  -webkit-box-shadow: 0px 20px 20px rgba(26, 19, 27, 0.3);
          box-shadow: 0px 20px 20px rgba(26, 19, 27, 0.3);
}

header .header--buttons a:nth-child(2) {
  --background: linear-gradient(340deg, rgba(88, 71, 150, 0.808), #7f007f);
  background: linear-gradient(190deg, #fff, #007fff, #5f3a81, #fff);
  -webkit-box-shadow: 0px 20px 20px rgba(20, 20, 20, 0.3);
          box-shadow: 0px 20px 20px rgba(20, 20, 20, 0.3);
}

header .header--buttons a {
  height: 75px;
  overflow: hidden;
  width: 350px;
  border-radius: 20px 0px 20px 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 25px;
  margin: 0px 15px 0px 15px;
  position: relative;
}

header .header--buttons a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

header .header--buttons a:hover span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  text-shadow: 0px 0px 20px white;
}

header .header--buttons a::before {
  content: '';
  border: 2px dotted rgba(255, 255, 255, 0.8);
  width: 95%;
  height: 78%;
  position: absolute;
  border-radius: 15px 0px 15px 0px;
}

header h1 {
  position: relative;
  z-index: 10;
}

header .logo {
  margin-bottom: 60px;
}

header .logo img {
  width: 600px;
}

.mobile {
  display: none;
}

nav {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 80px;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 200;
  color: white;
  background: linear-gradient(190deg, #000, #007fff, #5f3a81, #000);
}

nav.scrolled {
    background: linear-gradient(190deg, #000, #007fff, #5f3a81, #000);
  --background-color: rgba(95, 58, 129, 0.89);
  --background-color: #009fff;
}

nav.scrolled::after {
  display: none;
}

nav.active {
  max-height: 1000px;

}

nav.active::after {
  display: block !important;
}

nav.active a {
  color: white;
}

nav.active .nav--items .nav--items--main .nav--items--sub {
  padding: 40px 0px 40px 0px;
  opacity: 1;
  display: block;
  visibility: visible;
  -webkit-transition: .5s;
  transition: .5s;
}

nav.active .nav--items .nav--items--main .nav--items--sub li {
  margin-bottom: 15px;
}

nav::after {
  content: '';
  position: absolute;
  top: 79px;
  width: 100%;
  height: 1px;
  background-color: white;
  opacity: 0.1;
  -webkit-transition: .5s;
  transition: .5s;
}

nav .nav--buttons {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 20%;
}

nav .nav--buttons a {
  height: 50px;
  overflow: hidden;
  padding: 0px 30px 0px 30px;
  border-radius: 20px 0px 20px 0px;
  background-color: rgba(255, 255, 255, 0.15);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 15px;
  position: relative;
  margin-right: 15px;
  text-align: center;
}

nav .nav--buttons a:hover {
  --background-color: rgba(255, 255, 255, 0.5);
  background: linear-gradient(190deg, #000, #007fff, #5f3a81, #000);
}

nav .nav--buttons a i {
  margin-right: 10px;
}

nav .nav--buttons a::before {
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 90%;
  height: 75%;
  position: absolute;
  border-radius: 15px 0px 15px 0px;
}

nav .nav--icon {
  width: 20%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 15px;
}

nav .nav--icon img {
  width: 50px;
  border-radius: 100%;
}

nav a {
  color: white;
}

nav .nav--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .5s;
  transition: .5s;
  width: auto;
}

nav .nav--items .nav--mobile--close {
  display: none;
}

nav .nav--items .logo-mobile {
  display: none;
}

nav .nav--items:hover > :not(:hover) {
  opacity: 0.3;
}

nav .nav--items .nav--items--main {
  width: 150px;
  position: relative;
}

nav .nav--items .nav--items--main:hover .nav--items--main--link span::before {
  width: 100%;
}

nav .nav--items .nav--items--main:hover:not(:last-child)::before {
  opacity: 0.4;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

nav .nav--items .nav--items--main:not(:last-child)::before {
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.445);
  width: 2px;
  height: 10px;
  right: 0;
  top: 35px;
}

nav .nav--items .nav--items--main--link {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
  font-size: 16px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

nav .nav--items .nav--items--main--link i {
  display: none;
}

nav .nav--items .nav--items--main--link span {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav .nav--items .nav--items--main--link span::before {
  content: '';
  width: 0%;
  height: 2px;
  background-color: #fcfcfc;
  position: absolute;
  bottom: 0px;
  -webkit-transition: .5s;
  transition: .5s;
}

nav .nav--items .nav--items--main .nav--items--sub {
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  opacity: 0;
}

nav .nav--items .nav--items--main .nav--items--sub li {
  width: 100%;
}

nav .nav--items .nav--items--main .nav--items--sub li a {
  text-align: center;
  color: white;
  font-size: 14px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav .nav--items .nav--items--main .nav--items--sub li a::before {
  content: '';
  width: 0%;
  height: 2px;
  background-color: #fcfcfc;
  position: absolute;
  bottom: -5px;
  -webkit-transition: .5s;
  transition: .5s;
}

nav .nav--items .nav--items--main .nav--items--sub li a:hover {
  color: white;
}

nav .nav--items .nav--items--main .nav--items--sub li a:hover::before {
  width: 100%;
}

.game {
  position: relative;
  z-index: 60;
  top: -100px;
  background: url(../images/dragonica.jpg) top/cover fixed no-repeat;
  text-align: center;
  padding: 220px 0px 200px 0px;
  margin-bottom: -120px;
}

.game::after {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.205)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(rgba(255, 255, 255, 0.205), rgba(0, 0, 0, 0.8));
  position: absolute;
  top: 0;
  left: 0;
}

.game .cloud {
  position: absolute;
  -webkit-transform: rotate(180deg) scale(1.2);
          transform: rotate(180deg) scale(1.2);
  top: -100px;
  z-index: 55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.game--welcome {
  padding-bottom: 120px;
  margin-bottom: 120px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.534);
}

.game--welcome--rates {
  position: relative;
  z-index: 60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.game--welcome--rates .rate {
  width: 18%;
  border-radius: 30px 0px 30px 0px;
  background-color: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 15px;
  height: 200px;
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
}

.game--welcome--rates .rate div {
  border-radius: 20px 0px 20px 0px;
  background: linear-gradient(-150deg, white, rgba(255, 255, 255, 0.021));
  text-align: center;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.game--welcome--rates .rate div span {
  --color: black;
  color: #000000;
   text-shadow: 0px 12px 18px #ffffff;
}

.game--welcome--rates .rate div h1 {
  font-size: 48px;
  --text-shadow: 0px 0px 20px #de88e6;
  text-shadow: 0px 0px 18px #ffffff;
  color: #5f3a81;
}

.game--welcome--text {
  position: relative;
}

.game--welcome--text::before {
  content: '';
  width: 100%;
  height: 200px;
  background-color: rgba(2, 1, 2, 0.89);
  -webkit-filter: blur(152px);
          filter: blur(152px);
  position: absolute;
  left: 0;
  top: 150px;
}

.game--welcome--text h1 {
  position: relative;
  z-index: 50;
}

.game--welcome--text p {
  color: rgba(255, 255, 255, 0.9);
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 25px;
  line-height: 50px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.582);
  position: relative;
  z-index: 50;
}

.game--content--swiper {
  height: 600px;
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-top: 120px;
}

.game--content--swiper .swiper-button-prev {
  left: -80px;
}

.game--content--swiper .swiper-button {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: linear-gradient(190deg, #000, #007fff, #5f3a81, #000);
  --background: linear-gradient(190deg, #000, #007fff, #5f3a81, #000);
  font-size: 26px;
}

.game--content--swiper .swiper-button-next {
  right: -80px;
}

.game--content--swiper--feature {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px 0px 30px 0px;
  height: 100%;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.3);
}

.game--content--swiper--feature div {
  width: 100%;
  height: 100%;
  border-radius: 20px 0px 20px 0px;
  position: relative;
}

.game--content--swiper--feature div div {
  width: 100%;
  height: 100%;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.85));
}

.game--content--swiper--feature div div div {
  position: absolute;
  bottom: 80px;
  left: 80px;
  right: 80px;
  height: auto;
  width: auto;
  text-align: left;
  z-index: 100;
  background: none;
}

.game--content--swiper--feature div div div h1 {
  font-size: 50px;
  line-height: 55px;
}

.game--content--swiper--feature div div div a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 200px;
  height: 50px;
  color: white;
  border-radius: 20px 0px 20px 0px;
  --background-color: #c15fdf;
  background: linear-gradient(190deg, #000, #007fff, #5f3a81, #000);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  font-size: 18px;
}

.container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

footer .footer--social {
  height: 80px;
  background: linear-gradient(120deg, #007fff, #c65de6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.151);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.151);
  border-radius: 40px 0px 40px 0px;
  position: relative;
  top: -52px;
}

footer .footer--social:hover > :not(:hover) {
  opacity: 0.4;
}

footer .footer--social a {
  --color: white;
  color: #fff;
  margin: 0px 20px 0px 20px;
  font-size: 25px;
}

footer .footer--content {
  padding: 40px 0px 80px 0px;
}

footer .footer--content .footer--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer--content .footer--link:hover > :not(:hover) {
  opacity: 0.4;
}

#footer {
    height: 120px;
    min-width: 0 auto;
    background: linear-gradient(190deg, #000, #007fff, #5f3a81, #000);
	position: relative;
    width: 100%;
    bottom: 0px;
	z-index: 101;
	text-align: center;
}
#footer .footer-wrap {
    margin: 0 auto;
    width: 0 auto;
}
#footer .footer-wrap .link {
    padding: 45px 0 0;
    margin-left: -40px;
}
#footer .footer-wrap .link ul {
    font-size: 0;
}
#footer .footer-wrap .link ul li {
    display: inline-block;
}
#footer .footer-wrap .link ul li+li:before {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 13px -2px;
    width: 1px;
    height: 11px;
    background-color: linear-gradient(190deg, #000, #007fff, #5f3a81, #000);
    --content: "";
}
#footer .footer-wrap .link ul li a {
    /*color:#191c24;*/
	color: transparent;
	text-shadow: 0px 0px 12px #FFFFFF;
	--text-shadow: 0px 1px 1px #00ffff;
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
    -webkit-transition-property: -webkit-text-decoration;
    transition-property: -webkit-text-decoration;
    transition-property: text-decoration;
    transition-property: text-decoration, -webkit-text-decoration;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
}
#footer .footer-wrap .link ul li a:hover {
    text-decoration: underline;
}
#footer .footer-wrap .link ul li a strong {
    /*color:#191c24;*/
	color: linear-gradient(120deg, #007fff, #c65de6);
    font-weight: 400;
}
#footer .footer-wrap .info-wrap {
    margin: 20px 0 0;
}
#footer .footer-wrap .info-wrap .info {
    font-size: 0;
}
#footer .footer-wrap .info-wrap .info>*, #footer .footer-wrap .info-wrap .info>* a {
    display: inline-block;
    /*color:#191c24;*/
	color: #fcfcfc;
    text-shadow: none;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}
#footer .footer-wrap .info-wrap .info>*+* {
    margin-left: 13px;
}
#footer .footer-wrap .info-wrap .info .biz-info {
    /*border-bottom: 1px solid#191c24;*/
	border-bottom: 1px solid transparent;
    /*color:#191c24;*/
	color: transparent;
}
#footer .footer-wrap .copyright {
	color: #fcfcfc;
	text-shadow: 0px 0px 12px #FFFFFF;
	--text-shadow: 0px 1px 1px #4080ff;
    font-size: 0px;
    line-height: 18px;
}
#footer .footer-wrap .copyright .channel-info {
    display: block;
    margin: 0px 0 0;
    color: #fcfcfc;
	text-shadow: 0px 0px 12px #FFFFFF;
	--text-shadow: 0px 0px 7px #4080ff;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
}
#footer .footer-wrap .copyright .bi {
    margin: 12px 0 0;
}
#footer .footer-wrap .copyright .bi * {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-indent: -10000em;
}
#footer .footer-wrap .copyright .bi *+* {
    margin-left: 15px;
}
#footer .footer-wrap .copyright .bi .nhn {
    width: 40px;
    height: 10px;
    background: url(../images/gmthai/nhn.png) no-repeat 0 0;
}
#footer .footer-wrap .copyright .bi .naver {
    width: 51px;
    height: 10px;
    background: url(../images/gmthai/naver.png) no-repeat 0 0;
}
#footer .footer-wrap .copyright .bi .enpgames {
    width: 113px;
    height: 16px;
    background: url(../images/gmthai/enpgames.png) no-repeat 0 0;
}
#footer .footer-wrap .copyright .bi .eyedentitygames {
    width: 155px;
    height: 15px;
    background: url(../images/gmthai/eyedentitygames.png) no-repeat 0 0;
}
#footer .footer-wrap .copyright .bi .iahgames {
    width: 77px;
    height: 16px;
    background: url(../images/gmthai/iahgames.png) no-repeat 0 0;
}
#footer .footer-wrap .copyright .bi .barunson {
    width: 81px;
    height: 14px;
    background: url(../images/gmthai/barunson.png) no-repeat 0 0;
}

@media (min-width: 1921px) {
  header .header--vd video {
    width: 100%;
  }
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background: linear-gradient(190deg, #000, #007fff, #5f3a81, #000);
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background: linear-gradient(190deg, #000, #5f3a81, #007fff, #000);
}