.halo {
  padding: 20vh 0 0;
}

.halo__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.halo__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 576px;
  max-width: 50%;
  padding-left: 30px;
}

.halo__img {
  position: relative;
  max-width: 50%;
}

.halo__img img {
  max-width: 100%;
  animation: float 4s ease-in-out infinite;
}

.halo__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.halo__bg img {
  max-width: unset;
}

.dapp-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.dapp-flex .content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
  padding-right: 32px;
  max-width: 655px;
}

.dapp-flex .content h4 img {
  margin-right: 20px;
}

.dapp-flex .image {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dapp-flex .image img {
  max-width: 100%;
  position: relative;
  z-index: 1;
  width: 655px;
}

.dapp-flex .image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #704de3 0%,
    rgba(112, 77, 227, 0.43) 54.49%,
    rgba(112, 77, 227, 0) 100%
  );
  mix-blend-mode: normal;
  opacity: 0.8;
  filter: blur(183.277px);
  z-index: 0;
}

section.dapp {
  padding-top: 0;
}

section.ecosystem .right .image .inner-image {
  width: 16%;
  left: 44%;
}

.dapp__buttons .buttons a {
  margin: 0 15px;
}

.dapp__buttons p {
  max-width: 700px;
  margin: 0 auto 5px;
  text-align: center;
}

.dapp__buttons .buttons {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.dupp__logo {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -5%;
  margin-top: 2%;
  transform: rotate(45deg);
  animation: dupp__logo 3s ease-in-out infinite;
  z-index: -1;
}

.dapp-bottom-btn {
  margin-top: 20px;
}

.dapp-bottom-btn.main-btn.secondary .inner {
  padding-left: 35px;
  padding-right: 35px;
}

.powered {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.powered li {
  display: block;
}

.page-template-tpl-dapp-store-kit .powered img {
  width: initial;
}

@keyframes dupp__logo {
  0% {
    transform: translateY(0px) rotate(45deg);
  }

  50% {
    transform: translateY(-7px) rotate(45deg);
  }

  100% {
    transform: translateY(0px) rotate(45deg);
  }
}

.dapp-link a {
  color: #fff;
}

@media (min-width: 1025px) {
  header.header .xl-container .right .socials a {
    /* margin-left: 5px; */
    /* margin-right: 5px; */
    display: flex;
    align-items: center;
  }

  header.header .xl-container .right .socials {
    /* margin-right: 10px; */
    margin-left: 30px;
  }
}

@media (min-width: 1025px) and (max-width: 1630px) {
  header.header .xl-container .right .socials a {
    margin-left: 5px;
    margin-right: 5px;
  }
  header.header .xl-container .right .socials {
    margin-right: 10px;
    margin-left: 20px;
  }
}

@media (max-width: 1199.98px) {
  .halo {
    padding: 10vh 0 0;
  }
}

@media (max-width: 991.98px) {
  .halo__flex {
    flex-direction: column;
  }

  .halo__img,
  .halo__text {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .dapp-flex {
    flex-direction: column;
    text-align: center;
  }

  .dapp-flex .content {
    width: 100%;
    align-items: center;
    margin-bottom: 50px;
  }

  .dapp-flex .image {
    width: 100%;
  }

  .dapp-flex .content {
    padding-right: 0;
  }

  .dapp__buttons .buttons a {
    margin-left: 0;
    margin-right: 0;
  }

  .dapp__buttons .buttons a.main-btn.secondary .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dapp__buttons .buttons {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
