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

body {
  margin: 0 auto;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  background-image: url(../asstes/images/BG1_Features.png);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
}

body::-webkit-scrollbar {
  display: none;
}

html {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

li {
  list-style: none;
}

@font-face {
  font-family: vipnagorgiallaBold;
  src: url("/asstes/fonts/vipnagorgialla/vipnagorgialla-bd.ttf");
}

@font-face {
  font-family: conthrax;
  src: url("/asstes/fonts/conthrax/conthrax-sb.ttf");
}

@font-face {
  font-family: blenderProBook;
  src: url("/asstes/fonts/blenderPro/BlenderPro-Book.ttf");
}

@font-face {
  font-family: blenderProBold;
  src: url("/asstes/fonts/blenderPro/BlenderPro-Bold.ttf");
}

.header {
  position: fixed;
  z-index: 210;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header.scrolled {
  background-color: #232c30;
  background-image: url("/asstes/images/bgheader.png");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.header.scrolled .nav-logo {
  margin-bottom: 0px;
}

.header.scrolled .nav-logo img {
  height: 30px;
}

.header__container {
  width: 100%;
  margin: 0 auto;
  padding: 15px 24px;
}

.header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.header .nav-logo {
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .nav-logo img {
  max-width: 241px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
}

.header .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header .nav-menu .nav-item {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
  text-align: center;
}

.header .nav-menu .nav-item:nth-child(1)
{
  display: none;
}

.header .nav-menu .nav-item:hover .subnav-menu {
  display: block;
}

.header .nav-menu .nav-item.active .nav-link {
  color: #f14da6;
}

.header .nav-menu .nav-item .nav-link {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  font-family: vipnagorgiallaBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #ffffff;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
}

.header .nav-menu .nav-item .nav-link:hover {
  color: #f14da6;
}

.header .nav-menu .nav-item:not(:last-child) {
  padding-right: 20px;
}

.header .nav-menu .nav-item .subnav-menu {
  z-index: 210;
  background-color: #232c30;
  display: none;
  position: absolute;
  left: -20px;
  right: 0;
  height: 60px;
  width: 180px;
  border-radius: 10px;
}

.header .nav-menu .nav-item .subnav-menu .subnav-item {
  position: relative;
  padding: 20px 20px 10px 20px;
}

.header .hamburger {
  display: none;
}

.header .bar {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .header.scrolled {
    opacity: 1 !important;
  }
  .header .nav-menu {
    position: fixed;
    top: -130%;
    z-index: 1000;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
  }
  .header .nav-menu .nav-item {
    padding-right: 0 !important;
    padding-top: 30px;
  }
  .header .nav-menu .nav-item .nav-link {
    color: #f14da6;
  }
  .header .nav-menu .nav-item .subnav-menu {
    display: block;
    position: unset;
    text-align: center;
    width: 100%;
    height: auto;
    background-color: #ffffff;
  }
  .header .nav-menu .nav-item .subnav-menu .subnav-item {
    position: relative;
    padding-bottom: 0;
    padding-top: 30px;
  }
  .header .nav-menu.active {
    position: fixed;
    top: 0;
    display: block;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .header .hamburger {
    position: fixed;
    display: block !important;
    cursor: pointer;
    z-index: 1001;
    right: 0;
    top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .header .hamburger.active .bar {
    background-color: #f14da6;
  }
  .header .backdrop.active {
    background-color: #d0d3d4;
    opacity: 0.3;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .header .hamburger.active .bar:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
  .header .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .header .hamburger.active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

.hero {
  overflow-x: hidden;
  position: relative;
}

.hero__container {
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero .typing-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hero .box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 10;
}

.hero .box .title {
  text-align: center;
  font-size: 30px;
  margin-top: 0;
  line-height: unset !important;
}

.hero .box .title.typing {
  overflow: hidden;
  white-space: nowrap;
  -webkit-animation: typing 2s steps(20, end) forwards;
          animation: typing 2s steps(20, end) forwards;
  width: 0;
}

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

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

@media (max-width: 500px) {
  .hero .box .title {
    font-size: 24px;
  }
}

.hero .box .system-wrapper {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .hero .box .system-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.hero .box .system-wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 50px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .hero .box .system-wrapper .item {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.hero .box .system-wrapper .item img {
  display: block;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 500px) {
  .hero .box .system-wrapper .item img {
    width: 25px;
    height: 25px;
  }
}

.hero .box .system-wrapper .item p {
  font-size: 14px;
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #ffffff;
  margin-left: 10px;
}

@media (max-width: 500px) {
  .hero .box .system-wrapper .item p {
    font-size: 12px;
  }
}

.hero .video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.hero .volumn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.hero .volumn .muted,
.hero .volumn .unmute {
  display: none;
  cursor: pointer;
  font-size: 24px;
  color: #ffffff;
}

.hero .volumn .muted.active,
.hero .volumn .unmute.active {
  display: block;
}

@media only screen and (max-width: 768px) {
  .hero .volumn {
    width: 18px;
    height: 18px;
    right: 18px;
    bottom: 18px;
  }
  .hero .volumn .muted,
  .hero .volumn .unmute {
    font-size: 18px;
  }
}

@media only screen and (max-width: 800px) {
  .hero .video {
    -o-object-fit: fill;
       object-fit: fill;
  }
}

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

.vission-misson {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vission-misson__container {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vission-misson .vission-misson-wrapper {
  position: relative;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("/asstes/images/about/racetoearn.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
}

.vission-misson .vission-misson-wrapper .vission-misson-left {
  position: absolute;
  z-index: 2;
  top: 120px;
  left: 5%;
  right: 0;
  bottom: 0;
}

.vission-misson .vission-misson-wrapper .vission-misson-left .title {
  color: #ffffff;
  font-family: vipnagorgiallaBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  max-width: 747px;
  text-align: left;
  margin-top: 0;
  letter-spacing: 1px;
}

.vission-misson .vission-misson-wrapper .vission-misson-left span {
  color: #e40f73;
}

.vission-misson .vission-misson-wrapper .vission-misson-left .subtitle {
  color: #b9f2ff;
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-top: 24px;
  max-width: 657px;
  text-transform: uppercase;
  margin-bottom: 32px;

	background: linear-gradient(to right,#6b0865 10%, #fff 50%, #f14da6 60%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	background-clip: text;
	 text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	  animation: textclip 3s linear infinite;
}

@media (max-width: 1024px) {
  .vission-misson .vission-misson-wrapper .vission-misson-left .subtitle {
    margin-top: 0;
  }
}

.vission-misson .vission-misson-wrapper .vission-misson-left .desc {
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 36%;
  letter-spacing: 1px;
	text-align: justify;



}

.vission-misson .vission-misson-wrapper .vission-misson-left .desc::before {
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  left: -20px;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
}

@media (max-width: 1024px) {
  .vission-misson .vission-misson-wrapper .vission-misson-left .desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .vission-misson__container {
    padding: 20px 0px;
    line-height: 36px;
    margin-top: 0px;
  }
  .vission-misson .vission-misson-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%), url("/asstes/images/about/racetoearn.png");
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .vission-misson .vission-misson-wrapper img {
    max-width: 200%;
    -webkit-transform: translateX(-42%);
            transform: translateX(-42%);
  }
  .vission-misson .vission-misson-wrapper .vission-misson-left {
    position: relative;
    left: 0;
    top: 0;
    padding: 0 20px;

  }
  .vission-misson .vission-misson-wrapper .vission-misson-left .title {
    font-size: 32px !important;
    line-height: 58px !important;
  }
  .vission-misson .vission-misson-wrapper .vission-misson-left .subtitle {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
	  text-align: center;
  }
  .vission-misson .vission-misson-wrapper .vission-misson-left .desc {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    margin-top: 20px;
	  font-weight: 600;
	  text-align: center;

  }

  .vission-misson .vission-misson-wrapper .vission-misson-left .desc::before {
  display: none;
}

}

.features__container {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 20px 50px;
  min-height: 100vh;
}

.features__container .title {
  margin-top: 70px;
  font-size: 36px;
  line-height: 48px;

}

.features__container .title.is-animated {
	background: linear-gradient(to right,#b9f2ff 10%, #fff 70%, #f14da6 60%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 4s linear infinite;
}

.features__container .desc {
  font-family:'conthrax', blenderProBook, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.features .card {
  margin-top: 50px;
}

.features .card-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.features .card .item {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.features .card .item:hover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.features .card .item:hover .img-card {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.features .card .item .img-card {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  min-width: 150px;
  max-width: 180px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.features .card .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #f14da6;
  text-align: center;
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}

@media only screen and (max-width: 320px) {
  .features__container {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .features__container {
    padding: 15px 20px;
  }
  .features__container .title {
    margin-bottom: 24px;
    line-height: 36px;
    margin-top: 0px;
  }
  .features__container .desc {
    font-size: 16px;
    line-height: 28px;
  }
  .features .card .item .title {
    margin-bottom: 0;
  }
}

.flip-card {
  background-color: transparent;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flip-card:hover .flip-card-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-card-back {
  color: #ffffff;
  -webkit-transform: rotateY(180deg) scale(1.15);
  transform: rotateY(180deg) scale(1.15);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}
@media only screen and (max-width: 768px) {
	.flip-card-back {
	  color: #ffffff;
	  -webkit-transform: initial;
	  transform: initial;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background-color: #000;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  display: none;
	}
}
.flip-card-back p {
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 12px;
  padding: 8px;
  line-height: 18px;
}

.metaverse__container {
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  min-height: 100vh;
}

.metaverse__container .title {
  font-size: 36px;
  line-height: 48px;

	background: linear-gradient(to right,#b9f2ff 10%, #fff 70%, #f14da6 60%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	background-clip: text;
	 text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	  animation: textclip 5s linear infinite;
}

.metaverse .card {
  margin-top: 10px;
}

.metaverse .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.metaverse .card .popup {
  position: fixed;
  z-index: 5;
  -webkit-transition: 1s;
  transition: 1s;
  -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;
  -ms-flex-line-pack: center;
      align-content: center;
  display: none;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
}

.metaverse .card .popup-video {
  max-height: 80vh;
  max-width: 1180px;
  height: auto;
}
@media (max-width: 1180px) {
	.metaverse .card .popup-video {
  max-height: 80vh;
  max-width: 100%;
  height: auto;
}
}

.metaverse .card .popup-desc {
  font-size: 13px;
  line-height: 20px;
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  margin-top: 20px;
  max-width: 900px;
  text-align: center;
}

.metaverse .card .popup.capitol, .metaverse .card .popup.district, .metaverse .card .popup.factory, .metaverse .card .popup.garage, .metaverse .card .popup.marketplace, .metaverse .card .popup.workshop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 201;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
}

.metaverse .card .item {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  gap: 70px;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
}

.metaverse .card .item .btn-play-wrapper {
  position: relative;
}

.metaverse .card .item:hover .btn-play {
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.metaverse .card .item:hover .item-img {
  opacity: 0.8;
}

.metaverse .card .item .btn-play {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.metaverse .card .item .btn-play img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 45px !important;
  height: 45px !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  bottom: 0;
  opacity: 0.8;
  transition: transform .2s; /* Animation */
}


.metaverse .card .item-wrapper {
  position: relative;
}

.metaverse .card .item img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
  width: 320px;

transition: transform .3s; /* Animation */
}
.metaverse .card .item img:hover {
  transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  opacity: 1;
}

.metaverse .card .item .desc {
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
}

@media (max-width: 768px) {
  .metaverse .card .item .desc {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .metaverse .card {
    margin-top: 20px;
  }
  .metaverse__container {
    padding: 15px 20px;
    line-height: 36px;
    margin-top: 0px;
  }
}

.metaverse-backdrop.active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.5);
}

.close-popup {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  padding: 10px 12px 15px 12px;
  border-radius: 50%;
  z-index: 206;
}

.close-popup:before {
  content: "";
  display: inline-block;
  border-top: 3px solid #ffffff;
  width: 22px;
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
  position: absolute;
  top: 12px;
  z-index: 230px;
}

.close-popup:after {
  content: "";
  display: inline-block;
  border-top: 3px solid #ffffff;
  width: 22px;
  margin-bottom: 2px;
  -webkit-transform: translateY(1px) rotate(-45deg);
          transform: translateY(1px) rotate(-45deg);
}

.game {
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}

.game__container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  min-height: 100vh;
}

.game .item {
  position: relative;
  padding: 100px 64px 100px 0;
  height: 100vh !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
}

.game .item.bg-first {
  background-image: url("/asstes/images/gameplay/gameplay.jpg");
}

.game .item.bg-second {
  background-image: url("/asstes/images/gameplay/gamemode2.jpg");
}

.game .item.bg-third {
  background-image: url("/asstes/images/gameplay/gamemode3.jpg");
}

.game .item.bg-fourth {
  background-image: url("/asstes/images/gameplay/gamemode4.jpg");
}

.game .item .video {
  position: absolute;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.game .item:focus-visible {
  outline: none;
}

.game .item .title {
  text-align: left;
  margin: 0 auto;
  font-size: 40px;
  line-height: 64px;
  padding-left: 100px;
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;

background: linear-gradient(to right,#6b0865 10%, #fff 50%, #f14da6 60%);
background-size: auto auto;
background-clip: border-box;
background-size: 200% auto;
background-clip: text;
 text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  animation: textclip 3s linear infinite;
}


.game .item .desc-wrapper-border {
  background: #fd00a1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd00a1), to(#09d9ff));
  background: linear-gradient(180deg, #fd00a1 0%, #09d9ff 100%);
  padding: 1px 1px 1px 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 160px;


}

.game .item .desc-wrapper {
  background: #6b0865;
  background: -webkit-gradient(linear, right top, left top, from(#6b0865), to(#091538));
  background: linear-gradient(-90deg, #6b0865 0%, #091538 100%);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 160px;
}

.game .item .desc-wrapper .desc {
  font-family: 'conthrax', blenderProBook, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin: 20px auto;
  padding-left: 100px;
  padding-right: 100px;

  animation: an 2s ease-out 1;
}

.game .item .step {
  padding-bottom: 47px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 600;
  font-size: 2.7vw;
  line-height: 3.3vw;
  text-align: right;
  text-transform: uppercase;
  color: #f14da6;
}

.game .slick-dots {
  padding-right: 0;
  z-index: 100;
  position: absolute;
}

@media only screen and (max-width: 1024px) {
	.game .item .desc-wrapper-border{
		border-radius: 0px;
	}
	.game .item .desc-wrapper{
		border-radius: 0px;
	}
  .game .item {
    padding: 50px 0 130px 0;
  }
}

@media only screen and (max-width: 768px) {
  .game .item {
    padding: 50px 0 90px 0;
  }
  .game .item .desc-wrapper .desc {
    font-size: 12px;
    line-height: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .game .item .title {
    font-size: 30px;
	  line-height: 32px;
    margin-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .game .item .step {
    font-size: 40px;
    line-height: 48px;
    margin: 0 auto;
    left: 0;
    text-align: center;
  }
  .game .slick-dots li {
    width: 50px;
  }
  .game .slick-dots li button {
    width: 50px;
  }
}

.communites__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px;
  padding-top: 70px;
}

.communites__container .title {
  line-height: 72px;
  margin-top: 0;
}

.communites__container .title.is-animated {
 	background: linear-gradient(to right,#b9f2ff 10%, #E66519 70%, #f14da6 60%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	background-clip: text;
	 text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	  animation: textclip 4s linear infinite;
}

.communites .card {
  margin-top: 90px;
}

.communites .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 59px;
}

.communites .card .item img {
  max-width: 150px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.communites .card .item .desc {
  margin-top: 24px;
  color: #f14da6;
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .communites__container {
    padding: 15px 20px;
  }
  .communites .card-wrapper {
    gap: 64px;
  }
}

.team__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.team__container .title {
  line-height: 72px;
  margin-bottom: 50px;
}

.team__container .title.is-animated {
    background: linear-gradient(to right,#b9f2ff 10%, #fff 70%, #f14da6 60%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	background-clip: text;
	 text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	  animation: textclip 4s linear infinite;
}

@media (max-width: 800px) {
  .team__container .title {
    line-height: 72px;
    margin-bottom: 20px;
  }
}

.team .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 72px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

@media (max-width: 800px) {
  .team .card-wrapper {
    gap: 30px;
  }
}

.team .card .item img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 200px;
  height: auto;
  position: relative;
  width: 100%;
  display: block;
}

.team .card .item .staff-wrapper {
  padding: 20px 0;
  border-radius: 30%;
  max-width: 200px;
  margin: 0 auto;
}

.team .card .item .position,
.team .card .item .name,
.team .card .item .desc {
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}

.team .card .item .name {
  margin-top: 10px;
  font-size: 17px;
  color: #b9f2ff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team .card .item .name a {
  text-decoration: none;
  display: flex;
}

.team .card .item .name i {
  margin-left: 10px;
  font-size: 20px;
  color: #b9f2ff;
}

.team .card .item .desc {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
  font-family: blenderProBook, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.team .card .item .position {
  font-size: 20px;
  color: #f14da6;
}

@media only screen and (max-width: 768px) {
  .team__container {
    padding: 15px 20px;
  }
  .team .card {
    margin-top: 56px;
  }
  .team .card .item .position,
  .team .card .item .name {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
  }
}

.roadmap {
  overflow-x: hidden;
  position: relative;
}

.roadmap__container {
  width: 100%;
  position: relative;
  padding-top: 50px;
  min-height: 100vh;
}

.roadmap__container .title {
    background: linear-gradient(to right,#B9F2FF 10%, #fff 70%, #f14da6 60%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	background-clip: text;
	 text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	  animation: textclip 3.5s linear infinite;
	margin-top: 15px !important;
  font-size: 36px;
  line-height: 48px;
}

.roadmap__container #lottie {
  position: absolute;
  bottom: 0px;
  width: 100vw;
  height: calc(100vh - 50px);
  display: block;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .roadmap__container {
    min-height: unset;
  }
  .roadmap__container .title {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .roadmap__container #lottie {
    width: 100vw;
    height: auto;
    position: relative;
  }
}

.token__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px;
}

.token__container .title {
  font-size: 36px;
  line-height: 48px;
}
.token__container .title.is-animated {
	background: linear-gradient(to right,#b9f2ff 10%, #137D00 40%, #f14da6 60%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	background-clip: text;
	 text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	  animation: textclip 3.5s linear infinite;

}
.token-wrapper {
  margin-top: 30px;
}

.token-wrapper img {
  margin: 0 auto;
  width: unset !important;
  max-height: 250px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
}

.token-wrapper .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.token-wrapper .row .item {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 280px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  cursor: pointer;
}

.token-wrapper .row .item:hover .number,
.token-wrapper .row .item:hover .desc {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.token-wrapper .row .item:nth-child(1) {
  color: #e2103d;
}

.token-wrapper .row .item:nth-child(2) {
  color: #00a550;
}

.token-wrapper .row .item:nth-child(3) {
  color: #fff200;
}

.token-wrapper .row .item:nth-child(4) {
  color: #00abf7;
}

.token-wrapper .row .item:nth-child(5) {
  color: #E66519;
}

.token-wrapper .row .item:nth-child(6) {
  color: #9a00cc;
}

.token-wrapper .row .item:nth-child(7) {
  color: #E81E7B;
}

.token-wrapper .row .item:nth-child(8) {
  color: #68ea13;
}

.token-wrapper .row .number {
  font-family: blenderProBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  cursor: pointer;
}

.token-wrapper .row .desc {
  font-family:'conthrax', blenderProBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 320px) {
  .token__container {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .token-wrapper img {
    margin-top: 48px;
    margin-bottom: 56px;
  }
  .token-wrapper .row {
    gap: 40px;
  }
  .token-wrapper .row .item {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .token-wrapper .row .item .number {
    margin-right: 16px;
    font-size: 40px;
    line-height: 48px;
  }
  .token-wrapper .row .item .desc {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
  }
}

.footer {
  background: #000000;
  width: 100%;
  height: 100%;
  background-image: url("/asstes/images/footer/bgfooter.png");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.footer__container {
  padding: 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-logo {
  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;
}

.footer-logo .sub-email {
  font-size: 12px;
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  margin-top: 13px;
  color: #ffffff;
}

.footer-logo .sub-email a {
  cursor: pointer;
  color: #ffffff;
}

.footer-logo img {
  margin: 0 auto;
  height: auto;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 350px;
}

.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding:0 80px 0 80px;
  gap: 70px;
  max-width: 450px;
  width: 100%;
}
@media (max-width: 1135px) {
	.footer-link{
	padding: 15px 20px 0 20px;
    max-width: 330px;}
}
@media (max-width: 1115px) {
	.footer-link{
	padding: 15px 20px 0 20px;
    max-width: 330px;}
}
@media (max-width: 830px) {
	.footer-link{
	padding: 15px 20px 0 20px;
    max-width: 330px;}
}
@media (max-width: 768px) {
.footer-link {
    padding: 15px 20px 0 20px;
    max-width: 390px;}
}
@media (max-width: 710px) {
.footer-community h3{
	text-align: center;}
.footer-link {
    padding: 15px 20px 0 20px;
    max-width: 390px;}
}
@media (max-width: 600px) {
  .footer-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 18px;
	padding-top: 20px;
  }
	.footer-link .column .item{text-align: center;}
	.footer-link .column .item {padding-bottom: 20px;  }
	.footer-community {padding: 0 10px;}
}

.footer-link .column .item {
  padding-bottom: 15px;
}
@media (max-width: 375px) {
	.footer-logo .sub-email{
		font-size: 11px;
	}
}
@media only screen and (max-width: 360px) {
	.footer-logo .sub-email{font-size: 12px; text-align: center;}
	.footer-community {padding: 0 10px;}
	.footer-community .icon-wrapper img {display: block; width: 36px; height: 36px;}
}


.footer-link .column .item a {
  color: #ffffff;
  font-size: 12px;
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

@media (max-width: 600px) {
  .footer-link .column .item a {font-size: 12px;}
	.footer-logo .sub-email{text-align: center;}
}
.footer-link .column .item a:hover {
  color: #f14da6;
}
.footer-community {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-community h3 {
  color: #ffffff;
  font-size: 14px;
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .footer-community h3 {
    font-size: 13px;
    text-align: center;
  }
}

.footer-community .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-community .icon-wrapper a {
  margin-right: 10px;
}

.footer-community .icon-wrapper img {
  display: block;
  width: 40px;
  height: 40px;
}

.footer-community .icon-wrapper img:not(:last-child) {
  margin-right: 10px;
}

.whitepaper {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.whitepaper .title {
  margin-top: 0;
}

.video {
  overflow-x: hidden;
  position: relative;
}
.video .title-first{
  width: 100%;
  text-align: center;
  font-size: 36px;
}
.video__container {
  width: 100%;
  height: auto;
  position: relative;
  min-height: 100vh;
  padding: 50px;
  display: inline-block;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video__wrapper {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  text-align: center;
}

@media (max-width: 1024px) {
  .video__wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.video__wrapper_left {
  width: 100%;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center; */
          justify-content: center;
          position: relative;
}

@media (max-width: 1024px) {
  .video__wrapper_left {
    width: 100%;
    max-width: unset;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 20px;
  }
}

.video__wrapper_left .video-wrapper {
  /* position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.video__wrapper_left .video-wrapper video {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  max-width: 70vw;
  height: auto;
  margin: 0 auto;
  background-color: black;
  padding: 2px;
  border-radius: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.video__wrapper_left .volumn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 14%;
  bottom: 10px;
  width: 100%;
  display: FLEX;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.video__wrapper_left .volumn .muted,
.video__wrapper_left .volumn .unmute {
  display: none;
  cursor: pointer;
  font-size: 24px;
  color: #ffffff;
}

.video__wrapper_left .volumn .muted.active,
.video__wrapper_left .volumn .unmute.active {
  display: block;
}

.video__wrapper_right {
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 40px;
  padding-left: 20px;
}
@media (max-width: 1280px) {
  .video__wrapper_right .title {
    font-size: 23px;
  line-height: 48px;
  }
  .video__wrapper_right .desc {
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1220px) {
  .video__wrapper_right .title {
    font-size: 23px;
  line-height: 48px;
  }
  .video__wrapper_right .desc {
    font-size: 10px;
    line-height: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media (max-width: 1100px) {
  .video__wrapper_right .title {
    font-size: 12px;
    line-height: 18px;
  }
  .video__wrapper_right .desc {
    font-size: 8px;
    line-height: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}


@media (max-width: 1024px) {
  .video__wrapper_right {
    width: 100%;
    max-width: unset;
	padding-right: 20px;
  }
}

.video__wrapper_right .title {
  font-family: vipnagorgiallaBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: left;
  margin-top: -15px;
  margin-bottom: 20px;
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 500;
}

.video__container .title.title-first {
  margin-bottom: 5px;
  padding-top: 10px;
  margin-top: 0px !important;
	background: linear-gradient(to right,#B9F2FF 10%, #fff 70%, #f14da6 60%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	background-clip: text;
	 text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	  animation: textclip 5s linear infinite;
}

@media (max-width: 768px) {
  .video__container .title {
    font-size: 30px;
    line-height: 33px;
	  text-align: center;
    width: 100%;
  }
}

.video__wrapper_right .desc {
font-family: "conthrax", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  position: relative;
  text-align: justify;
}

.video__wrapper_right .desc.is-last {
  margin-bottom: 16px;
}

.video__wrapper_right .desc.is-first::before {
  display: none;
}

@media (max-width: 768px) {

.video__wrapper_right .desc
{
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}
}

@media only screen and (max-width: 768px) {
  .video__container {
    min-height: unset;
    padding-bottom: 50px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .video__container .volumn {
    right: 10px;
    bottom: 5px;
  }
  .video__container .volumn .muted,
  .video__container .volumn .unmute {
    font-size: 18px;
  }
  .video-wrapper video {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  .video__wrapper_left .video-wrapper video {
    max-width: 100vw;
  }
}

.title {
  font-size: 48px;
  line-height: 91px;
  text-align: center;
  font-family: vipnagorgiallaBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #b9f2ff;
  margin-top: 70px;
}

@media (max-width: 768px) {
  .title {
    margin-top: 55px;
    font-size: 46px;
    line-height: 58px;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 40px;
  }
}

@media (max-width: 500px) {
  .title {
    font-size: 32px;
  }
}

.slick-dots {
  bottom: 9%;
  padding-right: 125px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .slick-dots {
    padding-right: unset;
  }
}

.slick-dots li {
  width: 6.3vw;
  height: 12px;
}

@media only screen and (max-width: 768px) {
  .slick-dots li {
    width: 90px;
  }
}

.slick-dots li button {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  width: 6.3vw;
  height: 12px;
	border-radius: 8px;

}

@media only screen and (max-width: 768px) {
  .slick-dots li button {
    width: 90px;
  }
}

.slick-dots .slick-active {
  color: #b9f2ff;
  background-color: #b9f2ff;
	border-radius: 8px;

}

.slick-dots li button:before {
  content: "" !important;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}
@media only screen and (max-width: 340px) {
	.footer-community {padding: 0;}
	.footer-community .icon-wrapper a { margin-right: 5px;}
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }




/*# sourceMappingURL=styles.css.map */
