@font-face {
  font-family: RocottiBold;
  src: url(/assets/fonts/racoti/Racoti-Bold.ttf);
}

@font-face {
  font-family: RocottiLight;
  src: url(/assets/fonts/racoti/Racoti-Thin.ttf);
}

@font-face {
  font-family: Urbanist;
  src: url(/assets/fonts/Urbanist-Light.ttf);
}

@font-face {
  font-family: Magistral;
  src: url(/assets/fonts/MagistralBold.otf);
}

#box {
  border: solid;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: none;
  background: -webkit-gradient(linear, left top, right top, from(#8c50e6), to(#5950e6));
  background: linear-gradient(90deg, #8c50e6 0%, #5950e6 100%);
}

#box #screensaver {
  position: relative;
  display: inline-block;
  -webkit-animation: DVD 1s linear infinite;
          animation: DVD 1s linear infinite;
  left: 100%;
  top: 100%;
}

#box #screensaver img {
  width: 230px;
}

@-webkit-keyframes DVD {
  to {
    left: 0px;
    top: 0px;
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
  }
}

@keyframes DVD {
  to {
    left: 0px;
    top: 0px;
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
  }
}

#Banner {
  background-image: url(/assets/img/banner-bg.png);
  background-size: cover;
  background-color: #030333;
  background-attachment: fixed;
}

#Banner #overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #030333;
  opacity: 0.5;
  z-index: 8;
  cursor: pointer;
}

#Banner .bannerInner {
  position: relative;
  z-index: 9;
}

#Banner .bannerInner .logo {
  width: 140px;
  margin-top: 40px;
  position: absolute;
}

#Banner .bannerInner .h_100vh {
  height: 100vh;
}

#Banner .bannerInner .bannerCar {
  width: 100%;
  -webkit-animation: moveCar 5s ease-in;
          animation: moveCar 5s ease-in;
}

@-webkit-keyframes moveCar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes moveCar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

#Banner .welcome-content h1 {
  font-family: RocottiBold;
  font-style: normal;
  font-weight: 700;
  font-size: 43px;
  margin-bottom: 0;
  line-height: 48px;
  color: #fff;
}

@media screen and (max-width: 575px) {
  #Banner .welcome-content h1 {
    font-size: 30px;
  }
}

#Banner .welcome-content h2 {
  font-family: RocottiBold;
  background: -webkit-linear-gradient(255deg, #7b43ca 5%, #bf50e6 53%, #2c257a 91%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #030431;
  font-size: 30px;
  margin-top: 10px;
}

@media screen and (max-width: 575px) {
  #Banner .welcome-content h2 {
    font-size: 25px;
    margin: 0px;
  }
}

#Banner .welcome-content .special-head {
  color: #f8f517;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(135deg, #846ff4, #f17674);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 40px;
  font-size: 18px;
  position: relative;
  font-family: "Magistral";
}

#Banner .welcome-content .special-head:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
}

#Banner .welcome-content p {
  margin-top: 20px;
  font-weight: 100;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  color: white;
  font-family: RocottiLight;
}

@media screen and (max-width: 575px) {
  #Banner .welcome-content p {
    font-size: 14px;
    margin-top: 10px;
  }
}

#Banner .welcome-content .more-btn {
  position: relative;
  z-index: 1;
  min-width: 110px;
  height: 41px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  background-size: 200% auto;
  color: #fff;
  -webkit-box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #21d397), color-stop(50%, #7450fe), to(#21d397));
  background-image: linear-gradient(90deg, #21d397 0, #7450fe 50%, #21d397);
  background-image: -moz-linear-gradient(to right, #21d397 0, #7450fe 50%, #21d397 100%);
  border: 1px solid #fff;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  font-family: RocottiLight;
  margin-top: 10px;
}

.fp-tableCell {
  display: block;
}

.fp-viewing-0 #box {
  display: block;
}

.sectionIdentifier {
  margin-top: 50px;
}

.sectionIdentifier h1 {
  color: #f8f517;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(135deg, #846ff4, #f17674);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 40px;
  font-size: 18px;
  position: relative;
  font-family: "Magistral";
  padding-left: 0px;
  text-align: center;
  width: 100%;
}

.sectionIdentifier h2 {
  color: white;
  font-weight: 700;
  font-size: 24px;
  font-family: "Magistral";
  text-align: center;
  width: 100%;
}

.sectionIdentifier p {
  margin-top: 20px;
  font-weight: 100;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  color: white;
  font-family: "16px";
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (max-width: 575px) {
  .sectionIdentifier p {
    font-size: 14px;
    margin-top: 10px;
  }
}

#GameTrailer {
  background-color: #030333;
}

#GameTrailer .trust-section {
  text-align: center;
}

#GameTrailer .trust-section .videoBg {
  width: 70%;
  margin: 0 auto;
}

#GameTrailer .videoMain {
  padding: 50px;
}

#GlobalPartners {
  background-color: #030333;
  position: relative;
}

#GlobalPartners .spaceBg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

#GlobalPartners .platformBorder {
  border-right: 1px solid rgba(255, 255, 255, 0.39);
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
  padding: 20px 30px;
}

@media screen and (max-width: 767px) {
  #GlobalPartners .platformBorder .platformBorder {
    border-width: 0px !important;
    border-style: initial !important;
    border-color: initial !important;
    -o-border-image: initial !important;
       border-image: initial !important;
  }
}

#GlobalPartners .platformBorder img {
  width: 80%;
}

#Technologies {
  background-color: #030333;
}

#Technologies .technologyMain .texhInner {
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#Features {
  background-image: url(/assets/img/gif/unique_features.gif);
  background-size: cover;
  background-repeat: no-repeat;
}

.hyper-image {
  text-align: center;
}

.hyper-image img {
  width: 100%;
}

.hyper-center-image img {
  width: 100%;
}

.hyper-centerr-image {
  text-align: center;
}

.hyper-centerr-image img {
  width: 50%;
}

.play {
  background-image: url(./playearn.png);
}

.play p {
  text-align: center;
  color: #ffff;
  padding: 10px;
}

.hide {
  display: none;
  text-align: center;
  font-size: 12px;
}

.hide-second {
  display: none;
  text-align: center;
  font-size: 12px;
}

.hide-second .play p {
  text-align: center;
  color: #ffff;
  padding: 10px;
}

.hide-three {
  display: none;
  text-align: center;
  font-size: 12px;
}

.hide-three .play p {
  text-align: center;
  color: #ffff;
  padding: 10px;
}

.hide-four {
  display: none;
  text-align: center;
  font-size: 12px;
}

.hide-four .play p {
  text-align: center;
  color: #ffff;
  padding: 10px;
}

.hide-five {
  display: none;
  text-align: center;
  font-size: 12px;
}

.hide-five .play p {
  text-align: center;
  color: #ffff;
  padding: 10px;
}
/*# sourceMappingURL=style.css.map */