.hero {
  position: relative;
}
.vid_wrap {
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
}
.vid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vid_wrap:after {
  background-color: #000000b4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.video_wrap {
  flex: 1;
  margin-top: 30px;
  width: 100%;
  display: flex;
  align-items: center;
}
.token_title {
  text-align: center;
}
.token_wrap {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.token_contents {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.token_content {
  height: auto;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* background-color: var(--color-head); */
}

.token_content-big {
  width: 100%;

  aspect-ratio: 1/0.8;
}
#myChart:hover,
#myChart2:hover,
#myChart3:hover {
  cursor: pointer;
}
.token_graph_wrap {
  max-width: 420px;
  width: 100%;
  aspect-ratio: 1/1;
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.token_graph_wrap-big {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.token_graph {
  position: absolute;
  background: #142841;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.token_graph_color {
  border-radius: 50%;
}
#token {
  flex: 1 !important;
}
.tokenTitle_h {
  font-size: var(--font-title);
  font-family: var(--sf-bold);
  margin-bottom: 80px;
  text-align: center;
  color: black;
}
.token_img1 {
  display: flex;

  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.token_img1 picture {
  border: 1px solid white;
  border-radius: 30px;
  padding: 5px 20px;
  margin-right: 50px;
}
.token_img2 {
  height: 800px;
}
.tokenTable {
  width: 100%;

  border-radius: 30px;
  position: relative;
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
}

.tokenTableTitle_h {
  font-size: 32px;
  text-align: left;
  color: black;
  font-weight: 800;
}
.tokenTableTitle_h-padding {
  padding-left: 20px;
}
.tokenTableTitle_h-padding2 {
  padding-left: 10px;
}
td {
  position: relative;
}
tr {
  border-bottom: 2px solid white;
}
tr p {
  margin: 10px 0 !important;
  line-height: initial !important;
}
.tokenDataTitle_p {
  font-size: 32px;
  color: #fff;

  padding-left: 20px;
  font-weight: 500;
}
.tokenCircle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #005f73;
}

.tokenCircle2:after {
  background-color: #f72585;
}
.tokenCircle3:after {
  background-color: #5dd400;
}
.tokenCircle4:after {
  background-color: #ff9700;
}
.tokenCircle5:after {
  background-color: #00c4f4;
}
.tokenCircle6:after {
  background-color: #005ff3;
}
.tokenCircle7:after {
  background-color: #027335;
}

.tokenData {
  width: 400px;
  position: absolute;
  display: none;
  top: 0;
  left: 50%;
  padding: 0 20px;
  background-color: black;
  z-index: 1;
}
.tokenData_middle_p {
  color: #ffffff;
}
.tokenData_middle_h {
  color: #31f6ff;
  font-size: 25px;
  margin-bottom: 20px;
}

.copyright {
  border-top: 1px solid #262932;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.footer .bottom {
  margin-top: 100px;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.footer .bottom p {
  font-size: 16px;
  font-weight: 600;
  opacity: 0.7;
}
.footer .bottom .clutch-widget,
.footer .bottom .rating {
  width: 195px;
}
.footer .bottom .toys {
  margin-bottom: -60px;
  width: 40%;
  margin-left: 15%;
}
.socs-wrap a {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.socs-wrap .socs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.socs-wrap .socs a {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255, 254, 253, 0.15);
  margin-right: 4px;
  margin-top: 5px;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}
.socs-wrap .socs a.wide {
  width: auto;
  min-width: 152px;
  padding: 0 19px;
  font-size: 14px;
  font-weight: 600;
}
.socs-wrap .socs a.wide span {
  position: relative;
  z-index: 1;
}
.socs-wrap .socs a.wide img {
  margin-right: 13px;
}
.socs-wrap .socs a.wide:before {
  width: 200%;
  height: auto;
  padding-top: 200%;
}
.socs-wrap .socs a:before {
  content: "";
  width: 200%;
  height: 200%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 1s;
}
.socs-wrap .socs a:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.socs-wrap .socs a.behance:before {
  background: #0058fc;
}
.socs-wrap .socs a.dribble:before {
  background: #e94c87;
}
.socs-wrap .socs a.medium:before {
  background: rgba(0, 0, 0, 0.7);
}
.socs-wrap .socs a.instagram:before {
  background: linear-gradient(
    358.63deg,
    #ffb14e -14.99%,
    #f24d59 50.81%,
    #4664c9 111.82%
  );
}
.socs-wrap .socs a.facebook:before {
  background: #0069e0;
}
.socs-wrap .socs a.linkedin:before {
  background: #0566c0;
}
.socs-wrap .socs a.twitter:before {
  background: #18a1ef;
}
.socs-wrap .socs a.whatsapp:before {
  background: #00e67d;
}
.socs-wrap .socs a.telegram:before {
  background: #1e9ed6;
}
.socs-wrap .socs a.discord:before {
  background: #5462ea;
}
.socs-wrap .socs a.copy:before {
  background: #1f2122;
}
.socs-wrap .socs a img,
.socs-wrap .socs a picture {
  width: 22px;
  height: 22px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.company a {
  color: #fff;
}
.img_animation {
  animation: colorAnimation 3s infinite linear;
}
@keyframes colorAnimation {
  0% {
    filter: hue-rotate(0);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
@media all and (max-width: 1280px) {
  .token_contents {
    flex-direction: column;
  }
}
@media all and (max-width: 768px) {
  .solution__img {
    margin: 0;
  }
  .copyright {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
  .copyright p {
    order: 2;
  }
  /* .team_lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;

    padding: 0;
  } */
  /* .team__single,
  .team__single.style2 {
    padding: 0;
    background-image: none;
  }
  .team__single {
    display: flex;
    margin: 0 !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .team__single .content span {
    height: 52px;
    display: inline-block;
  }
  .team__single > * {
    margin: 0 !important;
  }
  .team__single .content span {
    font-size: 14px;
    line-height: 1.2;
  } */
}
