body {
  position: relative;
  font-size: 16px;
  font-family: share tech;
  color: #fff;
  max-width: 1920px;
  margin: 0 auto !important;
}
.sp {
  display: none !important;
  overflow: hidden !important;
}
.pc {
  display: block !important;
}
.v-hidden {
  visibility: hidden !important;
}
@media(max-width: 991.9px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
    overflow: hidden !important;
  }
}
@media only screen and (max-width: 1500px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
.txt-center {
  text-align: center !important;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  border-color: rgba(242, 126, 127, 0.6) !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 1px rgba(242, 126, 127, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 1px rgba(242, 126, 127, 0.6) !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  background-image: url(../images/icons/select-arrow.svg);
  background-position: calc(100% - 8px) 50%;
  background-repeat: no-repeat;
  background-size: 6px;
  padding-left: 10px;
  padding-right: 18px !important;
}
a:hover {
  color: #F67B01;
  text-decoration: none;
}
img,
iframe {
  max-width: 100%;
}
img {
  width: 100%;
  height: auto;
}
ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.container {
  max-width: 1800px;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #fefefe;
}
.y-box-img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.y-box-img .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.y-box-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.y-box-zoom {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  position: absolute;
}
.y-box-zoom:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.box-img-flex.y-img-left,
.gameplay-section
  .gameplay-slider
  .item
  .box-content
  .box-right
  .y-img-left.icon-game {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.box-img-flex.y-img-left,
.gameplay-section
  .gameplay-slider
  .item
  .box-content
  .box-right
  .y-img-left.icon-game {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.box-img-flex img,
.gameplay-section
  .gameplay-slider
  .item
  .box-content
  .box-right
  .icon-game
  img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: flex;
}
.y-text-editor * {
  max-width: 100%;
}
.y-text-editor blockquote {
  margin: 0 0 1.25em;
  padding: 0 1.25em 0 1.875em;
  border-left: 2px solid #111;
  font-style: italic;
}
.y-text-editor p {
  margin-bottom: 10px;
}
.y-text-editor img {
  max-width: 100%;
  height: auto !important;
  display: initial;
}
.y-text-editor iframe {
  max-width: 100%;
}
.y-text-editor table {
  width: 100%;
}
.y-text-editor i {
  font-style: italic;
}
.y-text-editor u {
  text-decoration: underline;
}
.y-text-editor a {
  text-decoration: underline;
}
.y-text-editor b,
.y-text-editor strong {
  font-weight: 700;
}
.y-text-editor ul {
  padding-left: 30px;
  list-style-type: disc;
}
.y-text-editor ul li {
  display: list-item;
}
.y-text-editor ol {
  padding-left: 30px;
  list-style-type: decimal;
}
.y-text-editor ol li {
  display: list-item;
}
.box-btn-main {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  padding: 0 15px;
  overflow-y: hidden;
  z-index: 1;
}
.box-btn-main .btn-main {
  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;
  color: #fff;
  font-family: proxima nova th;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 15px;
  text-align: center;
  background-color: #F67B01;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  height: 50px;
}
@media only screen and (max-width: 1500px) {
  .box-btn-main .btn-main {
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .box-btn-main .btn-main {
    padding: 5px 15px;
    height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .box-btn-main .btn-main {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.box-btn-main .btn-main:before,
.box-btn-main .btn-main:after {
  position: absolute;
  content: "";
  width: 28px;
  height: calc(100% - 8px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.box-btn-main .btn-main:before {
  left: -14px;
  width: 0;
  height: 0;
  border-top: 42px solid transparent;
  border-right: 15px solid #F67B01;
  border-bottom: 14px solid transparent;
}
.box-btn-main .btn-main:after {
  right: -14px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 15px solid #F67B01;
  border-bottom: 42px solid transparent;
}
.box-btn-main .btn-main:hover {
  background-color: #F67B0190;
}
.box-btn-main .btn-main:hover:before {
  border-right: 15px solid #F67B0190;
}
.box-btn-main .btn-main:hover:after {
  border-left: 15px solid #F67B0190;
}
.box-btn-main .btn-main.btn-yellow {
  background-color: #fcfe15;
  color: #000;
  padding: 10px 45px;
}
@media only screen and (max-width: 1500px) {
  .box-btn-main .btn-main.btn-yellow {
    padding: 5px 35px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .box-btn-main .btn-main.btn-yellow {
    padding: 5px 30px;
  }
}
.box-btn-main .btn-main.btn-yellow:before {
  border-right: 15px solid #fcfe15;
}
.box-btn-main .btn-main.btn-yellow:after {
  border-left: 15px solid #fcfe15;
}
.box-btn-main .btn-main span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.owl-carousel {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1500px) {
  .owl-carousel {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-carousel {
    padding-bottom: 40px;
  }
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .owl-carousel .owl-dots {
    bottom: 5px;
  }
}
.owl-carousel .owl-dots .owl-dot {
  width: 190px;
  height: 8px;
  margin: 0 15px;
  border-radius: 3px;
  background-color: #85F8FF69;
}
.owl-carousel .owl-dots .owl-dot.active {
  min-width: 80px;
  height: 8px;
  margin: 0 15px;
  border-radius: 3px;
  background-color: #85F8FF;
}
@media only screen and (max-width: 1700px) and (min-width: 1490px) {
  .owl-carousel .owl-dots .owl-dot {
    width: 120px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .owl-carousel .owl-dots .owl-dot {
    width: 90px;
  }
}
@media only screen and (max-width: 1190px) {
  .owl-carousel .owl-dots .owl-dot {
    width: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .owl-carousel .owl-dots .owl-dot {
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-dots .owl-dot {
    width: 30px;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-dots .owl-dot {
    width: 30px;
  }
}
.owl-carousel .owl-nav {
  position: relative;
  z-index: 9;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  bottom: -80px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1500px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    bottom: -50px;
  }
}
@media only screen and (max-width: 1190px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    bottom: -50px;
  }
}
.owl-carousel .owl-nav .owl-prev img,
.owl-carousel .owl-nav .owl-next img {
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-nav .owl-prev img,
  .owl-carousel .owl-nav .owl-next img {
    width: 100px;
    height: 30px;
  }
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  color: #cfcfcf;
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-nav .owl-prev span,
  .owl-carousel .owl-nav .owl-next span {
    display: none;
  }
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-prev img {
  margin-right: 8px;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-nav .owl-next img {
  margin-left: 8px;
}
.modal-dialog {
  min-height: calc(100vh - 60px);
  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;
}
@media (max-width: 767px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
body:not(.fp-viewing-about):not(.fp-viewing-home) .header {
  background-color: rgba(30, 18, 49, 0.8);
  padding: 5px 30px;
}
@media only screen and (max-width: 991px) {
  body:not(.fp-viewing-about):not(.fp-viewing-home) .header {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 575px) {
  body:not(.fp-viewing-about):not(.fp-viewing-home) .header {
    padding: 5px 15px;
  }
}
body:not(.fp-viewing-about):not(.fp-viewing-home)
  .header
  .logo-header
  .box-img-flex,
body:not(.fp-viewing-about):not(.fp-viewing-home)
  .header
  .logo-header
  .gameplay-section
  .gameplay-slider
  .item
  .box-content
  .box-right
  .icon-game,
.gameplay-section
  .gameplay-slider
  .item
  .box-content
  .box-right
  body:not(.fp-viewing-about):not(.fp-viewing-home)
  .header
  .logo-header
  .icon-game {
  height: 50px;
}
body.fixed .header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  body.fixed .box-section {
    padding-top: 30px;
  }
}
.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1a1623;
  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;
  z-index: 99999;
}
.loader-wrapper .content-loader {
  text-align: center;
}
.loader-wrapper .content-loader .box-img-flex,
.loader-wrapper
  .content-loader
  .gameplay-section
  .gameplay-slider
  .item
  .box-content
  .box-right
  .icon-game,
.gameplay-section
  .gameplay-slider
  .item
  .box-content
  .box-right
  .loader-wrapper
  .content-loader
  .icon-game {
  height: 120px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .loader-wrapper .content-loader .box-img-flex,
  .loader-wrapper
    .content-loader
    .gameplay-section
    .gameplay-slider
    .item
    .box-content
    .box-right
    .icon-game,
  .gameplay-section
    .gameplay-slider
    .item
    .box-content
    .box-right
    .loader-wrapper
    .content-loader
    .icon-game {
    height: 100px;
  }
}
.loader-wrapper .content-loader .text-loading {
  width: 100%;
}
.section-full {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .section-full {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }
}
.section-full.active .txt-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 991px) {
  .section-full .box-section {
    padding-top: 0;
  }
}
.section-full .txt-animate {
  position: relative;
  -webkit-transition: all 1200ms;
  transition: all 1200ms;
  opacity: 0;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
@media only screen and (max-width: 991px) {
  .fullpage {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .fullpage {
    padding-top: 60px;
  }
}
.fp-viewing-about .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding: 15px 50px;
  display: none;
}
@media only screen and (max-width: 1500px) {
  .header {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    background-color: #1a1623 !important;
    position: fixed;
    padding: 9px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .logo-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .header .logo-header {
    width: 100px;
  }
}
.header .logo-header .box-img-flex,
.header
  .logo-header
  .gameplay-section
  .gameplay-slider
  .item
  .box-content
  .box-right
  .icon-game,
.gameplay-section
  .gameplay-slider
  .item
  .box-content
  .box-right
  .header
  .logo-header
  .icon-game {
  height: 80px;
}
@media only screen and (max-width: 1500px) {
  .header .logo-header .box-img-flex,
  .header
    .logo-header
    .gameplay-section
    .gameplay-slider
    .item
    .box-content
    .box-right
    .icon-game,
  .gameplay-section
    .gameplay-slider
    .item
    .box-content
    .box-right
    .header
    .logo-header
    .icon-game {
    height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .header .logo-header .box-img-flex,
  .header
    .logo-header
    .gameplay-section
    .gameplay-slider
    .item
    .box-content
    .box-right
    .icon-game,
  .gameplay-section
    .gameplay-slider
    .item
    .box-content
    .box-right
    .header
    .logo-header
    .icon-game {
    height: 52px;
  }
}
.header .menu-fullpage {
  width: 100%;
  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: flex-end;
}
.header .menu-fullpage ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(26, 22, 35, 0.69) 0%, rgba(26, 22, 35, 0) 120.24%);
}
.header .menu-fullpage ul li {
  padding: 8px 10px;
}
@media only screen and (max-width: 991px) {
  .header .menu-fullpage ul li {
    display: none;
    padding: 0 10px;
  }
}
.header .menu-fullpage ul li.active a {
  color: #F46E1E;
  border-radius: 3px;
  -webkit-transform: skewX(-6deg);
  transform: skewX(-6deg);
}
.header .menu-fullpage ul li.active a span {
  -webkit-transform: skewX(6deg);
  transform: skewX(6deg);
}
.header .menu-fullpage ul li.button-wallet {
  display: block;
  padding: 0;
  padding-left: 0;
}
.header .menu-fullpage ul li.button-wallet .btn-main {
  font-family: proxima nova th;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
}
.header .menu-fullpage ul li.button-wallet .btn-main::before {
  border-top: 32px solid transparent;
  border-bottom: 12px solid transparent;
}
.header .menu-fullpage ul li.button-wallet .btn-main::after {
  border-top: 12px solid transparent;
  border-bottom: 32px solid transparent;
}
.header .menu-fullpage ul li.button-wallet .btn-main:hover {
  color: #fff;
}
.header .menu-fullpage ul li a {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 5px 15px;
  font-family: Rubik;
}
@media only screen and (max-width: 991px) {
  .header .menu-fullpage ul li a {
    padding: 3px 15px;
    font-size: 14px;
  }
}
.header .menu-fullpage ul li a:hover {
  color: #F67B01;
}
.header .menu-fullpage ul li a span {
  display: block;
}
.fp-viewing-home .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
}
.btn-menu-mobile {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 34px;
  position: relative;
  display: none;
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .btn-menu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.btn-menu-mobile span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.btn-menu-mobile span:not(:last-child) {
  margin-bottom: 6px;
}
.y-mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -85%;
  width: 85%;
  max-width: 400px;
  background-color: #1a1623;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
}
.y-mobile-menu.show {
  right: 0;
}
.y-mobile-menu .m-menu__title {
  position: relative;
  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;
  padding: 12px 20px;
  color: rgba(255, 255, 255, 0.5);
}
.y-mobile-menu .m-menu__title .title {
  font-size: 14px;
  margin: 0;
  text-align: center;
  width: 100%;
}
.y-mobile-menu .m-menu__title .m-menu-close {
  padding: 0;
  font-size: 26px;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 22px;
  text-decoration: none;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  right: 8px;
}
.y-mobile-menu ul {
  margin: 0;
  padding-left: 0;
}
.y-mobile-menu ul li {
  position: relative;
  list-style-type: none;
}
.y-mobile-menu ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 11px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.3;
}
.y-mobile-menu ul li.active > a {
  color: #00b140;
}
.y-mobile-menu ul li.has-submenu a {
  padding-right: 35px;
}
.y-mobile-menu li > a:before {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}
.has-submenu > a {
  position: relative;
}
.has-submenu > .btn-toggle-sub {
  width: 40px;
  height: 42px;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  z-index: 2;
}
.has-submenu > .btn-toggle-sub:before {
  content: "+";
  width: 100%;
  height: 100%;
  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: 0.2s;
  transition: 0.2s;
  font-size: 18px;
}
.has-submenu.opened > .btn-toggle-sub:before {
  content: "-";
}
.has-submenu .sub-menu {
  padding-left: 20px;
  display: none;
}
.has-submenu .sub-menu li a {
  font-size: 14px;
}
.overlay-menu.active {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 888;
}
.box-title-main {
  margin: auto 0;
  position: relative;
  text-align: center;
  z-index: 5;
  pointer-events: none;
  margin-left: calc(100% - calc(100% - 180px));
  text-align: left;
}
.box-title-main .title-develop {
  margin-top: 10px;
}
.box-title-main .title-main {
  display: inline-flex;
  align-items: center;
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1;
  font-family: Saira SemiCondensed;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  text-shadow: 0px 0px 29px #f46e1e;
  padding: 20px;
}

.nfts-section .box-title-main .title-main {
  font-size: 60px;
}
.gameplay-section .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nfts-section .box-title-main.txt-hero {
  margin-top: -25px !important;
}

.nfts-section .box-title-main.txt-boss-top {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.nfts-section .box-title-main.txt-boss {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.nfts-section .box-title-main.txt-boss-top .title-main,
.nfts-section .box-title-main.txt-boss .title-main {
  font-size: 30px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25) !important;
}

.box-title-main .title-main .img-main-roadmap {
  width: 190px;
  margin-right: 20px;
}
@media only screen and (max-width: 1700px) and (min-width: 1490px) {
  .box-title-main .title-main {
    font-size: 80px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .box-title-main .title-main {
    font-size: 60px;
    margin-bottom: 5px;
  }
  .box-title-main .title-main .img-main-roadmap {
    width: 150px;
  }
}
@media only screen and (max-width: 1190px) {
  .box-title-main .title-main {
    background: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    font-size: 60px;
  }
  .nfts-section .box-title-main.txt-boss-top {
    top: 10%;
  }
  .nfts-section .box-title-main.txt-boss {
    top: 51%;
  }
  .nfts-section .box-title-main.txt-boss-top .title-main,
  .nfts-section .box-title-main.txt-boss .title-main {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .box-title-main .title-main {
    font-size: 32px;
  }
  .nfts-section .box-title-main .title-main {
    font-size: 30px;
  }

  .nfts-section .box-title-main.txt-boss-top {
    top: 8%;
  }
  .nfts-section .box-title-main.txt-boss {
    top: 50%;
  }
  .nfts-section .box-title-main.txt-boss-top .title-main,
  .nfts-section .box-title-main.txt-boss .title-main {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .box-title-main .title-main {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .nfts-section .box-title-main .title-main {
    font-size: 28px;
  }
  .nfts-section .box-title-main.txt-boss-top {
    top: 8%;
  }
  .nfts-section .box-title-main.txt-boss {
    top: 51%;
  }
  .nfts-section .box-title-main.txt-boss-top .title-main,
  .nfts-section .box-title-main.txt-boss .title-main {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .box-title-main .title-main {
    font-size: 28px;
  }
  .box-title-main .title-main .img-main-roadmap {
    width: 100px;
  }
  .nfts-section .box-title-main .title-main {
    font-size: 25px;
  }
  .nfts-section .box-title-main.txt-boss-top {
    top: 8%;
  }
  .nfts-section .box-title-main.txt-boss {
    top: 51%;
  }
  .nfts-section .box-title-main.txt-boss-top .title-main,
  .nfts-section .box-title-main.txt-boss .title-main {
    font-size: 20px;
  }
}
.box-title-main .desc-main {
  font-size: 20px;
  color: #f1f1f1;
  padding: 0 15px;
}
@media only screen and (max-width: 1500px) {
  .box-title-main .desc-main {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .box-title-main .desc-main {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .box-title-main .desc-main {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .box-title-main .desc-main {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .box-title-main .desc-main br {
    display: none;
  }
}
.box-1700 {
  margin: 0 auto;
  padding: 0 100px;
}
@media only screen and (max-width: 1500px) {
  .box-1700 {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 1500px) {
  .box-1700 {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 1190px) {
  .box-1700 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .box-1700 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .box-1700 {
    padding: 0 20px;
  }
}
.box-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .box-mobile {
    display: block;
  }
}
.about-section {
  position: relative;
  background-color: #1a1623;
}
@media only screen and (max-width: 991px) {
  box-mp4about-section {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-section {
    padding-bottom: 0;
  }
}
.about-section .box-section .box-mp4 {
  position: absolute;
  bottom: -30px;
  right: 0;
  content: "";
  width: 100%;
  height: auto;
}
.about-section .box-section .box-mp4 video {
  height: 0;
}
@media only screen and (max-width: 991px) {
  .about-section .box-section .box-mp4 {
    position: relative;
    left: -45%;
    width: calc(100% + 45%);
  }
}
.about-section .box-section .box-mp4 img {
  width: 100%;
  height: 100%;
}
.about-section .box-smoke {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 100%;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .about-section .box-smoke {
    width: 100%;
  }
}
.about-section .box-smoke #viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.about-section .box-smoke #viewport .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes masked-animation {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right bottom;
  }
}
.about-section .box-smoke #viewport .smoke {
  position: absolute;
  width: 250px;
  height: 250px;
  background: url(../images/smoke.png) no-repeat;
  bottom: 0;
  margin-left: 0;
}
.about-section .content-about {
  position: relative;
  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;
  z-index: 3;
}
.about-section .content-about .box-info {
  position: relative;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 40px;
  width: 45%;
}
@media only screen and (max-width: 1500px) {
  .about-section .content-about .box-info {
    padding-left: 80px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1190px) {
  .about-section .content-about .box-info {
    padding-left: 60px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .about-section .content-about .box-info {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    width: 100%;
    text-align: center;
  }
}
.about-section .content-about .box-info .box-title-theta {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 991px) {
  .about-section .content-about .box-info .box-title-theta {
    margin: 0 auto;
  }
}
.about-section .content-about .box-info .box-title-theta .title-theta {
  position: relative;
  margin-bottom: 5px;
  font-family: Saira Stencil One;
  font-size: 110px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  -webkit-animation: typing 0.6s steps(40, end);
  animation: typing 0.6s steps(40, end);
  padding: 20px;
}
.about-section .content-about .box-info .box-title-theta .title-theta span {
  font-size: 80px;
  font-weight: 100;
  color: #ffffff;
  font-family: Saira SemiCondensed;
  text-transform: none;
  letter-spacing: 5px;
}
@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}
@media only screen and (max-width: 1500px) {
  .about-section .content-about .box-info .box-title-theta .title-theta {
    font-size: 90px;
  }
  .about-section .content-about .box-info .box-title-theta .title-theta span {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1190px) {
  .about-section .content-about .box-info .box-title-theta .title-theta {
    font-size: 80px;
  }
  .about-section .content-about .box-info .box-title-theta .title-theta span {
    font-size: 57px;
  }
}
@media only screen and (max-width: 991px) {
  .about-section .content-about .box-info .box-title-theta .title-theta {
    font-size: 60px;
  }
  .about-section .content-about .box-info .box-title-theta .title-theta span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .content-about .box-info .box-title-theta .title-theta {
    font-size: 50px;
  }
  .about-section .content-about .box-info .box-title-theta .title-theta span {
    font-size: 30px;
  }
}
.about-section .content-about .box-info .box-title-theta .title-theta.go {
  -webkit-animation: typing 0.5s steps(40, end);
  animation: typing 0.5s steps(40, end);
  text-shadow: 0px 0px 13px rgba(244, 110, 30, 0.59);
  margin-bottom: 35px;
}
.about-section .content-about .box-info .box-title-theta .title-theta p {
  color: #F46E1Eb0;
  line-height: 0.7;
  margin-top: 20px;
  margin-bottom: 0;
}
.about-section .content-about .box-info .box-title-theta .box-effect {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-section .content-about .box-info .box-title-theta .box-effect img {
  width: 20%;
  height: 100%;
  opacity: 0;
}
@-webkit-keyframes lightning {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lightning {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.about-section
  .content-about
  .box-info
  .box-title-theta
  .box-effect.go
  img:nth-child(1) {
  -webkit-animation: lightning 1s ease 0s;
  animation: lightning 1s ease 0s;
}
.about-section
  .content-about
  .box-info
  .box-title-theta
  .box-effect.go
  img:nth-child(2) {
  -webkit-animation: lightning 1s ease 0.1s;
  animation: lightning 1s ease 0.1s;
}
.about-section
  .content-about
  .box-info
  .box-title-theta
  .box-effect.go
  img:nth-child(3) {
  -webkit-animation: lightning 1s ease 0.2s;
  animation: lightning 1s ease 0.2s;
}
.about-section
  .content-about
  .box-info
  .box-title-theta
  .box-effect.go
  img:nth-child(4) {
  -webkit-animation: lightning 1s ease 0.3s;
  animation: lightning 1s ease 0.3s;
}
.about-section
  .content-about
  .box-info
  .box-title-theta
  .box-effect.go
  img:nth-child(5) {
  -webkit-animation: lightning 1s ease 0.4s;
  animation: lightning 1s ease 0.4s;
}
.about-section .content-about .box-info .desc-theta {
  margin-bottom: 50px;
  color: #ffffff;
}
.about-section .content-about .box-info .desc-theta .txt-color-title {
  color: #F67B01;
}
@media only screen and (max-width: 991px) {
  .about-section .content-about .box-info .desc-theta {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .about-section .content-about .box-info .desc-theta br {
    display: none;
  }
}
.about-section .content-about .box-info .box-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .about-section .content-about .box-info .box-download {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.about-section .content-about .box-info .box-download .item {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .about-section .content-about .box-info .box-download .item {
    margin-right: 10px;
  }
}
.about-section .content-about .box-info .box-download .item:last-child {
  margin-right: 0;
}
.about-section .content-about .box-info .box-download .item .soon {
  color: #c7a0f7;
  text-align: center;
  font-size: 12px;
  margin-top: 2px;
}
.about-section
  .content-about
  .box-info
  .box-download
  .item
  .box-btn-main
  .btn-main {
  min-width: 80px;
  font-family: proxima nova th;
  padding: 5px;
}
@media only screen and (max-width: 1500px) {
  .about-section
    .content-about
    .box-info
    .box-download
    .item
    .box-btn-main
    .btn-main {
    font-size: 14px;
  }
}
.about-section
  .content-about
  .box-info
  .box-download
  .item
  .box-btn-main
  .btn-main
  span {
  width: 86px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .about-section
    .content-about
    .box-info
    .box-download
    .item
    .box-btn-main
    .btn-main
    span {
    width: 80px;
  }
}
.about-section .content-about .box-info .box-download .item .box-btn-main img,
.about-section .content-about .box-info .box-download .item .box-btn-main i {
  margin-right: 7px;
}
.about-section .content-about .box-info .box-download .item .box-btn-main img {
  width: 20px;
}
@media only screen and (max-width: 575px) {
  .about-section
    .content-about
    .box-info
    .box-download
    .item
    .box-btn-main
    img {
    width: 18px;
  }
}
.about-section .content-about .box-info .box-download .item .box-btn-main i {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .about-section .content-about .box-info .box-download .item .box-btn-main i {
    font-size: 30px;
  }
}
.about-section .content-about .box-info .chain-table .tg {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: rgba(111, 66, 193, 0.3);
  -webkit-box-shadow: 0 0 100px 3px #b690fc;
  box-shadow: 0 0 100px 3px #b690fc;
  width: calc(100% - 35px);
}
@media only screen and (max-width: 991px) {
  .about-section .content-about .box-info .chain-table .tg {
    margin: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    width: 100%;
    max-width: 460px;
  }
}
.about-section .content-about .box-info .chain-table .tg td {
  border-color: #c7a0f7;
  border-style: solid;
  border-width: 0.5px;
}
.about-section .content-about .box-info .chain-table .tg .tg-baqh {
  text-align: center;
  vertical-align: top;
  text-shadow: 1px 1px #6610f2;
  padding: 0 5px;
}
.about-section .content-about .box-info .chain-table .tg .tg-0lax {
  text-align: left;
  vertical-align: top;
  text-shadow: 1px 1px #6610f2;
  padding: 0 5px;
}
.about-section .content-about .img-about {
  position: relative;
  width: 60%;
  padding-right: 50px;
  margin-top: auto;
}
@media only screen and (max-width: 991px) {
  .about-section .content-about .img-about {
    width: 100%;
    padding: 0 15px;
  }
}
.video-section {
  position: relative;
  padding: 0;
  background-image: url(../images/videos/background.png);
  background-size: cover;
  background-position: center;
}
.video-section .container {
  padding: 0 40px 40px 40px;
}
.video-section .title-video {
  font-family: Saira SemiCondensed;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 110px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  text-shadow: 0px 0px 29px #F46E1E;
}
.video-section .sub-video {
  font-family: Saira SemiCondensed;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.71);
}
@media only screen and (max-width: 768px) {
  .video-section .title-video {
    font-size: 30px;
  }
  .video-section .sub-video {
    font-size: 16px;
  }
}
.video-section .img-process {
  height: 16px;
  margin-top: 40px;
}
.video-section .box-video {
  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;
}
.video-section .box-video video {
  width: 100%;
}
@media (min-width: 992px) {
  .video-section .box-video video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    max-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.video-section .btn-volume {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .video-section .btn-volume {
    bottom: 10px;
    right: 15px;
  }
}
.video-section .btn-volume.active i:before {
  content: "\f028";
}
.video-section .btn-volume i {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .video-section .btn-volume i {
    font-size: 20px;
  }
}
.gameplay-section {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1f1436),
    to(#2f2477)
  );
  background: linear-gradient(to bottom, #1f1436, #2f2477);
}
@media (min-width: 992px) {
  .gameplay-section:not(.active) .item .box-content .box-left .image {
    width: 0% !important;
    height: 0% !important;
  }
}
.gameplay-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/mutual/Page2_Background.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.gameplay-section .box-section {
  position: relative;
}
.gameplay-section .box-section .box-title-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .gameplay-section .box-section .box-title-main {
    position: relative;
  }
}
@media only screen and (max-width: 1700px) and (min-width: 1490px) {
  .gameplay-section .gameplay-slider .owl-nav {
    max-width: 1560px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .gameplay-section .gameplay-slider .owl-nav {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.nfts-section .box-title-main {
  padding-top: 20px;
}
.nfts-section .nfts-slider .img-hero-logo {
  width: 250px;
  display: block;
  margin: auto;
}
.nfts-section .nfts-slider .owl-nav .owl-prev,
.gameplay-section .gameplay-slider .owl-nav .owl-prev {
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .nfts-section .nfts-slider .owl-nav .owl-prev,
  .gameplay-section .gameplay-slider .owl-nav .owl-prev {
    left: 15px;
  }
}
.nfts-section .nfts-slider .owl-nav .owl-next,
.gameplay-section .gameplay-slider .owl-nav .owl-next {
  right: 40px;
}
@media only screen and (max-width: 767px) {
  .nfts-section .nfts-slider .owl-nav .owl-next,
  .gameplay-section .gameplay-slider .owl-nav .owl-next {
    right: 15px;
  }
}
.gameplay-section .gameplay-slider .active .item .box-content .box-left .image {
  width: 100%;
  height: 100%;
}
.gameplay-section
  .gameplay-slider
  .active
  .item
  .box-content
  .box-left
  .image
  img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.gameplay-section
  .gameplay-slider
  .active
  .item.item-battle-1 {
  background-image: url(../images/gameplay/Merged/light_1.png);
  width: 100%;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991.9px) {
  .gameplay-section
  .gameplay-slider
  .active
  .item.item-battle-1 {
    background-image: unset;
    background-position-y: unset;
    background-repeat: unset;
    background-size: unset;
  }
  .gameplay-section
  .gameplay-slider
  .active
  .item
  .box-content
  .battle-royal-1 {
    background-image: url(../images/gameplay/Merged/light_1.png);
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
}
.gameplay-section
  .gameplay-slider
  .active
  .item
  .box-content
  .box-left
  .image.img-1
  img {
  -webkit-transform: scale(1);
  transform: scale(1);
  display: block;
  margin: auto;
}
.gameplay-section
  .gameplay-slider
  .active
  .item
  .box-content
  .box-right
  .box-content-right,
.gameplay-section
  .gameplay-slider
  .active
  .item
  .box-content
  .box-right
  .box-btn-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gameplay-section .gameplay-slider .item .box-bg {
  position: absolute;
  content: "";
  top: 24%;
  width: 65%;
  height: 64%;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(68%, #b258b1),
    to(rgba(178, 88, 177, 0.3))
  );
  background: linear-gradient(
    to right,
    transparent,
    #b258b1 68%,
    rgba(178, 88, 177, 0.3)
  );
  overflow: hidden;
}
@media only screen and (max-width: 1700px) and (min-width: 1490px) {
  .gameplay-section .gameplay-slider .item .box-bg {
    height: 64%;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .gameplay-section .gameplay-slider .item .box-bg {
    top: 22%;
    height: 70%;
  }
}
@media only screen and (max-width: 1190px) {
  .gameplay-section .gameplay-slider .item .box-bg {
    height: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .gameplay-section .gameplay-slider .item .box-bg {
    top: initial;
    bottom: 0;
    width: 100%;
  }
}
.gameplay-section .gameplay-slider .item.item-super .box-bg {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(65%, rgba(76, 144, 190, 0.8)),
    to(rgba(76, 144, 190, 0.3))
  );
  background: linear-gradient(
    to right,
    transparent,
    rgba(76, 144, 190, 0.8) 65%,
    rgba(76, 144, 190, 0.3)
  );
}
@media only screen and (max-width: 991px) {
  .gameplay-section .gameplay-slider .item.item-super .box-bg {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(76, 144, 190, 0.3)),
      color-stop(50%, rgba(76, 144, 190, 0.8)),
      to(rgba(76, 144, 190, 0.3))
    );
    background: linear-gradient(
      to right,
      rgba(76, 144, 190, 0.3),
      rgba(76, 144, 190, 0.8) 50%,
      rgba(76, 144, 190, 0.3)
    );
  }
}
.gameplay-section .gameplay-slider .item.item-death .box-bg {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(65%, rgba(166, 81, 125, 0.8)),
    to(rgba(166, 81, 125, 0.3))
  );
  background: linear-gradient(
    to right,
    transparent,
    rgba(166, 81, 125, 0.8) 65%,
    rgba(166, 81, 125, 0.3)
  );
}
@media only screen and (max-width: 991px) {
  .gameplay-section .gameplay-slider .item.item-death .box-bg {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(166, 81, 125, 0.3)),
      color-stop(50%, rgba(166, 81, 125, 0.8)),
      to(rgba(166, 81, 125, 0.3))
    );
    background: linear-gradient(
      to right,
      rgba(166, 81, 125, 0.3),
      rgba(166, 81, 125, 0.8) 50%,
      rgba(166, 81, 125, 0.3)
    );
  }
}
.gameplay-section .gameplay-slider .item.item-battle .box-bg {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(65%, rgba(185, 112, 82, 0.9)),
    to(rgba(185, 112, 82, 0.3))
  );
  background: linear-gradient(
    to right,
    transparent,
    rgba(185, 112, 82, 0.9) 65%,
    rgba(185, 112, 82, 0.3)
  );
}
@media only screen and (max-width: 991px) {
  .gameplay-section .gameplay-slider .item.item-battle .box-bg {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(185, 112, 82, 0.3)),
      color-stop(50%, rgba(185, 112, 82, 0.9)),
      to(rgba(185, 112, 82, 0.3))
    );
    background: linear-gradient(
      to right,
      rgba(185, 112, 82, 0.3),
      rgba(185, 112, 82, 0.9) 50%,
      rgba(185, 112, 82, 0.3)
    );
  }
}
.gameplay-section .gameplay-slider .item.item-tower .box-bg {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(65%, rgba(174, 86, 157, 0.8)),
    to(rgba(174, 86, 157, 0.3))
  );
  background: linear-gradient(
    to right,
    transparent,
    rgba(174, 86, 157, 0.8) 65%,
    rgba(174, 86, 157, 0.3)
  );
}
@media only screen and (max-width: 991px) {
  .gameplay-section .gameplay-slider .item.item-tower .box-bg {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(174, 86, 157, 0.3)),
      color-stop(50%, rgba(174, 86, 157, 0.8)),
      to(rgba(174, 86, 157, 0.3))
    );
    background: linear-gradient(
      to right,
      rgba(174, 86, 157, 0.3),
      rgba(174, 86, 157, 0.8) 50%,
      rgba(174, 86, 157, 0.3)
    );
  }
}
.gameplay-section .gameplay-slider .item .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 1700px) and (min-width: 1490px) {
  .gameplay-section .gameplay-slider .item .box-content {
    max-width: 1560px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .gameplay-section .gameplay-slider .item .box-content {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.gameplay-section .gameplay-slider .item .box-content .box-left {
  position: relative;
  width: 60%;
  padding-left: 50px;
}
@media only screen and (max-width: 1500px) {
  .gameplay-section .gameplay-slider .item .box-content .box-left {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .gameplay-section .gameplay-slider .item .box-content .box-left {
    padding-left: 0;
    width: 58%;
  }
}
@media only screen and (max-width: 1190px) {
  .gameplay-section .gameplay-slider .item .box-content .box-left {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .gameplay-section .gameplay-slider .item .box-content .box-left {
    width: 100%;
  }
}
.gameplay-section .gameplay-slider .item .box-content .box-left .image {
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
}
@media only screen and (max-width: 991px) {
  .gameplay-section .gameplay-slider .item .box-content .box-left .image {
    -webkit-transform: initial;
    transform: initial;
  }
}
.gameplay-section .gameplay-slider .item .box-content .box-left .image img {
  width: auto;
  height: auto;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.gameplay-section .gameplay-slider .item .box-content .box-right {
  position: relative;
  width: 40%;
  text-align: center;
  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: flex-start;
  padding: 50px 15px 0;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right {
    width: 42%;
  }
}
@media only screen and (max-width: 991px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right {
    width: 100%;
    padding: 30px 0 40px;
    max-width: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.gameplay-section
  .gameplay-slider
  .item
  .box-content
  .box-right
  .box-content-right {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.gameplay-section .gameplay-slider .item .box-content .box-right .box-btn-main {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.gameplay-section .gameplay-slider .item .box-content .box-right .icon-game {
  height: 140px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1700px) and (min-width: 1490px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right .icon-game {
    height: 90px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right .icon-game {
    height: 70px;
  }
}
@media only screen and (max-width: 1190px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right .icon-game {
    height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right .icon-game {
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right .icon-game {
    height: 60px;
  }
}
.gameplay-section .gameplay-slider .item .box-content .box-right .name-game {
  color: #fff;
  font-family: Saira SemiCondensed;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
  text-shadow: 0px 0px 15px #F46E1E;
  padding: 10px;
}
@media only screen and (max-width: 1700px) and (min-width: 1490px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right .name-game {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right .name-game {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1190px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right .name-game {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right .name-game {
    font-size: 28px;
  }
}
.gameplay-section .gameplay-slider .item .box-content .box-right .level-game {
  font-family: proxima nova th;
  color: #ffd43c;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1700px) and (min-width: 1490px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right .level-game {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right .level-game {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1190px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right .level-game {
    font-size: 22px;
  }
}
.gameplay-section .gameplay-slider .item .box-content .box-right .desc-game {
  margin-bottom: 35px;
  max-width: 500px;
}
@media only screen and (max-width: 1700px) and (min-width: 1490px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right .desc-game {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right .desc-game {
    margin-bottom: 24px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1190px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right .desc-game {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gameplay-section .gameplay-slider .item .box-content .box-right .desc-game {
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1190px) {
  .gameplay-section
    .gameplay-slider
    .item
    .box-content
    .box-right
    .desc-game
    br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .gameplay-section
    .gameplay-slider
    .item
    .box-content
    .box-right
    .desc-game
    br {
    display: none;
  }
}
.gameplay-section .gameplay-slider .item .box-content .box-right .btn-watch {
  margin: 0 auto;
  text-transform: uppercase;
}
.gameplay-section .gameplay-slider .item .box-content .box-right .btn-watch i {
  margin-right: 5px;
}
.gameplay-section .gameplay-slider .item .box-content .box-right .btn-viewmore {
  font-family: proxima nova th;
  color: #92ffec;
  font-weight: 700;
  margin-right: 0;
  display: block;
  text-align: right;
  margin-top: -22px;
  margin-right: 0;
}
@media only screen and (max-width: 1500px) {
  .gameplay-section
    .gameplay-slider
    .item
    .box-content
    .box-right
    .btn-viewmore {
    font-size: 14px;
    margin-top: -18px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .gameplay-section
    .gameplay-slider
    .item
    .box-content
    .box-right
    .btn-viewmore {
    margin-right: 0;
    margin-top: 25px;
    text-align: center;
  }
}
.nfts-section {
  background: linear-gradient(107.56deg, #3F2C4F 0%, #1A1623 100%);
}
.nfts-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: unset;
  background-size: cover;
  background-repeat: no-repeat;
}
.nfts-section .box-section {
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 991px) {
  .nfts-section .box-section {
    padding-bottom: 40px;
  }
}
.nfts-section .nfts-slider {
  position: relative;
  margin: 0 auto;
  padding-bottom: 80px;
}
.nfts-section .nfts-slider .item-pokemon .owl-nav,
.nfts-section .nfts-slider .item-zoon .owl-nav,
.nfts-section .nfts-slider .item-my-hero .owl-nav {
  display: none;
}
.nfts-section .owl-carousel .owl-stage-outer,
.nfts-section .nfts-slider .owl-carousel .owl-stage-outer {
  max-height: 650px;
}
@media only screen and (max-width: 1700px) and (min-width: 1490px) {
  .nfts-section .nfts-slider {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .nfts-section .nfts-slider {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1190px) {
  .nfts-section .nfts-slider {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1700px) and (min-width: 1490px) {
  .nfts-section .nfts-slider .owl-nav .owl-prev,
  .nfts-section .nfts-slider .owl-nav .owl-next {
    bottom: -65px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .nfts-section .nfts-slider .owl-nav .owl-prev,
  .nfts-section .nfts-slider .owl-nav .owl-next {
    bottom: -75px;
  }
}
@media only screen and (max-width: 1190px) {
  .nfts-section .nfts-slider .owl-nav .owl-prev,
  .nfts-section .nfts-slider .owl-nav .owl-next {
    bottom: -65px;
  }
}
@media only screen and (max-width: 991px) {
  .nfts-section .nfts-slider .owl-nav .owl-prev,
  .nfts-section .nfts-slider .owl-nav .owl-next {
    bottom: -85px;
  }
}
@media only screen and (max-width: 767px) {
  .nfts-section .nfts-slider .owl-nav .owl-prev,
  .nfts-section .nfts-slider .owl-nav .owl-next {
    bottom: -70px;
  }
}
.nfts-section .nfts-slider .item {
  text-align: center;
  position: relative;
}
.nfts-section .nfts-slider .item-nfts {
  position: relative;
}
.nfts-section .nfts-slider .img-nfts {
  position: relative;
  margin-bottom: 2px;
}
.nfts-section .nfts-slider .box-1700 .img-nfts img {
  height: 100% !important;
  width: auto !important;
}
.nfts-section .nfts-slider .box-1700 .img-nfts img {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.nfts-section .active .nfts-slider .img-nfts img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nfts-section .nfts-slider .active .box-1700 .img-nfts img {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.nfts-section .nfts-slider .active .box-1700 .active .img-nfts img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nfts-section .item-my-hero .nfts-slider .img-nfts img {
  max-width: 180px;
}
/* .nfts-section .item-my-hero .nfts-slider .img-nfts .img-1 {
  margin-bottom: 40px;
} */
.nfts-section .nfts-slider .img-nfts a {
  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%;
  pointer-events: none;
  cursor: default;
}

/* 
.item-zoon .owl-carousel .owl-item img {
  margin-top: 50px;
}
@media only screen and (max-width: 1500px) {
  .item-zoon .owl-carousel .owl-item img {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 1200px) {
  .item-zoon .owl-carousel .owl-item img {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1500px) {
  .item-my-hero .owl-carousel .owl-item img {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .item-my-hero .owl-carousel .owl-item img {
    margin: 0 30px;
  }
} */
.nfts-section .box-btn-main {
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 6;
}
@media only screen and (max-width: 1500px) {
  .nfts-section .box-btn-main {
    top: 30px;
    right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .nfts-section .box-btn-main {
    position: relative;
    right: 0;
    top: 0;
    margin: 30px auto 0;
  }
}
.ts-fadeInRight {
  -webkit-animation-name: ts-fadeInRight;
  animation-name: ts-fadeInRight;
}
@-webkit-keyframes ts-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(1.25rem, 0, 0);
    transform: translate3d(1.25rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ts-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(1.25rem, 0, 0);
    transform: translate3d(1.25rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.coin-section {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6081ca),
    to(#46356c)
  );
  background: linear-gradient(to bottom, #6081ca, #46356c);
}
.coin-section .bg-section {
  position: relative;
}
.coin-section .bg-section:before,
.coin-section .bg-section:after {
  position: absolute;
  content: "";
  top: -100px;
  width: 35%;
}
@media only screen and (max-width: 1500px) {
  .coin-section .bg-section:before,
  .coin-section .bg-section:after {
    top: -70px;
  }
}
@media only screen and (max-width: 767px) {
  .coin-section .bg-section:before,
  .coin-section .bg-section:after {
    top: 0;
    width: 45%;
  }
}
.coin-section .bg-section:before {
  left: 0;
  height: 100%;
  background-image: url(../images/coin/Page4_Ilus_Left.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.coin-section .bg-section:after {
  right: 0;
  height: 100%;
  background-image: url(../images/coin/Page4_Ilus_Right.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.coin-section .content-coin {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  z-index: 2;
}
.coin-section .content-coin .list-item-coin.list-1 .box-left {
  width: 60%;
}
.coin-section .content-coin .list-item-coin.list-1 .box-right {
  width: 40%;
}
.coin-section .content-coin .list-item-coin.list-2 .item-coin {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .coin-section .content-coin .list-item-coin.list-2 .item-coin {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
}
.coin-section .content-coin .list-item-coin.list-2 .item-coin:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .coin-section .content-coin .list-item-coin.list-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}
.coin-section .content-coin .list-item-coin.list-3 .item-coin {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .coin-section .content-coin .list-item-coin.list-3 .item-coin {
    width: calc(33.33% - 15px);
    margin-bottom: 0;
  }
}
.coin-section .content-coin .list-item-coin.list-3 .item-coin:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .coin-section .content-coin .list-item-coin.list-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.coin-section .content-coin .box {
  width: 33.3%;
}
@media only screen and (max-width: 991px) {
  .coin-section .content-coin .box {
    width: 100%;
    text-align: center;
  }
}
.coin-section .content-coin .box.box-middle {
  position: relative;
}
.coin-section .content-coin .box.box-middle .arrow-1,
.coin-section .content-coin .box.box-middle .arrow-2 {
  position: absolute;
  top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80%;
  padding: 10px;
}
.coin-section .content-coin .box.box-middle .arrow-1 img,
.coin-section .content-coin .box.box-middle .arrow-2 img {
  height: 100%;
}
.coin-section .content-coin .box.box-middle .arrow-1.arrow-single img,
.coin-section .content-coin .box.box-middle .arrow-2.arrow-single img {
  height: auto;
}
.coin-section .content-coin .box.box-middle .arrow-1 {
  left: 0;
}
@media only screen and (max-width: 1500px) {
  .coin-section .content-coin .box.box-middle .arrow-1 {
    width: 23%;
  }
}
@media only screen and (max-width: 991px) {
  .coin-section .content-coin .box.box-middle .arrow-1 {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 120px;
    margin: 0 auto;
    z-index: -1;
  }
  .coin-section .content-coin .box.box-middle .arrow-1 img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .coin-section .content-coin .box.box-middle .arrow-1 img {
    height: auto;
  }
}
.coin-section .content-coin .box.box-middle .logo-coin {
  position: relative;
  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;
}
@media only screen and (max-width: 991px) {
  .coin-section .content-coin .box.box-middle .logo-coin {
    max-width: 400px;
    margin: -50px auto 0;
  }
}
.coin-section .content-coin .box.box-middle .logo-coin .title-coin {
  font-family: proxima nova th;
  color: #ffd955;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  .coin-section .content-coin .box.box-middle .logo-coin .title-coin {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1190px) {
  .coin-section .content-coin .box.box-middle .logo-coin .title-coin {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .coin-section .content-coin .box.box-middle .logo-coin .title-coin {
    top: 60px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .coin-section .content-coin .box.box-middle .logo-coin .title-coin {
    top: 50px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .coin-section .content-coin .box.box-middle .logo-coin .title-coin {
    font-size: 22px;
    top: 40px;
  }
}
.coin-section .content-coin .box.box-middle .logo-coin .title-coin.color-green {
  color: #3dfe8b;
}
.coin-section .content-coin .box.box-middle .arrow-2 {
  right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1500px) {
  .coin-section .content-coin .box.box-middle .arrow-2 {
    width: 30%;
  }
}
@media only screen and (max-width: 991px) {
  .coin-section .content-coin .box.box-middle .arrow-2 {
    position: relative;
    top: -40px;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 140px;
    width: 80%;
    margin: 0 auto;
    z-index: -1;
  }
  .coin-section .content-coin .box.box-middle .arrow-2 img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: initial;
    width: 120px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .coin-section .content-coin .box.box-middle .arrow-2 img {
    width: 100px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 480px) {
  .coin-section .content-coin .box.box-middle .arrow-2 img {
    width: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .coin-section .content-coin .box.box-middle .arrow-2 {
    height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .coin-section .content-coin .box.box-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .coin-section .content-coin .box.box-last .item-coin .box-left {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .coin-section .content-coin .box.box-last .item-coin .box-left .name-coin {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .coin-section .content-coin .box.box-last .item-coin .box-right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.coin-section
  .content-coin
  .box.box-last
  .item-coin
  .box-right
  .list-coin
  span {
  text-align: center;
}
.coin-section .content-coin .box .item-coin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 50px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#301a43),
    to(#5e1387)
  );
  background: linear-gradient(to bottom, #301a43, #5e1387);
  border-radius: 8px;
}
@media only screen and (max-width: 1700px) and (min-width: 1490px) {
  .coin-section .content-coin .box .item-coin {
    padding: 18px 30px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .coin-section .content-coin .box .item-coin {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .coin-section .content-coin .box .item-coin {
    max-width: 450px;
    margin: 0 auto;
    padding: 20px;
  }
}
.coin-section .content-coin .box .item-coin.item-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.coin-section .content-coin .box .item-coin .img-coin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  height: 120px;
}
@media only screen and (max-width: 1700px) and (min-width: 1490px) {
  .coin-section .content-coin .box .item-coin .img-coin {
    height: 90px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .coin-section .content-coin .box .item-coin .img-coin {
    height: 76px;
  }
}
@media only screen and (max-width: 991px) {
  .coin-section .content-coin .box .item-coin .img-coin {
    height: 80px;
  }
}
.coin-section .content-coin .box .item-coin .name-coin {
  font-family: proxima nova th;
  color: #ffd955;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) {
  .coin-section .content-coin .box .item-coin .name-coin {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .coin-section .content-coin .box .item-coin .name-coin {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .coin-section .content-coin .box .item-coin .name-coin {
    font-size: 14px;
  }
}
.coin-section .content-coin .box .item-coin .box-center {
  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;
}
.coin-section .content-coin .box .item-coin .box-center .img-coin {
  width: 100%;
}
.coin-section .content-coin .box .item-coin .box-left {
  text-align: center;
}
.coin-section .content-coin .box .item-coin .box-left .desc-coin {
  font-family: proxima nova th;
  color: #ffd955;
  font-size: 15px;
  font-weight: 700;
}
.coin-section .content-coin .box .item-coin .box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.coin-section .content-coin .box .item-coin .box-right .list-coin span {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  text-align: left;
}
@media only screen and (max-width: 1500px) {
  .coin-section .content-coin .box .item-coin .box-right .list-coin span {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .coin-section .content-coin .box .item-coin .box-right .list-coin span {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.coin-section
  .content-coin
  .box
  .item-coin
  .box-right
  .list-coin
  span:last-child {
  margin-bottom: 0;
}
.coin-section .content-coin .box .item-coin .box-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .coin-section .content-coin .box .item-coin .box-inline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .coin-section .content-coin .box .item-coin .box-inline .img-coin {
    margin-bottom: 20px;
  }
}
.coin-section .content-coin .box .item-coin .box-inline .img-coin {
  width: 100px;
  margin-right: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .coin-section .content-coin .box .item-coin .box-inline .img-coin {
    margin-right: 0;
  }
}
.coin-section .content-coin .box-btn-main {
  margin-left: auto;
  margin-top: 50px;
}
@media only screen and (max-width: 1700px) and (min-width: 1490px) {
  .coin-section .content-coin .box-btn-main {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .coin-section .content-coin .box-btn-main {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .coin-section .content-coin .box-btn-main {
    margin: 30px auto 0;
  }
}
.gem-section {
  position: relative;
}
.gem-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/gem/Page-5-ThetaGem.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.gem-section .content-coin .item-coin {
  max-width: 300px;
}
.gem-section .content-coin .box-first .list-item-coin .item-coin {
  margin-left: auto;
}
.team-section {
  background-color: #1a1623;
}
.team-section .box-team-slider {
  position: relative;
}
.team-section .box-team-slider:after {
  position: absolute;
  content: "";
  top: 32%;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  background-color: #2a1a3a;
}
.team-section .team-slider {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1700px) and (min-width: 1490px) {
  .team-section .team-slider {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .team-section .team-slider {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1190px) {
  .team-section .team-slider {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1700px) and (min-width: 1490px) {
  .team-section .team-slider .owl-nav .owl-prev,
  .team-section .team-slider .owl-nav .owl-next {
    bottom: -60px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .team-section .team-slider .owl-nav .owl-prev,
  .team-section .team-slider .owl-nav .owl-next {
    bottom: -60px;
  }
}
.team-section .team-slider .item-team {
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .team-section .team-slider .item-team {
    max-width: 280px;
    margin: 0 auto;
  }
}
.team-section .team-slider .item-team .avatar {
  position: relative;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 30px;
}
@media only screen and (max-width: 1500px) {
  .team-section .team-slider .item-team .avatar {
    margin-bottom: 20px;
  }
}
.team-section .team-slider .item-team .avatar img {
  position: relative;
}
.team-section .team-slider .item-team .name {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.team-section .team-slider .item-team .position {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #e44fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) {
  .team-section .team-slider .item-team .position {
    font-size: 16px;
  }
}
.roadmap-section {
  background-color: #1a1623;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .roadmap-section {
    padding-bottom: 0;
  }
}
.roadmap-section:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 40%;
  height: 85%;
  background-repeat: no-repeat;
  pointer-events: none;
  background-size: contain;
}
.roadmap-section .box-section {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url(../images/roadmap/background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media only screen and (max-width: 991px) {
  .roadmap-section .box-section {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  }
}
.roadmap-section .bg-process {
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .roadmap-section .bg-process {
    padding: 20px 20px 40px;
  }
}
.roadmap-section .bg-process .box-process {
  position: relative;
  width: calc(100% - 280px);
  margin: 0 auto;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1500px) {
  .roadmap-section .bg-process .box-process {
    padding-bottom: 100px;
    width: calc(100% - 180px);
  }
  .box-title-main {
    margin-left: calc(100% - calc(100% - 180px));
  }
}
@media only screen and (max-width: 1190px) {
  .roadmap-section .bg-process .box-process {
    width: calc(100% - 30px);
  }
  .box-title-main {
    margin-left: calc(100% - calc(100% - 30px));
  }
}
@media only screen and (max-width: 991px) {
  .roadmap-section .bg-process .box-process {
    display: none;
  }
}
.roadmap-section .bg-process .box-process .to-the-moon {
  position: absolute;
  top: -60px;
  right: 0.9%;
}
@media only screen and (max-width: 991px) {
  .roadmap-section .bg-process .box-process .to-the-moon {
    top: -125px;
    right: 0.8%;
  }
}
.roadmap-section .bg-process .box-process .to-the-moon img {
  height: 180px;
}
@media only screen and (max-width: 991px) {
  .roadmap-section .bg-process .box-process .to-the-moon img {
    height: 130px;
  }
}
.roadmap-section .bg-process .box-process .to-the-moon span {
  font-family: proxima nova th;
  position: absolute;
  width: 120px;
  top: 60px;
  right: -40px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #ff63fa;
}
@media only screen and (max-width: 991px) {
  .roadmap-section .bg-process .box-process .to-the-moon span {
    font-size: 13px;
  }
}
.roadmap-section .bg-process .box-process .list-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  .roadmap-section .bg-process .box-process .list-timeline {
    top: 0;
  }
}
.roadmap-section .bg-process .box-process .list-timeline .item {
  width: 16.6%;
  position: relative;
  padding-left: 0;
  padding-bottom: 60px;
}
.roadmap-section .bg-process .box-process .list-timeline .item .img-roadmap {
  width: 150px;
  height: 80px;
}
@media only screen and (max-width: 1500px) {
  .roadmap-section .bg-process .box-process .list-timeline .item {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .roadmap-section .bg-process .box-process .list-timeline .item {
    padding-left: 0;
    padding-bottom: 20px;
  }
}
.roadmap-section .bg-process .box-process .list-timeline .item:before {
  position: absolute;
  content: "";
  top: 39px;
  left: -90px;
  width: 120px;
  height: 3px;
  background: linear-gradient(270deg, #F46E1E -2.75%, rgba(244, 110, 30, 0) 100%);
  z-index: -1;
}
.roadmap-section .bg-process .box-process .list-timeline .item:first-child::before {
  display: none;
}
@media only screen and (max-width: 1500px) {
  .roadmap-section .bg-process .box-process .list-timeline .item:before {
    left: -40px;
    width: 60px;
    height: 2px;
    top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .roadmap-section .bg-process .box-process .list-timeline .item:before {
    left: 8px;
    top: 8px;
  }
}
@media only screen and (max-width: 1500px) {
  .roadmap-section .bg-process .box-process .list-timeline .item .time,
  .roadmap-section .bg-process .box-process .list-timeline .item .alpha {
    -webkit-transform: skewY(17deg) translateY(25px);
    transform: skewY(17deg) translateY(25px);
  }
}
.roadmap-section .bg-process .box-process .list-timeline .item .time {
  font-family: proxima nova th;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
}
@media only screen and (max-width: 1500px) {
  .roadmap-section .bg-process .box-process .list-timeline .item .time {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .roadmap-section .bg-process .box-process .list-timeline .item .time {
    font-size: 14px;
  }
}
.roadmap-section .bg-process .box-process .list-timeline .item .alpha {
  font-family: proxima nova th;
  color: #e44fff;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 1500px) {
  .roadmap-section .bg-process .box-process .list-timeline .item .alpha {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .roadmap-section .bg-process .box-process .list-timeline .item .alpha {
    font-size: 13px;
  }
}
.roadmap-section .bg-process .box-process .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 80px;
  left: -30px;
  width: 100%;
}
.roadmap-section .bg-process .box-process .list-item .item {
  width: 16.6%;
}
@media only screen and (max-width: 991px) {
  .roadmap-section .bg-process .box-process .list-item .item {
    font-size: 12px;
    padding-left: 5px;
  }
}
.roadmap-section .bg-process .box-process .list-item .item .info {
  margin-bottom: 2px;
  font-size: 14px;
  text-align: center;
  color: #FFF5F0;
  font-family: Saira SemiCondensed;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 65%);
  width: 200px;
  margin: auto;
  line-height: 30px;
}
@media only screen and (max-width: 1500px) {
  .roadmap-section .bg-process .box-process .list-item .item .info {
    font-size: 14px;
    width: 150px;
  }
  .roadmap-section .bg-process .box-process .list-item {
    left: -10px;
  }
}
.roadmap-section .bg-process .box-process .list-item .item .info img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.roadmap-section .bg-process .box-process-mobile {
  max-width: 575px;
  margin: 0 auto;
}
.roadmap-section .bg-process .box-process-mobile .list-step {
  position: relative;
  padding-top: 25px;
}
.roadmap-section .bg-process .box-process-mobile .list-step:before {
  position: absolute;
  content: "";
  top: 0;
  left: 19px;
  width: 3px;
  height: calc(100% - 82px);
  background: linear-gradient(0deg, #F46E1E -2.75%, rgba(244, 110, 30, 0) 100%);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .roadmap-section .bg-process .box-process-mobile .list-step:before {
    left: 12px;
    height: calc(100% - 88px);
  }
}
.roadmap-section .bg-process .box-process-mobile .list-step .item-step {
  position: relative;
  width: 50%;
  margin-bottom: 35px;
}
.roadmap-section
  .bg-process
  .box-process-mobile
  .list-step
  .item-step.step-right {
  width: 100%;
  padding-left: 70px;
}
@media only screen and (max-width: 767px) {
  .roadmap-section
    .bg-process
    .box-process-mobile
    .list-step
    .item-step.step-right {
    padding-left: 60px;
  }
}
.roadmap-section
  .bg-process
  .box-process-mobile
  .list-step
  .item-step.step-right
  .info-step:before {
  left: -16px !important;
  right: initial;
  border-left: 18px solid transparent;
  border-right: 0;
}
.roadmap-section
  .bg-process
  .box-process-mobile
  .list-step
  .item-step.step-right
  .icon-step {
  left: 0;
  right: 0;
}
.roadmap-section
  .bg-process
  .box-process-mobile
  .list-step
  .item-step.step-right
  .icon-step img {
  position: absolute;
  top: 0;
}
.roadmap-section
  .bg-process
  .box-process-mobile
  .list-step
  .item-step:last-child {
  width: 100%;
}
.roadmap-section
  .bg-process
  .box-process-mobile
  .list-step
  .item-step:last-child
  .alpha {
  margin-left: 0 !important;
}
.roadmap-section
  .bg-process
  .box-process-mobile
  .list-step
  .item-step
  .icon-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-self: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  top: -22px;
  left: -5px !important;
}
@media only screen and (max-width: 767px) {
  .roadmap-section
    .bg-process
    .box-process-mobile
    .list-step
    .item-step
    .icon-step {
    width: 50px;
    height: 50px;
    top: -22px;
    left: -12px !important;
  }
}
.roadmap-section
  .bg-process
  .box-process-mobile
  .list-step
  .item-step
  .icon-step
  span {
  font-size: 32px;
  margin: 0 auto;
}
.roadmap-section
  .bg-process
  .box-process-mobile
  .list-step
  .item-step
  .icon-step
  span:before {
  color: #fff;
}
.roadmap-section
  .bg-process
  .box-process-mobile
  .list-step
  .item-step
  .info-step {
  position: relative;
  background-color: #1a1623;
  padding: 20px 20px 15px;
  cursor: pointer;
}
.roadmap-section
  .bg-process
  .box-process-mobile
  .list-step
  .item-step
  .info-step:before {
  position: absolute;
  content: "";
  top: 0;
  left: -16px;
  right: initial;
  border-left: 18px solid transparent;
  border-right: 0;
  border-top: 18px solid #1a1623;
}
.roadmap-section
  .bg-process
  .box-process-mobile
  .list-step
  .item-step
  .info-step
  .time {
    font-family: Saira SemiCondensed;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px;
    color: #ffffff;
    text-shadow: 4px 4px 2px rgb(0 0 0 / 25%);
}
@media only screen and (max-width: 767px) {
  .roadmap-section
    .bg-process
    .box-process-mobile
    .list-step
    .item-step
    .info-step
    .time {
    font-size: 20px;
  }
}
.roadmap-section
  .bg-process
  .box-process-mobile
  .list-step
  .item-step
  .info-step
  .alpha {
  font-family: proxima nova th;
  color: #e44fff;
  font-weight: 700;
  font-size: 18px;
  margin-left: 15px;
}
@media only screen and (max-width: 575px) {
  .roadmap-section
    .bg-process
    .box-process-mobile
    .list-step
    .item-step
    .info-step
    .alpha {
    font-size: 14px;
  }
}
.roadmap-section
  .bg-process
  .box-process-mobile
  .list-step
  .item-step
  .info-step
  .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
  font-size: 15px;
}
.roadmap-section
  .bg-process
  .box-process-mobile
  .list-step
  .item-step
  .info-step
  .info
  img {
  width: 18px;
  height: auto;
  margin-right: 5px;
}
.partner-section {
  background: linear-gradient(107.56deg, #3F2C4F 0%, #1A1623 100%);
}
.partner-section .item-develop {
  width: 150px;
  padding: 0 12px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .partner-section .item-develop {
    width: 33.333%;
  }
}
.partner-section .list-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px auto 0;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.partner-section .list-partner .item-partner {
  width: 250px;
  padding: 20px 20px;
  margin-bottom: 20px;
}
.partner-section .list-partner .item-partner.img-apeswap {
  width: 350px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .partner-section .list-partner .item-partner {
    width: 250px;
  }
  .partner-section .list-partner .item-partner.img-apeswap {
    width: 300px;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 700px) {
  .partner-section .list-partner {
    justify-content: center;
  }
  .partner-section .list-partner .item-partner {
    width: 170px;
  }
  .partner-section .list-partner .item-partner.img-apeswap {
    width: 250px;
    padding: 0;
    margin: 0;
  }
}
.footer {
  background-color: #090715;
  color: #fff;
}
.footer .box-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 0;
}
@media only screen and (max-width: 991px) {
  .footer .box-section {
    padding: 0;
  }
}
.footer .box-section a {
  color: #fff;
}
.footer .box-section a:hover {
  color: #F67B01;
}
.footer .box-section .item-footer {
  width: 30%;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .footer .box-section .item-footer {
    margin-bottom: 40px;
    width: 100%;
  }
}
.footer .box-section .item-footer.box-link {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .footer .box-section .item-footer.box-link {
    width: 100%;
  }
}
.footer .box-section .logo-footer {
  margin-bottom: 30px;
  height: 170px;
}
@media only screen and (max-width: 991px) {
  .footer .box-section .logo-footer {
    height: 100px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .box-section .logo-footer {
    margin-bottom: 15px;
  }
}
.footer .box-section .copyright {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer .box-section .copyright {
    font-size: 14px;
  }
}
.footer .box-section .link-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .box-section .link-footer .list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .footer .box-section .link-footer {
    display: flex;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    justify-content: center;
  }
  .footer .box-section .link-footer .list-link {
    display: unset;
    display: unset;
    display: block;
    -ms-flex-wrap: unset;
  }
}
.footer .box-section .link-footer .list-link a {
  display: block;
  text-transform: uppercase;
  margin-bottom: 35px;
  width: 100%;
  font-family: Rubik;
}
@media only screen and (max-width: 767px) {
  .footer .box-section .link-footer .list-link a {
    padding-left: 10px;
    white-space: nowrap;
  }
}
.footer .box-section .join-our {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  font-family: Saira SemiCondensed;
  color: #A9988E;
}
.list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list-social li {
  list-style: none;
  padding: 0 10px;
}
.list-social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
.list-social li a i {
  font-size: 20px;
  color: #fff;
}
.talent-modal .modal-title {
  color: #000;
}
.talent-modal .modal-title span {
  color: #F67B01;
}
.talent-modal .modal-body {
  padding: 30px 15px;
}
.talent-modal a {
  color: #F67B01;
}
.gameplay-modal .modal-dialog {
  max-width: 900px;
}
.gameplay-modal .modal-body {
  padding: 10px;
}
.gameplay-modal .close {
  position: absolute;
  top: -20px;
  right: -15px;
  width: 34px;
  height: 34px;
  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: #fff;
  z-index: 2;
  opacity: 1;
  font-size: 40px;
  background-color: #2f2477;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .gameplay-modal .close {
    right: -10px;
  }
}
.gameplay-modal .box-iframe {
  position: relative;
  padding-bottom: 56.25%;
}
.gameplay-modal .box-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}