* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: 'Wremena';
  font-weight: bold;
  background-color: #12100d;
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 1px;
  background-color: #74592c;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
  min-width: 0%;
  z-index: 200;
}

.fixed {
  background-color: rgba(0, 0, 0, 0.651);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: none !important;
}

.social {
  position: fixed;
  right: 30px;
  top: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
}

.social .rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: 35px;
}

.social span img {
  width: 20px;
  opacity: 0.4;
}

.social a {
  margin-bottom: 30px;
}

.social a:hover i {
  color: #ffe0ac;
  text-shadow: 0px 0px 20px #f7a832;
}

.social a .fa-discord {
  font-size: 26px;
}

.social a i {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.61);
  -webkit-transition: .5s;
  transition: .5s;
}

.youtube-videos {
  position: fixed;
  width: 300px;
  left: -300px;
  -webkit-transition: .5s;
  transition: .5s;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.877);
  overflow-y: scroll;
  padding: 30px;
  scrollbar-width: thin;
  scrollbar-color: #3d2c15 black;
  padding-right: 20px;
  z-index: 200;
}

.youtube-videos.active {
  left: 0 !important;
}

.youtube-videos::-webkit-scrollbar {
  width: 7px;
  background-color: #181818;
  border-radius: 20px;
}

.youtube-videos::-webkit-scrollbar-track {
  width: 7px;
  background-color: #181818;
  border-radius: 20px;
}

.youtube-videos::-webkit-scrollbar-thumb {
  width: 7px;
  background-color: #3d2c15;
  border-radius: 20px;
}

.youtube-videos iframe:not(:last-child) {
  margin-bottom: 20px;
}

.youtube-videos iframe {
  width: 100%;
  height: 120px;
  border: none;
}

.youtube {
  position: fixed;
  left: 30px;
  top: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  -webkit-transition: .5s;
  transition: .5s;
}

.youtube.active {
  left: 330px !important;
}

.youtube .rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: 35px;
}

.youtube span img {
  width: 20px;
  opacity: 0.4;
}

.youtube a {
  margin-bottom: 30px;
  cursor: pointer;
}

.youtube a:hover i {
  color: #ffe0ac;
  text-shadow: 0px 0px 20px #f7a832;
}

.youtube a i {
  font-size: 30px;
  -webkit-animation: glow 2s infinite;
          animation: glow 2s infinite;
  -webkit-transition: .5s;
  transition: .5s;
}

