#tokenomics {
  padding: 100px 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
}
#tokenomics .section_title {
  font-size: 40px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  margin-bottom: 16px;
  z-index: 1;
  position: relative;
}
#tokenomics .under-section_title {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.045em;
  font-weight: 400;
  margin: auto auto 0;
  text-align: center;
  width: 350px;
  z-index: 1;
  position: relative;
}
#tokenomics .tokenomics_img {
  width: 400px;
  height: 400px;
  position: relative;
  margin: auto;
}
#tokenomics .background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(50px);
  width: 550px;
  height: 720px;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background-image: linear-gradient(
    to right top,
    #49ff86,
    #41ffa7,
    #4affc3,
    #62ffd9,
    #80ffea
  );
  z-index: 0;
  animation: blobAnim 10s ease-in-out infinite;
  opacity: 0.7;
}
@keyframes blobAnim {
  0%,
  to {
    border-radius: 46% 54% 29% 71%/66% 39% 61% 34%;
    transform: translate(-50%, -50%) rotate(30deg);
  }
  30% {
    border-radius: 46% 54% 29% 71%/17% 74% 26% 83%;
    transform: translate(-50%, -50%) rotate(15deg);
  }
  50% {
    border-radius: 46% 54% 81% 19%/39% 74% 26% 61%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  70% {
    border-radius: 65% 35% 56% 44%/39% 17% 83% 61%;
    transform: translate(-50%, -50%) rotate(70deg);
  }
}
#tokenomics .tokenomics_wrapp {
  position: relative;
  padding: 48px 0;
}
#tokenomics .tokenomics_wrapp .left_column {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-100% - 340px), -50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#tokenomics .tokenomics_wrapp .left_column .tokenomics_block:nth-child(n + 6) {
  display: none;
}
#tokenomics .tokenomics_wrapp .right_column {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(340px, -50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#tokenomics .tokenomics_wrapp .right_column .tokenomics_block {
  flex-direction: row-reverse;
}
#tokenomics .tokenomics_wrapp .tokenomics_block {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
#tokenomics .tokenomics_wrapp .tokenomics_block .tokenomics_number {
  display: none;
}
#tokenomics .tokenomics_wrapp .tokenomics_block .tokenomics_perc {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  width: 50px;
}
#tokenomics .tokenomics_wrapp .tokenomics_block .tokenomics_title {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.045em;
  font-weight: 400;
}
#tokenomics .total-supp_wrapp {
  background-color: #f9faf9;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: min(940px, 100%);
  margin: auto;
  border-radius: 8px;
  align-items: center;
  border: 1px solid #e8e8e8;
}
#tokenomics .total-supp_wrapp .left .total-supp_title {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
  margin-bottom: 4px;
  text-transform: uppercase;
}
#tokenomics .total-supp_wrapp .left .total-supp_number {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
}
#tokenomics .total-supp_wrapp .line-supp_button {
  display: flex;
  gap: 16px;
}
#tokenomics .smart-contract {
  text-align: center;
  margin: 0 0 48px;
  z-index: 1;
  position: relative;
}
#tokenomics .smart-contract label {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
  margin-bottom: 4px;
  text-transform: uppercase;
}
#tokenomics .smart-contract .address {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: fit-content;
  margin: auto;
  align-items: center;
}
#tokenomics .smart-contract .address label {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
  color: #07130c;
}
#tokenomics .smart-contract .copy {
  width: 48px;
  height: 48px;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
}
#tokenomics .smart-contract .copy:hover {
  background-color: #e8e8e8;
}
#tokenomics .smart-contract .copy:after {
  content: "";
  position: absolute;
  right: 8px;
  background-image: url(/images/copy_icon.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  top: 8px;
}
@media screen and (max-width: 1000px) {
  #tokenomics .tokenomics_wrapp .left_column {
    transform: translate(calc(-100% - 300px), -50%);
  }
  #tokenomics .tokenomics_wrapp .right_column {
    transform: translate(300px, -50%);
  }
  #tokenomics .tokenomics_wrapp .tokenomics_img {
    width: 400px;
    height: 400px;
  }
  #tokenomics .tokenomics_wrapp .left_column {
    transform: translate(calc(-100% - 250px), -50%);
  }
  #tokenomics .tokenomics_wrapp .right_column {
    transform: translate(250px, -50%);
  }
}
@media screen and (max-width: 860px) {
  #tokenomics {
    padding: 64px 16px 40px;
    overflow: hidden;
  }
  #tokenomics .container {
    padding: unset;
  }
  #tokenomics .container h2 {
    font-size: 32px;
    font-weight: 500;
  }
  #tokenomics .container h2,
  #tokenomics .container p {
    line-height: 140%;
    letter-spacing: -0.045em;
    text-align: left;
  }
  #tokenomics .container p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    width: 100%;
  }
  #tokenomics .container .tokenomics_wrapp {
    padding: 48px 0;
  }
  #tokenomics .container .tokenomics_wrapp .left_column,
  #tokenomics .container .tokenomics_wrapp .right_column {
    display: none;
  }
  #tokenomics .container .tokenomics_wrapp .background {
    width: 260px;
    height: 350px;
  }
  #tokenomics .container .tokenomics_wrapp .tokenomics_img {
    width: 100%;
    height: 320px;
  }
  #tokenomics .container .smart-contract {
    text-align: left;
    margin-bottom: 26px;
  }
  #tokenomics .container .smart-contract label {
    margin-bottom: 12px;
    display: block;
  }
  #tokenomics .container .smart-contract .address {
    width: 100%;
  }
  #tokenomics .container .smart-contract .address label {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.045em;
    font-weight: 400;
    display: block;
    width: calc(100% - 64px);
    word-wrap: break-word;
    margin-bottom: 0;
  }
  #tokenomics .container .total-supp_wrapp {
    padding: 16px;
    flex-direction: column;
  }
  #tokenomics .container .total-supp_wrapp .left {
    width: 100%;
    margin-bottom: 16px;
  }
  #tokenomics .container .total-supp_wrapp .total-supp_title {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.045em;
    font-weight: 400;
    text-align: center;
  }
  #tokenomics .container .total-supp_wrapp .total-supp_number {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.045em;
    font-weight: 500;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  #tokenomics .container .tokenomics_wrapp .tokenomics_img {
    height: 213px;
  }
}
