﻿﻿
.sub-title {
  text-align: center;
  max-width: 800px;
  margin: 0px auto 100px;
}
.sub-title h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 5%;
  text-align: center !important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f879b6;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #562ad8;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #020c59;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/*
 * Hide visually and from screenreaders, but maintain layout
 */
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/*
	Ok so you have made it this far, that means you are very keen to on my code.
	Anyway I don't really mind it. This is a great way to learn so you actually doing the right thing:)
	Follow me @ihatetomatoes
*/
/*--------------------------------------------------------------
# btn
--------------------------------------------------------------*/
#header-06 {
  background: #0e044d;
  position: relative;
  height: 100%;
  z-index: 99;
}
#header-06:before {
  position: absolute;
  background: transparent;
  background-size: cover;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
#header-06 .header-shape {
  position: absolute;
}
#header-06 .shape1 {
  top: 0;
  left: 0;
  z-index: -1;
}
#header-06 .shape2 {
  top: 0;
  right: 0;
  z-index: -1;
}
#header-06 .shape3 {
  top: -28%;
  right: -22%;
  z-index: -2;
}
#header-06 .shape5 {
  bottom: 0%;
  right: -30%;
  z-index: -2;
}
#header-06 .navbar {
  padding: 30px 0 0;
  z-index: 1;
}
#header-06 .navbar .navbar-nav .nav-item {
  margin-right: 30px;
}
#header-06 .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}
#header-06 .navbar .navbar-nav .nav-item .nav-link {
  padding: 30px 0px;
  color: #ffffff;
  font-size: 15px;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}
#header-06 .navbar .navbar-nav .nav-item .nav-link.active, #header-06 .navbar .navbar-nav .nav-item .nav-link:hover {
  background: linear-gradient(to left, #9982ed 0%, #f879b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#header-06 .navbar .navbar-nav .nav-item .nav-link.active {
  font-weight: 700;
}
#header-06 .intro-text {
  margin: 120px 0 300px;
  padding-right: 0;
  margin-bottom: 100px !important;
}
#header-06 .intro-text h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 0 100px 0 0;
}
#header-06 .intro-text p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.7);
}
#header-06 .intro-text a {
  font-family: "Open Sans", sans-serif;
}
#header-06 .intro-text .btn_video_wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #header-06 .intro-text .btn_video_wrapper {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 482px) {
  #header-06 .intro-text .btn_video_wrapper {
    margin-top: 30px;
  }
}
#header-06 .intro-text .btn_video_wrapper a {
  background: linear-gradient(-45deg, #9982ed 0%, #f879b6 100%);
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
  padding: 0 30px;
  margin-top: 0px;
  line-height: 54px;
}
@media only screen and (max-width: 482px) {
  #header-06 .intro-text .btn_video_wrapper a {
    margin-bottom: 12px;
  }
  #header-06 .intro-text .btn_video_wrapper a:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}
#about_cryptonic_06 {
  background: transparent;
  padding: 40px 0 40px;
  padding-bottom: 0 !important;
  z-index: 2;
  position: relative;
}
#about_cryptonic_06 .header-shape {
  position: absolute;
}
#about_cryptonic_06 .shape1 {
  top: -50%;
  left: 0;
  z-index: -1;
}
#about_cryptonic_06 .shape2 {
  bottom: 20%;
  right: 0;
  z-index: -1;
}
#about_cryptonic_06 .about_cryptonic-content h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 10px;
  color: #ffffff;
}
#about_cryptonic_06 .about_cryptonic-content p {
  margin-top: 20px;
  color: #a2b2ff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30;
}
#about_cryptonic_06 .about_cryptonic-content p:last-child {
  margin-bottom: 0;
}
#about_cryptonic_06 .about_cryptonic-content a {
  font-weight: 600;
  font-size: 15px;
  text-transform: none;
  background: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
  border: none;
  height: 54px;
  padding: 0px 30px;
  text-align: center;
  line-height: 54px;
}
#about_cryptonic_06 .about-img {
  margin-top: -12%;
  margin-left: 10%;
}

/* ---------{ 01. Default  CSS } ---------- */
* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  overflow-x: hidden !important;
}

html, body {
  overflow-x: hidden;
}

p {
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

h4 {
  font-weight: 500;
}

a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none;
}
a:hover, a:focus {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none;
}