@-webkit-keyframes glow {
  0% {
    color: rgba(255, 255, 255, 0.61);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    color: #ffe0ac;
    text-shadow: 0px 0px 20px #f7a832;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    color: rgba(255, 255, 255, 0.61);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes glow {
  0% {
    color: rgba(255, 255, 255, 0.61);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    color: #ffe0ac;
    text-shadow: 0px 0px 20px #f7a832;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    color: rgba(255, 255, 255, 0.61);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.content-menu {
  position: absolute;
  width: 100%;
  top: 70px;
  height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px 0px 10px;
  z-index: 10;
  -webkit-transition: .5s;
  transition: .5s;
}

.content-menu .content-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-menu .content-menu-link a:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.content-menu .content-menu-link a {
  text-decoration: none;
  color: #656564;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  margin: 20px;
  padding-right: 40px;
  -webkit-transition: .5s;
  transition: .5s;
}

.content-menu .content-menu-link a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  border: 2px solid #656564;
  border-radius: 100%;
  display: none;
}

.content-menu .content-menu-link a:hover {
  color: #db9e35;
}

.content-menu .content-menu-link a.active {
  color: #db9e35;
}

.content-menu .content-menu-link a.active span {
  border: 2px solid #ffc156;
}

.content-menu .content-menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-menu .content-menu-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
  background: linear-gradient(152deg, #ffc156, #ca9537);
  text-decoration: none;
  text-transform: uppercase;
  color: #291004;
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
          clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.content-menu .content-menu-button a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.container {
  width: 1250px;
  margin: 0 auto;
}

.top {
  overflow: hidden;
  padding-bottom: 120px;
  position: relative;
}

.top .top-content {
  z-index: 1;
  text-align: center;
  padding-top: 350px;
}

.top .top-content .top-content-play {
  padding-top: 80px;
}

.top .top-content .top-content-play p {
  color: white;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

.top .top-content .top-content-play p span {
  color: #d69f50;
}

.top .top-content .top-content-play a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 440px;
  height: 83px;
  color: #22150b;
  font-size: 28px;
  background: url(../images/button/1.png);
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.top .top-content .top-content-play a:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.top .top-content h1 {
  color: white;
  text-transform: uppercase;
  font-size: 65px;
  background: linear-gradient(365deg, white, #ffce5c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.6));
}

.top .top-content .top-content-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
}

.top .top-content .top-content-features div {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.top .top-content .top-content-features div span {
  margin-right: 20px;
}

.top .top-content .top-content-features div p {
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  color: white;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.582);
}

.top .top-logo {
  display: none;
  z-index: 1;
}

.top .top-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}

.top .top-background img {
  -webkit-animation: scale 3s infinite;
          animation: scale 3s infinite;
}

.features {
  padding-top: 133px;
  padding-bottom: 92px;
  color: white;
  background: url(../images/bg/2.jpg) top no-repeat;
  position: relative;
  text-align: center;
}

.features h1 {
  color: white;
  text-transform: uppercase;
  font-size: 52px;
  background: linear-gradient(365deg, white, #ffce5c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.6));
  letter-spacing: -1px;
}

.features .line {
  position: absolute;
  background: url(../images/line.png) top repeat;
  height: 25px;
  width: 100%;
  top: -10px;
}

.features .features-swiper {
  padding-top: 70px;
}

.features .features-swiper .swiper-slide {
  height: 550px;
  background-color: gray;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 88%, 95% 100%, 0 100%, 0 12%);
          clip-path: polygon(5% 0, 100% 0, 100% 88%, 95% 100%, 0 100%, 0 12%);
  overflow: hidden;
  position: relative;
}

.features .features-swiper .swiper-slide .features-swiper-background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features .features-swiper .swiper-slide .features-swiper-text {
  position: absolute;
  left: 110px;
  bottom: 90px;
  z-index: 5;
  width: 60%;
}

.features .features-swiper .swiper-slide .features-swiper-text h1 {
  text-align: left;
  font-size: 48px;
  margin-bottom: 25px;
}

.features .features-swiper .swiper-slide .features-swiper-text p {
  text-align: left;
  font-weight: normal;
  line-height: 24px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.features .features-swiper .swiper-slide .features-swiper-text a {
  margin-top: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 50px;
  background: linear-gradient(152deg, #ffc156, #ca9537);
  text-decoration: none;
  text-transform: uppercase;
  color: #291004;
  -webkit-clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
          clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.features .features-swiper .swiper-slide .features-swiper-text a:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.features .features-swiper .swiper-slide .features-swiper-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(25deg, #1b1b1b, #1b1b1baf, transparent);
  z-index: 2;
}

.features .features-content {
  position: relative;
  margin-top: 60px;
}

.features .features-content .swiper-button-next {
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #242424;
  color: rgba(255, 255, 255, 0.4);
  top: 56px;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 2;
}

.features .features-content .swiper-button-next:hover {
  color: white;
}

.features .features-content .swiper-button-next i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.features .features-content .swiper-button-prev {
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #242424;
  color: rgba(255, 255, 255, 0.4);
  top: 56px;
  z-index: 2;
  -webkit-transition: .5s;
  transition: .5s;
}

.features .features-content .swiper-button-prev:hover {
  color: white;
}

.features .features-content .swiper-button-prev i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.features .features-content .features-swiper {
  overflow: hidden;
}

.features .features-content .features-controls {
  margin-bottom: 150px;
  width: 85%;
  margin: 0 auto;
  overflow: hidden;
}

.features .features-content .features-controls .swiper-slide-thumb-active .features-title {
  color: white !important;
}

.features .features-content .features-controls .swiper-slide-thumb-active .features-icon {
  border: 3px solid #90732d !important;
}

.features .features-content .features-controls .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  cursor: pointer;
}

.features .features-content .features-controls .swiper-slide:hover .features-title {
  color: white;
}

.features .features-content .features-controls .swiper-slide:hover .features-icon {
  border: 3px solid #90732d;
}

.features .features-content .features-controls .swiper-slide .features-title {
  text-align: left;
  color: #6a6a6a;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Wrenema';
  -webkit-transition: .5s;
  transition: .5s;
}

.features .features-content .features-controls .swiper-slide .features-icon {
  width: 70px;
  height: 70px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 3px solid #303030;
  padding: 6px;
  margin-right: 40px;
  -webkit-transition: .5s;
  transition: .5s;
}

.features .features-content .features-controls .swiper-slide .features-icon div {
  width: 100%;
  height: 100%;
  background-color: black;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features .features-content .features-controls .swiper-slide .features-icon div img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.referral {
  background: url(../images/bg/3.jpg) top no-repeat;
  padding-top: 170px;
  height: 770px;
}

.referral .referral-content h1 {
  color: white;
  text-transform: uppercase;
  font-size: 65px;
  background: linear-gradient(365deg, white, #ffce5c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.6));
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.referral .referral-content p {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.692);
  font-weight: normal;
  margin-bottom: 40px;
  width: 45%;
}

.referral .referral-content a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 50px;
  background: linear-gradient(152deg, #ffc156, #ca9537);
  text-decoration: none;
  text-transform: uppercase;
  color: #291004;
  -webkit-clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
          clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.referral .referral-content a:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.connect {
  background: url(../images/bg/4.jpg) top no-repeat;
  padding-top: 210px;
  height: 782px;
}

.connect .connect-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.connect .connect-content .connect-content-text {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.connect .connect-content .connect-content-text h1 {
  color: white;
  text-transform: uppercase;
  font-size: 65px;
  background: linear-gradient(365deg, white, #ffce5c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.6));
  margin-bottom: 30px;
  line-height: 60px;
}

.connect .connect-content .connect-content-text h1 span {
  font-size: 40px;
}

.connect .connect-content .connect-content-text p {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.692);
  font-weight: normal;
  margin-bottom: 40px;
}

.connect .connect-content .connect-content-text a:not(:last-child) {
  margin-bottom: 20px;
}

.connect .connect-content .connect-content-text .blue {
  background: linear-gradient(152deg, #94e2ff, #52bce3);
}

.connect .connect-content .connect-content-text a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 50px;
  background: linear-gradient(152deg, #ffc156, #ca9537);
  text-decoration: none;
  text-transform: uppercase;
  color: #291004;
  -webkit-clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
          clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.connect .connect-content .connect-content-text a:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

footer {
  background: url(../images/bg/5.jpg) top no-repeat;
  font-family: 'Wremena';
}

footer .container {
  text-align: center;
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

footer .container .footer-logo {
  margin-bottom: 40px;
}

footer .container .footer-logo img {
  width: 170px;
}

footer .container .footer-copyright {
  margin-bottom: 55px;
}

footer .container .footer-copyright p {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
}

footer .container .footer-links {
  margin-bottom: 20px;
}

footer .container .footer-links a:not(:last-child) {
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

footer .container .footer-links a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: white;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

footer .container .footer-links a:hover {
  color: #ffc156;
}
footer .container .footer-links3 a:hover {
  color: #436489;
}

footer .container .line {
  background: url(../images/line.png) top repeat;
  height: 25px;
  position: absolute;
  top: -10px;
  width: 100%;
}

.effects {
  position: absolute;
  z-index: 0;
  -webkit-animation: fly 10s infinite linear;
          animation: fly 10s infinite linear;
}

.effects2 {
  position: absolute;
  z-index: 0;
  -webkit-animation: fly 25s infinite linear;
          animation: fly 25s infinite linear;
}

@-webkit-keyframes fly {
  0% {
    top: 200px;
    left: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -1000px;
    opacity: 1;
    left: -1000px;
  }
}

@keyframes fly {
  0% {
    top: 200px;
    left: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -1000px;
    opacity: 1;
    left: -1000px;
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 768px) {
  .social {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    right: 10px;
  }
  .youtube {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    left: 10px;
  }
  .referral {
    background: url(../images/bg/3-mobile.jpg) top no-repeat;
    padding-top: 500px;
    padding-bottom: 100px;
    height: auto;
  }
  .referral .referral-content {
    text-align: center;
  }
  .referral .referral-content h1 {
    font-size: 40px;
  }
  .referral .referral-content p {
    width: 100%;
  }
  .referral .referral-content a {
    margin: 0 auto;
    float: none;
  }
  .connect {
    background: url(../images/bg/4-mobile.jpg) top no-repeat;
    padding-top: 450px;
    padding-bottom: 100px;
    height: auto;
  }
  .connect .connect-content .connect-content-text {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .connect .connect-content .connect-content-text a {
    float: none;
    margin: 0 auto;
  }
  .connect .connect-content .connect-content-text p {
    text-align: center;
  }
  .connect .connect-content .connect-content-text h1 {
    font-size: 40px;
    text-align: center;
    line-height: 45px;
  }
  .connect .connect-content .connect-content-text h1 span {
    font-size: 30px;
  }
  .features {
    padding-top: 100px;
    background: url(../images/bg/2-mobile.jpg);
  }
  .features h1 {
    font-size: 22px;
    width: 90%;
    margin: 0 auto;
  }
  .features .features-content {
    margin-top: 15px;
  }
  .features .features-content .swiper-button-next {
    background-color: black;
    width: 30px;
    height: 30px;
    top: 62px;
  }
  .features .features-content .swiper-button-prev {
    background-color: black;
    width: 30px;
    height: 30px;
    top: 62px;
  }
  .features .features-content .features-controls {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .features .features-content .features-swiper {
    padding-top: 30px;
  }
  .features .features-content .features-swiper .swiper-slide {
    -webkit-clip-path: polygon(12% 0, 100% 0, 100% 92%, 88% 100%, 0 100%, 0 8%);
            clip-path: polygon(12% 0, 100% 0, 100% 92%, 88% 100%, 0 100%, 0 8%);
  }
  .features .features-content .features-swiper .swiper-slide .features-swiper-text {
    bottom: 60px;
    left: 30px;
    width: 85%;
  }
  .features .features-content .features-swiper .swiper-slide .features-swiper-text h1 {
    font-size: 25px;
  }
  .features .features-content .features-swiper .swiper-slide .features-swiper-text p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
  }
  .features .features-content .features-swiper .swiper-slide .features-swiper-text a {
    width: 200px;
    margin-top: 25px;
  }
  .top {
    padding-bottom: 60px;
    background: url(../images/bg/mobile.jpg) top no-repeat;
  }
  .top .top-background {
    display: none;
  }
  .top .top-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 180px;
  }
  .top .top-logo img {
    width: 320px;
  }
  .top .top-content {
    padding-top: 40px;
  }
  .top .top-content h1 {
    font-size: 36px;
  }
  .top .top-content .top-content-features {
    margin-top: 30px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .top .top-content .top-content-features div {
    width: 100%;
  }
  .top .top-content .top-content-play {
    padding-top: 30px;
  }
  .top .top-content .top-content-play p {
    font-size: 25px;
  }
  .top .top-content .top-content-play a {
    width: 300px;
    background: url(../images/button/1.png) top/contain no-repeat;
    height: 62px;
    font-size: 22px;
  }
  .content-menu .content-menu-link {
    padding-left: 25px;
  }
  .content-menu .content-menu-link a {
    margin: 0 !important;
    border: none !important;
    padding-right: 10px;
  }
  .content-menu .content-menu-link a p {
    display: none;
  }
  .content-menu .content-menu-link a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content-menu .content-menu-button a {
    width: 150px;
  }
}

@media (max-width: 1260px) {
  .container {
    width: 90%;
    margin-top: 0 auto;
  }
  .effects {
    display: none;
  }
  .effects2 {
    display: none;
  }
}

@media (min-width: 1920px) {
  .top .top-background img {
    width: 100%;
  }
  .inner .inner-background img {
    width: 100%;
  }
  .loading .loading-background {
    width: 100%;
  }
  .loading .loading-background img {
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */


