@import url("css2.css");
@font-face {
  font-family: "tt_mussels_regular";
  src: url("../font/tt_mussels_regular.woff2") format("woff2"),
    url("https://www.metisai.top/static/fonts/tt_mussels_regular.otf") format("truetype"),
    url("../font/tt_mussels_regular.woff") format("woff"),
    url("../font/tt_mussels_regular.eot") format("embedded-opentype"),
    url("../font/tt_mussels_regular.svg") format("svg");
}

@font-face {
  font-family: "blenderpro";
  src: url("../font/blenderpro.woff2") format("woff2"),
    url("https://www.metisai.top/static/fonts/blenderpro.otf") format("truetype"),
    url("../font/blenderpro.woff") format("woff"),
    url("../font/blenderpro.eot") format("embedded-opentype"),
    url("../font/blenderpro.svg") format("svg");
}

@font-face {
  font-family: "cgflocust";
  src: url("../font/cgflocust.woff2") format("woff2"),
    url("../font/cgflocust.ttf") format("truetype"),
    url("../font/cgflocust.woff") format("woff"),
    url("../font/cgflocust.eot") format("embedded-opentype"),
    url("../font/cgflocust.svg") format("svg");
}

body {
  font-family: "Montserrat", "Cairo", "Inter", "Orbitron", "tt_mussels_regular",
    "blenderpro", "cgflocust", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background-color: #000000;
  margin: 0px;
  overflow-x: hidden;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 992px) {
  .col-lg-25 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

* {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

ul,
li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

.t-u {
  text-transform: uppercase;
}

.hidden {
  display: none;
}

.card {
  background: #000;
}

.index-root {
  background-color: #000;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}

.pc-block {
  display: inline-block !important;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pc-block {
    display: none !important;
  }
}

.app-block {
  display: none !important;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .app-block {
    display: inline-block !important;
  }
}

.headerModule {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  display: flex;
  height: 80px;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 11000;
  background: #000;
  top: 0px;
  opacity: 0;
  transform: translate3d(0px, -90px, 0px);
  transition: -webkit-transform 1500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1) 0ms;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px),
  only screen and (min-width: 1600px) and (max-width: 1850px) {
  .headerModule {
    height: 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .headerModule {
    height: 70px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .headerModule {
    height: 70px;
  }
  .do .pics{
    display: contents !important;
  }
  .do p{
    font-size: 12px !important;
  }
  .do .h3{
    font-size: 32px !important;
  }
  .do p {
    font-size: 12px !important;
  }
  .do .pics .pic_item .p {
    font-size: 13px !important;
  }
}

.headerModule.animate {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  animation-delay: 0s;
  animation-duration: 0.8s;
}

.header_logo {
  align-items: center;
  align-content: center;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  min-width: 360px;
  height: 80px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px),
  only screen and (min-width: 1600px) and (max-width: 1850px) {
  .header_logo {
    height: 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .header_logo {
    min-width: 230px;
    height: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .header_logo {
    min-width: 180px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .header_logo {
    height: 70px;
  }
}

.header_logo img {
  width: 137px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .header_logo img {
    width: 110px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .header_logo img {
    width: 100px;
  }
}

.header_menu {
  width: 100%;
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .header_menu {
    display: none;
  }
}
.header_menu .menulink {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: flex;
  flex: 1;
  font-weight: 400;
  height: 100%;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transform: skewX(-35.5deg);
  transition: all 0.5s ease-in-out 0s;
}
.header_menu .menulink:hover,
.header_menu .menulink.active {
  background: #05707c;
  color: #fff;
}
.header_menu .menulink:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.header_menu .menulink:last-child {
  border-right: none;
}
.header_menu .menulink span {
  font-family: "Cairo";
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  transform: skewX(35.5deg);
  white-space: pre-wrap;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header_menu .menulink span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .header_menu .menulink span {
    font-size: 12px;
  }
}

/*----------------------------------------*/
/*  Mobile Nav
/*----------------------------------------*/
.cf::before,
.cf::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}

.cf::after {
  clear: both;
}

html.hc-yscroll {
  overflow-y: scroll;
}

body.hc-nav-open {
  position: fixed;
  width: 100%;
  min-height: 100%;
}

.hc-mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 11000;
  overscroll-behavior: none;
}

.hc-mobile-nav.is-ios * {
  cursor: pointer !important;
}

.hc-mobile-nav .nav-container {
  position: fixed;
  z-index: 9998;
  top: 0;
  width: 240px;
  max-width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}

.hc-mobile-nav .nav-wrapper {
  width: 100%;
}

.hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
  position: static;
  height: 100%;
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
}

.hc-mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hc-mobile-nav li {
  position: relative;
  display: block;
}

.hc-mobile-nav li.level-open > .nav-wrapper {
  visibility: visible;
}

.hc-mobile-nav input[type="checkbox"] {
  display: none;
}

.hc-mobile-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}

.hc-mobile-nav a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}

.hc-mobile-nav a,
.hc-mobile-nav a:hover {
  text-decoration: none;
}

.hc-mobile-nav.disable-body:not(.nav-open)::after {
  pointer-events: none;
}

.hc-mobile-nav.disable-body::after,
.hc-mobile-nav.disable-body .nav-wrapper::after {
  content: "";
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease;
}

.hc-mobile-nav.disable-body.nav-open::after,
.hc-mobile-nav.disable-body .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.05s;
}

.hc-mobile-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}

.hc-mobile-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: height 0s ease 0.4s;
}

.hc-mobile-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: none;
}

.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease 0.4s, transform 0.4s ease;
}

.hc-mobile-nav.nav-levels-overlap ul ul {
  height: 100%;
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
}

.hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}

.hc-mobile-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  transition: transform 0.4s ease;
}

.hc-mobile-nav.side-left {
  left: 0;
}

.hc-mobile-nav.side-left .nav-container {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.hc-mobile-nav.side-left.nav-levels-overlap li.level-open > .nav-wrapper {
  transform: translate3d(-40px, 0, 0);
}

.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.hc-mobile-nav.side-right {
  right: 0;
}

.hc-mobile-nav.side-right .nav-container {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.hc-mobile-nav.side-right.nav-levels-overlap li.level-open > .nav-wrapper {
  transform: translate3d(40px, 0, 0);
}

.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.hc-mobile-nav.nav-open .nav-container {
  transform: translate3d(0, 0, 0);
}

.hc-nav-trigger {
  position: absolute;
  cursor: pointer;
  display: none;
  top: 20px;
  z-index: 9980;
  min-height: 24px;
}

.hc-nav-trigger span {
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  position: absolute;
  left: 0;
  height: 4px;
  background: #34495e;
  transition: all 0.2s ease;
}

.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  content: "";
  width: 100%;
}

.hc-nav-trigger span::before {
  top: -8px;
}

.hc-nav-trigger span::after {
  bottom: -8px;
}

.hc-nav-trigger.toggle-open span {
  background: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
}

.hc-nav-trigger.toggle-open span::before {
  transform: translate3d(0, 10px, 0);
}

.hc-nav-trigger.toggle-open span::after {
  transform: rotate(-90deg) translate3d(10px, 0, 0);
}

.hc-mobile-nav::after,
.hc-mobile-nav .nav-wrapper::after {
  background: rgba(0, 0, 0, 0.5);
}

.hc-mobile-nav .nav-wrapper {
  background: #0a0a0a;
}

.hc-mobile-nav.nav-open .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}

.hc-mobile-nav h2 {
  font-size: 19px;
  font-weight: normal;
  text-align: left;
  padding: 20px 17px;
  color: #fff;
}

.hc-mobile-nav a {
  padding: 14px 17px;
  font-size: 15px;
  color: #fff;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #2d2d2d;
}

.hc-mobile-nav:not(.touch-device) a:hover {
  background: #1ae7d8;
}

.hc-mobile-nav li {
  text-align: left;
}

.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
  background: #1ae7d8;
  border-top: 1px solid #1ae7d8;
  border-bottom: 1px solid #1ae7d8;
  color: #00539f;
}

.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
  background: #1ae7d8;
}

.hc-mobile-nav li.nav-parent a {
  padding-right: 58px;
}

.hc-mobile-nav li.nav-close span,
.hc-mobile-nav li.nav-parent span.nav-next,
.hc-mobile-nav li.nav-back span {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #00539f;
  cursor: pointer;
  transition: background 0.2s ease;
}

.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: 1px solid #00539f;
  border-left: 1px solid #00539f;
}

.hc-mobile-nav li.nav-close span::before {
  margin-left: -9px;
  transform: rotate(135deg);
}

.hc-mobile-nav li.nav-close span::after {
  transform: rotate(-45deg);
}

.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -1px;
  box-sizing: border-box;
  border-top: 1px solid #00539f;
  border-left: 1px solid #00539f;
  transform-origin: center;
}

.hc-mobile-nav span.nav-next::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.hc-mobile-nav li.nav-back span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hc-mobile-nav.side-right span.nav-next::before {
  margin-left: 0;
  margin-right: -1px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hc-mobile-nav.side-right li.nav-back span::before {
  margin-left: 0;
  margin-right: -1px;
  transform: translate(-50%, -50%) rotate(135deg);
}

.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper {
  box-shadow: none;
  background: transparent;
}

.hc-mobile-nav.nav-levels-expand .nav-container ul h2,
.hc-mobile-nav.nav-levels-none .nav-container ul h2 {
  display: none;
}

.hc-mobile-nav.nav-levels-expand .nav-container ul ul a,
.hc-mobile-nav.nav-levels-none .nav-container ul ul a {
  font-size: 14px;
}

.hc-mobile-nav.nav-levels-expand .nav-container li,
.hc-mobile-nav.nav-levels-none .nav-container li {
  transition: background 0.3s ease;
}

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open {
  background: #2e6296;
}

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a {
  border-bottom: 1px solid #295887;
}

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover {
  background: #2f649a;
}

.hc-mobile-nav.nav-levels-expand
  .nav-container
  li.level-open
  > a
  .nav-next::before,
.hc-mobile-nav.nav-levels-none
  .nav-container
  li.level-open
  > a
  .nav-next::before {
  margin-top: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hc-mobile-nav.nav-levels-expand .nav-container span.nav-next::before,
.hc-mobile-nav.nav-levels-none .nav-container span.nav-next::before {
  margin-top: -1px;
  transform: translate(-50%, -50%) rotate(225deg);
}

header .toggle {
  z-index: 300;
  min-height: 20px;
  position: absolute;
  top: 20px;
  right: 30px;
  width: 25px;
  height: 30px;
  float: left;
  display: none;
  cursor: pointer;
  cursor: pointer;
  box-sizing: content-box;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  header .toggle {
    display: block;
  }
}

header .toggle span {
  width: 21px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}

header .toggle span,
header .toggle span::before,
header .toggle span::after {
  position: absolute;
  left: 0;
  height: 1px;
  background: #00ffd3;
  transition: all 0.1s ease;
}

header .toggle span::before,
header .toggle span::after {
  content: "";
  width: 100%;
}

header .toggle span::before {
  top: -6px;
}

header .toggle span::after {
  bottom: -6px;
}

header .toggle.toggle-open span {
  background: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
}

header .toggle.toggle-open span::before {
  transform: translate3d(0, 2px, 0);
}

header .toggle.toggle-open span::after {
  transform: rotate(-90deg) translate3d(10px, 0, 0);
}

header .toggle div {
  display: inline-block;
  margin-right: 15px;
}

#main-nav {
  display: none;
}

.hc-mobile-nav .nav-container {
  width: 280px;
}

.hc-mobile-nav h2 {
  font-weight: 400;
}

.hc-mobile-nav a {
  font-size: 16px;
}

#loading {
  width: 100%;
  height: 100vh;
  position: absolute;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
  -ms-content-zooming: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 9999;
}

#loading * {
  position: absolute;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

#loading .Container {
  position: static;
}

#loading .LoaderView {
  width: 100%;
  height: 100vh;
  z-index: 100;
}

#loading .wrapper {
  width: 500px;
  height: 500px;
  background-size: 500px 500px;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -250px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  #loading .wrapper {
    width: 300px;
    height: 240px;
    background-size: 300px 240px;
    margin-left: -150px;
    margin-top: -100px;
  }
}

#loading .LoaderSquares {
  width: 400px;
  height: 400px;
  background-size: 400px 400px;
  left: 50%;
  top: 50%;
  margin-left: -194px;
  margin-top: -186px;
  opacity: 1;
  transition: opacity 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0ms;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  #loading .LoaderSquares {
    width: 300px;
    height: 240px;
    margin-left: -160px;
    margin-top: -160px;
    background-size: 300px 240px;
  }
}

#loading .square {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  border: 1px solid #1ae7d8;
  transform: translate3d(0px, 0px, 0px);
  transition: -webkit-transform 1500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1) 0ms;
}
#loading .square .inner {
  width: 2px;
  height: 2px;
  background-size: 2px 2px;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -1px;
  background-color: #1ae7d8;
}

@keyframes squareMove_1 {
  0% {
    opacity: 1;
    transform: translate3d(194px, 194px, 0px);
    transition: -webkit-transform 1500ms;
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transition: -webkit-transform 1500ms;
  }
}

@keyframes squareMove_2 {
  0% {
    opacity: 1;
    transform: translate3d(194px, 194px, 0px);
    transition: -webkit-transform 1500ms;
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 368px, 0px);
    transition: -webkit-transform 1500ms;
  }
}

@keyframes squareMove_3 {
  0% {
    opacity: 1;
    transform: translate3d(194px, 194px, 0px);
    transition: -webkit-transform 1500ms;
  }
  100% {
    opacity: 1;
    transform: translate3d(368px, 0px, 0px);
    transition: -webkit-transform 1500ms;
  }
}

@keyframes squareMove_4 {
  0% {
    opacity: 1;
    transform: translate3d(194px, 194px, 0px);
    transition: -webkit-transform 1500ms;
  }
  100% {
    opacity: 1;
    transform: translate3d(368px, 368px, 0px);
    transition: -webkit-transform 1500ms;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  @keyframes squareMove_1 {
    0% {
      opacity: 1;
      transform: translate3d(194px, 194px, 0px);
      transition: -webkit-transform 1500ms;
    }
    100% {
      opacity: 1;
      transform: translate3d(0px, 0px, 0px);
      transition: -webkit-transform 1500ms;
    }
  }
  @keyframes squareMove_2 {
    0% {
      opacity: 1;
      transform: translate3d(194px, 194px, 0px);
      transition: -webkit-transform 1500ms;
    }
    100% {
      opacity: 1;
      transform: translate3d(0px, 218px, 0px);
      transition: -webkit-transform 1500ms;
    }
  }
  @keyframes squareMove_3 {
    0% {
      opacity: 1;
      transform: translate3d(194px, 194px, 0px);
      transition: -webkit-transform 1500ms;
    }
    100% {
      opacity: 1;
      transform: translate3d(288px, 0px, 0px);
      transition: -webkit-transform 1500ms;
    }
  }
  @keyframes squareMove_4 {
    0% {
      opacity: 1;
      transform: translate3d(194px, 194px, 0px);
      transition: -webkit-transform 1500ms;
    }
    100% {
      opacity: 1;
      transform: translate3d(288px, 218px, 0px);
      transition: -webkit-transform 1500ms;
    }
  }
}

#loading .square_box1 {
  animation: squareMove_1 1500ms;
  -webkit-animation: squareMove_1 1500ms;
}

#loading .square_box2 {
  animation: squareMove_2 1500ms;
  -webkit-animation: squareMove_2 1500ms;
  transform: translate3d(0px, 368px, 0px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  #loading .square_box2 {
    transform: translate3d(0px, 218px, 0px);
  }
}

#loading .square_box3 {
  animation: squareMove_3 1500ms;
  -webkit-animation: squareMove_3 1500ms;
  transform: translate3d(368px, 0px, 0px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  #loading .square_box3 {
    transform: translate3d(288px, 0px, 0px);
  }
}

#loading .square_box4 {
  animation: squareMove_4 1500ms;
  -webkit-animation: squareMove_4 1500ms;
  transform: translate3d(368px, 368px, 0px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  #loading .square_box4 {
    transform: translate3d(288px, 218px, 0px);
  }
}

