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

:root {
  --first-color: #02ccb8;
  --body-color: #ededf2;
  --black-color: #333333;
  --white-color: #ffffff;
  --font-family: "Outfit", sans-serif;
}

a {
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: auto;
  list-style: none;
}

body {
  font-family: var(--font-family);
  position: relative;
  transition: 0.5s;
  background-color: var(--body-color);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}

/*  To be used to increse the padding of body when toggling sidebar*/

section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.side_padding {
  padding: 0 270px;
}

.navbar {
  padding: 20px 0px;
}

.nav-link {
  color: var(--black-color);
  font-weight: 500;
  position: relative;
}

.nav-link.social-icon {
  color: #8b8b8b;
}

.discord {
  font-size: 25px;
  margin-right: -20px;
}

.twitter {
  font-size: 25px;
}

.medium {
  font-size: 25px;
}

.telegram {
  font-size: 25px;
}

.youtube {
  font-size: 25px;
}

.facebook {
  font-size: 25px;
}

.instagram {
  font-size: 25px;
}

.nav-link:hover,
.nav-link.active {
  color: var(--first-color);
}

/* .nav-link.coming-soon:hover::after {
  content: "Coming Soon";
  position: absolute;
  top: -20px; 
  left: 90%; 
  transform: translateX(-50%);
  color: red; 
  font-size: 12px; 
  font-weight: bold;
} */

a.navbar-brand img {
  width: 60px;
}

.hero_banner {
  padding: 140px 0;
}

.bg_badge {
  display: inline-block;
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 7px;
  background-color: var(--first-color);
  margin-bottom: 20px;
}

footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 20px 30px;
  text-align: center;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  width: 100px;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.footer-links li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links li a:hover {
  color: #02ccb8;
}

.disclaimer {
  font-size: 15px;
  line-height: 1.6;
  color: #b3b3b3;
  max-width: 800px;
  margin: 5px 0;
}

.line {
  width: 90%;
  height: 1px;
  background-color: #02ccb8;
  margin: 15px 0;
}

.copyright {
  font-size: 12px;
  font-weight: 500;
  color: #808080;
}

.social-icons a i {
  color: #02ccb8;
  width: 35px;
  margin: 0 10px;
  transition: transform 0.3s ease;
}

.social-icons a i:hover {
  transform: scale(1.5);
}

/*-------fonts--------*/

