@font-face {
  font-family: 'Janna';
  src: url("../css/font/JannaLT-Bold.eot");
  src: url("../css/font/JannaLT-Bold.eot?#iefix") format("embedded-opentype"), url("../css/font/JannaLT-Bold.woff2") format("woff2"), url("../css/font/JannaLT-Bold.woff") format("woff"), url("../css/font/JannaLT-Bold.ttf") format("truetype"), url("../css/font/JannaLT-Bold.svg#JannaLT-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Janna';
  src: url("../css/font/JannaLT-Regular.eot");
  src: url("../css/font/JannaLT-Regular.eot?#iefix") format("embedded-opentype"), url("../css/font/JannaLT-Regular.woff2") format("woff2"), url("../css/font/JannaLT-Regular.woff") format("woff"), url("../css/font/JannaLT-Regular.ttf") format("truetype"), url("../css/font/JannaLT-Regular.svg#JannaLT-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

body, html {
  overflow-x: hidden !important;
  font-family: 'Janna';
  font-weight: bold;
  line-height: 30px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #04090f !important;
  background: url(../images/main-bg.jpg) top no-repeat;
}

.inner {
  background: url(../images/inner-bg.jpg) top no-repeat !important;
  background-color: #0f1525 !important;
}

.fancybox__carousel {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.carousel__viewport {
  display: none !important;
}

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

html:not([data-scroll='0']) nav {
  background-color: rgba(0, 0, 0, 0.9);
}

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

.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}

.nav-right .user {
  padding-left: 25px;
  padding-right: 15px;
}

.nav-right .user 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;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: .5s;
  transition: .5s;
}

.nav-right .user a:hover {
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}

.nav-right .user a img {
  width: 15px;
  margin-right: 10px;
}

.nav-right .language {
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-right .language:hover .language-dropdown {
  visibility: visible;
  opacity: 1;
  top: 150%;
}

.nav-right .language .language-content {
  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;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.nav-right .language .language-content:hover {
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}

.nav-right .language .language-content:hover img {
  opacity: 1;
}

.nav-right .language .language-content .language-icon {
  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;
  margin-right: 10px;
}

.nav-right .language .language-content .language-icon img {
  width: 15px;
  opacity: 1;
}

.nav-right .language .language-content .language-text {
  margin-right: 10px;
}

.nav-right .language .language-content img {
  opacity: 0.5;
  -webkit-transition: .5s;
  transition: .5s;
}

.nav-right .language .language-dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  position: absolute;
  top: 170%;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
}

.nav-right .language .language-dropdown 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: 110px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.705);
  padding: 4px 20px 4px 20px;
  font-size: 14px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.692);
  margin-bottom: 5px;
  font-weight: normal;
  -webkit-transition: .5s;
  transition: .5s;
}

.nav-right .language .language-dropdown a:hover {
  color: white;
}

.nav-right .servers {
  position: relative;
  padding-right: 25px;
}