#loading .loaderLogo {
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
  left: 50%;
  margin-left: -40px;
  top: 5%;
  /* background-image: url(../images/home/logo-hyperntaion-white.png); */
  background-image: url("../image/logo.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 1;
  transition: opacity 3000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
}

#loading .LoaderSlogan {
  width: 300px;
  height: 48px;
  background-size: 300px 48px;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -24px;
  z-index: 10;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  #loading .LoaderSlogan {
    margin-top: -74px;
  }
}
#loading .LoaderSlogan .decode-text {
  width: 300px;
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  #loading .LoaderSlogan .decode-text {
    font-size: 15px;
  }
}
#loading .LoaderSlogan .text-animation {
  display: inline-block;
  position: relative;
  color: transparent;
  text-transform: uppercase;
}
#loading .LoaderSlogan .text-animation:before {
  content: "";
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 0;
  height: 1.2em;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}
#loading .LoaderSlogan .text-br {
  position: relative;
  display: block;
}
#loading .LoaderSlogan .text-animation.state-1:before {
  width: 1px;
}
#loading .LoaderSlogan .text-animation.state-2:before {
  width: 0.9em;
}
#loading .LoaderSlogan .text-animation.state-3 {
  color: #fff;
}
#loading .LoaderSlogan .text-animation.state-3:before {
  width: 0;
}
#loading .LoaderSlogan .space {
  display: inline-block;
  position: relative;
  width: 5px;
}

#loading .loaderNum {
  width: 100%;
  height: 500px;
  font-family: "tt_mussels_regular";
  font-size: 150px;
  color: #1ae7d8;
  position: relative;
  text-align: center;
  opacity: 0.8;
  z-index: 5;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  #loading .loaderNum {
    height: 180px;
    font-size: 120px;
    margin-top: -20px;
  }
}
#loading .loaderNum .text {
  position: relative;
}

#loading .hypernationTips {
  width: 100%;
  height: 50px;
  visibility: visible;
  z-index: 100;
  position: absolute;
  text-align: center;
  bottom: 40px;
  opacity: 1;
  transition: opacity 1000ms cubic-bezier(0.39, 0.575, 0.565, 1) 0ms;
}
#loading .hypernationTips .title {
  font-family: "Orbitron";
  font-size: 16px;
  text-transform: uppercase;
  color: #1ae7d8;
  position: relative;
  animation-delay: 0.4s;
  animation-duration: 1s;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#loading .hypernationTips .typing-text {
  width: 100%;
  font-family: "Cairo";
  font-weight: 600;
  font-size: 16px;
  color: #1ae7d8;
  text-align: center;
  line-height: 18px;
  letter-spacing: 0.1em;
  position: relative;
  animation-delay: 0.8s;
  animation-duration: 1s;
}
#loading .hypernationTips .typing-text::after {
  content: "|";
  animation: blink ease 1s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

#loading .space {
  display: inline-block;
  width: 10px;
}

#loading .squareline {
  width: 370px;
  height: 370px;
  position: absolute;
  z-index: 9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  #loading .squareline {
    width: 300px;
    height: 300px;
  }
}

#loading #move-square {
  width: 370px;
  height: 370px;
  border-color: transparent;
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 50%;
  margin-left: -185px;
  margin-top: -182px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  #loading #move-square {
    width: 294px;
    height: 218px;
    margin-left: -157px;
    margin-top: -134px;
  }
}
#loading #move-square .top-right,
#loading #move-square .top-left,
#loading #move-square .right,
#loading #move-square .left,
#loading #move-square .bottom {
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  opacity: 0.3;
}
#loading #move-square .top-right {
  left: 50%;
  top: 0;
}
#loading #move-square .top-left {
  left: 0%;
  top: 0;
}
#loading #move-square .right {
  top: 0;
  right: 0;
}
#loading #move-square .left {
  bottom: 0;
  left: 0;
}
#loading #move-square .bottom {
  right: 0;
  bottom: 0;
}

.main_layout {
  opacity: 0;
  display: none;
}

.section.table,
.slide.table {
  display: table;
  width: 100%;
}

