@font-face {
  font-family: 'nunito-regular';
  src: url("./../fonts/nunito/Nunito-Regular.eot");
  src: url("./../fonts/nunito/Nunito-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/nunito/Nunito-Regular.woff2") format("woff2"), url("./../fonts/nunito/Nunito-Regular.woff") format("woff"), url("./../fonts/nunito/Nunito-Regular.ttf") format("truetype"), url("./../fonts/nunito/Nunito-Regular.svg#Nunito-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'nunito-medium';
  src: url("./../fonts/nunito/Nunito-Medium.eot");
  src: url("./../fonts/nunito/Nunito-Medium.eot?#iefix") format("embedded-opentype"), url("./../fonts/nunito/Nunito-Medium.woff2") format("woff2"), url("./../fonts/nunito/Nunito-Medium.woff") format("woff"), url("./../fonts/nunito/Nunito-Medium.ttf") format("truetype"), url("./../fonts/nunito/Nunito-Medium.svg#Nunito-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'nunito-sembBold';
  src: url("./../fonts/nunito/Nunito-SemiBold.eot");
  src: url("./../fonts/nunito/Nunito-SemiBold.eot?#iefix") format("embedded-opentype"), url("./../fonts/nunito/Nunito-SemiBold.woff2") format("woff2"), url("./../fonts/nunito/Nunito-SemiBold.woff") format("woff"), url("./../fonts/nunito/Nunito-SemiBold.ttf") format("truetype"), url("./../fonts/nunito/Nunito-SemiBold.svg#Nunito-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'nunito-bold';
  src: url("./../fonts/nunito/Nunito-Bold.eot");
  src: url("./../fonts/nunito/Nunito-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/nunito/Nunito-Bold.woff2") format("woff2"), url("./../fonts/nunito/Nunito-Bold.woff") format("woff"), url("./../fonts/nunito/Nunito-Bold.ttf") format("truetype"), url("./../fonts/nunito/Nunito-Bold.svg#Nunito-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'nunito-black';
  src: url("./../fonts/nunito/Nunito-Black.eot");
  src: url("./../fonts/nunito/Nunito-Black.eot?#iefix") format("embedded-opentype"), url("./../fonts/nunito/Nunito-Black.woff2") format("woff2"), url("./../fonts/nunito/Nunito-Black.woff") format("woff"), url("./../fonts/nunito/Nunito-Black.ttf") format("truetype"), url("./../fonts/nunito/Nunito-Black.svg#Nunito-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'nunito-extrabold';
  src: url("./../fonts/nunito/Nunito-ExtraBold.eot");
  src: url("./../fonts/nunito/Nunito-ExtraBold.eot?#iefix") format("embedded-opentype"), url("./../fonts/nunito/Nunito-ExtraBold.woff2") format("woff2"), url("./../fonts/nunito/Nunito-ExtraBold.woff") format("woff"), url("./../fonts/nunito/Nunito-ExtraBold.ttf") format("truetype"), url("./../fonts/nunito/Nunito-ExtraBold.svg#Nunito-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'gill-sans-ultra-bold-condensed';
  src: url("./../fonts/gill-sans-ultra-bold-condensed/GillSans-UltraBoldCondensed.eot");
  src: url("./../fonts/gill-sans-ultra-bold-condensed/GillSans-UltraBoldCondensed.eot?#iefix") format("embedded-opentype"), url("./../fonts/gill-sans-ultra-bold-condensed/GillSans-UltraBoldCondensed.woff2") format("woff2"), url("./../fonts/gill-sans-ultra-bold-condensed/GillSans-UltraBoldCondensed.woff") format("woff"), url("./../fonts/gill-sans-ultra-bold-condensed/GillSans-UltraBoldCondensed.ttf") format("truetype"), url("./../fonts/gill-sans-ultra-bold-condensed/GillSans-UltraBoldCondensed.svg#GillSans-UltraBoldCondensed") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
body {
  font-family: 'nunito-regular', sans-serif;
  background: #001341;
  color: #fff; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'nunito-extrabold', sans-serif; }
@keyframes dance-short-x {
  0% {
    transform: translateX(0); }
  25% {
    transform: translateX(100px); }
  75% {
    transform: translateX(-100px); }
  100% {
    transform: translateX(0); } }
@keyframes dance-short {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateY(200px); }
  75% {
    transform: translateY(-200px); }
  100% {
    transform: translateY(0); } }
@keyframes scale {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
  body .btn {
    font-size: 16px;
    font-family: 'nunito-bold', sans-serif;
    background: #005DFF;
    border-color: #005DFF;
    text-transform: uppercase;
    padding: 15px 45px; }
    body .btn:hover, body .btn:focus {
      border-color: #001341;
      background: #001341; }
  body .btn-lg {
    font-size: 20px; }
  body .btn-light {
    color: #001341;
    background: #fff; }
    body .btn-light:hover, body .btn-light:focus {
      color: #fff;
      background: #001341; }
  body .btn-outline-primary {
    background: transparent;
    border: 2px solid #005DFF; }
  body .social {
    padding: 0;
    margin: 0;
    list-style: none; }
    body .social li {
      display: inline-block; }
      body .social li a {
        width: 62px;
        height: 62px;
        border: 1px solid #005DFF;
        border-radius: 50%;
        display: block;
        text-align: center;
        line-height: 60px;
        margin: 0 3px; }
        body .social li a img {
          transform: scale(0.8);
          transition: 0.2s;
          border-radius: 0 !important;
          width: auto !important; }
        body .social li a:hover, body .social li a:focus {
          background: #005DFF; }
          body .social li a:hover img,
          body .social li a:hover img, body .social li a:focus img,
          body .social li a:focus img {
            transform: scale(1);
            transition: 0.2s; }
  body .thumb-slider {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center; }
    body .thumb-slider .slick-track {
      display: flex;
      gap: 40px; }
    body .thumb-slider .slick-prev.slick-arrow {
      background: transparent;
      left: 50%;
      top: auto;
      bottom: -50px;
      transform: translate(-50%, 0);
      width: 40px;
      height: 40px;
      margin-left: -25px;
      border-radius: 50%;
      border: 1px solid #005DFF; }
      body .thumb-slider .slick-prev.slick-arrow:before {
        content: '\2190'; }
    body .thumb-slider .slick-next.slick-arrow {
      background: transparent;
      left: 50%;
      top: auto;
      bottom: -50px;
      transform: translate(-50%, 0);
      width: 40px;
      height: 40px;
      margin-left: 25px;
      border-radius: 50%;
      border: 1px solid #005DFF; }
      body .thumb-slider .slick-next.slick-arrow:before {
        content: '\2192'; }
      body .thumb-slider .slick-next.slick-arrow:hover, body .thumb-slider .slick-next.slick-arrow:focus {
        background: #005DFF; }
    body .thumb-slider .thumb-card {
      padding-left: 15px;
      padding-bottom: 15px;
      border: 2px solid #005DFF;
      border-radius: 100px 0 100px 100px;
      margin: 0 auto; }
      body .thumb-slider .thumb-card img {
        border-radius: 100px 0 100px 100px;
        width: 100%; }
      body .thumb-slider .thumb-card .content {
        padding: 40px 20px; }
        body .thumb-slider .thumb-card .content .title {
          font-family: 'gill-sans-ultra-bold-condensed', sans-serif;
          text-transform: uppercase; }
        body .thumb-slider .thumb-card .content p {
          color: #005DFF; }
        body .thumb-slider .thumb-card .content .social {
          margin-top: 20px; }
  body .accordion .accordion-item {
    margin-bottom: 15px;
    border-radius: 0 35px;
    overflow: hidden;
    border: 1px solid #005DFF;
    background: #005DFF; }
    body .accordion .accordion-item .accordion-header .accordion-button {
      background: #005DFF;
      font-size: 18px;
      text-transform: uppercase;
      color: #fff;
      padding: 20px 30px; }
      body .accordion .accordion-item .accordion-header .accordion-button:after {
        width: 26px;
        height: 26px;
        background-image: url("./../img/svg/arrow-bottom.svg"); }
      body .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
        background-image: url("./../img/svg/arrow-bottom.svg");
        transform: rotate(-180deg); }
    body .accordion .accordion-item .accordion-body {
      padding: 20px 30px 30px;
      background: #002167;
      border: none;
      font-size: 16px;
      line-height: 30px; }
  body .cta {
    text-align: center;
    padding: 80px 200px;
    background: #005DFF;
    border-radius: 60px 0 60px 60px; }
    body .cta .sub-title {
      text-transform: uppercase;
      margin-bottom: 20px; }
    body .cta .title {
      text-transform: uppercase;
      font-family: 'gill-sans-ultra-bold-condensed', sans-serif;
      margin-bottom: 40px; }
    body .cta p {
      font-size: 18px;
      line-height: 30px; }
  body .timeline {
    padding: 40px 0; }
    body .timeline .card-wrapper {
      padding-right: 80px;
      border-right: 4px solid #005DFF;
      height: 100%; }
      body .timeline .card-wrapper .card {
        background: #001341;
        border: 3px solid #005DFF;
        border-radius: 20px 0;
        color: #fff;
        position: relative;
        margin-bottom: 100px; }
        body .timeline .card-wrapper .card:before {
          content: '';
          position: absolute;
          left: 100%;
          top: -3px;
          margin-left: 42px;
          width: 80px;
          height: 80px;
          background-image: url("./../img/svg/roadmap.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
        body .timeline .card-wrapper .card .card-body {
          padding: 40px; }
          body .timeline .card-wrapper .card .card-body .title {
            font-family: 'gill-sans-ultra-bold-condensed', sans-serif; }
          body .timeline .card-wrapper .card .card-body ul {
            margin: 30px 0 0;
            padding: 0;
            list-style: none; }
            body .timeline .card-wrapper .card .card-body ul li {
              margin-bottom: 10px;
              padding-left: 18px;
              position: relative; }
              body .timeline .card-wrapper .card .card-body ul li:after {
                content: '';
                position: absolute;
                left: 0;
                top: 10px;
                background: #005DFF;
                width: 8px;
                height: 8px;
                border-radius: 50%; }
    body .timeline .card-wrapper.right {
      padding-right: 0;
      padding-left: 80px;
      border-right: 0;
      border-left: 4px solid #005DFF;
      margin-left: -4px; }
      body .timeline .card-wrapper.right .card:before {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 46px; }
    body .timeline .row:last-child .card-wrapper .card {
      margin-bottom: 0; }
  body .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20; }
    body .header .navbar {
      background: #001341;
      background: -moz-linear-gradient(0deg, rgba(0, 19, 65, 0) 0%, #001341 100%);
      background: -webkit-linear-gradient(0deg, rgba(0, 19, 65, 0) 0%, #001341 100%);
      background: linear-gradient(0deg, rgba(0, 19, 65, 0) 0%, #001341 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001341",endColorstr="#001341",GradientType=1);
      padding: 0;
      transition: 0.2s; }
      body .header .navbar .navbar-nav li a {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        padding: 0 20px; }
        body .header .navbar .navbar-nav li a:hover, body .header .navbar .navbar-nav li a:focus {
          color: #005DFF; }
      body .header .navbar .navbar-nav li a.active {
        color: #005DFF; }
      body .header .navbar .navbar-toggler {
        box-shadow: none !important; }
        body .header .navbar .navbar-toggler .menu {
          display: none; }
      body .header .navbar .navbar-toggler.collapsed .close {
        display: none !important; }
      body .header .navbar .navbar-toggler.collapsed .menu {
        display: inline-block; }
  body .header.fixed .navbar {
    background-image: none;
    background: #000c2a;
    transition: 0.2s; }
    body .header.fixed .navbar .navbar-brand img {
      width: 150px;
      height: auto;
      transition: 0.2s; }
  body .main-content {
    overflow: hidden; }
    body .main-content section .container {
      position: relative;
      z-index: 10; }
  body .hero {
    position: relative;
    height: 100vh; }
    body .hero .container {
      height: 100%; }
    body .hero .bg-img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-animation: scale 30s infinite;
      -moz-animation: scale 30s infinite;
      -o-animation: scale 30s infinite;
      animation: scale 30s infinite; }
    body .hero .caption {
      height: 100%;
      display: flex;
      align-items: center;
      color: #fff;
      padding: 100px 0;
      max-width: 600px;
      position: relative;
      z-index: 2; }
      body .hero .caption .caption-inner {
        margin-top: 80px; }
        body .hero .caption .caption-inner .sub-title {
          font-family: 'nunito-black', sans-serif;
          font-size: 40px;
          text-transform: uppercase; }
        body .hero .caption .caption-inner .title {
          color: #005DFF;
          font-size: 110px;
          text-transform: uppercase;
          font-family: 'gill-sans-ultra-bold-condensed', sans-serif; }
        body .hero .caption .caption-inner p {
          font-size: 24px;
          line-height: 40px;
          margin-bottom: 30px; }
        body .hero .caption .caption-inner .social {
          margin: 50px 0 0; }
    body .hero:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #001341;
      background: -moz-linear-gradient(0deg, #001341 0%, rgba(0, 19, 65, 0) 100%);
      background: -webkit-linear-gradient(0deg, #001341 0%, rgba(0, 19, 65, 0) 100%);
      background: linear-gradient(0deg, #001341 0%, rgba(0, 19, 65, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001341",endColorstr="#001341",GradientType=1);
      z-index: 1; }
    body .hero:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 80%;
      height: 100%;
      background: #001341;
      background: -moz-linear-gradient(90deg, #001341 0%, rgba(0, 19, 65, 0) 100%);
      background: -webkit-linear-gradient(90deg, #001341 0%, rgba(0, 19, 65, 0) 100%);
      background: linear-gradient(90deg, #001341 0%, rgba(0, 19, 65, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001341",endColorstr="#001341",GradientType=1);
      z-index: 1; }
    body .hero .object {
      position: absolute;
      left: 0;
      bottom: 100%;
      margin-bottom: -150px;
      width: 700px;
      height: 700px;
      background: #005DFF;
      z-index: 2;
      border-radius: 50%;
      filter: blur(60px);
      -webkit-filter: blur(60px);
      -webkit-animation: dance-short-x 20s infinite;
      -moz-animation: dance-short-x 20s infinite;
      -o-animation: dance-short-x 20s infinite;
      animation: dance-short-x 20s infinite; }
    body .hero .object-right {
      left: auto;
      right: -300px;
      bottom: 0;
      margin-bottom: 0;
      width: 400px;
      height: 400px;
      filter: blur(160px);
      -webkit-filter: blur(160px);
      -webkit-animation: dance-short 20s infinite;
      -moz-animation: dance-short 20s infinite;
      -o-animation: dance-short 20s infinite;
      animation: dance-short 20s infinite; }
  body .about {
    padding: 120px 0 150px;
    position: relative;
    background: #001341; }
    body .about .content {
      padding-right: 100px; }
      body .about .content h1 {
        text-transform: uppercase; }
      body .about .content p {
        font-size: 20px;
        line-height: 40px; }
      body .about .content ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        body .about .content ul li {
          font-size: 20px;
          line-height: 40px;
          padding-left: 40px;
          position: relative; }
          body .about .content ul li:before {
            content: '';
            position: absolute;
            left: 0;
            top: 10px;
            background-image: url("../img/png/read.png");
            background-size: contain;
            background-repeat: no-repeat;
            width: 20px;
            height: 20px;
            filter: invert(100%);
            -webkit-filter: invert(100%); }
    body .about .image-wrapper {
      min-width: 520px;
      position: relative;
      display: inline-block; }
      body .about .image-wrapper img {
        border-top-right-radius: 100px;
        border-bottom-left-radius: 100px;
        position: relative;
        z-index: 2; }
      body .about .image-wrapper:before {
        content: '';
        position: absolute;
        left: -30px;
        right: 60px;
        top: 30px;
        height: 100%;
        border-top-right-radius: 130px;
        border-bottom-left-radius: 130px;
        background: rgba(255, 255, 255, 0.05);
        transition: 0.2s; }
      body .about .image-wrapper:hover:before, body .about .image-wrapper:focus:before {
        background: #005dff; }
    body .about .object {
      position: absolute;
      left: -200px;
      top: 0;
      width: 400px;
      height: 400px;
      background: #005DFF;
      z-index: 2;
      border-radius: 50%;
      filter: blur(160px);
      -webkit-filter: blur(160px);
      -webkit-animation: dance-short 20s infinite;
      -moz-animation: dance-short 20s infinite;
      -o-animation: dance-short 20s infinite;
      animation: dance-short 20s infinite; }
    body .about .object-right {
      position: absolute;
      left: auto;
      right: -200px;
      top: 0; }
  body .about.right .content {
    padding-left: 100px;
    padding-right: 0; }
  body .nft {
    padding: 120px 0; }
    body .nft .thumb-slider {
      position: relative;
      z-index: 2; }
  body .faq {
    padding: 120px 0;
    position: relative; }
    body .faq .object {
      position: absolute;
      left: -200px;
      top: -300px;
      width: 400px;
      height: 400px;
      background: #005DFF;
      z-index: 2;
      border-radius: 50%;
      filter: blur(160px);
      -webkit-filter: blur(160px);
      -webkit-animation: dance-short 20s infinite;
      -moz-animation: dance-short 20s infinite;
      -o-animation: dance-short 20s infinite;
      animation: dance-short 20s infinite; }
    body .faq .object-right {
      position: absolute;
      left: auto;
      right: -200px;
      top: auto;
      bottom: 0;
      -webkit-animation: dance-short 40s infinite;
      -moz-animation: dance-short 40s infinite;
      -o-animation: dance-short 40s infinite;
      animation: dance-short 40s infinite; }
  body .team {
    padding: 120px 0;
    position: relative; }
    body .team .object {
      position: absolute;
      left: -200px;
      top: 400px;
      width: 400px;
      height: 400px;
      background: #005DFF;
      z-index: 2;
      border-radius: 50%;
      filter: blur(160px);
      -webkit-filter: blur(160px);
      -webkit-animation: dance-short 20s infinite;
      -moz-animation: dance-short 20s infinite;
      -o-animation: dance-short 20s infinite;
      animation: dance-short 20s infinite; }
  body .cta-wrapper {
    padding: 120px 0; }
  body .roadmap {
    padding: 120px 0;
    position: relative; }
    body .roadmap .object {
      position: absolute;
      left: -200px;
      top: 0;
      width: 400px;
      height: 400px;
      background: #005DFF;
      z-index: 2;
      border-radius: 50%;
      filter: blur(160px);
      -webkit-filter: blur(160px);
      -webkit-animation: dance-short 20s infinite;
      -moz-animation: dance-short 20s infinite;
      -o-animation: dance-short 20s infinite;
      animation: dance-short 20s infinite; }
    body .roadmap .object-right {
      position: absolute;
      left: auto;
      right: -200px;
      top: auto;
      bottom: 300px;
      -webkit-animation: dance-short-x 20s infinite;
      -moz-animation: dance-short-x 20s infinite;
      -o-animation: dance-short-x 20s infinite;
      animation: dance-short-x 20s infinite; }
  body .mint {
    position: relative;
    padding: 200px 0 0; }
    body .mint .form-wrapper {
      position: relative;
      background-color: #001341;
      border: solid #005DFF 2px;
      border-radius: 100px 0 100px 100px;
      padding: 100px 70px;
      max-width: 800px;
      margin: 0 auto;
      overflow: hidden; }
      body .mint .form-wrapper .img-wrapper {
        padding-left: 15px;
        padding-bottom: 15px;
        border: 2px solid #005DFF;
        border-radius: 100px 0 100px 100px;
        margin: 0 auto 30px;
        width: fit-content;
        position: relative;
        z-index: 1; }
        body .mint .form-wrapper .img-wrapper img {
          border-radius: 100px 0 100px 100px;
          border: 1px solid #005DFF;
          width: 100%;
          max-width: 314px; }
      body .mint .form-wrapper .status {
        border-bottom: solid 1px #ffffff10;
        position: relative;
        z-index: 1;
        margin-bottom: 45px;
        padding-bottom: 24px; }
        body .mint .form-wrapper .status h5 {
          font-family: 'nunito-regular', sans-serif; }
        body .mint .form-wrapper .status h2 {
          font-size: 30px;
          font-family: 'Co Headline Corp', sans-serif;
          font-weight: 700; }
      body .mint .form-wrapper select.form-select {
        position: relative;
        z-index: 1;
        background-color: #001341;
        color: #fff;
        font-family: 'nunito-bold';
        text-transform: uppercase;
        padding: 14px 25px 14px 45px;
        border-radius: 32px;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("../../assets/img/svg/arrow-bottom-2.svg");
        background-repeat: no-repeat;
        background-position-x: 95%;
        background-position-y: 20px; }
      body .mint .form-wrapper .btn {
        min-width: fit-content;
        position: relative;
        z-index: 1; }
      body .mint .form-wrapper .blur {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(139, 125, 255, 0.1);
        backdrop-filter: blur(50px); }
    body .mint .object {
      position: absolute;
      left: -200px;
      top: 0;
      width: 300px;
      height: 300px;
      background: #005DFF;
      z-index: 2;
      border-radius: 50%;
      filter: blur(160px);
      -webkit-filter: blur(160px);
      -webkit-animation: dance-short 20s infinite;
      -moz-animation: dance-short 20s infinite;
      -o-animation: dance-short 20s infinite;
      animation: dance-short 20s infinite; }
    body .mint .object-right {
      position: absolute;
      left: auto;
      right: -200px;
      top: auto;
      bottom: 300px;
      -webkit-animation: dance-short-x 20s infinite;
      -moz-animation: dance-short-x 20s infinite;
      -o-animation: dance-short-x 20s infinite;
      animation: dance-short-x 20s infinite; }
  body .footer {
    padding-top: 100px; }
    body .footer .social {
      padding: 20px; }
    body .footer .copyright {
      margin-top: 20px;
      padding: 30px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 1440px) {
    body .header .navbar .navbar-nav li a {
      padding: 0 10px; }
    body .mint {
      padding: 160px 0 0; }
      body .mint .form-wrapper {
        border-radius: 60px 0 60px 60px;
        padding: 30px 60px; }
        body .mint .form-wrapper .img-wrapper {
          padding-left: 10px;
          padding-bottom: 10px;
          border-radius: 40px 0 40px 40px;
          margin-bottom: 20px; }
          body .mint .form-wrapper .img-wrapper img {
            border-radius: 40px 0 40px 40px;
            height: auto;
            max-width: 214px; }
        body .mint .form-wrapper .status {
          margin-bottom: 25px;
          padding-bottom: 0; }
          body .mint .form-wrapper .status h5 {
            font-size: 16px; }
          body .mint .form-wrapper .status h2 {
            font-size: 24px; }
    body .footer {
      padding-top: 20px; }
      body .footer .social {
        padding: 10px; }
      body .footer .copyright {
        margin-top: 10px;
        padding: 15px 0; } }
  @media (max-height: 760px) {
    body .hero .caption .caption-inner {
      margin-top: 80px; }
      body .hero .caption .caption-inner .sub-title {
        font-size: 34px; }
      body .hero .caption .caption-inner .title {
        font-size: 80px; }
      body .hero .caption .caption-inner p {
        font-size: 20px;
        line-height: 34px; }
      body .hero .caption .caption-inner .social {
        margin: 30px 0 0; }
    body .hero:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #001341;
      background: -moz-linear-gradient(0deg, #001341 0%, rgba(0, 19, 65, 0) 100%);
      background: -webkit-linear-gradient(0deg, #001341 0%, rgba(0, 19, 65, 0) 100%);
      background: linear-gradient(0deg, #001341 0%, rgba(0, 19, 65, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001341",endColorstr="#001341",GradientType=1);
      z-index: 1; }
    body .hero:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 80%;
      height: 100%;
      background: #001341;
      background: -moz-linear-gradient(90deg, #001341 0%, rgba(0, 19, 65, 0) 100%);
      background: -webkit-linear-gradient(90deg, #001341 0%, rgba(0, 19, 65, 0) 100%);
      background: linear-gradient(90deg, #001341 0%, rgba(0, 19, 65, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001341",endColorstr="#001341",GradientType=1);
      z-index: 1; }
    body .hero .object {
      position: absolute;
      left: 0;
      bottom: 100%;
      margin-bottom: -150px;
      width: 700px;
      height: 700px;
      background: #005DFF;
      z-index: 2;
      border-radius: 50%;
      filter: blur(60px);
      -webkit-filter: blur(60px);
      -webkit-animation: dance-short-x 20s infinite;
      -moz-animation: dance-short-x 20s infinite;
      -o-animation: dance-short-x 20s infinite;
      animation: dance-short-x 20s infinite; }
    body .hero .object-right {
      left: auto;
      right: -300px;
      bottom: 0;
      margin-bottom: 0;
      width: 400px;
      height: 400px;
      filter: blur(160px);
      -webkit-filter: blur(160px);
      -webkit-animation: dance-short 20s infinite;
      -moz-animation: dance-short 20s infinite;
      -o-animation: dance-short 20s infinite;
      animation: dance-short 20s infinite; } }
  @media (max-width: 1200px) {
    body .cta {
      padding: 80px 150px; }
    body .header .navbar .navbar-brand img {
      height: auto;
      width: 150px; }
    body .about .content p {
      font-size: 16px;
      line-height: 32px; }
    body .about .content ul li {
      font-size: 16px;
      line-height: 32px;
      padding-left: 30px; }
      body .about .content ul li:before {
        top: 8px; }
    body .about .image-wrapper {
      min-width: 320px; }
      body .about .image-wrapper:before {
        left: -30px;
        right: 30px; }
    body .thumb-slider .thumb-card {
      border-radius: 60px 0 60px 60px; }
      body .thumb-slider .thumb-card img {
        border-radius: 60px 0 60px 60px; } }
  @media (max-width: 991px) {
    body .cta {
      padding: 80px; }
    body .timeline .card-wrapper {
      padding-right: 0;
      padding-left: 30px;
      border-right: none;
      border-left: 4px solid #005DFF;
      margin-left: 30px; }
      body .timeline .card-wrapper .card {
        margin-bottom: 60px; }
        body .timeline .card-wrapper .card:before {
          left: auto;
          right: 100%;
          top: -3px;
          margin-left: 0;
          margin-right: 12px;
          width: 50px;
          height: 50px; }
        body .timeline .card-wrapper .card .card-body {
          padding: 25px 20px; }
          body .timeline .card-wrapper .card .card-body .title {
            margin-bottom: 0; }
    body .timeline .card-wrapper.right {
      padding-right: 0;
      padding-left: 30px;
      margin-left: 30px; }
      body .timeline .card-wrapper.right .card:before {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 12px; }
    body .timeline .row:last-child .card-wrapper .card {
      margin-bottom: 0; }
    body .social li a {
      width: 42px;
      height: 42px;
      line-height: 37px;
      margin: 0 1px; }
      body .social li a img {
        transform: scale(0.5); }
      body .social li a:hover img,
      body .social li a:hover img, body .social li a:focus img,
      body .social li a:focus img {
        transform: scale(0.8); }
    body .header .navbar .container {
      position: relative; }
    body .header .navbar .navbar-nav {
      background: #001341;
      padding: 30px;
      border-radius: 0 0 20px 20px; }
      body .header .navbar .navbar-nav li a {
        padding: 10px 20px; }
      body .header .navbar .navbar-nav li a.active {
        color: #005DFF; }
    body .header .navbar .header-right {
      position: absolute;
      top: 17px;
      right: 0; }
    body .hero .caption .caption-inner .sub-title {
      font-size: 30px; }
    body .hero .caption .caption-inner .title {
      color: #005DFF;
      font-size: 60px; }
    body .hero .caption .caption-inner p {
      font-size: 18px;
      line-height: 32px; }
    body .hero .caption .caption-inner .social {
      margin: 30px 0 0; }
    body .about {
      padding: 60px 0; }
      body .about .image-wrapper {
        min-width: 300px; }
      body .about .content h1 {
        font-size: 30px; }
    body .about.right .content {
      padding-left: 30px;
      padding-right: 0; }
    body .nft {
      padding: 40px 0; }
    body .faq {
      padding: 40px 0; }
    body .team {
      padding: 60px 0; }
    body .cta-wrapper {
      padding: 60px 0; }
    body .roadmap {
      padding: 60px 0; }
    body .footer {
      padding-top: 20px; }
      body .footer .logo {
        max-width: 140px; } }
  @media (max-width: 767px) {
    body .about .content {
      padding-right: 0; }
    body .about .image-wrapper {
      margin-top: 30px;
      margin-bottom: 30px;
      min-width: 100%; }
      body .about .image-wrapper:before {
        left: -10px;
        top: 10px;
        border-bottom-left-radius: 110px; }
    body .about.right .content {
      padding-left: 0;
      padding-right: 0; }
    body .mint {
      padding: 120px 0 0; }
      body .mint .form-wrapper .status {
        text-align: left;
        border-bottom: none; }
        body .mint .form-wrapper .status > div > div {
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        body .mint .form-wrapper .status h5 {
          font-size: 16px; }
        body .mint .form-wrapper .status h2 {
          font-size: 18px;
          padding-bottom: 10px; } }
  @media (max-width: 576px) {
    body .container {
      padding-right: 1rem;
      padding-left: 1rem; }
    body p, body ul li {
      font-size: 16px !important;
      line-height: 26px !important; }
    body .btn {
      font-size: 14px;
      padding: 10px 30px; }
    body .btn-lg {
      font-size: 16px;
      padding: 12px 45px; }
    body .cta {
      padding: 30px;
      border-radius: 40px 0 40px 40px; }
      body .cta .sub-title {
        font-size: 18px; }
      body .cta .title {
        font-size: 24px;
        margin-bottom: 10px; }
    body .thumb-slider {
      padding: 0 16px; }
      body .thumb-slider .slick-track {
        gap: 10px; }
      body .thumb-slider .thumb-card {
        border-radius: 40px 0 40px 40px;
        padding-left: 10px;
        padding-bottom: 10px; }
        body .thumb-slider .thumb-card img {
          border-radius: 40px 0 40px 40px; }
    body .header .navbar .navbar-brand img {
      height: auto;
      width: 100px; }
    body .header .navbar .btn {
      font-size: 14px;
      padding: 10px 20px; }
    body .header.fixed .navbar .navbar-brand img {
      width: 80px; }
    body .header.fixed .navbar .header-right {
      position: absolute;
      top: 10px;
      right: 0; }
    body .hero .caption {
      text-align: center; }
      body .hero .caption .caption-inner .sub-title {
        font-size: 20px;
        margin-bottom: 0; }
      body .hero .caption .caption-inner .title {
        font-size: 50px; }
      body .hero .caption .caption-inner p {
        font-size: 15px;
        line-height: 26px; }
      body .hero .caption .caption-inner .social {
        margin: 20px 0 0; }
    body .about .content h1 {
      font-size: 24px; }
    body .about .content ul {
      margin-bottom: 16px; }
    body .about .image-wrapper {
      margin-top: 0; }
      body .about .image-wrapper img {
        border-top-right-radius: 40px;
        border-bottom-left-radius: 40px; }
      body .about .image-wrapper:before {
        left: -10px;
        top: 10px;
        border-bottom-left-radius: 44px; }
    body .team .thumb-slider {
      padding: 10px; }
      body .team .thumb-slider .content {
        padding: 20px 10px 10px; }
    body .team .thumb-card {
      margin-bottom: 20px; }
    body .nft {
      padding: 80px 0; }
    body .cta-wrapper {
      padding: 40px 0; }
    body .mint .form-wrapper {
      padding: 30px; } }

/*# sourceMappingURL=style.css.map */