.nav-right .servers:hover .server-dropdown {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.nav-right .servers .server-img {
  background: url(../images/server-icon.png) top no-repeat;
  width: 58px;
  height: 60px;
  font-size: 11px;
  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;
  margin-right: 10px;
}

.nav-right .servers .server-content {
  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;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.nav-right .servers .server-content:hover {
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.493);
}

.nav-right .servers .server-content:hover img {
  opacity: 1;
}

.nav-right .servers .server-content img {
  opacity: 0.5;
  margin-left: 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

.nav-right .servers .server-dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 110%;
  -webkit-transition: .5s;
  transition: .5s;
}

.nav-right .servers .server-dropdown .server-dropdown-content {
  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;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: .5s;
  transition: .5s;
}

.nav-right .servers .server-dropdown .server-dropdown-content:hover {
  opacity: 1;
}

.nav-list {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-list li:not(:last-child) {
  margin-right: 60px;
}

.nav-list .nav-item {
  display: block;
  text-align: center;
  letter-spacing: 0px;
  font-size: 14px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .5s;
  transition: .5s;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.452);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.nav-list .nav-item.active {
  color: white;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
}

.nav-list .nav-item:hover {
  color: white;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
}

.nav-list .logo-menu {
  background-color: rgba(0, 0, 0, 0.5);
  width: 45px;
  height: 45px;
  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;
  border-radius: 100%;
  margin-right: 30px;
}

.nav-list .logo-menu img {
  width: 10px;
}

.mobile-menu {
  display: none;
  cursor: pointer;
  z-index: 10;
}

.mobile-menu div {
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.nav-list.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.content {
  text-align: center;
  padding-top: 170px;
  height: 100%;
  overflow: hidden;
}

.content .logo {
  -webkit-animation: float infinite 2s ease-in-out;
          animation: float infinite 2s ease-in-out;
}

.content .main-text {
  padding-top: 50px;
}

.content .main-text .heading {
  color: white;
  font-size: 62px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.753);
  font-weight: bold;
  margin-bottom: 40px;
}

.content .main-text .paragraph {
  font-weight: normal;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.699);
  width: 65%;
  margin: 0 auto;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.692);
  letter-spacing: -0.5px;
}

.content .join {
  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: 393px;
  height: 108px;
  background: url(../images/join-us.png) top no-repeat;
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  cursor: pointer;
  margin-top: 30px;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}

.content .join:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
}

.content .features-home {
  padding-top: 50px;
  margin-bottom: 60px;
}

.content .features-home span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  margin: 21px;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}

.join-community {
  position: fixed;
  right: -20px;
  top: 18%;
  background: url(../images/community.png) top no-repeat;
  width: 198px;
  height: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  text-decoration: none;
  z-index: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.join-community:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.join-community span {
  position: absolute;
  bottom: 45px;
  text-align: center;
  line-height: 20px;
  color: white;
  text-shadow: 0px 0px 5px black;
  font-size: 20px;
  font-weight: normal;
}

.vote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1;
}

.vote .vote-text {
  color: white;
  padding-bottom: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.432);
  font-size: 14px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vote a {
  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;
  background: url(../images/left-right-button.png) top no-repeat;
  width: 82px;
  height: 84px;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  color: #6d90a5;
  text-decoration: none;
}

.vote a:hover {
  background: url(../images/left-right-button-hover.png) top no-repeat;
}

.vote a:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.vote a:hover span {
  opacity: 1;
  visibility: visible;
  right: 90px;
}

.vote a img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: .5s;
  transition: .5s;
}