.home_slider {
  width: 100%;
  min-height: 100vh;
  background: url(../image/homebannerbg.jpg) center center no-repeat;
  background-size: cover;
  z-index: 40;
}
.home_slider .container {
  max-width: 85%;
  height: 100vh;
  display: flex;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .home_slider .container {
    max-width: 88%;
  }
}
.home_slider .jumbotron {
  width: 50%;
  height: 350px;
  padding: 0px;
  background: transparent;
  opacity: 1;
  z-index: 40;
  position: relative;
  margin-top: 10%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .home_slider .jumbotron {
    margin-top: 20%;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .home_slider .jumbotron {
    width: 100%;
  }
}
.home_slider .jumbotron .subtitle {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 80px;
  opacity: 1;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .home_slider .jumbotron .subtitle {
    top: 0px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .home_slider .jumbotron .subtitle {
    font-size: 13px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .home_slider .jumbotron .subtitle {
    font-size: 12px;
  }
}
.home_slider .jumbotron .title {
  font-size: 42px;
  font-family: "Orbitron";
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #1ae7d8;
  letter-spacing: 2px;
  position: absolute;
  top: 120px;
  opacity: 1;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .home_slider .jumbotron .title {
    font-size: 78px;
    top: 20px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .home_slider .jumbotron .title {
    font-size: 36px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .home_slider .jumbotron .title {
    font-size: 32px;
  }
}
.home_slider .jumbotron .summary {
  font-size: 14px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.5;
  width: 550px;
  position: absolute;
  top: 180px;
  opacity: 1;
  font-family: "Cairo";
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .home_slider .jumbotron .summary {
    font-size: 18px;
    top: 120px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home_slider .jumbotron .summary {
    font-size: 13px;
    margin-top: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home_slider .jumbotron .summary {
    width: 420px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .home_slider .jumbotron .summary {
    line-height: 1.3;
    margin-top: -10px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .home_slider .jumbotron .summary {
    width: 100%;
    font-size: 12px;
  }
}
.home_slider .jumbotron .slider_btn {
  width: 230px;
  height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  background: url(../image/slider_btnbg.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 320px;
  opacity: 1;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .home_slider .jumbotron .slider_btn {
    top: 320px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .home_slider .jumbotron .slider_btn {
    font-size: 14px;
    margin-top: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home_slider .jumbotron .slider_btn {
    font-size: 13px;
    margin-top: -20px;
    width: 184px;
    height: 38px;
    background-size: contain;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .home_slider .jumbotron .slider_btn {
    margin-top: -10px;
    width: 200px;
    font-size: 13px;
    background-size: contain;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .home_slider .jumbotron .slider_btn {
    margin-top: 40px;
    width: 200px;
    font-size: 13px;
    background-size: contain;
  }
}
.home_slider .jumbotron .slider_btn img {
  margin-right: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .home_slider .jumbotron .slider_btn img {
    width: 12px;
  }
}
.home_slider .jumbotron.animate {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  animation-delay: 2s;
  animation-duration: 1s;
}
.home_slider .slider_video {
  width: 421px;
  position: absolute;
  bottom: 100px;
  right: 50px;
  display: none;
  z-index: 30;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home_slider .slider_video {
    width: 321px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .home_slider .slider_video {
    width: 321px;
    right: 20px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .home_slider .slider_video {
    /* display: none !important; */
  }
}
.home_slider .slider_video .videoBox {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
  transform: translateZ(0);
  transition-duration: 0.3s;
}
.home_slider .slider_video .videoBox img {
  width: 421px;
  height: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .home_slider .slider_video .videoBox img {
    width: 321px;
  }
}
.home_slider .slider_video .videoBox:hover {
  cursor: pointer;
  transform: translateY(-8px) translateZ(0);
}
.home_slider .slider_video .videoBtn {
  color: #fff;
  font-family: "Cairo";
  font-weight: 500;
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 21px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .home_slider .slider_video .videoBtn {
    font-size: 18px;
  }
}
.home_slider .slider_video .videoBtn .playbtn {
  width: 65px;
  height: 65px;
  background: url(../image/video_playbtn.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.home_slider .slider_video .videoBtn:hover .playbtn {
  width: 75px;
  height: 75px;
  background: url(../image/video_playbtn_h.png) center center no-repeat;
  background-size: contain;
}
.home_slider .slider_video.animate {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  animation-delay: 3s;
  animation-duration: 1s;
}
.home_slider .videobg {
  height: 100vh;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.home_slider .videobg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100vh;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

.container .more-corners {
  position: absolute;
  width: 100%;
  z-index: 3;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.container .more-corners::before,
.container .more-corners::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: #00edff;
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .container .more-corners::before,
  .container .more-corners::after {
    width: 5px;
    height: 5px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .container .more-corners::before,
  .container .more-corners::after {
    display: none;
  }
}

.container .more-corners::before {
  left: 0px;
}

.container .more-corners::after {
  right: 0px;
  top: 0px;
}

.container .more-corners.top-corners {
  top: 0px;
}

.container .more-corners.top-corners::before {
  border-width: 1px 0 0 1px;
}

.container .more-corners.top-corners::after {
  border-width: 1px 1px 0 0;
  right: 90px;
}

.container .more-corners.bottom-corners {
  bottom: 6px;
}

.container .more-corners.bottom-corners::before {
  border-width: 0 0 1px 1px;
}

.container .more-corners.bottom-corners::after {
  border-width: 0 1px 1px 0;
  right: 90px;
}

.container .learnmore img {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.container .learnmore:hover img {
  margin-left: -5px;
}

.container .learnmore:hover .more-corners::before {
  left: 6px;
}

.container .learnmore:hover .more-corners::after {
  right: 96px;
}

.container .learnmore:hover .more-corners.top-corners {
  top: 0;
}

.container .learnmore:hover .more-corners.bottom-corners {
  bottom: 9px;
}

.manifesto {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  position: relative;
  /* background: url(../images/home/manifestio_bg.jpg) center center no-repeat; */
  background-size: cover;
  z-index: 100;
}
.manifesto .videobg {
  height: 100vh;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.manifesto .videobg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
  z-index: 10;
}
.manifesto .shade {
  display: block;
  position: absolute;
  width: 100%;
  height: 60vh;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 10;
  bottom: 0px;
}
.manifesto .container {
  max-width: 85%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .manifesto .container {
    max-width: 88%;
  }
}
.manifesto .mainfosto_content {
  z-index: 20;
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 15%;
  bottom: 20%;
  width: 500px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .manifesto .mainfosto_content {
    left: 10%;
    bottom: 15%;
  }
}
.manifesto .mainfosto_content h3 {
  color: #1ae7d8;
  font-size: 54px;
  font-family: "Orbitron";
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  /* bottom: -160px; */
  bottom: 200px !important;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .manifesto .mainfosto_content h3 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .manifesto .mainfosto_content h3 {
    font-size: 36px;
    bottom: 160px !important;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .manifesto .mainfosto_content h3 {
    font-size: 36px;
    bottom: 200px !important;
  }
}
.manifesto .mainfosto_content .subtitle {
  font-size: 36px;
  color: #fff;
  font-family: "Montserrat";
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 500;
  position: absolute;
  bottom: -320px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .manifesto .mainfosto_content .subtitle {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .manifesto .mainfosto_content .subtitle {
    font-size: 28px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .manifesto .mainfosto_content .subtitle {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
.manifesto .mainfosto_content .learnmore {
  font-size: 16px;
  color: #1ae7d8;
  width: 180px;
  height: 58px;
  display: inline-block;
  line-height: 58px;
  position: absolute;
  bottom: -480px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .manifesto .mainfosto_content .learnmore {
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    top: -90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .manifesto .mainfosto_content .learnmore {
    font-size: 13px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .manifesto .mainfosto_content .learnmore {
    margin-bottom: 20px;
  }
}
.manifesto .mainfosto_content .learnmore span {
  margin-right: 20px;
  display: inline-block;
}

.about_HyperNation {
  width: 100%;
  min-height: 100vh;
  display: flex;
  z-index: 90;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  position: relative;
  /* background: url(../images/home/abouthypernation_bg.jpg) center center
    no-repeat; */
  background-size: cover;
  padding-top: 0%;
  padding-bottom: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .about_HyperNation {
    padding-top: 12%;
  }
}
.about_HyperNation .videobg {
  height: 100vh;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.about_HyperNation .videobg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
  z-index: 10;
}
.about_HyperNation .container {
  max-width: 85%;
  height: 100vh;
  overflow: hidden;
  padding-top: 8%;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .about_HyperNation .container {
    padding-top: 10%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1850px) {
  .about_HyperNation .container {
    padding-top: 5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about_HyperNation .container {
    padding-top: 8%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_HyperNation .container {
    padding-top: 12%;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .about_HyperNation .container {
    max-width: 94%;
    padding: 0px;
  }
}
.about_HyperNation .about_content {
  z-index: 20;
  position: relative;
  left: 15%;
  width: 500px;
  height: 100vh;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_HyperNation .about_content {
    left: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_HyperNation .about_content {
    left: 0%;
    height: auto;
    margin-top: 22%;
    margin-left: 20px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .about_HyperNation .about_content {
    margin-top: 22%;
    height: auto;
    left: 0px;
    margin-left: 10px;
  }
}
.about_HyperNation .about_content h3 {
  color: #1ae7d8;
  font-size: 48px;
  font-family: "Orbitron";
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 2px;
  padding-bottom: 20px;
  background: url(../image/section_title_bg.png) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  top: 160px;
  opacity: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1850px) {
  .about_HyperNation .about_content h3 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about_HyperNation .about_content h3 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about_HyperNation .about_content h3 {
    font-size: 32px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .about_HyperNation .about_content h3 {
    font-size: 28px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .about_HyperNation .about_content h3 {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
.about_HyperNation .about_content .subtitle {
  font-size: 34px;
  color: #fff;
  font-family: "Montserrat";
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 500;
  position: absolute;
  top: 300px;
  opacity: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1850px) {
  .about_HyperNation .about_content .subtitle {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about_HyperNation .about_content .subtitle {
    font-size: 24px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about_HyperNation .about_content .subtitle {
    font-size: 24px;
    margin-top: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_HyperNation .about_content .subtitle {
    font-size: 24px;
    margin-top: -35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_HyperNation .about_content .subtitle {
    font-size: 24px;
    margin-top: -35px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .about_HyperNation .about_content .subtitle {
    font-size: 18px;
    margin-top: -55px;
  }
}
.about_HyperNation .about_content .learnmore {
  font-size: 16px;
  color: #1ae7d8;
  width: 180px;
  height: 58px;
  display: inline-block;
  line-height: 58px;
  position: absolute;
  top: 210px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about_HyperNation .about_content .learnmore {
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    margin-top: -40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .about_HyperNation .about_content .learnmore {
    font-size: 13px;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .about_HyperNation .about_content .learnmore {
    display: none;
  }
}
.about_HyperNation .about_content .learnmore span {
  margin-right: 30px;
  display: inline-block;
}
.about_HyperNation .aboutContent {
  width: 80%;
  height: 100vh;
  top: 0%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .about_HyperNation .aboutContent {
    top: 0%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about_HyperNation .aboutContent {
    width: 100%;
    top: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_HyperNation .aboutContent {
    width: 100%;
    top: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_HyperNation .aboutContent {
    height: auto;
    top: 0px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .about_HyperNation .aboutContent {
    width: 100%;
    height: auto;
    top: 0px;
  }
}
.about_HyperNation .aboutContent .videoBox {
  position: absolute;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
  opacity: 0;
  top: 0px;
  left: 0px;
  cursor: pointer;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about_HyperNation .aboutContent .videoBox {
    width: 70%;
    margin-left: -30%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_HyperNation .aboutContent .videoBox {
    width: 80%;
    margin-left: -20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .about_HyperNation .aboutContent .videoBox {
    display: none;
  }
}
.about_HyperNation .aboutContent .videoBox img {
  width: auto;
  height: auto;
  max-height: 300px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .about_HyperNation .aboutContent .videoBox img {
    width: 100%;
    height: auto;
    max-height: inherit;
  }
}
.about_HyperNation .aboutContent .videoBtn {
  color: #fff;
  font-family: "Cairo";
  font-weight: 500;
  font-size: 24px;
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  align-content: center;
}
.about_HyperNation .aboutContent .videoBtn .playbtn {
  width: 100px;
  height: 100px;
  background: url(../image/video_playbtn.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.about_HyperNation .aboutContent .videoBtn:hover .playbtn {
  width: 120px;
  height: 120px;
  background: url(../image/video_playbtn_h.png) center center no-repeat;
  background-size: contain;
}
.about_HyperNation .infoBox {
  width: 100%;
  margin-top: 20px;
  position: absolute;
  top: 300px;
  opacity: 0;
  left: 0px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .about_HyperNation .infoBox {
    width: 680px;
    margin-top: 80px;
    top: 380px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about_HyperNation .infoBox {
    top: 260px;
    height: 230px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_HyperNation .infoBox {
    top: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_HyperNation .infoBox {
    top: 240px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .about_HyperNation .infoBox {
    top: 130px;
  }
}
.about_HyperNation .infoBox .txt {
  padding: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-family: "Inter";
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about_HyperNation .infoBox .txt {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_HyperNation .infoBox .txt {
    font-size: 12px;
    line-height: 1.3;
    padding: 15px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .about_HyperNation .infoBox .txt {
    font-size: 12px;
    line-height: 1.4;
    padding: 10px;
    text-shadow: 1px 2px 2px #00000087;
  }
}

.info-corners {
  position: absolute;
  width: 100%;
  z-index: 3;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.info-corners::before,
.info-corners::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: #00edff;
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.info-corners::before {
  left: 0px;
}

.info-corners::after {
  right: 0px;
  top: 0px;
}

.info-corners.top-corners {
  top: 0px;
}

.info-corners.top-corners::before {
  border-width: 1px 0 0 1px;
}

.info-corners.top-corners::after {
  border-width: 1px 1px 0 0;
  right: 0px;
}

.info-corners.bottom-corners {
  bottom: 6px;
}

.info-corners.bottom-corners::before {
  border-width: 0 0 1px 1px;
}

.info-corners.bottom-corners::after {
  border-width: 0 1px 1px 0;
  right: 0px;
}

.infoBox:hover .info-corners::before {
  left: 6px;
}

.infoBox:hover .info-corners::after {
  right: 26px;
}

.infoBox:hover .info-corners.top-corners {
  top: 0;
}

.infoBox:hover .info-corners.bottom-corners {
  bottom: 9px;
}

.platform {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  position: relative;
  background: url(../image/platform_bg.jpg) center center no-repeat;
  background-size: cover;
  z-index: 80;
}
.platform .container {
  max-width: 85%;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 8%;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .platform .container {
    padding-top: 10%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1850px) {
  .platform .container {
    padding-top: 8%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .platform .container {
    padding-top: 6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .container {
    padding-top: 8%;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .platform .container {
    max-width: 88%;
    padding: 0px;
    padding-top: 100px;
  }
}
.platform .flex-column,
.platform .flex-column-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .platform .flex-column,
  .platform .flex-column-list {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .flex-column {
    align-items: flex-start;
  }
}
.platform .flex-column-list {
  position: relative;
  width: 680px;
  height: 600px;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .platform .flex-column-list {
    display: none;
  }
}
.platform .platform_list {
  width: 680px;
  height: 600px;
  position: relative;
  z-index: 6;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .platform .platform_list {
    width: 540px;
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list {
    width: 500px;
    height: 500px;
  }
}
.platform .platform_list .innerbox {
  position: absolute;
  width: 110px;
  height: 150px;
  display: flex;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background: url(../image/platform_icobg.png) top center no-repeat;
  background-size: contain;
  text-transform: uppercase;
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .platform .platform_list .innerbox {
    width: 100px;
    height: 120px;
    font-size: 14px;
    padding-top: 10px;
    background: url(../image/platform_icobg_md.png) top center no-repeat;
    background-size: inherit;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .innerbox {
    height: 110px;
    font-size: 13px;
    padding-top: 15px;
    background: url(../image/platform_icobg_md.png) top center no-repeat;
    background-size: inherit;
  }
}
.platform .platform_list .innerbox:hover {
  cursor: pointer;
  transform: translateY(-8px) translateZ(0);
  background: url(../image/platform_icobg_hover.png) top center no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .innerbox:hover {
    background: url(../image/platform_icobg_hover_md.png) top center
      no-repeat;
    background-size: inherit;
  }
}
.platform .platform_list .ideal_inner {
  left: 285px;
  top: 0px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .platform .platform_list .ideal_inner {
    left: 215px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .ideal_inner {
    left: 195px;
  }
}
.platform .platform_list .become_inner {
  top: 66px;
  left: 68px;
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .become_inner {
    top: 46px !important;
    left: 60px;
  }
}
.platform .platform_list .blockchain_inner {
  left: 0px;
  top: 260px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .platform .platform_list .blockchain_inner {
    top: 210px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .blockchain_inner {
    top: 190px;
  }
}
.platform .platform_list .ubi_inner {
  left: 68px;
  top: 350px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .platform .platform_list .ubi_inner {
    left: 78px;
    top: 380px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .ubi_inner {
    left: 68px;
    top: 350px;
  }
}
.platform .platform_list .economic_inner {
  right: 285px;
  top: 520px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .platform .platform_list .economic_inner {
    right: 215px;
    top: 420px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .economic_inner {
    right: 205px;
    top: 380px;
  }
}
.platform .platform_list .spread_inner {
  top: 350px;
  right: 50px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .platform .platform_list .spread_inner {
    top: 380px;
    right: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .spread_inner {
    top: 350px;
    right: 60px;
  }
}
.platform .platform_list .eternal_inner {
  right: 0px;
  top: 260px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .platform .platform_list .eternal_inner {
    top: 210px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .eternal_inner {
    top: 190px;
  }
}
.platform .platform_list .hyperlab_inner {
  right: 60px;
  top: 66px;
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .hyperlab_inner {
    top: 46px !important;
  }
}
.platform .platform_list .boxico {
  width: 100px;
  height: 100px;
  display: inline-block;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .boxico {
    width: 80px;
    height: 80px;
  }
}
.platform .platform_list .ideal_ico {
  background: url(../image/ideal_ico.png) center center no-repeat;
  background-size: 45px 45px;
  margin-top: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .ideal_ico {
    background-size: 30px 30px;
    margin-top: -10px;
  }
}
.platform .platform_list .become_ico {
  background: url(../image/become_ico.png) center center no-repeat;
  background-size: 45px 45px;
  margin-top: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .become_ico {
    background-size: 30px 30px;
    margin-top: -10px;
  }
}
.platform .platform_list .blockchain_ico {
  background: url(../image/blockchain_ico.png) center center no-repeat;
  background-size: 45px 45px;
  margin-top: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .blockchain_ico {
    background-size: 30px 30px;
    margin-top: -10px;
  }
}
.platform .platform_list .ubi_ico {
  background: url(../image/ubi_ico.png) center center no-repeat;
  background-size: 45px 45px;
  margin-top: -10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .ubi_ico {
    background-size: 30px 30px;
    margin-top: -20px;
  }
}
.platform .platform_list .economic_ico {
  background: url(../image/economic_ico.png) center center no-repeat;
  background-size: 45px 45px;
  margin-top: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .economic_ico {
    background-size: 30px 30px;
    margin-top: -10px;
  }
}
.platform .platform_list .spread_ico {
  background: url(../image/spread_ico.png) center center no-repeat;
  background-size: 45px 45px;
  margin-top: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .spread_ico {
    background-size: 30px 30px;
    margin-top: -10px;
  }
}
.platform .platform_list .eternal_ico {
  background: url(../image/eternal_ico.png) center center no-repeat;
  background-size: 45px 45px;
  margin-top: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .eternal_ico {
    background-size: 30px 30px;
    margin-top: -10px;
  }
}
.platform .platform_list .hyperlab_ico {
  background: url(../image/hyperlab_ico.png) center center no-repeat;
  background-size: 45px 45px;
  margin-top: -10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_list .hyperlab_ico {
    background-size: 30px 30px;
    margin-top: -20px;
  }
}
.platform .listbg {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
  width: 320px;
  height: 320px;
  position: absolute;
  margin-top: 120px;
  z-index: 4;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .platform .listbg {
    width: 240px;
    height: 240px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .listbg {
    width: 200px;
    height: 200px;
    margin-bottom: 90px;
  }
}
.platform .listbg .earthLinear {
  width: 320px;
  height: 320px;
  position: absolute;
  /* background: url(../images/home/earthgraph.png) center center no-repeat; */
  background: url("../image/logo-1.webp") center center no-repeat;
  background-size: contain;
  z-index: 10;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .platform .listbg .earthLinear {
    width: 240px;
    height: 240px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .listbg .earthLinear {
    width: 200px;
    height: 200px;
  }
}
.platform .listbg .platformlogo {
  width: 220px;
  height: 195.34px;
  position: absolute;
  background: url(../image/platformlogo.png) center center no-repeat;
  background-size: contain;
  margin-left: 25px;
  z-index: 15;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .platform .listbg .platformlogo {
    width: 152px;
    height: 135px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .listbg .platformlogo {
    width: 122px;
    height: 110px;
  }
}
.platform .platform_content {
  width: 400px;
  height: 290px;
  z-index: 20;
  position: relative;
  left: 5%;
  top: 0%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .platform .platform_content {
    left: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_content {
    left: 0%;
    height: 190px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .platform .platform_content {
    width: 100%;
    top: 0%;
    height: 100px;
  }
}
.platform .platform_content h3 {
  color: #1ae7d8;
  font-size: 58px;
  font-family: "Orbitron";
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 1.2;
  padding-bottom: 20px;
  background: url(../image/section_title_bg.png) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  top: 120px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .platform .platform_content h3 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_content h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .platform .platform_content h3 {
    font-size: 28px;
    display: none;
  }
}
.platform .platform_content .subtitle {
  font-size: 38px;
  color: #fff;
  font-family: "Montserrat";
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 500;
  position: absolute;
  top: 240px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .platform .platform_content .subtitle {
    font-size: 28px;
    margin-top: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .platform .platform_content .subtitle {
    font-size: 26px;
    margin-top: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .platform .platform_content .subtitle {
    font-size: 26px;
    margin-top: -30px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .platform .platform_content .subtitle {
    font-size: 26px;
    margin-top: -90px;
    top: 110px !important;
  }
}
.platform .platform_content .learnmore {
  font-size: 16px;
  color: #1ae7d8;
  width: 180px;
  height: 58px;
  display: inline-block;
  line-height: 58px;
  position: absolute;
  top: 320px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .platform .platform_content .learnmore {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    margin-top: -40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .platform .platform_content .learnmore {
    display: none;
  }
}
.platform .platform_content .learnmore span {
  margin-right: 30px;
  display: inline-block;
}

.mrh {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  position: relative;
  background: #000;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 70;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .mrh {
    background: #000 url(../image/mrh_bg.jpg) center center no-repeat;
    background-size: cover;
  }
}
.mrh .container {
  max-width: 85%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mrh .container {
    max-width: 100%;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .mrh .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 0px;
  }
}
.mrh .row {
  width: 100%;
}

@keyframes marquee-horizontal-alt {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.mrh .jumbotron_txt_bg {
  position: absolute;
  z-index: 3;
  width: 4083px;
  height: 385px;
  top: 20%;
  background: url(../image/mrh_bg_txt.png) center center;
  background-size: auto;
  opacity: 0.15;
  animation: marquee-horizontal-alt 40s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .mrh .jumbotron_txt_bg {
    height: 205px;
    background-size: contain;
  }
}
.mrh .mrhvideobg {
  height: 100vh;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  top: 0px;
  left: 0px;
}
.mrh .mrhvideobg video {
  position: absolute;
  top: 55%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-38%);
  background-size: cover;
  transition: 1s opacity;
  z-index: 10;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .mrh .mrhvideobg video {
    transform: translateX(-40%) translateY(-38%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .mrh .mrh_txt {
    height: 100vh;
    position: relative;
    z-index: 200;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mrh .mrh_img {
    position: absolute;
    z-index: 10;
    top: 100px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .mrh .mrh_img {
    position: absolute;
    z-index: 10;
    top: 180px;
  }
}
.mrh .mrh_content {
  height: 510px;
  width: 100%;
  position: relative;
  left: 15%;
  top: 18%;
  z-index: 10;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mrh .mrh_content {
    left: 10%;
    top: 15%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mrh .mrh_content {
    left: 10%;
    top: initial;
    bottom: 100px;
    position: absolute;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .mrh .mrh_content {
    height: auto;
    left: 2%;
    top: 15%;
    bottom: 6%;
    position: relative;
  }
}
.mrh .mrh_content h3 {
  position: absolute;
  top: 60px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mrh .mrh_content h3 {
    margin-top: 0px;
  }
}
.mrh .mrh_content h3 span {
  color: #1ae7d8;
  font-size: 58px;
  font-family: "Orbitron";
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
  line-height: 1.2;
  display: inline-block;
  overflow: hidden;
  margin-right: 12px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mrh .mrh_content h3 span {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .mrh .mrh_content h3 span {
    font-size: 36px;
  }
}
.mrh .mrh_content h3 span::before,
.mrh .mrh_content h3 span::after {
  display: none !important;
}
.mrh .mrh_content .learnmore {
  font-size: 16px;
  color: #1ae7d8;
  width: 180px;
  height: 58px;
  display: inline-block;
  position: absolute;
  line-height: 58px;
  margin-bottom: 10px;
  top: 500px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mrh .mrh_content .learnmore {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    margin-top: -90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mrh .mrh_content .learnmore {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    margin-top: -100px;
    display: none;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .mrh .mrh_content .learnmore {
    display: none;
  }
}
.mrh .mrh_content .learnmore span {
  margin-right: 30px;
  display: inline-block;
}
.mrh .infoBox {
  width: 560px;
  height: 340px;
  padding: 40px 50px;
  background: url(../image/mrhbox_txtbg.png) left center no-repeat;
  background-size: contain;
  position: absolute;
  top: 120px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mrh .infoBox {
    height: 300px;
    padding: 30px 60px 50px 60px;
    background: url(../image/mrhbox_txtbg_xxl.png) left center no-repeat;
    background-size: contain;
    margin-top: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mrh .infoBox {
    height: 280px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mrh .infoBox {
    height: 320px;
    padding: 40px 0px 50px 40px;
    width: 100%;
    background: url(../image/mrhbox_txtbg.png) left center no-repeat;
    background-size: contain;
    margin-top: -30px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .mrh .infoBox {
    height: auto;
    padding: 15px 15px 15px 15px;
    width: 100%;
    margin-top: -20px;
    background: rgba(25, 44, 60, 0.5) url(../image/bg-effect.png) center
      center;
    background-size: contain;
    border: 1px solid rgba(26, 231, 216, 0.4);
  }
}
.mrh .infoBox .txt {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  margin: 0px;
  font-family: "Inter";
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mrh .infoBox .txt {
    font-size: 13px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .mrh .infoBox .txt {
    font-size: 13px;
    line-height: 1.4;
  }
}
.mrh .mrh_main {
  position: relative;
  z-index: 40;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mrh .mrh_main {
    padding-left: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .mrh .mrh_main {
    padding-left: 15%;
  }
}
.mrh .mrh_main img {
  bottom: -120px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mrh .mrh_main img {
    width: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .mrh .mrh_main img {
    width: 400px;
  }
}
.mrh .mrh_main .slogan {
  width: 360px;
  height: 120px;
  font-size: 17px;
  font-weight: 500;
  padding: 20px;
  color: #1ae7d8;
  background: url(../image/mrh_introbg.png) center center no-repeat;
  background-size: contain;
  line-height: 1.5;
  font-family: "Cairo";
  position: absolute;
  right: 10%;
  left: inherit !important;
  bottom: -60px;
  top: inherit !important;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mrh .mrh_main .slogan {
    width: 320px;
    height: 100px;
    font-size: 14px;
    padding: 20px 30px;
    margin-bottom: 0px;
    right: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mrh .mrh_main .slogan {
    right: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .mrh .mrh_main .slogan {
    display: none !important;
  }
}
.mrh .mrh_main .playvideo {
  position: absolute;
  right: 20%;
  left: inherit !important;
  top: 23% !important;
  width: 145px;
  height: 46px;
  display: inline-block;
  background: url(../image/mrh_popvideobtn.png) center center no-repeat;
  z-index: 70;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transform: translateY(0px) translateZ(0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .mrh .mrh_main .playvideo {
    display: none !important;
  }
}
.mrh .mrh_main .playvideo:hover {
  transform: translateY(-8px) translateZ(0);
}

.malocclusion_mr {
  color: #1ae7d8;
  font-size: 10em;
  position: relative;
  font-family: "Orbitron";
  font-weight: 700;
}

.malocclusion_mr::before,
.malocclusion_mr::after {
  content: "MR";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: #010001;
  color: #1ae7d8;
}

.malocclusion_mr::before {
  left: 2px;
  text-shadow: 2px 0 #00ffea;
  animation: s 3s infinite linear;
}

.malocclusion_mr::after {
  left: 2px;
  text-shadow: -2px 0 #fe3a7f;
  animation: cyberpunk 2s infinite linear;
}

.malocclusion_h {
  color: #1ae7d8;
  font-size: 10em;
  position: relative;
  font-family: "Orbitron";
  font-weight: 700;
}

.malocclusion_h::before,
.malocclusion_h::after {
  content: "H";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: #010001;
  color: #1ae7d8;
}

.malocclusion_h::before {
  left: 2px;
  text-shadow: 2px 0 #00ffea;
  animation: s 3s infinite linear;
}

.malocclusion_h::after {
  left: 2px;
  text-shadow: -2px 0 #fe3a7f;
  animation: cyberpunk 2s infinite linear;
}

@-moz-keyframes cyberpunk {
  0% {
    clip: rect(41px, 9999px, 54px, 0);
  }
  5% {
    clip: rect(92px, 9999px, 24px, 0);
  }
  10% {
    clip: rect(41px, 9999px, 44px, 0);
  }
  15% {
    clip: rect(39px, 9999px, 51px, 0);
  }
  20% {
    clip: rect(8px, 9999px, 55px, 0);
  }
  25% {
    clip: rect(81px, 9999px, 63px, 0);
  }
  30% {
    clip: rect(35px, 9999px, 30px, 0);
  }
  35% {
    clip: rect(39px, 9999px, 23px, 0);
  }
  40% {
    clip: rect(36px, 9999px, 30px, 0);
  }
  45% {
    clip: rect(24px, 9999px, 45px, 0);
  }
  50% {
    clip: rect(15px, 9999px, 63px, 0);
  }
  55% {
    clip: rect(81px, 9999px, 80px, 0);
  }
  60% {
    clip: rect(25px, 9999px, 19px, 0);
  }
  65% {
    clip: rect(21px, 9999px, 15px, 0);
  }
  70% {
    clip: rect(73px, 9999px, 35px, 0);
  }
  75% {
    clip: rect(42px, 9999px, 44px, 0);
  }
  80% {
    clip: rect(76px, 9999px, 95px, 0);
  }
  85% {
    clip: rect(45px, 9999px, 60px, 0);
  }
  90% {
    clip: rect(56px, 9999px, 45px, 0);
  }
  95% {
    clip: rect(80px, 9999px, 81px, 0);
  }
  100% {
    clip: rect(41px, 9999px, 81px, 0);
  }
}

@-webkit-keyframes cyberpunk {
  0% {
    clip: rect(41px, 9999px, 54px, 0);
  }
  5% {
    clip: rect(92px, 9999px, 24px, 0);
  }
  10% {
    clip: rect(41px, 9999px, 44px, 0);
  }
  15% {
    clip: rect(39px, 9999px, 51px, 0);
  }
  20% {
    clip: rect(8px, 9999px, 55px, 0);
  }
  25% {
    clip: rect(81px, 9999px, 63px, 0);
  }
  30% {
    clip: rect(35px, 9999px, 30px, 0);
  }
  35% {
    clip: rect(39px, 9999px, 23px, 0);
  }
  40% {
    clip: rect(36px, 9999px, 30px, 0);
  }
  45% {
    clip: rect(24px, 9999px, 45px, 0);
  }
  50% {
    clip: rect(15px, 9999px, 63px, 0);
  }
  55% {
    clip: rect(81px, 9999px, 80px, 0);
  }
  60% {
    clip: rect(25px, 9999px, 19px, 0);
  }
  65% {
    clip: rect(21px, 9999px, 15px, 0);
  }
  70% {
    clip: rect(73px, 9999px, 35px, 0);
  }
  75% {
    clip: rect(42px, 9999px, 44px, 0);
  }
  80% {
    clip: rect(76px, 9999px, 95px, 0);
  }
  85% {
    clip: rect(45px, 9999px, 60px, 0);
  }
  90% {
    clip: rect(56px, 9999px, 45px, 0);
  }
  95% {
    clip: rect(80px, 9999px, 81px, 0);
  }
  100% {
    clip: rect(41px, 9999px, 81px, 0);
  }
}

@-o-keyframes cyberpunk {
  0% {
    clip: rect(41px, 9999px, 54px, 0);
  }
  5% {
    clip: rect(92px, 9999px, 24px, 0);
  }
  10% {
    clip: rect(41px, 9999px, 44px, 0);
  }
  15% {
    clip: rect(39px, 9999px, 51px, 0);
  }
  20% {
    clip: rect(8px, 9999px, 55px, 0);
  }
  25% {
    clip: rect(81px, 9999px, 63px, 0);
  }
  30% {
    clip: rect(35px, 9999px, 30px, 0);
  }
  35% {
    clip: rect(39px, 9999px, 23px, 0);
  }
  40% {
    clip: rect(36px, 9999px, 30px, 0);
  }
  45% {
    clip: rect(24px, 9999px, 45px, 0);
  }
  50% {
    clip: rect(15px, 9999px, 63px, 0);
  }
  55% {
    clip: rect(81px, 9999px, 80px, 0);
  }
  60% {
    clip: rect(25px, 9999px, 19px, 0);
  }
  65% {
    clip: rect(21px, 9999px, 15px, 0);
  }
  70% {
    clip: rect(73px, 9999px, 35px, 0);
  }
  75% {
    clip: rect(42px, 9999px, 44px, 0);
  }
  80% {
    clip: rect(76px, 9999px, 95px, 0);
  }
  85% {
    clip: rect(45px, 9999px, 60px, 0);
  }
  90% {
    clip: rect(56px, 9999px, 45px, 0);
  }
  95% {
    clip: rect(80px, 9999px, 81px, 0);
  }
  100% {
    clip: rect(41px, 9999px, 81px, 0);
  }
}

@keyframes cyberpunk {
  0% {
    clip: rect(41px, 9999px, 54px, 0);
  }
  5% {
    clip: rect(92px, 9999px, 24px, 0);
  }
  10% {
    clip: rect(41px, 9999px, 44px, 0);
  }
  15% {
    clip: rect(39px, 9999px, 51px, 0);
  }
  20% {
    clip: rect(8px, 9999px, 55px, 0);
  }
  25% {
    clip: rect(81px, 9999px, 63px, 0);
  }
  30% {
    clip: rect(35px, 9999px, 30px, 0);
  }
  35% {
    clip: rect(39px, 9999px, 23px, 0);
  }
  40% {
    clip: rect(36px, 9999px, 30px, 0);
  }
  45% {
    clip: rect(24px, 9999px, 45px, 0);
  }
  50% {
    clip: rect(15px, 9999px, 63px, 0);
  }
  55% {
    clip: rect(81px, 9999px, 80px, 0);
  }
  60% {
    clip: rect(25px, 9999px, 19px, 0);
  }
  65% {
    clip: rect(21px, 9999px, 15px, 0);
  }
  70% {
    clip: rect(73px, 9999px, 35px, 0);
  }
  75% {
    clip: rect(42px, 9999px, 44px, 0);
  }
  80% {
    clip: rect(76px, 9999px, 95px, 0);
  }
  85% {
    clip: rect(45px, 9999px, 60px, 0);
  }
  90% {
    clip: rect(56px, 9999px, 45px, 0);
  }
  95% {
    clip: rect(80px, 9999px, 81px, 0);
  }
  100% {
    clip: rect(41px, 9999px, 81px, 0);
  }
}

.mrhVideo {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background: #000 url(../image/videolist_bg.jpg) center center no-repeat;
  background-size: cover;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  z-index: 60;
}
.mrhVideo .videolist {
  width: 100%;
  height: 100vh;
  margin-top: 120px;
  opacity: 0;
  display: flex;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  overflow: hidden;
}
.mrhVideo .swiper-container {
  width: 100%;
  height: 560px;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .mrhVideo .swiper-container {
    height: auto;
  }
}
.mrhVideo .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  font-size: 18px;
  opacity: 0.4;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.mrhVideo img {
  width: 100%;
  object-fit: cover;
}
.mrhVideo .imginner {
  position: relative;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transform: translateY(0px) translateZ(0);
  z-index: 10;
}
.mrhVideo .imginner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../image/videoactive_bg.png) center center no-repeat;
  background-size: contain;
}
.mrhVideo .imginner img {
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mrhVideo .imginner:hover {
  transform: translateY(0px) translateZ(0);
}
.mrhVideo .imginner:hover img {
  transform: scale(1.01);
}
.mrhVideo .subtitle {
  font-size: 16px;
  color: #1ae7d8;
  margin-top: 20px;
  transition: 300ms;
  font-weight: 500;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mrhVideo .subtitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mrhVideo .subtitle {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mrhVideo .subtitle {
    width: 60%;
    font-family: "Cairo";
    font-size: 13px;
    margin-top: 20px;
    font-weight: 500;
  }
}
.mrhVideo .videoBtn {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url(../image/video_playbtn.png) center
    center no-repeat;
  background-size: 80px 80px;
  position: absolute;
  z-index: 20;
  display: block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mrhVideo .videoBtn:hover {
  background: rgba(0, 0, 0, 0.2) url(../image/video_playbtn_h.png) center
    center no-repeat;
  background-size: 80px 80px;
}
.mrhVideo .mrhvideobg {
  height: 100vh;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  top: 0px;
  left: 0px;
}
.mrhVideo .mrhvideobg video {
  position: absolute;
  top: 55%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-38%);
  background-size: cover;
  transition: 1s opacity;
  z-index: 10;
  opacity: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .mrhVideo .mrhvideobg video {
    transform: translateX(-40%) translateY(-38%);
  }
}
.mrhVideo .swiper-slide-prev {
  transform: translate3d(-50%, 0px, 0px);
}
.mrhVideo .swiper-slide-next {
  transform: translate3d(50%, 0px, 0px);
}
.mrhVideo .swiper-slide-active {
  z-index: 99;
  opacity: 1;
  transform: scale(1.5);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mrhVideo .swiper-slide-active {
    transform: scale(1.7);
  }
}
.mrhVideo .swiper-slide-active .subtitle,
.mrhVideo .swiper-slide-active .videobtn {
  opacity: 1;
  font-size: 12px;
  display: block;
  width: 70%;
  text-align: center;
}
.mrhVideo .videolist-arrow {
  display: flex;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  height: 42px;
  width: 100%;
}
.mrhVideo .swiper-button-prev:after,
.mrhVideo .swiper-rtl .swiper-button-next:after,
.mrhVideo .swiper-button-next:after,
.mrhVideo .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.mrhVideo .swiper-button-next,
.mrhVideo .swiper-button-prev {
  width: 125px;
  height: 42px;
  display: inline-block;
  line-height: 42px;
  position: absolute;
  z-index: 40;
  color: #fff;
  font-size: 21px;
  text-align: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mrhVideo .swiper-button-next,
  .mrhVideo .swiper-button-prev {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .mrhVideo .swiper-button-next,
  .mrhVideo .swiper-button-prev {
    width: 105px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .mrhVideo .swiper-button-next span,
  .mrhVideo .swiper-button-prev span {
    display: none;
  }
}
.mrhVideo .swiper-button-next {
  right: 0px;
  padding-right: 40px;
  background: url(../image/slide_next.png) 80% center no-repeat;
}
.mrhVideo .swiper-button-prev {
  left: 0px;
  padding-left: 40px;
  background: url(../image/slide_prev.png) 20% center no-repeat;
}

.mrhVideo.fp-overflow.fp-table {
  display: inline-flex;
}

.nfts {
  width: 100%;
  min-height: 100vh;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  position: relative;
  padding-top: 100px;
  z-index: 50;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .nfts {
    padding-top: 20%;
  }
}
.nfts .container {
  max-width: 85%;
  z-index: 90;
  display: flex;
  height: 100vh;
  box-sizing: border-box;
  align-items: center;
  align-content: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nfts .container {
    max-width: 75%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nfts .container {
    max-width: 85%;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .nfts .container {
    max-width: 88%;
    padding: 0px;
    padding-top: 10%;
    align-items: flex-start;
  }
}
.nfts .wrapperbg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0px;
  z-index: 10;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .nfts .wrapperbg {
    background: url("../image/nftbg.jpg") center center no-repeat;
    background-size: cover;
  }
}
.nfts .wrapperbg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 20;
  content: "";
  display: inline-block;
}
.nfts .wrapperbg img {
  width: 100%;
  position: absolute;
  z-index: 10;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .nfts .wrapperbg img {
    width: auto;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .nfts .wrapperbg img.nfts_bg {
    display: none;
  }
}
.nfts .wrapperbg .nfts_main {
  top: 20%;
  position: absolute;
  width: 680px;
  right: 8%;
  opacity: 1;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .nfts .wrapperbg .nfts_main {
    top: 25%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nfts .wrapperbg .nfts_main {
    width: 480px;
    right: 5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nfts .wrapperbg .nfts_main {
    width: 480px;
    right: -5%;
    top: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nfts .wrapperbg .nfts_main {
    width: 480px;
    right: -5%;
    top: 25%;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .nfts .wrapperbg .nfts_main {
    width: 100%;
    top: 40%;
    right: 0%;
    bottom: 100px;
    left: 15%;
  }
}
.nfts .wrapperbg .nftshadebg {
  width: 500px;
  z-index: 60;
  position: absolute;
  margin-top: 210px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .nfts .wrapperbg .nftshadebg {
    width: 340px;
    margin-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nfts .wrapperbg .nftshadebg {
    width: 400px;
    margin-top: 110px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .nfts .wrapperbg .nftshadebg {
    display: none !important;
  }
}
.nfts .wrapperbg .nfts_img {
  z-index: 50;
  position: absolute;
  width: 100%;
  right: 12.5%;
  top: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nfts .wrapperbg .nfts_img {
    right: 5.5%;
    top: 24%;
  }
}
.nfts .nfts_content {
  position: relative;
  left: 5%;
  top: -5%;
  z-index: 50;
  height: 550px;
  width: 560px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nfts .nfts_content {
    top: 0;
    left: 0%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nfts .nfts_content {
    top: 5%;
    left: 0%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .nfts .nfts_content {
    top: 0%;
    left: 0%;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .nfts .nfts_content {
    top: 0%;
    left: 0%;
    width: 100%;
    height: auto;
  }
}
.nfts .nfts_content h3 {
  color: #1ae7d8;
  font-size: 58px;
  font-family: "Orbitron";
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 2px;
  position: absolute;
  top: 60px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .nfts .nfts_content h3 {
    font-size: 36px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nfts .nfts_content h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .nfts .nfts_content h3 {
    font-size: 36px;
  }
}
.nfts .nfts_content .learnmore {
  font-size: 16px;
  color: #1ae7d8;
  width: 180px;
  height: 58px;
  position: absolute;
  display: inline-block;
  line-height: 58px;
  margin-bottom: 10px;
  margin-top: 20px;
  top: 510px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nfts .nfts_content .learnmore {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .nfts .nfts_content .learnmore {
    display: none;
  }
}
.nfts .nfts_content .learnmore span {
  margin-right: 30px;
  display: inline-block;
}
.nfts .infoBox {
  width: 560px;
  height: 350px;
  padding: 40px 50px;
  background: url(../image/mrhbox_txtbg.png) left center no-repeat;
  background-size: contain;
  position: relative;
  z-index: 10;
  top: 150px;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nfts .infoBox {
    height: 260px;
    padding: 30px 60px 50px 40px;
    width: 560px;
    background: url(../image/mrhbox_txtbg_xl.png) left center no-repeat;
    background-size: contain;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nfts .infoBox {
    height: 320px;
    padding: 40px 0px 50px 40px;
    width: 440px;
    background: url(../image/mrhbox_txtbg.png) left center no-repeat;
    background-size: contain;
    margin-top: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nfts .infoBox {
    height: auto;
    padding: 30px 30px 40px 20px;
    width: 100%;
    margin-top: 0px;
    background: rgba(25, 44, 60, 0.7) url(../image/bg-effect.png) center
      center;
    background-size: contain;
    border: 1px solid rgba(26, 231, 216, 0.4);
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .nfts .infoBox {
    height: auto;
    padding: 15px 15px 15px 15px;
    width: 100%;
    margin-top: 0px;
    background: rgba(25, 44, 60, 0.7) url(../image/bg-effect.png) center
      center;
    background-size: contain;
    border: 1px solid rgba(26, 231, 216, 0.4);
    margin-top: -20px;
  }
}
.nfts .infoBox .txt {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Inter";
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .nfts .infoBox .txt {
    font-size: 12px;
  }
}

.latestNews {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  z-index: 40;
  position: relative;
  background: url(../image/latest_newsbg.jpg) center center no-repeat;
  background-size: cover;
}
.latestNews .container {
  max-width: 84%;
  opacity: 1 !important;
  margin-top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latestNews .container {
    max-width: 88%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px),
  (max-width: 767px) {
  .latestNews .container {
    max-width: 94%;
  }
}
.latestNews .glow-page-title {
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  margin-bottom: 40px;
  position: relative;
  z-index: 20;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .latestNews .glow-page-title {
    margin-bottom: 30px;
  }
}
.latestNews .glow-page-title .inner-title {
  -webkit-flex: 1;
  flex: 1;
  position: relative;
}
.latestNews .glow-page-title .inner-title::after {
  content: "";
  width: calc(100% - 2px);
  height: 1px;
  background: #1ae7d8;
  display: block;
  position: absolute;
  top: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .latestNews .glow-page-title .inner-title::after {
    top: 40px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .latestNews .glow-page-title .inner-title::after {
    top: 60px;
  }
}
.latestNews .glow-page-title .inner-title .title,
.latestNews .glow-page-title .inner-title .subtitle {
  left: 0px;
  font: 500 36px/36px "Orbitron";
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  color: #1ae7d8;
}
@media only screen and (min-width: 1600px) and (max-width: 1850px) {
  .latestNews .glow-page-title .inner-title .title,
  .latestNews .glow-page-title .inner-title .subtitle {
    font: 500 42px/42px "Orbitron";
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .latestNews .glow-page-title .inner-title .title,
  .latestNews .glow-page-title .inner-title .subtitle {
    font: 500 32px/32px "Orbitron";
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .latestNews .glow-page-title .inner-title .title,
  .latestNews .glow-page-title .inner-title .subtitle {
    font: 500 28px/28px "Orbitron";
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .latestNews .glow-page-title .inner-title .title,
  .latestNews .glow-page-title .inner-title .subtitle {
    font: 500 24px/24px "Orbitron";
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .latestNews .glow-page-title .inner-title .title,
  .latestNews .glow-page-title .inner-title .subtitle {
    letter-spacing: 0px;
  }
}
.latestNews .glow-page-title .inner-title .title::after,
.latestNews .glow-page-title .inner-title .subtitle::after {
  content: "/";
  padding-left: 17px;
  padding-right: 7px;
}
.latestNews .glow-page-title .link-title {
  padding-left: 22px;
  position: relative;
  margin-top: 34px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .latestNews .glow-page-title .link-title {
    margin-top: 14px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .latestNews .glow-page-title .link-title {
    display: none;
  }
}
.latestNews .glow-page-title .link-title::before {
  width: 6px;
  height: 30px;
  content: "";
  background: #1ae7d8;
  top: -4px;
  left: 7px;
  position: absolute;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  z-index: 2;
}
.latestNews .glow-page-title .link {
  top: -4px;
  text-transform: uppercase;
  font-size: 12px;
  color: #1ae7d8;
  padding: 10px 16px 0 14px;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-perspective: 1000;
  perspective: 1000;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .latestNews .glow-page-title .link {
    padding: 10px 8px 0 10px;
  }
}
.latestNews .glow-page-title .link::before {
  width: 100%;
  height: 2px;
  background: #1ae7d8;
  display: block;
  top: 0;
  left: 0;
  content: "";
  transition: ease-in-out 0.5s;
  position: absolute;
}
.latestNews .glow-page-title .link::after {
  content: "";
  position: absolute;
  background: #1ae7d8;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  height: 4px;
  width: 0;
  top: -3px;
  left: 0px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.latestNews .glow-page-title .link-title:hover::before {
  box-shadow: 14px 2px 50px 4px rgba(0, 255, 236, 0.79),
    2px 2px 12px 1px rgba(0, 255, 236, 0.5);
}
.latestNews .glow-page-title .link-title:hover .link::after {
  width: calc(100% + 2px);
  left: 0px;
  box-shadow: 14px 12px 50px 7px rgba(0, 112, 202, 0.79),
    0 0 12px 1px rgba(0, 112, 202, 0.6);
}
.latestNews .glow-page-title .link-title:hover .link::before {
  box-shadow: 14px 2px 50px 4px rgba(0, 255, 236, 0.79),
    2px 2px 12px 1px rgba(0, 255, 236, 0.5);
}
.latestNews .glow-page-title .view-all {
  font-size: 12px;
  color: #1ae7d8;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-perspective: 1000;
  perspective: 1000;
  margin-right: 15px;
}
.latestNews .glow-corners {
  position: absolute;
  width: 100%;
  z-index: 3;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.latestNews .glow-corners::before,
.latestNews .glow-corners::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: #00edff;
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.latestNews .glow-corners::before {
  left: 25px;
}
.latestNews .glow-corners::after {
  right: 25px;
}
.latestNews .glow-corners.top-corners {
  top: 25px;
}
.latestNews .glow-corners.top-corners::before {
  border-width: 1px 0 0 1px;
}
.latestNews .glow-corners.top-corners::after {
  border-width: 1px 1px 0 0;
}
.latestNews .glow-corners.bottom-corners {
  bottom: 33px;
}
.latestNews .glow-corners.bottom-corners::before {
  border-width: 0 0 1px 1px;
}
.latestNews .glow-corners.bottom-corners::after {
  border-width: 0 1px 1px 0;
}
.latestNews .postlist .newsSwiper {
  width: 100%;
}
.latestNews .postlist .card {
  border: none;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  transform: translateZ(0);
  border: 1px solid rgba(26, 231, 216, 0.6);
  transition-duration: 0.3s;
  transition-property: transform, box-shadow, color;
  transition-timing-function: ease-in-out;
  border-radius: 0px;
  overflow: hidden;
}
.latestNews .postlist .card .cardimg {
  min-height: 258px;
  overflow: hidden;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .latestNews .postlist .card .cardimg {
    min-height: 160px;
    height: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latestNews .postlist .card .cardimg {
    min-height: 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .latestNews .postlist .card .cardimg {
    min-height: 160px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .latestNews .postlist .card .cardimg {
    min-height: 160px;
  }
}
.latestNews .postlist .card img {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  object-fit: cover;
}
.latestNews .postlist .card .card-body {
  padding: 12px 30px;
  min-height: 180px;
  max-height: 180px;
  padding-bottom: 40px;
  background: none;
  position: relative;
  border-top: 0px;
}
@media only screen and (min-width: 1600px) and (max-width: 1850px) {
  .latestNews .postlist .card .card-body {
    min-height: 240px;
    max-height: 240px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .latestNews .postlist .card .card-body {
    padding: 15px 20px;
    min-height: 130px;
    max-height: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 320px) and (max-width: 767px),
  (max-width: 767px) {
  .latestNews .postlist .card .card-body {
    padding-top: 0.8rem;
    max-height: auto;
    padding: 12px 20px;
    min-height: 130px;
    max-height: 130px;
  }
}
.latestNews .postlist .card .card-body i.line {
  display: inline-block;
  height: 5px;
  width: 41px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .latestNews .postlist .card .card-body i.line {
    height: 2px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 320px) and (max-width: 767px),
  (max-width: 767px) {
  .latestNews .postlist .card .card-body i.line {
    display: none;
  }
}
.latestNews .postlist .card .card-body h3 {
  font-size: 21px;
  width: 100%;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .latestNews .postlist .card .card-body h3 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .latestNews .postlist .card .card-body h3 {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .latestNews .postlist .card .card-body h3 {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px),
  (max-width: 767px) {
  .latestNews .postlist .card .card-body h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.latestNews .postlist .card .card-body p {
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latestNews .postlist .card .card-body p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .latestNews .postlist .card .card-body p {
    font-size: 14px;
  }
}
.latestNews .postlist .card .card-body a {
  color: #1ae7d8;
}
.latestNews .postlist .card .card-body .viewbtn {
  display: flex;
  align-items: center;
  align-content: center;
  margin-top: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 320px) and (max-width: 767px),
  (max-width: 767px) {
  .latestNews .postlist .card .card-body .viewbtn {
    display: none;
  }
}
.latestNews .postlist .card .card-body .viewbtn span {
  color: #1ae7d8;
  font-size: 13px;
}
.latestNews .postlist .card .card-body .viewbtn img {
  width: 12px;
  margin-left: 15px;
}
.latestNews .postlist .card .card-body .viewbtn * {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  left: -75px;
  position: relative;
  opacity: 0;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
.latestNews .postlist .card:hover {
  cursor: pointer;
  transform: translateY(-8px) translateZ(0);
}
.latestNews .postlist .card:hover h2,
.latestNews .postlist .card:hover h5 {
  color: #fff;
}
.latestNews .postlist .card:hover p {
  color: #fff;
}
.latestNews .postlist .card:hover .viewbtn * {
  left: 0;
  opacity: 1;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.latestNews .postlist .card:hover .viewbtn span {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.latestNews .postlist .card:hover .viewbtn img {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.latestNews .postlist .card:hover .glow-corners::before {
  left: 0;
}
.latestNews .postlist .card:hover .glow-corners::after {
  right: 0;
}
.latestNews .postlist .card:hover .glow-corners.top-corners {
  top: 0;
}
.latestNews .postlist .card:hover .glow-corners.bottom-corners {
  bottom: 9px;
}
.latestNews .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  transform: skewX(-35.5deg);
  border-radius: 0px;
  background: #fff;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .latestNews .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
  }
}
.latestNews .swiper-pagination-bullet-active {
  background: #1be7d8;
}
.latestNews .swiper-pagination {
  bottom: 14% !important;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .latestNews .swiper-pagination {
    bottom: 12% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latestNews .swiper-pagination {
    bottom: 18% !important;
  }
}
.latestNews .swiper-wrapper {
  padding: 10px 0px;
}

/*----------------------------------------*/
/*  Newslist
/*----------------------------------------*/
/*pages*/
.modal-open .pageColumn .modal {
  position: fixed;
  z-index: 10008;
}

.pageColumn header {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.pageColumn .about_HyperNation {
  padding: 0px;
  background: url(https://www.metisai.top/static/images/page/aboutbg.html) center center no-repeat;
  background-size: cover;
}

.pageColumn .about_HyperNation .container {
  padding-top: 0px;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .about_HyperNation .container {
    width: 94%;
  }
}

.pageColumn .about_content h3,
.pageColumn .about_content .subtitle,
.pageColumn .about_content .learnmore,
.pageColumn .aboutContent .infoBox {
  opacity: 1;
}

.pageColumn .about_HyperNation .aboutContent {
  top: 0px;
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
}

.pageColumn .about_HyperNation .about_content h3 {
  top: 0px;
  font-family: "Orbitron";
  font-size: 64px;
  letter-spacing: 1px;
  line-height: 1;
}

@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .about_HyperNation .videobg {
    display: none;
  }
}

.pageColumn .manifesto {
  height: auto;
  /* background: url(../images/page/featuresbg_full.jpg) center center no-repeat; */
  /* background: url("../../newimgs/bg1.jpg") center center no-repeat; */
  background: url("../image/group1.jpg") center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.pageColumn .manifesto .container,
.pageColumn .manifesto .aboutContent {
  max-height: 100vh;
}

.pageColumn .manifesto .aboutContent {
  margin-top: 0%;
  margin-bottom: 25%;
  position: relative;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .manifesto .aboutContent {
    width: 100%;
    margin: 0px;
    top: 160px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .manifesto .aboutContent {
    top: 140px;
  }
}

.pageColumn .manifesto .aboutContent h3 {
  opacity: 1;
  letter-spacing: 1px;
  top: 0px;
  text-transform: uppercase;
  color: #fff;
  font-size: 42px;
  padding: 0px 40px 0px 40px;
  margin-bottom: 0px;
  font-family: "Orbitron";
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (min-width: 1600px) and (max-width: 1850px) {
  .pageColumn .manifesto .aboutContent h3 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pageColumn .manifesto .aboutContent h3 {
    font-size: 38px;
    padding: 0px 30px 0px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .pageColumn .manifesto .aboutContent h3 {
    font-size: 36px;
    line-height: 110%;
    padding: 0px 30px 0px 30px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .manifesto .aboutContent h3 {
    font-size: 28px;
    line-height: 110%;
    padding: 0px 30px 0px 30px;
  }
}

.pageColumn .manifesto .aboutContent h4 {
  letter-spacing: 1px;
  top: 0px;
  text-transform: uppercase;
  color: #00edff;
  font-size: 32px;
  padding: 40px 40px 10px 40px;
  margin-bottom: 0px;
  font-family: "blenderpro";
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .manifesto .aboutContent h4 {
    font-size: 24px;
    padding: 30px 30px 10px 30px;
  }
}

.pageColumn .manifesto .subtitle {
  top: 160px;
}

.pageColumn .manifesto .infoBox:hover .info-corners::before {
  left: 26px;
}

.pageColumn .manifesto .infoBox:hover .info-corners::after {
  right: 26px;
}

.pageColumn .manifesto .infoBox:hover .info-corners.top-corners {
  top: 0;
}

.pageColumn .manifesto .infoBox:hover .info-corners.bottom-corners {
  bottom: 9px;
}

.pageColumn .manifesto .infoBox {
  position: relative;
  top: 0px;
  opacity: 1;
  width: 80%;
  height: auto;
  padding: 40px 30px 50px 40px;
  margin-top: 0px;
  background: url(https://www.metisai.top/static/images/page/nftbox_txtbg.html) left center no-repeat;
  background-size: contain;
  border: 1px solid rgba(26, 231, 216, 0.4);
}

.pageColumn .manifesto .scrollBox {
  padding-right: 20px;
  height: 44vh;
  overflow: hidden;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .pageColumn .manifesto .scrollBox {
    height: 54vh;
  }
}

.pageColumn .manifesto .manifestoContent {
  margin-top: 25px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .pageColumn .manifesto .manifestoContent {
    margin-top: 40px;
  }
}
.pageColumn .manifesto .manifestoContent .mb-bar {
  position: relative;
  background-color: #1ae6d8;
}
.pageColumn .manifesto .manifestoContent .mb-bar::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  background: url(../image/scroll_bar.png) center center no-repeat;
  background-size: contain;
  left: -5px;
  bottom: 0px;
}
.pageColumn .manifesto .manifestoContent .mb-track {
  background-color: rgba(26, 230, 216, 0.2);
}
.pageColumn .manifesto .manifestoContent .mb-track-x {
  height: 2px;
  bottom: 4px;
}
.pageColumn .manifesto .manifestoContent .mb-track-x .mb-bar {
  height: 10px;
  top: -4px;
}
.pageColumn .manifesto .manifestoContent .mb-track-y {
  width: 2px;
  right: 6px;
}
.pageColumn .manifesto .manifestoContent .mb-track-y .mb-bar {
  width: 2px;
  left: 0px;
}

.pageColumn .manifesto .infoBox .contentTxt {
  font-size: 15px;
  line-height: 1.3;
  font-family: "Inter";
  letter-spacing: 1px;
  color: #fff;
  padding: 0px 14px 50px 40px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .pageColumn .manifesto .infoBox .contentTxt {
    padding: 0px 14px 50px 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pageColumn .manifesto .infoBox .contentTxt {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .manifesto .infoBox .contentTxt {
    font-size: 12px;
  }
}

.pageColumn .manifesto .manifesto_img {
  margin-top: 10%;
  position: fixed;
  z-index: 10;
  width: 50%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .pageColumn .manifesto .manifesto_img {
    margin-top: 12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .manifesto .manifesto_img {
    margin-top: 25%;
  }
}
.pageColumn .manifesto .manifesto_img img {
  width: 70%;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .pageColumn .manifesto .manifesto_img img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pageColumn .manifesto .manifesto_img img {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .manifesto .manifesto_img img {
    width: 90%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .pageColumn .manifesto .videobg video {
    transform: translateX(-40%) translateY(-48%);
  }
}

@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .manifesto .videobg video {
    display: none;
  }
}

.pageColumn .manifesto .infoBox {
  width: 100%;
  min-height: 68vh;
  border: 1px solid rgba(26, 231, 216, 0.4);
  background: none;
  padding: 0px;
  padding-bottom: 30px;
  background: rgba(25, 44, 60, 0.5) url(../image/bg-effect.png) center
    center;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .manifesto .infoBox {
    background: #192c3c url(../image/bg-effect.png) center center;
  }
}

.pageColumn .manifesto .infoBox .txt {
  padding: 30px 30px 40px 40px;
  line-height: 120%;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: "Inter";
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pageColumn .manifesto .infoBox .txt {
    font-size: 15px;
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .manifesto .infoBox .txt {
    font-size: 14px;
  }
}

.pageColumn .platform .platform_list .innerbox {
  opacity: 1 !important;
}

.pageColumn .platform .platform_content h3,
.pageColumn .platform_content .subtitle {
  opacity: 1;
}

.pageColumn .platform .listbg {
  opacity: 1;
}

.pageColumn .mrh {
  height: auto;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.pageColumn .mrh .container {
  min-height: 100vh;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .mrh .mrh_txt {
    height: 100vh;
    position: relative;
    z-index: 200;
  }
}

@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .mrh .mrh_txt {
    height: 100vh;
    position: relative;
    z-index: 200;
    margin-left: 10px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .mrh .mrh_img {
    position: absolute;
    z-index: 10;
    top: 100px;
  }
}

@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .mrh .mrh_img {
    position: absolute;
    z-index: 10;
    top: 130px;
  }
}

.pageColumn .mrh .mrh_content {
  top: 15%;
  left: 5%;
  height: auto;
  width: 100%;
  margin-left: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .mrh .mrh_content {
    top: initial;
    bottom: 100px;
    position: absolute;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .mrh .mrh_content {
    top: 150px !important;
    bottom: 100px;
    position: absolute;
  }
}

.pageColumn .mrh .jumbotron_txt_bg {
  top: 30%;
}

.pageColumn .mrh .mrhvideobg {
  padding: 0px;
  margin: 0px;
  background: url(../image/mrh_pagebg.jpg) left center no-repeat;
  background-size: cover;
  opacity: 1;
  background-attachment: fixed;
}

.pageColumn .mrh .mrh_content h3 {
  position: relative;
  opacity: 1;
  top: 0px;
  margin: 0px;
}
.pageColumn .mrh .mrh_content h3 span {
  font-size: 72px;
  margin: 0px;
  line-height: 1;
  font-family: "Orbitron";
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pageColumn .mrh .mrh_content h3 span {
    font-size: 64px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .mrh .mrh_content h3 span {
    font-size: 48px;
  }
}

.pageColumn .mrh .mrh_content p.subtitle {
  position: relative;
  color: #fff;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "blenderpro";
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .pageColumn .mrh .mrh_content p.subtitle {
    font-size: 24px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .mrh .mrh_content p.subtitle {
    font-size: 18px;
  }
}

.pageColumn .mrh .infoBox {
  position: relative;
  top: 0px;
  margin-top: 0px;
  opacity: 1;
  width: 84%;
  height: auto;
  padding: 30px 20px 30px 30px;
  border: 1px solid #1be7d8;
  background: rgba(25, 44, 60, 0.5) url(../image/bg-effect.png) center
    center;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .pageColumn .mrh .infoBox {
    padding: 40px 20px 40px 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .mrh .infoBox {
    width: 100%;
  }
}

.pageColumn .mrh .scrollBox {
  padding-right: 20px;
  height: 45vh;
  overflow: hidden;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .pageColumn .mrh .scrollBox {
    height: 54vh;
  }
}

.pageColumn .mrh .manifestoContent .mb-bar {
  position: relative;
  background-color: #1ae6d8;
}

.pageColumn .mrh .manifestoContent .mb-bar::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  background: url(../image/scroll_bar.png) center center no-repeat;
  background-size: contain;
  left: -5px;
  bottom: 0px;
}

.pageColumn .mrh .manifestoContent .mb-track {
  background-color: rgba(26, 230, 216, 0.2);
}

.pageColumn .mrh .manifestoContent .mb-track-x {
  height: 2px;
  bottom: 4px;
}

.pageColumn .mrh .manifestoContent .mb-track-x .mb-bar {
  height: 10px;
  top: -4px;
}

.pageColumn .mrh .manifestoContent .mb-track-y {
  width: 2px;
  right: 6px;
}

.pageColumn .mrh .manifestoContent .mb-track-y .mb-bar {
  width: 2px;
  left: 0px;
}

.pageColumn .mrhVideolist .mrh-read_content {
  height: 650px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 5rem;
  transform: translateZ(0);
  transition-duration: 0.3s;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .pageColumn .mrhVideolist .mrh-read_content {
    height: 720px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pageColumn .mrhVideolist .mrh-read_content {
    height: 450px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pageColumn .mrhVideolist .mrh-read_content {
    height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .mrhVideolist .mrh-read_content {
    height: 250px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .mrhVideolist .mrh-read_content {
    height: 160px;
  }
}
.pageColumn .mrhVideolist .mrh-read_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageColumn .mrhVideolist .mrh-read_content:hover {
  cursor: pointer;
  transform: translateY(-8px) translateZ(0);
}

.pageColumn .mrhVideolist .mrh-read_content__title {
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  margin: 0 0 3.2rem 3.2rem;
  max-width: 62%;
  line-height: 130%;
  color: #fff;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .mrhVideolist .mrh-read_content__title {
    font-size: 24px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .mrhVideolist .mrh-read_content__title {
    display: none;
  }
}

.pageColumn .mrh .mrh_main {
  width: 100%;
}

.pageColumn .mrh .mrh_main .imgbox {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  align-content: center;
  margin-top: -40px;
}

.pageColumn .mrh .mrh_main img {
  width: 580px;
  opacity: 1;
  bottom: auto;
  position: relative;
  top: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .mrh .mrh_main img {
    width: 480px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .mrh .mrh_main img {
    width: 80%;
  }
}

.pageColumn .mrh .mrh_main .playvideo {
  top: 20% !important;
  opacity: 1;
}

.pageColumn .mrh .mrh_main .slogan {
  opacity: 1;
  bottom: 0px;
}

.pageColumn .mrh .infoBox .txt {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 2px;
  font-family: "Inter";
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .pageColumn .mrh .infoBox .txt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pageColumn .mrh .infoBox .txt {
    font-size: 13px;
    line-height: 120%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .mrh .infoBox .txt {
    font-size: 12px;
    line-height: 120%;
  }
}

.pageColumn .mrhVideolist .container {
  max-width: 76%;
  opacity: 1;
  margin-top: 10px;
}

.pageColumn .mrhVideolist .glow-page-title {
  margin-bottom: 40px;
}

.pageColumn .mrhVideolist .postlist .col-lg-4,
.pageColumn .mrhVideolist .postlist .col-sm-12 {
  padding: 0px 25px;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .mrhVideolist .postlist .col-lg-4,
  .pageColumn .mrhVideolist .postlist .col-sm-12 {
    padding: 0px 15px;
  }
}

.pageColumn .nfts .container {
  opacity: 1;
  height: auto;
  min-height: calc(100% - 110px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .nfts .container {
    max-width: 84%;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .nfts .container {
    max-width: 88%;
    height: auto;
    min-height: auto;
  }
}

.pageColumn .nfts {
  padding-top: 150px;
  padding-left: 0px;
  padding-right: 0px;
}

.pageColumn .nfts .wrapperbg {
  height: 100vh;
}

.pageColumn .nfts .pageTitle {
  position: relative;
}

.pageColumn .nfts .nfts_content {
  position: relative;
  top: 0px;
  height: auto;
  margin-top: 7.5%;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .pageColumn .nfts .nfts_content {
    width: 40%;
    margin-top: 12.5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pageColumn .nfts .nfts_content {
    margin-top: 8%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .nfts .nfts_content {
    width: 100%;
    margin-top: 12%;
  }
}

.pageColumn .nfts .nfts_content h3 {
  opacity: 1;
  letter-spacing: 1px;
  top: 0px;
  text-transform: uppercase;
  font-size: 54px;
  margin-bottom: 20px;
  font-family: "Orbitron";
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .nfts .nfts_content h3 {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pageColumn .nfts .nfts_content h3 {
    font-size: 64px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .pageColumn .nfts .nfts_content h3 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .nfts .nfts_content h3 {
    font-size: 42px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .nfts .nfts_content h3 {
    font-size: 32px;
  }
}

.pageColumn .nfts .infoBox {
  width: 100%;
  height: auto;
  padding: 20px 20px 50px;
  border: 1px solid #1be7d8;
  background: rgba(25, 44, 60, 0.5) url(../image/bg-effect.png) center
    center;
  opacity: 1;
  top: 0px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .pageColumn .nfts .infoBox {
    padding: 50px 30px 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .nfts .infoBox {
    padding: 20px 30px 50px;
    background: rgba(25, 44, 60, 0.8) url(../image/bg-effect.png) center
      center;
  }
}

.pageColumn .nfts .wrapperbg .nfts_main {
  top: 24%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .nfts .wrapperbg .nfts_main {
    top: 54%;
    right: 0%;
  }
}

@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .nfts .nfts_bg {
    display: none;
  }
}

.pageColumn .nfts .infoBox .txt {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: "Inter";
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pageColumn .nfts .infoBox .txt {
    font-size: 13px;
    line-height: 120%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .nfts .infoBox .txt {
    font-size: 12px;
    line-height: 120%;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .nfts .infoBox .txt {
    font-size: 12px;
    line-height: 120%;
  }
}

.pageColumn .nfts .nfts_content .learnmore {
  top: 460px;
  opacity: 1;
}

.pageColumn .latestNews {
  background: none;
  background: url(../image/newsbg.jpg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .latestNews {
    background: #000;
  }
}

.pageColumn .latestNews.mrhVideolist {
  background: #000;
  background-size: cover;
}

.pageColumn .latestNews.manifestoVideo {
  background: #000;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 320px) and (max-width: 767px),
  (max-width: 767px) {
  .pageColumn .latestNews.manifestoVideo {
    min-height: 50vh;
  }
}

@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .latestNews.manifestoVideo .glow-page-title {
    margin-top: 0px;
  }
}

.pageColumn .latestNews .container {
  max-width: 76%;
  opacity: 1;
  padding-top: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .latestNews .container {
    max-width: 84%;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .latestNews .container {
    max-width: 96%;
    padding-top: 80px;
  }
}

.pageColumn .latestNews .postlist .col-lg-4,
.pageColumn .latestNews .postlist .col-sm-12 {
  padding: 0px 25px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .latestNews .postlist .col-lg-4,
  .pageColumn .latestNews .postlist .col-sm-12 {
    padding: 0px 15px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .latestNews .postlist .col-lg-4,
  .pageColumn .latestNews .postlist .col-sm-12 {
    padding: 0px 15px;
  }
}

.pageColumn .latestNews .postlist {
  padding-bottom: 120px;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .latestNews .postlist {
    padding-bottom: 40px;
  }
}

.pageColumn .latestNews .postlist .card {
  margin-bottom: 80px;
  border: 1px solid #282828;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .latestNews .postlist .card {
    margin-bottom: 50px;
  }
}

.pageColumn .latestNews .postlist .card .card-body {
  min-height: 170px;
  max-height: 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .latestNews .postlist .card .card-body {
    min-height: 150px;
    max-height: 150px;
  }
}

.pageColumn .latestNews .glow-page-title {
  margin-top: 80px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .latestNews .glow-page-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .latestNews .glow-page-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.pageColumn .latestNews .glow-page-title .inner-title {
  position: relative;
}
.pageColumn .latestNews .glow-page-title .inner-title .title,
.pageColumn .latestNews .glow-page-title .inner-title .subtitle {
  font-family: "Orbitron";
  letter-spacing: 1px;
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1.2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pageColumn .latestNews .glow-page-title .inner-title .title,
  .pageColumn .latestNews .glow-page-title .inner-title .subtitle {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .pageColumn .latestNews .glow-page-title .inner-title .title,
  .pageColumn .latestNews .glow-page-title .inner-title .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .latestNews .glow-page-title .inner-title .title,
  .pageColumn .latestNews .glow-page-title .inner-title .subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.pageColumn .latestNews .glow-page-title .inner-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21px;
  content: "";
  background: none;
  display: inline-block;
  background-image: url(../image/vector_mustRead.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
  top: 60px;
  opacity: 0.2;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .latestNews .glow-page-title .inner-title::after {
    top: 40px;
  }
}

.pageColumn .latestNews .postlist .card .cardimg {
  min-height: 215px;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pageColumn .latestNews .postlist .card .cardimg {
    min-height: 160px;
    height: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pageColumn .latestNews .postlist .card .cardimg {
    min-height: 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .pageColumn .latestNews .postlist .card .cardimg {
    min-height: 160px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .latestNews .postlist .card .cardimg {
    min-height: 160px;
  }
}

.pageColumn .latestNews .card .cardimg img {
  max-width: 100%;
}

.pageColumn .latestNews .videoBtn {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url(../image/video_playbtn.png) center
    center no-repeat;
  background-size: 90px 90px;
  position: absolute;
  z-index: 20;
  display: block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  top: 0px;
}

.pageColumn .latestNews .videoBtn:hover {
  background: rgba(0, 0, 0, 0.2) url(../image/video_playbtn_h.png) center
    center no-repeat;
  background-size: 90px 90px;
}

.pageColumn .mrhVideolist .glow-page-title .inner-title::after {
  background-image: url(../image/vector_mustRead_black.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
}

.pageColumn .mrhVideolist .glow-page-title {
  margin-bottom: 20px;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .pageColumn .mrhVideolist .glow-page-title {
    margin-bottom: 0px;
  }
}

.newsdetail {
  height: auto;
  min-height: 100vh;
  padding-top: 6%;
  padding-bottom: 8%;
  background: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .newsdetail {
    padding-top: 130px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .newsdetail {
    padding-top: 100px;
  }
}
.newsdetail .news_show {
  color: #000;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .newsdetail .news_show img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .newsdetail #breadcrumbs {
    display: none;
  }
}
.newsdetail #breadcrumbs a {
  color: #000;
}
.newsdetail #breadcrumbs a,
.newsdetail #breadcrumbs span {
  padding: 0 0.2rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .newsdetail #breadcrumbs a,
  .newsdetail #breadcrumbs span {
    display: none;
  }
}
.newsdetail .titlebar {
  padding-bottom: 10px;
  border-bottom: 1px solid #6c6c6c;
  margin-bottom: 2rem;
}
.newsdetail .titlebar a {
  color: #000;
  font-size: 2rem;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .newsdetail .titlebar a {
    font-size: 1.2rem;
  }
}
.newsdetail .titlebar h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .newsdetail .titlebar h1 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .newsdetail .titlebar h1 {
    font-size: 1.5rem;
  }
}
.newsdetail .backtobtn {
  padding: 0px 30px;
  height: 40px;
  color: #fff;
  margin: 0 auto;
  line-height: 2;
  margin-top: 50px;
  background: #1ae7d8;
  width: 180px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transform: skewX(-35.5deg);
}
.newsdetail .backtobtn span {
  transform: skewX(35.5deg);
}

.tokeneCosystem {
  padding-top: 8%;
  background: #000 url(../image/videolist_bg.jpg) center center no-repeat;
  background-attachment: fixed;
}
.tokeneCosystem .container {
  max-width: 78%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .tokeneCosystem .container {
    max-width: 92%;
  }
}
.tokeneCosystem .news_show {
  color: #fff;
}
.tokeneCosystem .content {
  margin-top: 80px;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .tokeneCosystem .content {
    margin-top: 60px;
  }
}
.tokeneCosystem .glow-page-title {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tokeneCosystem .glow-page-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .tokeneCosystem .glow-page-title {
    margin-top: 80px;
    margin-bottom: 20px;
  }
}
.tokeneCosystem .glow-page-title .inner-title {
  position: relative;
}
.tokeneCosystem .glow-page-title .inner-title .title,
.tokeneCosystem .glow-page-title .inner-title .subtitle {
  font-family: "Orbitron";
  letter-spacing: 1px;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1.2;
  color: #1ae7d8;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tokeneCosystem .glow-page-title .inner-title .title,
  .tokeneCosystem .glow-page-title .inner-title .subtitle {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tokeneCosystem .glow-page-title .inner-title .title,
  .tokeneCosystem .glow-page-title .inner-title .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .tokeneCosystem .glow-page-title .inner-title .title,
  .tokeneCosystem .glow-page-title .inner-title .subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.tokeneCosystem .glow-page-title .inner-title .title::after,
.tokeneCosystem .glow-page-title .inner-title .subtitle::after {
  content: "/";
  padding-left: 17px;
  padding-right: 7px;
}
.tokeneCosystem .glow-page-title .inner-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21px;
  content: "";
  background: none;
  display: inline-block;
  background-image: url(../image/vector_mustRead.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
  top: 60px;
  opacity: 0.2;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .tokeneCosystem .glow-page-title .inner-title::after {
    top: 40px;
  }
}
.tokeneCosystem .titlebar {
  position: relative;
  border-bottom: 1px solid #292929;
}
.tokeneCosystem .titlebar h1 a {
  text-transform: uppercase;
  font-size: 42px;
  margin-bottom: 20px;
  margin-top: 10px;
  letter-spacing: 1px;
  color: #1ae7d8;
  font-family: "Orbitron";
}
.tokeneCosystem .linkbtn {
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 20px;
  border: 1px solid #1ae7d8;
  color: #1ae7d8;
  border-radius: 30px;
  padding: 4px 20px;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .tokeneCosystem .linkbtn {
    position: relative;
  }
}
.tokeneCosystem .linkbtn i {
  margin-right: 6px;
}

.faqs {
  padding: 10rem 0px 8rem 0px;
  background: #000 url(../image/videolist_bg.jpg) center center no-repeat;
  position: relative;
  background-attachment: fixed;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .faqs {
    padding: 8rem 0px 8rem 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .faqs {
    padding: 6rem 0px 6rem 0px;
  }
}
.faqs .glow-page-title {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .faqs .glow-page-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .faqs .glow-page-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.faqs .glow-page-title .inner-title {
  position: relative;
}
.faqs .glow-page-title .inner-title .title,
.faqs .glow-page-title .inner-title .subtitle {
  font-family: "Orbitron";
  letter-spacing: 1px;
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1.2;
  color: #1ae7d8;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .faqs .glow-page-title .inner-title .title,
  .faqs .glow-page-title .inner-title .subtitle {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .faqs .glow-page-title .inner-title .title,
  .faqs .glow-page-title .inner-title .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .faqs .glow-page-title .inner-title .title,
  .faqs .glow-page-title .inner-title .subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.faqs .glow-page-title .inner-title .title::after,
.faqs .glow-page-title .inner-title .subtitle::after {
  content: "/";
  padding-left: 17px;
  padding-right: 7px;
}
.faqs .glow-page-title .inner-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21px;
  content: "";
  background: none;
  display: inline-block;
  background-image: url(../image/vector_mustRead.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
  top: 60px;
  opacity: 0.2;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .faqs .glow-page-title .inner-title::after {
    top: 40px;
  }
}
.faqs .card {
  background: #1b1b1b;
  border-radius: 0px;
  border-left: none;
  border-right: none;
  margin-bottom: 1rem;
}
.faqs .card button {
  text-decoration: none !important;
  color: #fff;
  border-radius: 0px;
  padding: 1rem 1.8rem;
  margin: 0px;
  text-transform: uppercase;
  font-weight: bold;
  background: #05707c url(https://www.metisai.top/static/images/common/collapseOpen.html) 98% center
    no-repeat;
  font-family: "Cairo";
  letter-spacing: 1px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faqs .card button {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faqs .card button {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .faqs .card button {
    font-size: 18px;
    padding-left: 3%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .faqs .card button {
    padding-left: 3%;
    font-size: 15px;
  }
}
.faqs .card button:hover {
  color: #fff;
  text-decoration: none;
}
.faqs .card button.collapsed {
  background: url(https://www.metisai.top/static/images/common/collapseClose.html) 98% center no-repeat;
}
.faqs .card button.collapsed:hover {
  color: #fff;
  background: #05707c url(https://www.metisai.top/static/images/common/collapseClose.html) 98% center
    no-repeat;
  text-decoration: none;
}
.faqs .card .card-header {
  background: none;
}
.faqs .card .card-header {
  border-radius: 0;
  margin-bottom: -1px;
  border-bottom: none;
  padding: 0rem 0rem 0rem 0px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .faqs .card .card-header {
    font-size: 15px;
  }
}
.faqs .card .card-body {
  padding-top: 0px;
  background: #232323;
  color: #fff;
  font-size: 18px;
  padding: 1rem 2rem 2rem 2rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .faqs .card .card-body {
    font-size: 1rem;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .faqs .card .card-body {
    font-size: 15px;
    padding: 1rem 1.5rem 2rem 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .faqs .card .card-body p {
    font-weight: 400;
  }
}
.faqs .card h2 {
  position: relative;
}

.page-platform,
.platform-app-block {
  min-height: 100vh;
  display: flex;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  background: url(../image/platform_popbg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.page-platform .container,
.platform-app-block .container {
  max-width: 84%;
  margin-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 160px;
  position: relative;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .page-platform .container,
  .platform-app-block .container {
    max-width: 88%;
  }
}

.page-platform .platformSwiper,
.page-platform .platformAppSwiper,
.platform-app-block .platformSwiper,
.platform-app-block .platformAppSwiper {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0px;
}

.page-platform .glow-page-title,
.platform-app-block .glow-page-title {
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  margin-bottom: 70px;
  position: relative;
  z-index: 20;
  position: relative;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .page-platform .glow-page-title,
  .platform-app-block .glow-page-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.page-platform .glow-page-title .inner-title,
.platform-app-block .glow-page-title .inner-title {
  -webkit-flex: 1;
  flex: 1;
  position: relative;
}
.page-platform .glow-page-title .inner-title::after,
.platform-app-block .glow-page-title .inner-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21px;
  content: "";
  background: none;
  display: inline-block;
  background-image: url(../image/vector_mustRead.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
  top: 50px;
  opacity: 0.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-platform .glow-page-title .inner-title::after,
  .platform-app-block .glow-page-title .inner-title::after {
    top: 40px;
  }
}
.page-platform .glow-page-title .inner-title .title,
.page-platform .glow-page-title .inner-title .subtitle,
.platform-app-block .glow-page-title .inner-title .title,
.platform-app-block .glow-page-title .inner-title .subtitle {
  left: 0px;
  position: relative;
  color: #1ae7d8;
  font-family: "Orbitron";
  letter-spacing: 1px;
  font-size: 45px;
  margin-bottom: 20px;
  line-height: 45px;
}
@media only screen and (min-width: 1600px) and (max-width: 1850px) {
  .page-platform .glow-page-title .inner-title .title,
  .page-platform .glow-page-title .inner-title .subtitle,
  .platform-app-block .glow-page-title .inner-title .title,
  .platform-app-block .glow-page-title .inner-title .subtitle {
    font: 500 42px/42px "Orbitron";
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .page-platform .glow-page-title .inner-title .title,
  .page-platform .glow-page-title .inner-title .subtitle,
  .platform-app-block .glow-page-title .inner-title .title,
  .platform-app-block .glow-page-title .inner-title .subtitle {
    font: 500 32px/32px "Orbitron";
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .page-platform .glow-page-title .inner-title .title,
  .page-platform .glow-page-title .inner-title .subtitle,
  .platform-app-block .glow-page-title .inner-title .title,
  .platform-app-block .glow-page-title .inner-title .subtitle {
    font: 500 28px/28px "Orbitron";
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .page-platform .glow-page-title .inner-title .title,
  .page-platform .glow-page-title .inner-title .subtitle,
  .platform-app-block .glow-page-title .inner-title .title,
  .platform-app-block .glow-page-title .inner-title .subtitle {
    font: 500 24px/24px "Orbitron";
  }
}
.page-platform .glow-page-title .inner-title .title::after,
.page-platform .glow-page-title .inner-title .subtitle::after,
.platform-app-block .glow-page-title .inner-title .title::after,
.platform-app-block .glow-page-title .inner-title .subtitle::after {
  content: "/";
  padding-left: 17px;
  padding-right: 7px;
}

.page-platform .swiper-pagination-bullet,
.platform-app-block .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  transform: skewX(-35.5deg);
  border-radius: 0px;
  background: #fff;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .page-platform .swiper-pagination-bullet,
  .platform-app-block .swiper-pagination-bullet {
    width: 15px;
    height: 2px;
  }
}

.page-platform .swiper-pagination-bullet-active,
.platform-app-block .swiper-pagination-bullet-active {
  background: #1be7d8;
}

.page-platform .swiper-pagination,
.platform-app-block .swiper-pagination {
  bottom: 0% !important;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-platform .swiper-pagination,
  .platform-app-block .swiper-pagination {
    bottom: 6% !important;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .page-platform .swiper-pagination,
  .platform-app-block .swiper-pagination {
    bottom: 5% !important;
  }
}

.page-platform .swiper-wrapper,
.platform-app-block .swiper-wrapper {
  padding: 10px 0px;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .page-platform .swiper-wrapper,
  .platform-app-block .swiper-wrapper {
    padding: 0px;
  }
}

.page-platform .sliderInner,
.platform-app-block .sliderInner {
  border: 1px solid rgba(26, 231, 216, 0.4);
  background: rgba(25, 44, 60, 0.5) url(../image/bg-effect.png) center
    center;
  box-shadow: none;
  color: #fff;
  padding: 50px 0px;
  min-height: 460px;
  position: relative;
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-platform .sliderInner,
  .platform-app-block .sliderInner {
    padding: 30px 40px;
    min-height: 380px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-platform .sliderInner,
  .platform-app-block .sliderInner {
    min-width: 500px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .page-platform .sliderInner,
  .platform-app-block .sliderInner {
    min-width: 98%;
    min-height: 400px;
    padding: 45px 0px;
    margin: 0px 2px;
  }
}
.page-platform .sliderInner:hover,
.platform-app-block .sliderInner:hover {
  cursor: pointer;
  transform: translateY(-8px) translateZ(0);
}
.page-platform .sliderInner .card-body,
.platform-app-block .sliderInner .card-body {
  padding: 0px 40px;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .page-platform .sliderInner .card-body,
  .platform-app-block .sliderInner .card-body {
    padding: 0px 20px;
  }
}
.page-platform .sliderInner h3,
.platform-app-block .sliderInner h3 {
  font-size: 28px;
  color: #1ddacf;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: "Cairo";
  letter-spacing: 1px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .page-platform .sliderInner h3,
  .platform-app-block .sliderInner h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .page-platform .sliderInner h3,
  .platform-app-block .sliderInner h3 {
    font-size: 21px;
  }
}
.page-platform .sliderInner h5,
.platform-app-block .sliderInner h5 {
  font-size: 18px;
  font-weight: 500;
  font-family: "tt_mussels_regular";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .page-platform .sliderInner h5,
  .platform-app-block .sliderInner h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .page-platform .sliderInner h5,
  .platform-app-block .sliderInner h5 {
    display: none;
  }
}
.page-platform .sliderInner p.intro,
.platform-app-block .sliderInner p.intro {
  font-size: 15px;
  color: #fff;
  margin: 0px;
  letter-spacing: 1px;
  font-family: "Inter";
  line-height: 1.3;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .page-platform .sliderInner p.intro,
  .platform-app-block .sliderInner p.intro {
    font-size: 13px;
  }
}
.page-platform .sliderInner .icoimg,
.platform-app-block .sliderInner .icoimg {
  position: absolute;
  bottom: 40px;
  max-width: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .page-platform .sliderInner .icoimg,
  .platform-app-block .sliderInner .icoimg {
    max-width: 80px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .page-platform .sliderInner .icoimg,
  .platform-app-block .sliderInner .icoimg {
    max-width: 72px;
  }
}

.page-platform .glow-corners,
.platform-app-block .glow-corners {
  position: absolute;
  width: 100%;
  z-index: 3;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.page-platform .glow-corners::before,
.page-platform .glow-corners::after,
.platform-app-block .glow-corners::before,
.platform-app-block .glow-corners::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: #00edff;
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.page-platform .glow-corners::before,
.platform-app-block .glow-corners::before {
  left: 25px;
}

.page-platform .glow-corners::after,
.platform-app-block .glow-corners::after {
  right: 25px;
}

.page-platform .glow-corners.top-corners,
.platform-app-block .glow-corners.top-corners {
  top: 25px;
}

.page-platform .glow-corners.top-corners::before,
.platform-app-block .glow-corners.top-corners::before {
  border-width: 1px 0 0 1px;
}

.page-platform .glow-corners.top-corners::after,
.platform-app-block .glow-corners.top-corners::after {
  border-width: 1px 1px 0 0;
}

.page-platform .glow-corners.bottom-corners,
.platform-app-block .glow-corners.bottom-corners {
  bottom: 33px;
}

.page-platform .glow-corners.bottom-corners::before,
.platform-app-block .glow-corners.bottom-corners::before {
  border-width: 0 0 1px 1px;
}

.page-platform .glow-corners.bottom-corners::after,
.platform-app-block .glow-corners.bottom-corners::after {
  border-width: 0 1px 1px 0;
}

.page-platform .sliderInner:hover .glow-corners::before,
.platform-app-block .sliderInner:hover .glow-corners::before {
  left: 0;
}

.page-platform .sliderInner:hover .glow-corners::after,
.platform-app-block .sliderInner:hover .glow-corners::after {
  right: 0;
}

.page-platform .sliderInner:hover .glow-corners.top-corners,
.platform-app-block .sliderInner:hover .glow-corners.top-corners {
  top: 0;
}

.page-platform .sliderInner:hover .glow-corners.bottom-corners,
.platform-app-block .sliderInner:hover .glow-corners.bottom-corners {
  bottom: 9px;
}

.platform-app-block {
  display: none;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .platform-app-block {
    display: block;
    min-height: auto;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .platform-app-block .swiper-pagination {
    bottom: 10% !important;
  }
}

.paper {
  margin: 0 auto;
}

.pagination li {
  border: 1px solid #282828;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 12px 24px;
  color: #ffffff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.pagination span.active {
  color: #ffffff;
  background: #05707c;
}

.pagination a:hover,
.pagination a:hover span {
  color: #fff;
}

.pagination li:hover a {
  background: #05707c;
}

/* Smart Contract */
.smartContract .container {
  max-width: 85%;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .container {
    max-width: 88%;
  }
}

.smartContract h2,
.smartContract h3,
.smartContract h4,
.smartContract h5,
.smartContract a,
.smartContract p {
  color: #fff;
}

.smartContract .smartIntro {
  min-height: 100vh;
  display: flex;
  z-index: 90;
  align-items: center;
  align-content: center;
  background: url(../image/smartintro_bg.jpg) center center no-repeat;
  background-size: cover;
}
.smartContract .smartIntro .infoBox {
  width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .smartIntro .infoBox {
    width: 90%;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .smartIntro .infoBox {
    width: 100%;
  }
}
.smartContract .smartIntro .infoBox h2 {
  font-size: 54px;
  top: 20px !important;
  font-family: "Orbitron";
  font-weight: 600;
  margin-bottom: 20px;
  color: #1ae7d8;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .smartContract .smartIntro .infoBox h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .smartIntro .infoBox h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .smartIntro .infoBox h2 {
    font-size: 28px;
  }
}
.smartContract .smartIntro .infoBox a {
  color: #1ae7d8;
  margin-left: 6px;
}
.smartContract .smartIntro .infoBox p {
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
  padding: 30px;
  padding-bottom: 30px;
  background: rgba(0, 0, 0, 0.5) url(../image/bg-effect.png) center center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .smartContract .smartIntro .infoBox p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .smartIntro .infoBox p {
    font-size: 14px;
    line-height: 1.5;
    padding: 20px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .smartIntro .infoBox p {
    font-size: 13px;
    line-height: 1.5;
    padding: 20px;
  }
}
.smartContract .smartIntro .btnBox {
  width: 230px;
  height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  font-weight: 500;
  color: #1ae7d8;
  font-size: 18px;
  background: url(../image/slider_btnbg.png) center center no-repeat;
  background-size: contain;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .smartIntro .btnBox {
    height: 42px;
    font-size: 15px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .smartIntro .btnBox {
    width: 180px;
    height: 36px;
    font-size: 13px;
  }
}
.smartContract .smartIntro .btnBox a {
  color: #fff;
}

.smartContract .hntToken {
  text-align: center;
  background: url(../image/hnttoken_bg.jpg) center center no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  z-index: 90;
  align-items: center;
  align-content: center;
}
.smartContract .hntToken .container {
  width: 60%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .hntToken .container {
    width: 90%;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .hntToken .container {
    margin-top: -10%;
    width: 90%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .smartContract .hntToken .container img {
    width: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .hntToken .container img {
    width: 230px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .hntToken .container img {
    width: 180px;
  }
}
.smartContract .hntToken .container h5 {
  font-size: 54px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: "Orbitron";
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .smartContract .hntToken .container h5 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .hntToken .container h5 {
    font-size: 32px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .hntToken .container h5 {
    font-size: 24px;
  }
}
.smartContract .hntToken .container p {
  font-size: 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
  padding: 30px;
  padding-bottom: 30px;
  background: rgba(0, 0, 0, 0.5) url(../image/bg-effect.png) center center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .smartContract .hntToken .container p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .hntToken .container p {
    padding: 20px;
    font-size: 15px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .hntToken .container p {
    font-size: 13px;
    padding: 20px;
  }
}

.smartContract .howToUsed {
  text-align: center;
  background: url(../image/howtoused_bg.jpg) center center no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  z-index: 90;
  align-items: center;
  align-content: center;
}
.smartContract .howToUsed .container {
  max-width: 78%;
}
.smartContract .howToUsed .container h2 {
  color: #1ae7d8;
  font-family: "Orbitron";
  letter-spacing: 1px;
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .smartContract .howToUsed .container h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .howToUsed .container h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .howToUsed .container h2 {
    font-size: 24px;
  }
}
.smartContract .howToUsed .usedInner {
  border: 1px solid rgba(26, 231, 216, 0.9);
  background: rgba(25, 44, 60, 0.8) url(../image/bg-effect.png) center
    center;
  box-shadow: none;
  color: #fff;
  /* padding: 120px 30px; */
  padding: 40px 30px;
  min-height: 160px;
  position: relative;
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /* -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0px 1.5%; */
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  margin: 0px 1%;
  /* -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0px 1%; */
  transform: skewX(-5.5deg);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .smartContract .howToUsed .usedInner {
    padding: 60px 30px;
    min-height: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .howToUsed .usedInner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    padding: 40px 30px;
    min-height: auto;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .howToUsed .usedInner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 20px;
    min-height: auto;
    margin-bottom: 10px;
  }
}
.smartContract .howToUsed .usedInner .content {
  transform: skewX(5.5deg);
  position: relative;
  z-index: 10;
}
.smartContract .howToUsed .usedInner .num {
  font-family: "tt_mussels_regular";
  font-size: 64px;
  color: #1ae7d8;
  opacity: 0.3;
  position: absolute;
  z-index: 100;
  right: 5%;
  bottom: 2%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .smartContract .howToUsed .usedInner .num {
    font-size: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .howToUsed .usedInner .num {
    font-size: 42px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .howToUsed .usedInner .num {
    font-size: 32px;
    bottom: 0%;
  }
}
.smartContract .howToUsed .usedInner h4 {
  font-size: 34px;
  color: #1ae7d8;
  font-family: "Orbitron";
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .smartContract .howToUsed .usedInner h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .howToUsed .usedInner h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .howToUsed .usedInner h4 {
    font-size: 16px;
  }
}
.smartContract .howToUsed .usedInner p {
  font-size: 18px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .smartContract .howToUsed .usedInner p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .howToUsed .usedInner p {
    font-size: 14px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .howToUsed .usedInner p {
    font-size: 12px;
  }
}

.smartContract .prosOfsmart {
  text-align: center;
  background: url(../image/prosofsmart_bg.jpg) center center no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  z-index: 90;
  align-items: center;
  align-content: center;
}
.smartContract .prosOfsmart .container h2 {
  color: #1ae7d8;
  font-family: "Orbitron";
  letter-spacing: 1px;
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .smartContract .prosOfsmart .container h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .prosOfsmart .container h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .prosOfsmart .container h2 {
    font-size: 21px;
    margin-bottom: 1rem;
  }
}
.smartContract .prosOfsmart .prosInner {
  box-shadow: none;
  color: #fff;
  padding: 0px 30px;
  position: relative;
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  margin: 0px 1.5%;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .prosOfsmart .prosInner {
    padding: 0px 10px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .prosOfsmart .prosInner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .smartContract .prosOfsmart .prosInner img {
    width: 180px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .prosOfsmart .prosInner img {
    width: 100px;
  }
}
.smartContract .prosOfsmart .prosInner h3 {
  font-size: 34px;
  color: #fff;
  font-family: "Orbitron";
  margin-top: 1rem;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .smartContract .prosOfsmart .prosInner h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .prosOfsmart .prosInner h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .prosOfsmart .prosInner h3 {
    font-size: 15px;
    margin-top: 0.5rem;
  }
}
.smartContract .prosOfsmart .prosInner p {
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .prosOfsmart .prosInner p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .prosOfsmart .prosInner .prosImg img {
    width: 100%;
  }
}
.smartContract .prosOfsmart .prosInner .imgIco1 {
  width: 264px;
  height: 264px;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: url(../image/prosinner_pic1.png) center center no-repeat;
  background-size: contain;
}
.smartContract .prosOfsmart .prosInner .imgIco1:hover {
  background: url(../image/prosinner_pic1_h.png) center center no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .prosOfsmart .prosInner .imgIco1 {
    width: 164px;
    height: 164px;
    background-size: contain;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .prosOfsmart .prosInner .imgIco1 {
    width: 124px;
    height: 124px;
    background-size: contain;
  }
}
.smartContract .prosOfsmart .prosInner .imgIco2 {
  width: 264px;
  height: 264px;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: url(../image/prosinner_pic2.png) center center no-repeat;
  background-size: contain;
}
.smartContract .prosOfsmart .prosInner .imgIco2:hover {
  background: url(../image/prosinner_pic2_h.png) center center no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .prosOfsmart .prosInner .imgIco2 {
    width: 164px;
    height: 164px;
    background-size: contain;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .prosOfsmart .prosInner .imgIco2 {
    width: 124px;
    height: 124px;
    background-size: contain;
  }
}
.smartContract .prosOfsmart .prosInner .imgIco3 {
  width: 264px;
  height: 264px;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: url(../image/prosinner_pic3.png) center center no-repeat;
  background-size: contain;
}
.smartContract .prosOfsmart .prosInner .imgIco3:hover {
  background: url(../image/prosinner_pic3_h.png) center center no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .prosOfsmart .prosInner .imgIco3 {
    width: 164px;
    height: 164px;
    background-size: contain;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .prosOfsmart .prosInner .imgIco3 {
    width: 124px;
    height: 124px;
    background-size: contain;
  }
}

.smartContract .joinUs {
  background: url(../image/joinus_bg.jpg) center center no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  z-index: 90;
  align-items: center;
  align-content: center;
}
.smartContract .joinUs .container {
  text-align: center;
  justify-content: center;
}
.smartContract .joinUs .joinContent h2 {
  font-size: 36px;
  text-transform: uppercase;
  color: #1ae7d8;
  font-family: "Orbitron";
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .smartContract .joinUs .joinContent h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .joinUs .joinContent h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .joinUs .joinContent h2 {
    font-size: 28px;
  }
}
.smartContract .joinUs .joinContent h5 {
  font-size: 62px;
  width: 69%;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  margin: 0.5rem auto 2rem;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .smartContract .joinUs .joinContent h5 {
    font-size: 42px;
    width: 74%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .joinUs .joinContent h5 {
    font-size: 36px;
    width: 100%;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .joinUs .joinContent h5 {
    font-size: 21px;
    width: 100%;
  }
}
.smartContract .joinUs .joinContent .btnBox {
  width: 230px;
  height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  background: url(../image/slider_btnbg.png) center center no-repeat;
  background-size: contain;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .smartContract .joinUs .joinContent .btnBox {
    height: 42px;
    font-size: 15px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .smartContract .joinUs .joinContent .btnBox {
    height: 32px;
    font-size: 15px;
    width: 180px;
  }
}
.smartContract .joinUs .joinContent .btnBox a {
  color: #fff;
}

/*Footer*/
footer {
  padding: 50px 0px 50px 0px;
  background-color: #000;
  border-top: 1px solid #363737;
  position: relative;
  z-index: 100;
}
footer .container {
  min-height: 140px;
  max-width: 84%;
}
footer .foot-nav {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  list-style: none;
  padding: 0px;
  float: right;
  display: flex;
  flex-wrap: wrap;
}
footer .foot-nav li {
  display: inline-block;
  padding-right: 1.5rem;
}
footer .foot-nav li a {
  color: #fff;
}
footer .foot-logo {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  float: left;
}
footer .foot-logo img {
  height: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  footer .foot-logo img {
    height: auto;
  }
}
footer .copyright-txt {
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
  color: #05707c;
  padding-top: 3rem;
  text-align: center;
}

.foot-sns {
  width: 60%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
}

.foot-sns a.ico {
  background: #999999;
  color: #1ae7d8;
  width: 48px;
  height: 38px;
  line-height: 56px;
  font-size: 18px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../image/footicobg.png) center center no-repeat;
  background-size: contain;
  margin-left: 15px;
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .foot-sns a.ico {
    width: 54px;
    height: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .foot-sns a.ico {
    width: 40px;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .foot-sns a.ico {
    width: 30px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}

.foot-sns a.ico:hover {
  cursor: pointer;
  transform: translateY(-4px) translateZ(0);
}

.foot-sns a.ico i.fa-discord {
  display: block;
  background: url(../image/discord_w.png) center center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.homewrap .foot-sns {
  width: 100%;
}

@keyframes b_t {
  0% {
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }
  50% {
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

.scrollBtn {
  position: fixed;
  width: 30px;
  height: 17px;
  background: url(../image/scoll_btn.png) no-repeat;
  left: 50%;
  bottom: 40px;
  margin-left: -15px;
  -webkit-animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
  -moz-animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
  -ms-animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
  animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
  -o-animation: b_t 2s ease-in-out 0s infinite;
  -webkit-animation: b_t 2s ease-in-out 0s infinite;
  -moz-animation: b_t 2s ease-in-out 0s infinite;
  -ms-animation: b_t 2s ease-in-out 0s infinite;
  animation: b_t 2s ease-in-out 0s infinite;
  z-index: 100;
  display: none;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .scrollBtn {
    position: fixed;
    width: 20px;
    height: 17px;
    background: url(../image/scoll_btn.png) no-repeat;
    left: 50%;
    background-size: 100%;
    bottom: 70px;
    margin-left: 0px;
  }
}

.musicBtn {
  position: fixed;
  width: 94px;
  height: 35px;
  left: 50px;
  bottom: 40px;
  opacity: 0;
  cursor: pointer;
  background: url(../image/audio_close.png) 84% center no-repeat;
  background-size: 16px 16px;
  border: 1px solid #1ae7d8;
  color: #1ae7d8;
  border-radius: 30px;
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 15px;
  align-items: center;
  align-content: center;
  transform: translate3d(0px, 100px, 0px);
  transition: -webkit-transform 1500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1) 0ms;
  z-index: 10008;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .musicBtn {
    height: 30px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .musicBtn {
    width: 35px;
    height: 35px;
    border: none;
    left: 10px;
    bottom: 25px;
    /* background: url(../image/audio_close.png) center center no-repeat; */
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .musicBtn span {
    display: none;
  }
}

.musicBtn.active {
  background: url(../image/audiogif.gif) 84% center no-repeat;
  background-size: 16px 16px;
}

.musicBtn.animate {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  animation-delay: 2s;
  animation-duration: 1s;
}

.communityBox {
  width: 541px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  position: fixed;
  box-sizing: border-box;
  right: 50px;
  bottom: 40px;
  opacity: 0;
  transform: translate3d(0px, 150px, 0px);
  transition: -webkit-transform 1500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1) 0ms;
  z-index: 10008;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .communityBox {
    right: 20px;
  }
}
@media xs, only screen and (min-width: 320px) and (max-width: 767px) {
  .communityBox {
    bottom: 20px;
  }
}
.communityBox .ico {
  width: 24px;
  height: 24px;
  margin-left: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .communityBox .ico {
    margin-left: 25px;
  }
}
.communityBox .twitter {
  background-image: url(../image/twitter_w.png);
}
.communityBox .discord {
  background-image: url(../image/discord_w.png);
}
.communityBox .medium {
  background-image: url(../image/medium_w.png);
}
.communityBox .youtube {
  background-image: url(../image/youtube_w.png);
}
.communityBox .instagram {
  background-image: url(../image/instagram_w.png);
}
.communityBox .facebook {
  background-image: url(../image/facebook_w.png);
}

.communityBox.animate {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  animation-delay: 2s;
  animation-duration: 1s;
}

.modal {
  z-index: 10008;
  background: rgba(0, 0, 0, 0.7);
}
.modal .modal-dialog {
  max-width: 60%;
  margin: 30px auto;
  background: #000;
  top: 10%;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .modal .modal-dialog {
    max-width: 90%;
    top: 40%;
  }
}
.modal .modal-body {
  position: relative;
  padding: 0px;
}
.modal .modal-content {
  background: #000 !important;
}
.modal .close {
  position: absolute;
  right: -60px;
  top: -10px;
  z-index: 999;
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.modal-open .modal {
  position: fixed;
  z-index: 10008;
}

.remodal-wrapper {
  padding: 0px !important;
  z-index: 10000 !important;
  overflow: hidden;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.8) url(../image/platform_popbg.jpg) center
    center no-repeat !important;
  background-size: cover;
}

.platformpop {
  max-width: 1000px;
  background: none;
}

.platformpop .container {
  border: 1px solid rgba(26, 231, 216, 0.4);
  background: rgba(25, 44, 60, 0.5) url(../image/bg-effect.png) center
    center;
  box-shadow: none;
  color: #fff;
  padding: 0px 40px;
  margin: 0 auto;
  min-height: 460px;
  max-width: 50%;
  position: relative;
  overflow-x: hidden;
  min-width: 1000px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .platformpop .container {
    min-width: 500px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .platformpop .container {
    min-width: 300px;
  }
}
.platformpop .container .col-lg-7 {
  padding-right: 40px;
  display: flex;
  box-sizing: border-box;
  align-content: center;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .platformpop .container .col-lg-7 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.platformpop .container .col-lg-5 {
  padding-right: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  align-content: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .platformpop .container .col-lg-5 {
    padding-right: 0px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .platformpop .container .col-lg-5 {
    padding-right: 0px;
    padding-right: 0px;
  }
}
.platformpop .container h3 {
  font-size: 48px;
  color: #1ddacf;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: "Cairo";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .platformpop .container h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .platformpop .container h3 {
    font-size: 24px;
  }
}
.platformpop .container h5 {
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .platformpop .container h5 {
    font-size: 15px;
  }
}
.platformpop .container p.intro {
  font-size: 18px;
  color: #fff;
  margin: 0px;
  font-family: "Inter";
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .platformpop .container p.intro {
    font-size: 15px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .platformpop .container p.intro {
    font-size: 15px;
  }
}
.platformpop .container .popimg {
  position: absolute;
  bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .platformpop .container .popimg {
    display: none;
  }
}

.platformpop .closePopbtn {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
  background: url(../image/pop_close.png) center center no-repeat;
}
@media (max-width: 767px),
  only screen and (min-width: 320px) and (max-width: 767px) {
  .platformpop .closePopbtn {
    top: 20px;
    right: 10px;
  }
}
