.group {
  display: flex;

  justify-content: space-between;
}

.tokenomics-name {
  margin-right: 40px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.tokenomics-name span {
  color: #a55724;

  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.ccv {
  padding: 0px 0px 0px 0px;
  margin-right: 0px;

  position: relative;
  display: inline-block;
  overflow: hidden;
}

label {
  color: white;
  font-size: 12px;

  pointer-events: none;
  display: block;
  padding-bottom: 2px;
  text-align: left;
}

tokens {
  color: white;
  font-size: 12px;
  pointer-events: none;
  display: block;
  padding-bottom: 2px;
  text-align: right;
}

labelN {
  color: white;
  font-size: 16px;

  pointer-events: none;
  display: block;
  padding-bottom: 2px;
  text-align: left;
}
tokensN {
  color: white;
  font-size: 16px;

  pointer-events: none;
  display: block;
  padding-bottom: 2px;
  text-align: right;
}

.tokenomics {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(35px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  overflow: hidden;
  margin-top: 10px;
  border-left: 5px solid #a55724;
  width: 420px;
  transition: transform 0.2s; /* Animation */
}

.tokenomics:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  backdrop-filter: blur(60px);
  background: rgba(255, 255, 255, 0.4);
}

.publicsale {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(35px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  overflow: hidden;
  margin-top: 10px;
  border-left: 5px solid #0170a7;
  width: 420px;
  transition: transform 0.2s; /* Animation */
}

.publicsale:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */

  backdrop-filter: blur(60px);
  background: rgba(255, 255, 255, 0.4);
}

.publicsale span {
  color: #0170a7;

  position: relative;
  display: inline-block;
}

.liquidity {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(35px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  overflow: hidden;
  margin-top: 10px;
  border-left: 5px solid #dd5b59;
  width: 420px;
  transition: transform 0.2s; /* Animation */
}

.liquidity:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  backdrop-filter: blur(60px);
  background: rgba(255, 255, 255, 0.4);
}

.liquidity span {
  color: #dd5b59;

  position: relative;
  display: inline-block;
}

.airdrop {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(35px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  overflow: hidden;
  margin-top: 10px;
  border-left: 5px solid #588094;
  width: 420px;
  transition: transform 0.2s; /* Animation */
}

.airdrop:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  backdrop-filter: blur(60px);
  background: rgba(255, 255, 255, 0.4);
}

.airdrop span {
  color: #588094;

  position: relative;
  display: inline-block;
}

.teamd {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(35px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  overflow: hidden;
  margin-top: 10px;
  border-left: 5px solid #869d8d;
  width: 420px;
  transition: transform 0.2s; /* Animation */
}

.teamd:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  backdrop-filter: blur(60px);
  background: rgba(255, 255, 255, 0.4);
}

.teamd span {
  color: #869d8d;

  position: relative;
  display: inline-block;
}

.marketing {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(35px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  overflow: hidden;
  margin-top: 10px;
  border-left: 5px solid #308cd0;
  width: 420px;
  transition: transform 0.2s; /* Animation */
}

.marketing:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  backdrop-filter: blur(60px);
  background: rgba(255, 255, 255, 0.4);
}

.marketing span {
  color: #308cd0;

  position: relative;
  display: inline-block;
}

.play2e {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(35px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  overflow: hidden;
  margin-top: 10px;
  border-left: 5px solid #ffd452;
  width: 420px;
  transition: transform 0.2s; /* Animation */
}

.play2e:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  backdrop-filter: blur(60px);
  background: rgba(255, 255, 255, 0.4);
}

.play2e span {
  color: #ffd452;

  position: relative;
  display: inline-block;
}

.nftstaking {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(35px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  overflow: hidden;
  margin-top: 10px;
  border-left: 5px solid #3f6071;
  width: 420px;
  transition: transform 0.2s; /* Animation */
}

.nftstaking:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  backdrop-filter: blur(60px);
  background: rgba(255, 255, 255, 0.4);
}

.nftstaking span {
  color: #3f6071;

  position: relative;
  display: inline-block;
}

.tokenoks {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.tokenoks .section-text {
  margin-block: 50px 60px;
}

.tokenoks-card {
  justify-content: center;
}

.tokenoks-card .card-content {
  position: relative;
  padding: 25px;
  padding-block-start: 40px;
}

.tokenoks-card .card-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tokenoks-card .h3 {
  font-size: var(--fs-7);
}

.tokenoks-card .card-title {
  transition: var(--transition);
  margin-block-end: 10px;
}

.tokenoks-card .card-title:is(:hover, :focus) {
  color: var(--marigold);
}

.tokenoks-card .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--marigold);
}

.tokenoks-card .card-price {
  font-family: "Cinzel", serif;
  font-weight: var(--fw-800);
}

.tokenoks-card .card-btn {
  color: inherit;
  font-size: 18px;
  padding: 7px;
  border: 1px solid var(--english-violet);
  border-radius: 4px;
  transition: var(--transition);
}

.tokenoks-card .card-btn:is(:hover, :focus) {
  background-color: var(--marigold);
  color: var(--xiketic);
  border-color: var(--marigold);
}

.charts {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .tokenoks .has-scrollbar {
    margin-inline: -15px;
    padding-inline: 15px;
    scroll-padding-inline-start: 15px;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 50px;
    margin-top: auto;
    justify-content: space-evenly;
  }
}

@media (max-width: 768px) {
  .detat {
    display: none;
  }

  .charts {
    display: flex;
    justify-content: center;
  }
}