.vote a span {
  position: absolute;
  right: 70px;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.social {
  position: fixed;
  left: 20px;
  top: 40%;
  z-index: 1;
}

.social a {
  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;
  background: url(../images/left-right-button.png) top no-repeat;
  width: 82px;
  height: 84px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.social a img {
  width: 20px;
  opacity: 0.5;
  -webkit-transition: .5s;
  transition: .5s;
}

.social a:hover {
  background: url(../images/left-right-button-hover.png) top no-repeat;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.social a:hover img {
  opacity: 1;
}

footer {
  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-top: 60px;
  padding-bottom: 120px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

footer span {
  color: #3a495f;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

footer a img {
  opacity: 0.2;
  -webkit-transition: .5s;
  transition: .5s;
}

footer a img:hover {
  opacity: 1;
}

.openDownload {
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
  max-height: 5000px !important;
  padding-top: 180px !important;
  overflow: visible;
}

.openDownload .close {
  padding-top: 90px;
}

.closeDownload {
  opacity: 0 !important;
  visibility: hidden;
  height: auto;
  max-height: 0;
  height: 100% !important;
}

.closeDownload .close {
  padding-top: 0 !important;
}

.download {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 1000;
  max-height: 5000px;
  padding-top: 350px;
  padding-bottom: 100px;
  -webkit-transition: 1s;
  transition: 1s;
  visibility: hidden;
  overflow: hidden;
  height: 100%;
}

.download .close {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
}

.download .close img {
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.download .close img:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.download .download-container {
  z-index: 1000;
  width: 668px;
  margin: 0 auto;
  background: url(../images/download-bg.jpg) top/cover no-repeat;
  background-color: black;
  border-top: 2px solid #3ca1ff !important;
  border: 1px solid rgba(57, 71, 83, 0.719);
  -webkit-box-shadow: 0px 0px 10px black;
          box-shadow: 0px 0px 10px black;
  padding: 50px;
}

.download .download-container-content:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.download .download-container-content {
  text-align: center;
}

.download .download-container-content .heading {
  color: white;
  font-size: 28px;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
}

.download .download-container-content .paragraph {
  color: #4f6069;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 30px;
}

.download .download-container-content .requirements {
  background-color: rgba(0, 0, 0, 0.295);
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 40px;
}

.download .download-container-content .requirements .table:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.download .download-container-content .requirements .table {
  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;
  color: white;
  padding: 22px 35px 22px 35px;
}

.download .download-container-content .requirements .table div:not(:last-child) {
  color: rgba(255, 255, 255, 0.295);
  font-weight: normal;
}

.download .download-container-content .download-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.download .download-container-content .download-buttons a:not(:last-child) {
  margin-right: 20px;
}

.download .download-container-content .download-buttons a {
  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;
  text-decoration: none;
  color: white;
  width: 100%;
  font-weight: normal;
  height: 60px;
  background-color: #246698;
  border-radius: 40px;
  font-size: 18px;
}

.download .download-container-content .download-buttons a.gray {
  background-color: #28384e !important;
}

.download .download-container-content .download-buttons a:hover img {
  opacity: 1;
}

.download .download-container-content .download-buttons a img {
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: .5s;
  transition: .5s;
}

.features {
  padding-top: 250px;
  padding-bottom: 100px;
  text-align: center;
}

.features .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.features .flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.features .flex-wrap .feature-table {
  width: 49% !important;
}

.features .flex-wrap2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.features .flex-wrap2 .feature-table:not(:last-child) {
  margin-right: 20px;
}

.features .flex-wrap2 .feature-table {
  border-radius: 10px !important;
  padding: 0 !important;
  padding-bottom: 170px !important;
  padding-top: 30px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 18% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.features .flex-wrap2 .feature-table .blue {
  color: #4e8dbd;
  font-size: 16px;
}

.features .flex-wrap2 .feature-table .feature-stats {
  margin: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  right: 0 !important;
  left: 0 !important;
  top: 120px !important;
}

.features .feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: tab 1s;
          animation: tab 1s;
}

.features .feature-content .feature-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  padding: 25px 30px 25px 60px;
  background-color: rgba(0, 0, 0, 0.836);
  border: 1px solid #1a497a;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.767);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.767);
  border-radius: 80px;
  margin-bottom: 30px;
  color: white;
  font-weight: normal;
  font-size: 20px;
}

.features .feature-content .feature-table .feature-stats {
  background: url(../images/features-frame.png) top no-repeat;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  width: 120px;
  height: 95px;
  color: white;
  position: absolute;
  right: 10px;
  top: -8px;
  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;
  font-size: 20px;
}

.features .feature-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 80px;
  margin-bottom: 70px;
}

.features .feature-tabs span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 20px 0px 20px;
}

.features .feature-tabs .f-tab {
  font-size: 22px;
  text-transform: uppercase;
  color: #6e8cc1;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.features .feature-tabs .f-tab:hover {
  color: white;
}

.features .feature-tabs .f-tab:hover .f-tab-text {
  border-bottom: 2px solid #3ca1ff;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.356);
}

.features .feature-tabs .f-tab.active {
  color: white;
}

.features .feature-tabs .f-tab.active .f-tab-text {
  border-bottom: 2px solid #3ca1ff;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.356);
}

.features .feature-tabs .f-tab .f-tab-text {
  border-bottom: 2px solid rgba(60, 161, 255, 0);
  padding-bottom: 35px;
  -webkit-transition: .5s;
  transition: .5s;
}

.features .title-message {
  width: 100%;
  height: 135px;
  border-radius: 70px;
  background-color: rgba(0, 0, 0, 0.836);
  border: 1px solid #1a497a;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.767);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.767);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 250px 30px 60px;
}

.features .title-message p {
  color: #7594cc;
  font-size: 20px;
  text-align: left;
  font-weight: normal;
}

.features .title-message .character-msg {
  position: absolute;
  right: 60px;
  top: -17px;
}

.media {
  padding-top: 250px;
  padding-bottom: 100px;
  text-align: center;
}

.media .title {
  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;
  margin-bottom: 40px;
}

.media .title p {
  color: white;
  font-size: 45px;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
}

.media .title img {
  margin: 30px;
}

.media .media-tabs {
  background-color: rgba(0, 0, 0, 0.568);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 40px;
  margin-bottom: 70px;
  cursor: pointer;
}

.media .media-tabs .m-tab:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.media .media-tabs .m-tab {
  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: 230px;
  color: rgba(136, 174, 204, 0.5);
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 17px;
}

.media .media-tabs .m-tab:hover {
  color: white;
}

.media .media-tabs .m-tab:hover .m-tab-text {
  border-bottom: 2px solid #3ca1ff;
}

.media .media-tabs .m-tab.active {
  color: white;
}

.media .media-tabs .m-tab.active .m-tab-text {
  border-bottom: 2px solid #3ca1ff;
}

.media .media-tabs .m-tab .m-tab-text {
  padding: 18px 0px 18px 0px;
  border-bottom: 2px solid rgba(60, 161, 255, 0);
  -webkit-transition: .5s;
  transition: .5s;
}

.media .media-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  outline: none;
  -webkit-animation: tab 1s;
          animation: tab 1s;
}

.media .media-content .media-box {
  text-decoration: none;
  width: 23.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 10px 10px 10px;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  outline: none;
}

.media .media-content .media-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.media .media-content .media-box img {
  height: 190px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.margin-top {
  margin-top: 50px !important;
}

.spark {
  position: absolute;
  z-index: -1000;
  -webkit-animation: fly ease-in infinite 12s both;
          animation: fly ease-in infinite 12s both;
}

.spark2 {
  position: absolute;
  z-index: -1000;
  -webkit-animation: fly ease-in infinite 8s both;
          animation: fly ease-in infinite 8s both;
}

.spark3 {
  position: absolute;
  z-index: -1000;
  -webkit-animation: fly ease-in infinite 25s both;
          animation: fly ease-in infinite 25s both;
}

@-webkit-keyframes tab {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes tab {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

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

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

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .features .feature-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features .feature-tabs span img {
    margin-bottom: 30px;
  }
  .features .title-message {
    height: auto;
    padding: 30px !important;
    border-radius: 10px;
  }
  .features .title-message .character-msg {
    display: none;
  }
  .features .flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .features .flex-wrap .feature-table {
    border-radius: 10px !important;
    padding: 0 !important;
    padding: 35px !important;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features .flex-wrap .feature-table .feature-stats {
    margin: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    right: 0 !important;
    left: 0 !important;
    position: inherit !important;
    margin-top: 20px !important;
  }
  .features .flex-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .features .flex-column .feature-table {
    border-radius: 10px !important;
    padding: 0 !important;
    padding: 35px !important;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features .flex-column .feature-table .feature-stats {
    margin: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    right: 0 !important;
    left: 0 !important;
    position: inherit !important;
    margin-top: 20px !important;
  }
  .features .flex-wrap2 .feature-table:not(:last-child) {
    margin: 0;
    margin-bottom: 20px;
  }
  .features .flex-wrap2 .feature-table {
    width: 100% !important;
  }
  .media .media-tabs .m-tab {
    padding: 0px 15px 0px 15px;
  }
  .media .media-tabs .m-tab .m-tab-text {
    padding: 15px 0px 15px 0px;
  }
  .media .media-content .media-box {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .download .download-container {
    width: 85%;
    margin: 0 auto;
  }
  .download .download-container-content .download-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .download .download-container-content .download-buttons a {
    margin: 0;
    margin-bottom: 15px;
  }
  .social {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    left: -10px;
    top: 30%;
  }
  .vote {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    right: -10px;
    bottom: 10px;
  }
  .join-community {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    right: -50px;
    top: 6%;
  }
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer span {
    text-align: center;
  }
  footer a {
    margin-top: 40px;
  }
  .content {
    padding-top: 350px;
  }
  .content .main-text .heading {
    font-size: 35px;
  }
  .content .main-text .paragraph {
    font-size: 16px;
    width: 90%;
  }
  .content .features-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .features-home span {
    margin: 10px;
    font-size: 20px;
  }
  .content .join {
    width: 200px;
    background: url(../images/join-us.png) top/cover no-repeat;
    height: 55px;
  }
  .content .join span {
    font-size: 18px;
  }
  .content .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;
  }
  .content .logo img {
    width: 310px;
  }
  .logo-menu {
    display: none;
  }
  li {
    margin: 0px !important;
  }
  .nav-list {
    position: absolute;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: 0;
    width: 100% !important;
    height: 100vh;
    overflow-y: scroll;
    background: url(../images/download-bg.jpg) top/cover no-repeat;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    padding-top: 50px;
    z-index: 100;
  }
  .nav-list .nav-active {
    margin-bottom: 29px;
    margin-top: 30px;
  }
  .nav-list .nav-item {
    margin-left: 0;
    letter-spacing: 1px;
    padding-bottom: 29px;
    padding-top: 30px;
    margin-top: 0px;
  }
  .mobile-menu {
    display: block;
    z-index: 100;
  }
  .mobile-menu.active .line1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
            transform: rotate(-45deg) translate(-8px, 8px);
  }
  .mobile-menu.active .line2 {
    opacity: 0;
  }
  .mobile-menu.active .line3 {
    -webkit-transform: rotate(45deg) translate(-2px, -2px);
            transform: rotate(45deg) translate(-2px, -2px);
  }
  body {
    background: url(../images/main-bg-mobile.jpg) top no-repeat;
  }
}

@media (max-width: 1280px) {
  .spark {
    display: none;
  }
  .spark2 {
    display: none;
  }
  .spark3 {
    display: none;
  }
  .nav-right .user {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-right .user .user-text {
    display: none;
  }
  .nav-right .user a img {
    width: 20px;
    margin: 0;
  }
  .nav-right .language {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-right .language .language-content .language-icon img {
    width: 20px;
  }
  .nav-right .language .language-content .language-text {
    display: none;
  }
  li {
    margin: 0px !important;
  }
  .nav-list {
    position: absolute;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: 0;
    width: 40%;
    height: 100vh;
    overflow-y: scroll;
    background: url(../images/download-bg.jpg) top/cover no-repeat;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    padding-top: 50px;
    z-index: 100;
  }
  .nav-list .logo-menu {
    display: none;
  }
  .nav-list .nav-active {
    margin-bottom: 29px;
    margin-top: 30px;
  }
  .nav-list .nav-item {
    margin-left: 0;
    letter-spacing: 1px;
    padding-bottom: 29px;
    padding-top: 30px;
    margin-top: 0px;
  }
  .mobile-menu {
    display: block;
    z-index: 100;
  }
  .mobile-menu.active .line1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
            transform: rotate(-45deg) translate(-8px, 8px);
  }
  .mobile-menu.active .line2 {
    opacity: 0;
  }
  .mobile-menu.active .line3 {
    -webkit-transform: rotate(45deg) translate(-2px, -2px);
            transform: rotate(45deg) translate(-2px, -2px);
  }
  .container {
    width: 85%;
    margin: 0 auto;
  }
}

@media (min-width: 1920px) {
  body {
    background: url(../images/main-bg.jpg) top/cover no-repeat;
  }
  .inner {
    background: url(../images/inner-bg.jpg) top/cover no-repeat !important;
  }
}
/*# sourceMappingURL=main.css.map */