h1.hero_text {
  font-size: 50px;
  font-weight: 600;
  color: var(--black-color);
  line-height: 70px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.hero_text span {
  color: #02ccb8;
}

h2.section-title {
  font-size: 50px;
  font-weight: 600;
  color: var(--white-color);
  line-height: 70px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.f_50 {
  font-size: 50px;
  font-weight: 600;
  color: var(--black-color);
  line-height: 70px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

h6.f_18 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.f_14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.f_16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.f_20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.f_25 {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.f_28 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.f_30 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

p.hero_secpndary {
  font-size: 20px;
  font-weight: 400;
  color: var(--black-color);
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 25px;
}

span.token {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero_img {
  width: 100%;
  height: 100%;
}

.hero_img img {
  width: 100%;
  height: 100%;
  padding: 0 90px;
}

.theme_btn {
  border-radius: 10px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  padding: 0 40px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.btn_red {
  color: #fff;
  background-color: var(--first-color);
  border-color: var(--first-color);
  transition: all 0.3s ease-out;
  box-shadow: inset 0 0 #02ccb8;
}

.btn_red:hover {
  box-shadow: inset 13em 0 #111111;
  cursor: pointer;
  color: #ffffff;
  border-color: #02ccb8;
  background-color: #ffffff10;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
  border: 1.5px solid #11111120;
  transition: all 0.3s ease-out;
  box-shadow: inset 0 0 #02ccb8;
  color: var(--black-color);
}

.btn-outline-secondary:hover {
  box-shadow: inset 12em 0 #111111;
  cursor: pointer;
  color: #ffffff;
}

.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
  transition: all 0.3s ease-out;
  box-shadow: inset 0 0 #02ccb8;
}

.btn-outline-light:hover {
  box-shadow: inset 12em 0 #111111;
  cursor: pointer;
  color: #ffffff;
  border-color: #111111;
}

.section-heading {
  padding-bottom: 40px;
  text-align: left;
}

.color_red {
  color: var(--first-color) !important;
}

.choose_bg {
  background-image: url(../img/section_choose/bg_choose.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 110px 0;
  border-bottom: 15px solid #02ccb8;
}

.token_card {
  border: 1.5px solid #ededf210;
  border-radius: 20px;
  padding: 25px;
  position: relative;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.token_card:hover {
  border: 1.5px solid #ffffff80;
}

.icon_img img {
  width: 35px;
  height: 35px;
  margin-left: 0px;
}

/* Toast Notification Styles */
.toast {
  display: none;
  /* Initially hidden */
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #323232;
  /* Dark background */
  color: #fff;
  /* White text */
  padding: 10px 20px;
  /* Padding inside the toast */
  border-radius: 5px;
  /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for elevation */
  z-index: 1000;
  /* Ensure it appears above other elements */
  font-size: 14px;
  /* Toast text size */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
  /* Smooth in/out */
}

/* Fade-in and Fade-out Animations */
@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.pb_25 {
  padding-bottom: 25px;
}

.mt_100 {
  margin-top: 100px;
}

.table_border {
  border: 1px solid #282828;
  border-radius: 20px;
  overflow: hidden;
}

.table-dark {
  --bs-table-bg: #191919;
  color: #fff;
  border-color: #282828;
}

.table_border .table tr>th,
.table_border .table tr>td {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  color: var(--white-color);
  border-right: 1px solid #282828;
}

.table_border .table tr>th {
  border-bottom: 1px solid #282828;
}

.table_border .table tbody tr>td {
  padding: 4px 15px;
  border-bottom: 0px solid #282828;
}

.table> :not(:first-child) {
  border-top: 1px solid #282828;
}

.table> :not(caption)>*>* {
  border-bottom-width: 0px;
}

.table_border .table tr>th:last-child,
.table_border .table tr>td:last-child {
  text-align: end;
  border-right: 0;
}

.card_border {
  border: 1px solid #282828;
  border-radius: 10px;
  overflow: hidden;
  background-color: #191919;
  padding: 12px;
}

img {
  width: 100%;
  vertical-align: middle;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #8b8b8b !important;
}

.mb_20 {
  margin-bottom: 20px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 20px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  z-index: 2;
  overflow: hidden;
  transition: all 0.2s;
}

.card:hover {
  background: rgb(28, 105, 97);
  color: var(--white-color);
}

img.MKT_img {
  width: 15px;
  margin-right: 12px;
}

img.MKT_bag {
  width: 32px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
  vertical-align: sub;
}

.text-dark {
  --bs-text-opacity: 1;
  color: var(--black-color) !important;
}

.p_20 {
  padding: 20px;
}

.p_30 {
  padding: 30px;
}

.card_nft {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  justify-content: space-between;
  padding: 30px;
}

.btn_danger {
  background-image: linear-gradient(to right,
      #f18e95,
      #e58995,
      #d98593,
      #cc8192,
      #c07d8f);
  border: 1px solid #c28998;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  width: 140px;
  text-align: center;
  padding: 0;
  border: 0;
  height: 40px;
  line-height: 40px;
}

img.nft_arrow {
  width: 50px;
}

.learn_arrow {
  width: 12px;
  margin-left: 10px;
}

.stack_card {
  justify-content: space-between;
  padding: 30px;
  height: 300px;
}

.stack_card a {
  color: var(--black-color);
}

.stack_card:hover.stack_card a {
  color: var(--first-color);
}

.sec_padding {
  padding: 100px 0 !important;
}

.eco_img img {
  width: 80px;
  height: 80px;
}

.p_25 {
  padding: 25px;
}

.card_radius {
  border-radius: 12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card_radius:hover {
  box-shadow: 1px 1px 11px 1px #11111140;
}

span.dots img {
  width: 12px;
  margin-right: 8px;
  vertical-align: inherit;
}

.w_600 {
  font-weight: 600;
}

.exchange_MKT {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
  /* padding-bottom: 130px !important ; */
}

.slider {
  width: 100%;
  height: var(--height);
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 50% 50%, transparent);
}

.slider .slider-list {
  display: flex;
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
}

.slider .slider-list .item {
  width: var(--width);
  height: var(--height);
  position: absolute;
  left: 100%;
  animation: autorun 20s linear infinite;
  animation-delay: calc((20s / var(--quantity)) * (var(--position)));
}

.slider .slider-list img {
  width: 100%;
}

@keyframes autorun {
  from {
    left: 100%;
  }

  to {
    left: calc(var(--width) * -1);
  }
}

.slider:hover .item {
  animation-play-state: paused !important;
}

/* .exchange_MKT a img {
  width: 12%;
  margin-bottom: 18px;
  margin-right: 18px;
  display: inline-block;
} */

.bg_dark {
  background-color: var(--black-color);
  color: #e6e6eb;
  /* border-top: 15px solid var(--first-color); */
}

.padding_80 {
  padding: 80px 0 200px;
}

.padding_801 {
  padding: 40px 0 50px;
}

.store_MKT {
  display: block;
}

.store_MKT img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.store_MKT h6 {
  letter-spacing: 3px;
}

/* .border-top {
  border-top: 1px solid #02ccb8 !important;
}

.border-bottom {
  border-bottom: 1px solid #02ccb8 !important;
}

.border-end {
  border-right: 1px solid #02ccb8 !important;
} */

.border-left1 {
  border-left: 1px solid #02ccb8 !important;
}

.border-right1 {
  border-left: 1px solid #02ccb8 !important;
}

.border-top1 {
  border-top: 2px solid #6c757d !important;
}

.border-bottom1 {
  border-bottom: 2px solid #6c757d !important;
}

.border-end1 {
  border-right: 2px solid #6c757d !important;
}

span.arrow {
  font-size: 25px;
  color: #ffffff20;
}

span.arrow.active,
span.arrow:hover {
  font-size: 25px;
  color: #ffffff;
}

.MKT_border {
  border: 1px solid #11111110;
  border-radius: 10px;
  overflow: hidden;
}

.red_card {
  padding: 18px 12px;
  background-color: var(--first-color);
  border-radius: 10px;
  align-items: center;
}

.red_card span>img {
  width: 18px;
  vertical-align: unset;
  margin-left: 10px;
}

.MKT_coin {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.MKT_coin .coin_15 {
  width: 11%;
  padding-right: 20px;
  height: 100%;
  float: left;
  display: inline-block;
}

.coin_15 img {
  width: 100%;
}

.MKT_coin .coin_90 {
  background-color: #d7d7e0;
  width: 89%;
  display: inline-block;
  border: 1px solid #11111110;
  border-radius: 10px;
  overflow: hidden;
}

.mb_100 {
  margin-top: 20px;
}

.p_10 {
  padding: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.card-zoom {
  overflow: hidden;
}

.card-zoom a {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  display: inline-block;
}

.card-zoom img,
.img-hover,
.gray-hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card-zoom img:hover,
.img-hover:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
  z-index: 1000;
  position: relative;
}

a.read_now {
  font-size: 16px;
  font-weight: 500;
}

span img.arrow_img {
  width: 16px;
  margin-left: 8px;
}

.blog_height {
  justify-content: space-between;
  padding: 10px;
  height: 425px;
}

.pt_50 {
  padding-top: 50px;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: var(--black-color) !important;
}

.form_control {
  height: 50px;
  border: 1px solid #ededf210;
  border-radius: 10px;
  background-color: transparent;
  padding: 10px 15px;
  margin-bottom: 20px;
  color: #ffffff50;
  font-weight: 500;
}

.form_control::placeholder {
  color: #ffffff50;
  font-weight: 500;
}

.form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: #02ccb857;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(227 57 54 / 16%);
}

footer {
  padding: 60px 0 80px;
}

.social_media {
  display: block;
  position: relative;
}

.social_media li {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #1c1c1c;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  margin-right: 20px;
  font-size: 22px;
}

.social_media li>a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social_media li:hover a {
  color: var(--first-color);
}


ul.files {
  display: block;
  padding-top: 50px;
  padding-bottom: 80px;
}

ul.files li a.file-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 13px;
  font-size: 18px;
}

ul.files li a.file-link:hover {
  color: var(--first-color);
}

ul.files li a.file-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: width 0.3s;
}

ul.files li a.file-link:hover::after {
  width: 0%;
  transition: width 0.3s;
}

.mb_35 {
  margin-bottom: 35px;
}

.social {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  color: var(--white-color);
  background-color: var(--black-color);
  box-shadow: 0 0 0 0.25rem rgb(207 51 57 / 12%);
}

.navbar-light .navbar-nav .nav-link {
  color: var(--black-color);
}

.navbar-nav {
  border: 1px solid #9d9a9a;
  border-radius: 12px;
}

/*--------------slider css-----------------*/

.timeline {
  margin: 50px 0;
  list-style-type: none;
  display: flex;
  padding: 0;
  text-align: center;
}

.timeline li {
  transition: all 200ms ease-in;
}

.timestamp {
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 100;
}

.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 4px solid #3e70ff;
  position: relative;
  transition: all 200ms ease-in;
}

.status span {
  font-weight: 600;
  padding-top: 20px;
}

.status span:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #e8eeff;
  border-radius: 25px;
  border: 4px solid #3e70ff;
  position: absolute;
  top: -15px;
  left: calc(50% - 12px);
  transition: all 200ms ease-in;
}

.swiper-container {
  width: 100%;
  /* height: 250px; */
  margin: 50px 0 0;
  overflow: inherit;
  padding: 0 20px 0px 20px;
}

.swiper-slide {
  width: 200px;
  text-align: left;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.swiper-slide:nth-child(2n) {
  width: 40%;
}

.swiper-slide:nth-child(3n) {
  width: 20%;
}

.fst_card {
  background-image: url(../img/services/fst_card.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.theme_btn_2 {
  border-radius: 10px;
  width: 150px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
}

.buynow {
  background-color: #111;
  color: #e6e6eb;
}

.timeline_height {
  height: 330px;
  padding: 20px;
}

/* .swiper-control {
  padding-top: 0px !important;
  margin-bottom: 0;
} */
.swiper-control {
  display: flex;
  justify-content: center;
  /* Centers the buttons horizontally */
  align-items: center;
  /* Aligns the buttons vertically */
  margin-top: 20px;
  /* Adds some spacing above the controls */
  gap: 15px;
  /* Adds space between the buttons */
}

.timeline_height h1 {
  font-size: 30px;
}

.timeline_height ul li {
  list-style: circle;
}

.time_img {
  width: 145px;
}

.time_img img {
  width: 100%;
}

.swip_btn {
  background-color: var(--black-color);
  padding: 12px 40px;
  color: #ffffff;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.swip_btn:hover {
  color: #ffffff;
}

/* .btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(227, 57, 54, 0.034);
} */

.swip_btn.swiper-button-disabled {
  background-color: #11111130;
}

.text_muted_fff {
  color: #ffffff40;
}

.text_muted_ooo {
  color: #00000040;
}

.MKT_shop {
  width: 100%;
  height: 100%;
}

.MKT_shop img {
  width: 100%;
  height: 100%;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show>.nav-link {
  color: var(--first-color);
}

.border_bottom {
  border-bottom: 1px solid #d8d8e1;
}

.arrow_width {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}

.arrow_width:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  transition: width 0.5s ease-out;
}

.arrow_width:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}

.arrow_width:hover {
  cursor: pointer;
}

.arrow_width:hover:before {
  width: 50px;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #e6e6eb;
  color: #ededf2;
  transition: all 0.4s ease;
}

header.sticky {
  background: #d8d8e1;
  box-shadow: 1px 1px 11px 1px #11111125;
  z-index: 9999;
}

li.nav-item {
  margin-left: 20px;
}

.dropdown {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.dropdown>a::after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #111;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(0%, -50%);
}

.dropdown ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  box-shadow: 0 6px 5px -5px rgb(0 0 0 / 30%);
  overflow: hidden;
  /* margin-left: 25px; */
  width: 200%;
}

.dropdown ul li a {
  display: block;
  padding: 0 0 0 10px;
  /* text-decoration: none; */
  line-height: 60px;
  /* font-size: 13px; */
  /* text-transform: uppercase; */
  /* font-weight: bold; */
  color: #111111;
  background-color: #fff;
}

.dropdown ul li a.active {
  color: var(--first-color);
}

.dropdown ul li a:hover {
  color: var(--first-color);
}

.dropdown li {
  height: 0;
  overflow: hidden;
  transition: all 500ms;
  margin-left: 10px;
}

.dropdown.hover li {
  transition-delay: 300ms;
}

.dropdown li:first-child a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
  margin: -10px 0 0 10px;
}

.dropdown.hover:hover li {
  height: 60px;
}

.dropdown.hover:hover li:last-child {
  border-bottom: 3px solid #02ccb8;
}

.dropdown.hover:hover li:first-child {
  padding-top: 15px;
}

h2.f_80 {
  font-size: 80px;
  line-height: 100px;
  font-weight: 600;
}

.f_25 {
  font-size: 25px;
  font-weight: 500;
}

.roi {
  padding: 200px 0 50px 0;
}

img.MKT_roi {
  width: 25px;
  margin-right: 8px;
  vertical-align: inherit;
}

.btn_black {
  color: #fff;
  background-color: var(--black-color);
  border-color: var(--black-color);
  transition: all 0.3s ease-out;
  box-shadow: inset 0 0 #111;
}

.btn_black:hover {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 20px;
}

/* --------responsive css start----------- */

@media screen and (max-width: 1440px) {
  .side_padding {
    padding: 0 120px;
  }

  h1.hero_text {
    font-size: 48px;
    line-height: 65px;
  }

  h1.banner1_text {
    font-size: 48px;
    line-height: 65px;
  }

  h2.section-title {
    font-size: 48px;
    line-height: 68px;
  }

  .table_border .table tbody tr>td {
    padding: 3px 15px;
  }

  .table_border .table tr>th,
  .table_border .table tr>td {
    padding: 6px 15px;
  }

  .MKT_coin .coin_15 {
    width: 12%;
  }

  .MKT_coin .coin_90 {
    width: 88%;
  }

  .f_20 {
    font-size: 18px;
    line-height: 28px;
  }

  ul.files {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  ul.files li a.file-link {
    font-size: 16px;
  }

  .ps-4 {
    padding-left: 1rem !important;
  }

  .blog_height {
    height: 400px;
  }

  h2.f_80 {
    font-size: 70px;
    line-height: 90px;
  }

  .roi {
    padding: 120px 0 50px 0;
  }
}

@media screen and (max-width: 1280px) {
  .side_padding {
    padding: 0 50px;
  }

  h1.hero_text {
    font-size: 45px;
    line-height: 60px;
  }

  h1.banner1_text {
    font-size: 45px;
    line-height: 60px;
  }

  h2.section-title {
    font-size: 45px;
    line-height: 60px;
  }

  h6.f_18 {
    font-size: 16px;
    line-height: 22px;
  }

  .mb_20 {
    margin-bottom: 12px;
  }

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 8px;
    line-height: 1;
  }

  .f_28 {
    font-size: 25px;
    line-height: 30px;
  }

  h2.f_80 {
    font-size: 60px;
    line-height: 80px;
  }

  .sec_padding {
    padding: 100px 0;
  }



  .timeline_height {
    height: 335px;
  }

  .timeline_heighty {
    height: 335px;
  }
}

@media screen and (max-width: 1024px) {
  .navbar-nav {
    border: none;
  }

  .side_padding {
    padding: 0 20px;
  }

  .MKT_coin .coin_15 {
    width: 15%;
    padding-right: 20px;
  }

  .MKT_coin .coin_90 {
    width: 85%;
  }

  .hero_banner {
    padding: 160px 0 80px 0;
  }

  .border_bottom {
    border-bottom: 1px solid #1111113d !important;
  }

  .f_25 {
    font-size: 20px;
  }

  .dropdown ul {
    width: 35%;
    left: 2.5%;
  }

  .exchange_MKT {
    /* padding-bottom: 90px !important; */
  }
}

@media screen and (max-width: 990px) {
  .navbar-nav {
    border: none;
  }

  .MKT_coin .coin_15 {
    width: 38%;
  }

  .MKT_coin .coin_90 {
    width: 61%;
  }

  .dropdown>a::after {
    right: 80%;
  }

  .dropdown ul {
    width: 35%;
  }

  .dropdown li {
    margin-left: 0px;
  }

  .dropdown ul li a {
    padding: 0 0 0 15px !important;
  }

  li.nav-item {
    margin-left: 0px;
  }

  .intro_bg {
    padding: 80px 0;
  }

  .roi {
    padding: 100px 0 50px 0;
  }
}

@media screen and (max-width: 820px) {
  .navbar-nav {
    border: none;
  }

  .partner_bg {
    background-size: 50% 40%;
  }

  .MarketFi_bg {
    background-size: 50% 40%;
  }

  .stack_bg {
    background-size: 50% 40%;
  }

  .stack_card {
    height: 280px;
  }

  .section-heading {
    text-align: center;
  }

  /* .exchange_MKT a img {
    width: 18%;
    margin-bottom: 10px;
    margin-right: 10px;
  } */
  h2.section-title {
    font-size: 40px;
    line-height: 50px;
  }

  .f_30 {
    font-size: 25px;
    line-height: 25px;
  }

  p.hero_secpndary {
    font-size: 16px;
    line-height: 22px;
  }

  .mb-3 {
    margin-bottom: 0.5rem !important;
  }

  .table_border .table tbody tr>td {
    padding: 5px 15px;
  }

  .table_border .table tr>th,
  .table_border .table tr>td {
    padding: 10px 15px;
  }

  .MKT_coin .coin_15 {
    width: 37.8%;
  }

  .MKT_coin .coin_90 {
    width: 61%;
  }

  .f_20 {
    font-size: 17px;
    line-height: 22px;
  }

  .red_card span>img {
    width: 12px;
    vertical-align: initial;
    margin-left: 5px;
  }

  .p_25 {
    padding: 12px 20px;
  }

  .blog_height {
    height: 380px;
  }

  ul.social_media li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
    font-size: 16px;
  }

  ul.files {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .btn_danger {
    font-size: 16px;
    width: 120px;
  }

  .theme_btn {
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 8px;
  }

  .swip_btn {
    padding: 14px 9px;
    font-size: 20px;
    line-height: 10px;
  }

  .me-3 {
    margin-right: 0.8rem !important;
  }

  .navbar-toggler-icon {
    background-size: 80%;
  }

  .navbar-toggler {
    padding: 0px 5px;
  }

  .navbar-light .navbar-toggler {
    border-color: var(--black-color);
  }

  .navbar-collapse {
    border: 1px solid #ededf2;
    background-color: #11111108;
    border-radius: 8px;
    margin-top: 10px;
  }

  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .show>.nav-link {
    color: #02ccb8;
    font-weight: 600;
  }

  .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 0px solid #00000010;
    margin-left: 0;
  }

  .navbar-nav .nav-link:last-child {
    border-bottom: 1px solid transparent;
  }

  h2.f_80 {
    font-size: 50px;
    line-height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .navbar-nav {
    border: none;
  }

  .MKT_coin .coin_15 {
    width: 40.5%;
  }

  .MKT_coin .coin_90 {
    width: 59.5%;
  }

  .roi {
    padding: 100px 0 50px 0;
  }

  .timeline_height {
    height: 320px;
    padding: 20px;
  }

  .timeline_heighty {
    height: 320px;
  }

  .f_16 {
    font-size: 13px;
  }

  .timeline_height ul li {
    font-size: 13px;
  }

  .sec_padding {
    padding: 80px 0 !important;
  }
}

@media screen and (max-width: 580px) {
  .navbar-nav {
    border: none;
  }

  h1.hero_text {
    font-size: 30px;
    line-height: 40px;
  }

  h1.banner1_text {
    font-size: 30px;
    line-height: 40px;
  }

  .hero_banner {
    padding: 160px 0 60px 0;
  }

  h2.section-title {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 10px;
  }

  .section-heading {
    padding-bottom: 20px;
  }

  .side_padding {
    padding: 0 5px;
  }

  .table_border .table tr>th,
  .table_border .table tr>td {
    padding: 8px 15px;
    font-size: 12px;
  }

  .card_nft {
    height: 200px;
  }

  .f_28 {
    font-size: 20px;
    line-height: 20px;
  }

  .sec_padding {
    padding: 60px 0;
  }

  .f_25 {
    font-size: 20px;
    line-height: 25px;
  }

  .eco_img img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .me-3 {
    margin-right: 0.5rem !important;
  }

  /* .exchange_MKT a img {
    width: 30%;
    margin-right: 6px;
  } */
  .f_30 {
    font-size: 20px;
    line-height: 20px;
  }

  .store_MKT img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .store_MKT h6 {
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: 400;
  }

  span.arrow {
    font-size: 15px;
  }

  span.arrow.active {
    font-size: 15px;
  }

  .p_25 {
    padding: 12px 12px;
  }

  .MKT_coin .coin_15 {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .MKT_coin .coin_90 {
    width: 100%;
  }

  .f_20 {
    font-size: 15px;
    line-height: 20px;
  }

  .blog_height {
    height: 350px;
  }

  a.read_now {
    font-size: 14px;
  }

  span img.arrow_img {
    width: 12px;
    margin-left: 5px;
  }

  .pt_50 {
    padding-top: 0px;
  }

  ul.files {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ul.files li a.file-link {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .mb_35 {
    margin-bottom: 20px;
  }

  .form_control {
    height: 40px;
    font-size: 12px;
  }

  .card_nft {
    padding: 25px 20px;
  }

  img.nft_arrow {
    width: 30px;
  }

  .token_card {
    height: 200px;
  }

  ul.social_media li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 6px;
    font-size: 14px;
  }

  h2.f_80 {
    font-size: 30px;
    line-height: 50px;
  }

  .roi {
    padding: 80px 0 50px 0;
  }

  .dropdown>a::after {
    right: 60%;
  }

  .dropdown ul {
    width: 50%;
    left: 2.5%;
  }

  .partner a img {
    width: 30% !important;
  }

  .swiper-control {
    padding-top: 45px !important;
  }

  .timeline_height {
    height: 305px;
  }

  .timeline_heighty {
    height: 305px;
  }

  .theme_btn {
    margin: 0px !important;
  }
}

@media screen and (max-width: 480px) {
  .timeline_height {
    height: 290px;
  }

  .timeline_heighty {
    height: 290px;
  }

  .swiper-control {
    padding-top: 0px !important;
  }

  .exchange_MKT {
    padding-bottom: 50px !important;
  }
}

.partner {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.partner a img {
  width: 12%;
  margin-bottom: 20px;
  margin-right: 30px;
  display: inline-block;
}

.MKTToken_wrapper__jD1Oy {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 152px;
  padding: 35px 0;
}

.MKTToken_wrapper__jD1Oy .MKTToken_mobileList__fx5Si,
.MKTToken_wrapper__jD1Oy .MKTToken_mobileToken__zndSY {
  display: none;
}

@media (max-width: 1280px) {
  .MKTToken_wrapper__jD1Oy {
    margin-top: 0;
  }
}

@media (max-width: 960px) {
  .MKTToken_wrapper__jD1Oy {
    background-image: unset !important;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 100px;
    display: block;
  }

  .MKTToken_wrapper__jD1Oy .MKTToken_mobileList__fx5Si {
    padding: 20px;
    display: flex;
    gap: 20px;
    overflow-x: auto;
    margin-top: 30px;
  }

  .MKTToken_wrapper__jD1Oy .MKTToken_mobileToken__zndSY {
    height: 620px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: 50%;
  }
}

@media (max-width: 920px) {
  .MKTToken_wrapper__jD1Oy .MKTToken_mobileToken__zndSY {
    height: 585px;
  }

  .MKTToken_wrapper__jD1Oy .MKTToken_mobileToken__zndSY .MKTToken_coin__HLtAN {
    width: 680px;
    height: 470px;
  }
}

@media (max-width: 800px) {
  .MKTToken_wrapper__jD1Oy .MKTToken_mobileToken__zndSY {
    height: 510px;
  }

  .MKTToken_wrapper__jD1Oy .MKTToken_mobileToken__zndSY .MKTToken_coin__HLtAN {
    width: 605px;
    height: 405px;
  }
}

@media (max-width: 700px) {
  .MKTToken_wrapper__jD1Oy .MKTToken_mobileToken__zndSY {
    height: 460px;
  }

  .MKTToken_wrapper__jD1Oy .MKTToken_mobileToken__zndSY .MKTToken_coin__HLtAN {
    width: 550px;
    height: 355px;
  }
}

@media (max-width: 615px) {
  .MKTToken_wrapper__jD1Oy .MKTToken_mobileToken__zndSY {
    height: 410px;
  }

  .MKTToken_wrapper__jD1Oy .MKTToken_mobileToken__zndSY .MKTToken_coin__HLtAN {
    width: 490px;
    height: 390px;
  }
}

@media (max-width: 540px) {
  .MKTToken_wrapper__jD1Oy .MKTToken_mobileToken__zndSY {
    height: 390px;
  }

  .MKTToken_wrapper__jD1Oy .MKTToken_mobileToken__zndSY .MKTToken_coin__HLtAN {
    width: 450px;
    height: 365px;
  }
}

@media (max-width: 480px) {
  .MKTToken_wrapper__jD1Oy .MKTToken_mobileToken__zndSY {
    height: 340px;
  }

  .MKTToken_wrapper__jD1Oy .MKTToken_mobileToken__zndSY .MKTToken_coin__HLtAN {
    width: 418px;
    height: 298px;
  }

  .MKTToken_wrapper__jD1Oy .MKTToken_mobileList__fx5Si {
    margin-top: 0;
  }
}

.TokenHead_head__s4vIn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}

.TokenHead_head__s4vIn .TokenHead_title__IKnXD {
  font-size: 3.75rem;
  color: #f0f0f0;
  line-height: 60px;
  font-weight: 500;
}

.TokenHead_head__s4vIn .TokenHead_link__7j_BN {
  color: #0f0f0f;
  margin-top: 20px;
  display: inline-block;
  background-color: #fff;
  border-radius: 45px;
  padding: 12px 0;
  font-weight: 400;
  width: 60%;
  text-align: center;
  transition: background-color 0.3s ease;
}

.TokenHead_head__s4vIn .TokenHead_link__7j_BN:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
  transition: background-color 0.3s ease;
}

.TokenHead_head__s4vIn .TokenHead_description___Zyjr {
  color: #afafaf;
  line-height: 21px;
  font-size: 0.875rem;
  text-align: right;
  max-width: 313px;
}

@media (max-width: 1280px) {
  .TokenHead_head__s4vIn {
    max-width: 803px;
    margin: 0 auto;
  }

  .TokenHead_head__s4vIn .TokenHead_title__IKnXD {
    font-size: 43px;
    line-height: 42.67px;
  }

  .TokenHead_head__s4vIn .TokenHead_description___Zyjr {
    font-size: 10px;
    line-height: 14.93px;
    max-width: 222px;
  }

  .TokenHead_head__s4vIn .TokenHead_link__7j_BN {
    border-radius: 31px;
    padding: 8.5px 0;
    font-size: 10px;
  }
}

@media (max-width: 960px) {
  .TokenHead_head__s4vIn {
    flex-direction: column;
    gap: 15px;
  }

  .TokenHead_head__s4vIn .TokenHead_title__IKnXD {
    font-size: 48px;
    line-height: 52px;
  }

  .TokenHead_head__s4vIn .TokenHead_description___Zyjr {
    text-align: center;
    font-size: 17.1px;
    line-height: 25px;
    max-width: 370px;
  }

  .TokenHead_head__s4vIn .TokenHead_link__7j_BN {
    display: none;
  }
}

@media (max-width: 480px) {
  .TokenHead_head__s4vIn .TokenHead_title__IKnXD {
    font-size: 40px;
    line-height: 42.7px;
  }

  .TokenHead_head__s4vIn .TokenHead_description___Zyjr {
    font-size: 14px;
    line-height: 21px;
    max-width: 303px;
  }
}

.TokenBody_container__YLA1J {
  position: relative;
  margin-top: 50px;
  width: 100%;
  max-width: 1200px;
  background-position: 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
}

@media (max-width: 960px) {
  .TokenBody_container__YLA1J {
    display: none;
  }
}

.TokenBody_container__YLA1J .TokenBody_left__g2P2K {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.TokenBody_container__YLA1J .TokenBody_middle__JAglW {
  display: flex;
  flex-direction: column;
  gap: 450px;
}

.TokenBody_container__YLA1J .TokenBody_right__9KKTI {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.TokenBody_container__YLA1J .TokenBody_coin__TVTkM {
  position: absolute;
  top: 205px;
  transition: all 0.4s ease;
}

/* .TokenBody_container__YLA1J .TokenBody_coin__TVTkM:hover {
  top: 120px;
  filter: drop-shadow(0 0 24px #02ccb8);
  transition: all 1.1s ease;
  -webkit-filter: drop-shadow(0 0 24px #c59c9c);
} */

@media (max-width: 1280px) {
  .TokenBody_container__YLA1J {
    gap: 80px;
  }

  .TokenBody_container__YLA1J .TokenBody_left__g2P2K,
  .TokenBody_container__YLA1J .TokenBody_right__9KKTI {
    gap: 95px;
  }

  .TokenBody_container__YLA1J .TokenBody_middle__JAglW {
    gap: 270px;
  }

  .TokenBody_container__YLA1J .TokenBody_coin__TVTkM {
    width: 600px;
    height: 394px;
    top: 50px;
  }

  .TokenBody_container__YLA1J .TokenBody_coin__TVTkM:hover {
    top: 40px;
    filter: drop-shadow(0 0 24px #02ccb8);
    transition: all 0.4s ease;
    -webkit-filter: drop-shadow(0 0 24px #02ccb8);
  }
}

.TokenCard_card__J1Dfl {
  z-index: 1;
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50px;
  padding: 16px 24px;
  background: rgba(87, 87, 87, 0.2);
  border: 1px solid hsla(0, 0%, 94%, 0.1);
  -webkit-backdrop-filter: blur(47px);
  backdrop-filter: blur(47px);
  transition: all 0.5s ease-in-out;
}

.TokenCard_card__J1Dfl:hover {
  cursor: pointer;
  transform: scale(1.3);
}

.TokenCard_card__J1Dfl .TokenCard_icon__y7cwp {
  margin: 0 auto;
  filter: drop-shadow(0 0 18px #02ccb8);
}

.TokenCard_card__J1Dfl img {
  width: 30px;
}

.TokenCard_card__J1Dfl .TokenCard_title__ToNZ_ {
  margin-top: 5px;
  color: #02ccb8;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  line-height: 36px;
}

.TokenCard_card__J1Dfl .TokenCard_description__usG8w {
  font-size: 0.87rem;
  line-height: 21px;
  color: #afafaf;
  margin-top: 5px;
  max-width: 280px;
  text-align: center;
}

.TokenCardbtn {
  text-align: center;
}

.TokenCardbtn img {
  background: transparent;
  border: 1px solid #02ccb8;
  border-radius: 50px;
}



@media (min-width: 961px) {
  .TokenCard_card__J1Dfl:hover {
    box-shadow: 0 0 27px 0 rgba(18, 255, 241, 0.3);
    border: 1px solid #02ccb8;
    transition: all 0.2s ease-in-out;
  }
}

@media (max-width: 1280px) {
  .TokenCard_card__J1Dfl {
    width: 227px;
    border-radius: 6px;
    padding: 11.38px 22.76px;
  }

  .TokenCard_card__J1Dfl:hover {
    cursor: pointer;
    transform: scale(1.1);
  }

  .TokenCard_card__J1Dfl .TokenCard_icon__y7cwp {
    width: 31px;
    height: 31px;
  }

  .TokenCard_card__J1Dfl .TokenCard_title__ToNZ_ {
    font-size: 14px;
    margin-top: 0;
    line-height: 25.6px;
  }

  .TokenCard_card__J1Dfl .TokenCard_description__usG8w {
    font-size: 10px;
    line-height: 14.93px;
    max-width: 199px;
    text-align: center;
  }
}

@media (max-width: 960px) {
  .TokenCard_card__J1Dfl {
    min-width: 390px;
    padding: 19px 39px;
  }

  .TokenCard_card__J1Dfl:hover {
    cursor: pointer;
    transform: scale(1.1);
  }

  .TokenCard_card__J1Dfl .TokenCard_icon__y7cwp {
    width: 43px;
    height: 43px;
  }

  .TokenCard_card__J1Dfl .TokenCard_title__ToNZ_ {
    font-size: 24.43px;
    line-height: 43px;
    margin-top: 10px;
  }

  .TokenCard_card__J1Dfl .TokenCard_description__usG8w {
    margin-top: 7px;
    font-size: 17.1px;
    line-height: 25px;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .TokenCard_card__J1Dfl {
    min-width: 350px;
    padding: 16px 32px;
  }

  .TokenCard_card__J1Dfl:hover {
    cursor: pointer;
    transform: scale(1.1);
  }

  .TokenCard_card__J1Dfl .TokenCard_title__ToNZ_ {
    font-size: 20px;
    line-height: 36px;
  }

  .TokenCard_card__J1Dfl .TokenCard_description__usG8w {
    margin-top: 5px;
    font-size: 15px;
    line-height: 23px;
    max-width: 100%;
  }
}

@media (max-width: 390px) {
  .TokenCard_card__J1Dfl {
    min-width: 320px;
    padding: 13px 28px;
  }

  .TokenCard_card__J1Dfl:hover {
    cursor: pointer;
    transform: scale(1.1);
  }

  .TokenCard_card__J1Dfl .TokenCard_icon__y7cwp {
    width: 37px;
    height: 37px;
  }

  .TokenCard_card__J1Dfl .TokenCard_title__ToNZ_ {
    font-size: 18px;
    line-height: 34px;
  }

  .TokenCard_card__J1Dfl .TokenCard_description__usG8w {
    margin-top: 4px;
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
  }
}

@media (max-width: 360px) {
  .TokenCard_card__J1Dfl {
    min-width: 290px;
    padding: 12px 20px;
  }

  .TokenCard_card__J1Dfl:hover {
    cursor: pointer;
    transform: scale(1.1);
  }

  .TokenCard_card__J1Dfl .TokenCard_title__ToNZ_ {
    font-size: 16px;
    line-height: 31px;
  }

  .TokenCard_card__J1Dfl .TokenCard_description__usG8w {
    font-size: 13px;
    line-height: 20px;
    max-width: 100%;
  }
}

.TokenCard_card__J1Dfl .TokenCard_title__ToNZ_ {
  margin-top: 5px;
  color: #02ccb8;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  line-height: 36px;
}

.banner1 {
  padding: 80px 0;
}

h1.hero_text {
  font-size: 50px;
  font-weight: 600;
  color: var(--black-color);
  line-height: 70px;
  letter-spacing: 0;
}

.hero_text span {
  color: #02ccb8;
}

h1.banner1_text {
  font-size: 50px;
  font-weight: 600;
  color: var(--black-color);
  line-height: 70px;
  letter-spacing: 0;
}

.banner1_text span {
  color: #02ccb8;
}

.banner_img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 12px 32px 0 rgba(0, 94, 104, 0.12);
  overflow: hidden;
}

.banner_img img {
  width: 100%;
  height: 100%;
  padding: 0 90px;
  margin-left: 10px;
  transition: transform 0.5s ease-in-out;
}

.banner_img img:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.tokenomics_img {
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.tokenomics_img img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

/*.hmbg_img {*/
/*  background-image: linear-gradient(*/
/*      rgb(255, 255, 255, 0.85),*/
/*      rgb(255, 255, 255, 0.85)*/
/*    ),*/
/*    url(../img/hmbg.png);*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  background-attachment: fixed;*/
/*}*/

.timeline_heighty {
  height: 330px;
}

.solution {
  text-align: center;
  margin-top: 50px;
}

.solution-heading {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  line-height: 70px;
  margin-bottom: -20px;
}

.solution-wrapper {
  padding: 20px 0;
}

.solution-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.solution-list .solution-item {
  list-style: none;
}

.solution-list .solution-item .solution-link {
  width: 300px;
  height: 400px;
  display: block;
  background: #333333;
  border-radius: 12px;
  padding: 20px;
  text-decoration: none;
  box-shadow: 0 12px 32px 0 rgba(0, 94, 104, 0.12);
  border: 2px solid #545456;
  transition: all 0.3s ease;
}

.solution-list .solution-item .solution-link:hover {
  box-shadow: 0 12px 32px 0 rgba(0, 94, 104, 0.12);
  border: 2px solid #4d6563;
  transform: scale(1.05);
}

.solution-list .solution-link .solution-image {
  width: 60%;
  border-radius: 50%;
}

.solution-list .solution-link .badggge {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  margin: 20px 0px;
}

.solution-list .solution-link .solution-title {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.solution-list .solution-link .solution-button {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin: 30px 0 5px;
  border: #02ccb8 1px solid;
  color: #02ccb8;
  background: none;
  cursor: pointer;
  border: 2px solid #02ccb8;
}



/* Team Section */
.team-section {
  background-color: #333;
  padding: 50px 0;
  color: white;
}

.team-heading {
  text-align: center;
  margin-bottom: 30px;
}

.team-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.team-description {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ccc;
}

.team-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.team-member {
  background-color: #444;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  width: 250px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.team-member-image {
  width: 80%;
  border-radius: 50%;
  margin-bottom: 15px;
}

.team-member-name {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.team-member-role {
  font-size: 1.1rem;
  font-weight: 500;
  color: #02ccb8;
  margin-bottom: 10px;
}

.team-member-bio {
  font-size: 1rem;
  font-weight: 400;
  color: #ccc;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .team-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .team-member {
    width: 80%;
    /* Adjust width for mobile view */
    margin-bottom: 30px;
  }
}



.presale-sticky {
  position: sticky;
  bottom: 0;
  background-color: #111;
  padding: 10px;
  display: flex;
  justify-content: center;
  z-index: 999;
}

.presale-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #1b1b1b;
  border-radius: 12px;
  padding: 10px 15px;
  gap: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 1200px;
}

.price-section,
.timer-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  flex: 1 1 auto;
  color: #fff;
}

.currentpricec {
  color: #02ccb8;
}

.discount-tag {
  background-color: #111;
  color: #02ccb8;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid #02ccb8;
  white-space: nowrap;
}

.old-price {
  text-decoration: line-through;
  color: #fff;
  font-size: 12px;
}

.buy-button {
  background: linear-gradient(135deg, #00fff2, #02ccb8);
  border: none;
  border-radius: 8px;
  color: #000;
  font-weight: bold;
  padding: 10px 20px;
  cursor: pointer;
  transition: transform 0.2s ease;
  white-space: nowrap;
}

.buy-button:hover {
  transform: scale(1.05);
}

.timer-values {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
}

.timer-item {
  text-align: center;
}

.timer-value {
  color: #02ccb8;
  font-weight: bold;
  font-size: 14px;
}

.timer-label {
  font-size: 10px;
  color: #888;
}

@media (max-width: 768px) {
  .presale-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    gap: 10px;
  }

  .price-section,
  .timer-section {
    width: 100%;
    justify-content: space-between;
  }

  .buy-button {
    align-self: stretch;
    width: 100%;
    text-align: center;
  }

  .timer-values {
    justify-content: flex-start;
  }
}