ol, ul {
  margin: 0;
  padding: 0;
}

ol li, ul li {
  list-style: outside none none;
  list-style-type: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.padding-none {
  padding: 0px;
}

.is-sticky nav.navbar {
  background: #020c59;
  border-radius: 0;
  box-shadow: 0px 1px 21px -1px rgba(108, 102, 231, 0.2);
  z-index: 99;
  transition: all 1s ease-in-out;
}
.is-sticky .cripto_nav {
  padding: 0 !important;
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*=========={
 Header Section
}
==============*/


/*====================== {
 Index Six Style
}
========================*/
.body_06 {
  color: #ffffff;
  background: #0e044d;
}
.body_06 p {
  line-height: 26px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
.body_06 .sub-title h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center !important;
}
#intro_main {
  background: transparent;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 100px 0 150px;
}
#intro_main .shape1 {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%);
  z-index: -2;
}
#intro_main .sub-title {
  margin: 0px auto 50px;
}
#intro_main .about_cryptonic-content {
  padding: 0 25px;
}
#intro_main .about_cryptonic-content img {
  animation-name: spin;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#intro_main .about_cryptonic-content p {
  padding: 30px 0 0;
  margin: 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}
#intro_main .about_cryptonic-content a {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  background: linear-gradient(to right, #f879b6 0%, #9982ed 100%);
  color: #ffffff;
  margin-top: 80px;
  padding: 0px 40px;

}
@-webkit-keyframes zoomin1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomin1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomin2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomin2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomin3 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes zoomin3 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes zoomin4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomin4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomin5 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes zoomin5 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(0.9);
  }
}
#exchange_main {
  background: transparent;
  padding: 20px 0;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
#exchange_main .sub-title {
  max-width: 500px;
  margin: 0px auto 50px;
}


/* Updated css*/
#token_distribution_06 {
  position: relative;
}
#header-06 .bubble1 {
  top: 20%;
  left: 12%;
}

#header-06 .bubble2 {
  top: 11%;
  right: 11%;
}

#header-06 .bubble3 {
  bottom: 21%;
  right: 15%;
}

#header-06 .bubble4 {
  top: 35%;
  left: 45%;
}

#intro_main .bubble1 {
  top: 40%;
  left: 15%;
  position: absolute;
}

#intro_main .bubble2 {
  top: 15%;
  right: 11%;
  position: absolute;
}

#about_cryptonic_06 .bubble1 {
  top: 40%;
  left: 15%;
  position: absolute;
}

#about_cryptonic_06 .bubble2 {
  top: 15%;
  right: 11%;
  position: absolute;
}

#about_cryptonic_06 .bubble3 {
  bottom: 40%;
  left: 60%;
}
#intro_main .about_cryptonic-content a {
  border: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#intro_main .about_cryptonic-content a:before {
  position: absolute;
  content: "";
  background: linear-gradient(to left, #f879b6 0%, #9982ed 100%);
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

#intro_main .about_cryptonic-content a:hover:before {
  visibility: visible;
  opacity: 1;
}

#about_cryptonic_06 .about_cryptonic-content a {
  border: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#about_cryptonic_06 .about_cryptonic-content a:before {
  position: absolute;
  content: "";
  background: linear-gradient(to left, #f879b6 0%, #9982ed 100%);
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

#about_cryptonic_06 .about_cryptonic-content a:hover:before {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# rules
--------------------------------------------------------------*/
.gradient-color {
  color: #fff;
  background-image: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.rules {
  padding-top: 100px;
}
.rules .sub-title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .rules .sub-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .rules .mb-medium {
    margin-bottom: 26px;
  }
}
.rules .rule-single {
  background-color: #0e044d;
  box-shadow: 0 3px 20px 0px rgba(248, 121, 182, 0.42);
  border: 1px solid rgba(248, 121, 182, 0.42);
  padding: 15px;
  height: 100%;
}
.rules .rule-single .rule-body {
  padding-bottom: 10px;
}
.rules .rule-single .rule-body h3 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 15px;
}
.rules .rule-single .rule-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rules .rule-single .rule-body ul li {
  display: flex;
  font-size: 15px;
  margin-bottom: 15px;
}
.rules .rule-single .rule-body ul li:last-child {
  margin-bottom: 0;
}
.rules .rule-single .rule-body ul li i {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #0e044d;
  margin-right: 5px;
  position: relative;
  top: 5px;
  color: #f879b6;
  font-size: 11px;
  font-weight: 600;
}
.rules .rule-single .rule-body ul li span {
  opacity: 0.5;
  font-weight: 300;

}

/*--------------------------------------------------------------
# add-single
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 991px) {
}
.ex-single {
  background-color: #0a0335;
  padding: 50px 15px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .ex-single {
    margin-bottom: 27px;
  }
}
.ex-single::before {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  bottom: 0;
  background: #08022b;
  transform: scale(1.07);
  z-index: -1;
}
.ex-single .ex-img img {
  height: 70px;
  margin-bottom: 20px;
}
.ex-single h5 {
  font-size: 20px;
}
.ex-single span {
  color: #fff;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# link-sec
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
}

.main-footer {
  margin-top: 30px;
  padding: 30px 0px;
  text-align: center;
  background-color: #0a0335;
}
.main-footer p {
  font-size: 14px;
  opacity: 0.4;
  margin-bottom: 0;
}


#token_distribution_06 {
  padding: 100px 0;
  background: transparent;
}
#token_distribution_06 .sub-title {
  padding-bottom: 0px;
}
#token_distribution_06 .distribution_single {
  text-align: center;
}
#token_distribution_06 .distribution_single .distribution_wrapper {
  max-width: 320px;
  position: relative;
  margin: 0px auto;
  z-index: 1;
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details {
  background: linear-gradient(to right, #f979b6, #9a82ed);
  border-radius: 50%;
  color: #122dff;
  display: inline-block;
  font-size: 20px;
  padding: 8px;
  text-decoration: none;
  position: relative;
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details h3 {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  padding-top: 42%;
  text-align: center;
  min-height: 304px;
  min-width: 304px;
  background: #0e044d;
  border-radius: 50%;
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .header-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape1 {
  /* Zoom in Keyframes */
  /*End of Zoom in Keyframes */
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape1 img {
  -webkit-animation: zoomin1 10s ease-in infinite;
  animation: zoomin1 10s ease-in infinite;
  transition: all 5s ease-in-out;
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape2 {
  /* Zoom in Keyframes */
  /*End of Zoom in Keyframes */
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape2 img {
  -webkit-animation: zoomin2 5s ease-in infinite;
  animation: zoomin2 5s ease-in infinite;
  transition: all 5s ease-in-out;
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape3 {
  /* Zoom in Keyframes */
  /*End of Zoom in Keyframes */
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape3 img {
  -webkit-animation: zoomin3 8s ease-in infinite;
  animation: zoomin3 8s ease-in infinite;
  transition: all 5s ease-in-out;
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape4 {
  /* Zoom in Keyframes */
  /*End of Zoom in Keyframes */
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape4 img {
  -webkit-animation: zoomin4 6s ease-in infinite;
  animation: zoomin4 6s ease-in infinite;
  transition: all 5s ease-in-out;
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape5 {
  /* Zoom in Keyframes */
  /*End of Zoom in Keyframes */
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape5 img {
  -webkit-animation: zoomin5 7s ease-in infinite;
  animation: zoomin5 7s ease-in infinite;
  transition: all 5s ease-in-out;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details {
  position: absolute;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details span {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: rgba(255, 255, 255, 0.3);
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details span:before {
  position: absolute;
  background: #ffffff;
  width: 1px;
  height: 35px;
  content: "";
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_1 {
  bottom: 88%;
  left: 50%;
  transform: translate(-50%);
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_1 p {
  margin-bottom: 60px;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_1 span:before {
  top: -41px;
  left: 50%;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_2 {
  bottom: 70%;
  right: 81%;
  width: 100%;
  text-align: right;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_2 p {
  margin-bottom: 30px;
  margin-right: 30px;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_2 span {
  float: right;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_2 span:before {
  top: -28px;
  left: -50%;
  transform: rotate(-45deg);
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_3 {
  bottom: 70%;
  left: 81%;
  width: 70%;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_3 p {
  margin-bottom: 30px;
  margin-left: 30px;
  text-align: left;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_3 span {
  float: left;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_3 span:before {
  top: -28px;
  right: -50%;
  transform: rotate(45deg);
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_4 {
  top: 65%;
  right: 80%;
  width: 100%;
  text-align: right;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_4 p {
  margin-top: 55px;
  margin-right: 30px;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_4 span {
  float: right;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_4 span:before {
  bottom: -28px;
  left: -50%;
  transform: rotate(45deg);
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_5 {
  top: 101.5%;
  left: 50%;
  transform: translate(-50%);
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_5 p {
  margin-bottom: 60px;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_5 span:before {
  top: -41px;
  left: 50%;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_6 {
  top: 65%;
  left: 80%;
  width: 100%;
  text-align: left;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_6 p {
  margin-top: 55px;
  margin-left: 30px;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_6 span {
  float: left;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_6 span:before {
  bottom: -28px;
  right: -50%;
  transform: rotate(-45deg);
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_7 {
  top: 41.5%;
  left: 81%;
  width: 70%;
  text-align: left;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_7 p {
  margin-top: 0px;
  margin-left: 90px;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_7 span {
  float: left;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_7 span:before {
  bottom: -6px;
  right: -70%;
  transform: rotate(90deg);
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_8 {
  top: 41%;
  right: 81%;
  width: 100%;
  text-align: right;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_8 p {
  margin-top: 0px;
  margin-right: 80px;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_8 span {
  float: right;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_8 span:before {
  bottom: -6px;
  left: -100%;
  transform: rotate(90deg);
}

/* Partners Section */
.partners-section {
  background: #050024;
  padding: 100px 0;
  position: relative;
  z-index: 4;
}
.partners-section .sub-title {
  text-align: center;
  max-width: 800px;
  margin: 0px auto 60px;
}
.partners-section .sub-title h2 {
  color: #ffffff;
}
.partners-logos ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.partners-logos ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.28%;
  min-width: 120px;
  padding: 20px;
  margin-bottom: 20px;
}
.partners-logos ul li img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .partners-logos ul li {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .partners-section {
    padding: 60px 0;
  }
  .partners-logos ul li {
    width: 33.33%;
    padding: 15px;
  }
  .partners-logos ul li img {
    max-height: 45px;
  }
}

.token-single {
  background-color: #0e044d;
  box-shadow: 0 3px 20px 0px rgba(248, 121, 182, 0.42);
  padding: 50px 25px;
}
.token-single::before {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  bottom: 0;
  background: rgba(248, 121, 182, 0.2);
  transform: scale(1.06);
  z-index: -1;
}
.token-single .t-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.token-single .t-head img {
  height: 50px;
  margin-right: 15px;
}
.token-single .t-head h4 {
  font-size: 20px;
  margin-bottom: 0;
}
.token-single .t-head p {
  margin: 0;
  opacity: 0.4;
}
.token-single .token-body .fle-point {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(248, 121, 182, 0.1);
}
.token-single .token-body .fle-point p {
  font-size: 15px;
  margin-bottom: 1px;
}
.token-single .token-body .fle-point span {
  display: inline-block;
  color: #fff;
  opacity: 0.4;
}

/* roadmap */
.roadmap {
  padding: 100px 0;
  background: #0e044d;
}
.roadmap .roadmap-area {
  position: relative;
}
.roadmap .roadmap-area:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #1de886;
  left: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn:last-child {
  margin-bottom: 0;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn:hover .roadmap-desc .doc-wraper:before {
  opacity: 1;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-marker {
  position: absolute;
  top: 0%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border: 6px solid #020c59;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-marker:before {
  position: absolute;
  content: "";
  background: #1de886;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -4.5px;
  border-radius: 50%;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-marker.marker-off:before {
  background: #1de886;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-dese-left {
  padding: 0 65px 0 0;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-dese-right {
  padding: 0 0px 0 65px;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-desc {
  min-height: 120px;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-desc .doc-wraper {
  padding: 30px 40px;
  position: relative;
  z-index: 1;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-desc .doc-wraper:before {
  position: absolute;
  background: linear-gradient(to right, #f78ca0, #fe9a8b);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0.16;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-desc .doc-wraper h4 {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 30px;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-desc .doc-wraper p {
  line-height: 25px;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-desc .doc-wraper p span {
  color: #4d6076;
  font-weight: 500;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-status {
  min-height: 185px;
  padding: 0 35px;
  position: relative;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-status span {
  display: inherit;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-status span:last-child {
  font-size: 16px;
  font-weight: 500;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-left {
  text-align: right;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-right {
  text-align: left;
}

/*    Device = Laptops, Desktops
---------------------------------------------------------------- */
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .navbar-brand {
    position: absolute;
    top: 10px;
    left: 15px;
  }

  .header .navbar .language {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .navbar-nav {
    width: 100%;
    justify-content: center;
  }

  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0px 0px;
  }

  .header .navbar .navbar-nav .nav-item {
    padding: 40px 0px 0;
  }
  #about_cryptonic_06 .about-img {
    margin-top: 0;
    margin-right: -42px;
    margin-left: 0;
  }

  #about_cryptonic_06 .about-img img {
    width: 100%;
  }


  #token_distribution_06 .distribution_single_items {
    display: inline;
  }

  #token_distribution_06 .distribution_single_item {
    margin: 0px auto;
    margin-bottom: 250px;
  }

  #token_distribution_06 .distribution_single_item:last-child {
    margin-bottom: 0px;
  }


}
/*		Tablet Layout: 768px.
---------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    height: 100%;
  }

  .shape1 img, .shape2 img, .shape3 img, .shape4 img, .shape5 img {
    width: 100%;
  }

  .navbar-brand {
    position: absolute;
    top: 10px;
    left: 15px;
  }

  .header .navbar .language {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .navbar-nav {
    width: 100%;
    justify-content: center;
  }

  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0px 0px;
  }

  .header .navbar .navbar-nav .nav-item {
    padding: 15px 0px 0;
  }


  .sub-title {
    min-width: 440px;
  }

  /* index 02*/


  /* index 05*/


  /* index 01*/


  #header-06 .intro-text {
    text-align: center;
    margin: 120px 0 0px;
  }

  #header-06 .intro-text h1 {
    padding: 0 50px;
  }

  #header-06 .intro-text p {
    padding: 0 50px;
    text-align: center;
  }

  #header-06 .intro-text .btn_video_wrapper {
    justify-content: center;
  }
  #intro_main {
    padding: 100px 0 150px;
  }

  #about_cryptonic_06 .about-img {
    margin-top: 0;
    margin-right: -42px;
    margin-left: 0;
  }

  #about_cryptonic_06 .about-img img {
    width: 117%;
  }


  #token_distribution_06 .distribution_single_items {
    display: inline;
  }

  #token_distribution_06 .distribution_single_item {
    margin: 0px auto;
    margin-bottom: 250px;
  }

  #token_distribution_06 .distribution_single_item:last-child {
    margin-bottom: 0px;
  }
  .header .intro-text {
    margin-top: 120px;
    padding-right: 0px;
  }


  .roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-dese-left .doc-wraper::before {
    left: 0px;
    top: 0px;
  }

  .roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-dese-right .doc-wraper::before {
    left: 0px;
    top: 0px;
  }

  .roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-desc .doc-wraper {
    padding: 15px;
    margin: 15px;
  }

  .roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-dese-right .doc-wraper {
    padding: 15px;
  }

  .roadmap .roadmap-area::before {
    background: transparent;
  }

  .roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-status {
    padding: 30px 0 50px;
    text-align: center;
    min-height: auto;
  }

  .roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-marker {
    display: none;
  }

  .pn_reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-dese-left {
    padding: 0;
  }

  .roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-dese-right {
    padding: 0;
  }


}
/*		Mobile Layout: 320px.
---------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .header {
    height: 100%;
    overflow: hidden;
  }

  #header-06 {
    overflow: hidden;
  }


  #header-06 .bubble3 {
    right: 2%;
  }

  .shape1 img, .shape2 img, .shape3 img, .shape4 img, .shape5 img {
    width: 100%;
  }

  .header .navbar {
    padding: 15px 0 10px !important;
    z-index: 99;
    background: #020c59 !important;
  }

  #header-06 .navbar .navbar-brand img {
    height: 35px !important;
  }

  #header-06 .navbar .navbar-brand span {
    font-size: 16px !important;
  }

  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 15px !important;
    color: #ffffff !important;
    font-size: 14px;
    display: inline-block;
  }

  #header-06 .navbar .device-btn img {
    width: 24px;
    height: 24px;
  }

  .header .navbar .language {
    margin-left: 0px;
  }

  .language {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    justify-content: center;
  }
  .navbar-brand {
    width: 78%;
    text-align: right;
  }

  /* index-03 */
  .navbar-light .navbar-toggler {
    color: #fff;
    border: none;
    cursor: pointer;
    margin-left: 3%;
    outline: none;
  }

  .header .intro-text {
    margin-top: 100px;
    padding-right: 0px;
    text-align: center;
  }

  .header .intro-text h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .header .intro-text p {
    font-size: 14px;
    padding-right: 0;
    text-align: center;
  }


  .sub-title {
    width: 100%;
  }

  .sub-title h2 {
    font-size: 30px !important;
    line-height: 36px !important;
  }


  .roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-dese-left .doc-wraper::before {
    left: 0px;
    top: 0px;
  }

  .roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-dese-right .doc-wraper::before {
    left: 0px;
    top: 0px;
  }

  .roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-desc .doc-wraper {
    padding: 15px;
    margin: 15px;
  }

  .roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-dese-right .doc-wraper {
    padding: 15px;
  }

  .roadmap .roadmap-area::before {
    background: transparent;
  }

  .roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-status {
    padding: 30px 0 50px;
    text-align: center;
    min-height: auto;
  }

  .roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-marker {
    display: none;
  }

  .pn_reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-dese-left {
    padding: 0;
  }

  .roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-dese-right {
    padding: 0;
  }


  #exchange_main {
    padding: 100px 0 0px;
  }


  /* index 02*/


  .padding-none {
    padding: 0px 20px;
  }
  /* index-05 */
  /* index 01*/


  /* index 04*/
  #header-06 .intro-text {
    margin: 120px 0 20px;
  }

  #header-06 .intro-text h1 {
    font-size: 20px;
    line-height: 35px;
    padding: 0;
  }

  #header-06 .intro-text p {
    padding: 20px 0 0;
  }

  #header-06 .intro-text .btn_video_wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  #header-06 .intro-text {
    padding: 0px;
    margin-top: 95px;
  }
  #intro_main {
    padding: 30px 0 100px;
  }

  #intro_main .about_cryptonic-content {
    padding: 0px;
  }

  #about_cryptonic_06 {
    padding: 30px 0 30px;
  }

  #about_cryptonic_06 .about_cryptonic-content {
    text-align: center;
  }

  #about_cryptonic_06 .about-img {
    margin: 0;
  }

  #about_cryptonic_06 .about_cryptonic-content h2 {
    font-size: 30px;
    line-height: 36px;
  }


  #token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .header-shape img {
    width: 300px;
  }


  #token_distribution_06 .distribution_single .distribution_wrapper .distribution_details h3 {
    min-height: 200px;
    min-width: 200px;
  }


  .distribution_single_item {
    margin-bottom: 100px;
  }

  #token_distribution_06 {
    padding: 0px 0;
  }

  .distribution_single_item:last-child {
    margin-bottom: 0px;
  }

  .distribution_single_item:last-child {
    margin-bottom: 0;
  }

  #token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_1 p {
    margin-bottom: 0;
  }

  #token_distribution_06 .distribution_single .distribution_wrapper .details_content .details span::before {
    display: none !important;
  }

  #token_distribution_06 .distribution_single .distribution_wrapper .details_content .details {
    position: static;
    bottom: 0 !important;
    left: 0 !important;
    transform: translate(0%) !important;
    display: flex;
    justify-content: left;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 15px;
  }

  #token_distribution_06 .distribution_single .distribution_wrapper .details_content {
    margin-top: 100px;
  }

  #token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_2 p {
    margin-bottom: 0;
    margin-right: 0;
  }

  #token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_3 p {
    margin-bottom: 0;
    margin-left: 0;
  }

  #token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_5 p {
    margin-top: 0;
  }

  #token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_6 p {
    margin-top: 0;
    margin-left: 0;
  }

  #token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_7 p {
    margin-top: 0;
    margin-left: 0;
  }

  #token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_8 p {
    margin-top: 0;
    margin-right: 0;
  }

  #token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_4 p {
    margin-top: 0;
    margin-right: 0;
  }

  #token_distribution_06 .distribution_single .distribution_wrapper .details_content .details p {
    position: relative;
  }

  .details_caption {
    position: absolute;
    right: 0;
  }

}
/*		Wide Mobile Layout: 480px.
------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {


}
#header-06 .intro-text .btn_video_wrapper {
  margin-top: 35px;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (max-width: 767px) {
  #header-06 .intro-text .btn_video_wrapper {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 482px) {
  #header-06 .intro-text .btn_video_wrapper {
    margin-top: 10px;
  }
}
#header-06 .intro-text .btn_video_wrapper a {
  background: linear-gradient(-45deg, #9982ed 0%, #f879b6 100%);
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
  padding: 0 30px;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 54px;

}

.roadmap .roadmap-area {
position: relative;
z-index: 9;
}

.device-btn {
  margin: 5px 0 0 20px;
}
.device-btn a img {
  height: 30px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.device-btn a:hover {
  opacity: 0.6;
}


/*# sourceMappingURL=main.css.map */

#newRules{
  padding: 100px 0 50px;
  background-image: url(../image/bg.svg);
  background-size: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
}
#newRules h1{
  line-height: 1.2;
  font-size: 55px;
  color: #183b56;
  text-align: center;
}

.color_brand {
  color: #566ffe;
}
#newRules .card__item {
  background: #ffffff;
  border: solid 1px #e2eef1;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 17px 13px 0px #192c4b05;
  box-shadow: 0px 17px 13px 0px #192c4b05;
  margin: auto;
  margin-bottom: 30px;
  max-width: 30rem;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.card__item.two .card_head {
  max-height: 300px;
  border-radius: 20px;
  background-color: #ecf1f9;
  height: 22rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.card__item.two .card_head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width .6s ease;
}
.card__item .card_title {
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 10px 0;
}
.card__item .card_title a {
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: block ruby;
  color: #6f7d95 !important;
}
.card__item:hover {
  transform: translateY(-5px);
}
.card__item:hover .card_head img {
  transform: scale(1.05);
}
@media screen and (max-width: 991px){
  #newRules {
    padding-top: 50px;
  }

  #newRules h1{
    line-height: 1.15;
    font-size: 40px;
    color: #183b56;
    text-align: center;
  }
}

/* NFT Collection Section */
#nft_collection {
  background: #050024;
  padding: 80px 0;
}

.nft-category {
  margin-bottom: 60px;
}

.nft-category:last-child {
  margin-bottom: 0;
}

.nft-category-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  background: linear-gradient(to left, #b46bf0 0%, #1a34c5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nft-grid {
  margin-top: 30px;
}

.nft-item {
  padding: 10px;
}

.nft-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.nft-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(180, 107, 240, 0.3);
  border-color: rgba(180, 107, 240, 0.5);
}

.nft-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.nft-card:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .nft-category-title {
    font-size: 24px;
  }
  
  .nft-item {
    padding: 8px;
  }
}

/* NFT Modal Styles */
.nft-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.nft-modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
  animation-name: zoom;
  animation-duration: 0.3s;
}

@keyframes zoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}

.nft-modal-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  z-index: 100000;
}

.nft-modal-close:hover,
.nft-modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#nftModalCaption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  font-size: 18px;
}

.nft-payment-address {
  margin: 20px auto 0;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  max-width: 700px;
  text-align: center;
}

.nft-payment-address p {
  margin: 0;
  line-height: 1.6;
}

.address-label {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 8px;
}

.address-text {
  color: #b46bf0;
  font-weight: 600;
  word-break: break-all;
  font-size: 13px;
}

@media (max-width: 768px) {
  .nft-modal-content {
    max-width: 95%;
  }
  
  .nft-modal-close {
    top: 10px;
    right: 20px;
    font-size: 30px;
  }
  
  #nftModalCaption {
    font-size: 14px;
  }
  
  .nft-payment-address {
    padding: 10px 15px;
    margin: 15px auto 0;
  }
  
  .address-label {
    font-size: 12px;
    margin-bottom: 6px;
  }
  
  .address-text {
    font-size: 11px;
  }
}

/* Video Section Styles */
.video-section {
  background: transparent;
  padding: 0 0 60px;
  position: relative;
  z-index: 3;
}

.video-wrapper {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(180, 107, 240, 0.3);
  border: 2px solid rgba(180, 107, 240, 0.3);
  transition: all 0.3s ease;
}

.video-wrapper:hover {
  box-shadow: 0 15px 50px rgba(180, 107, 240, 0.5);
  border-color: rgba(180, 107, 240, 0.6);
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .video-section {
    padding: 40px 0;
  }
  
  .video-wrapper {
    border-radius: 10px;
  }
  
  .video-wrapper video {
    border-radius: 10px;
  }
}
