/**
  * Name: ICOLand | ICO landing page & ICO Crypto HTML Template
  * Version: 1.0.2
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import "../bootstrap/css/bootstrap.min.css";
@import "../../assets/style.css";
@import "../dist/aos.css";
@import url("https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rowdies:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");

@font-face {
  font-family: "BRELLOS-Regular";
  src: url("../../assets/fonts/BRELLOS-Regular.ttf") format("truetype");
  /* Añade más formatos de fuente aquí si es necesario */
}

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

/* Estilos CSS para el body */
body {
  height: 100vh;
  flex-direction: column;
  align-items: center;
  color: white;
  width: 100%;
  background: linear-gradient(
    90deg,
    #070505 0%,
    #1f181b 50%,
    #1f181b 50.01%,
    #000000 100%
  );
}

@media (min-width: 768px) {
  body {
    min-height: 720px;
    max-height: 1024px;
  }
}

:root {
  --primary-color: #ff4581;
}

.home-main {
  --primary-color: #fa3e7c;
}

p {
  font-family: "Inter", sans-serif;
}

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

a {
  text-decoration: none;
  color: unset;
  transition: all 0.3s;
  cursor: pointer;
  display: inline-block;
  color: #fff;
}
a:hover {
  transition: all 0.3s;
  color: var(--primary-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
}

h2,
.h2 {
  font-size: 44px;
}

h3,
.h3 {
  font-size: 36px;
}

h5,
.h5 {
  font-size: 22px;
}

h6,
.h6 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
  line-height: 1.7;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-24 {
  font-size: 24px;
}

.fs-30 {
  font-size: 30px;
}

.fs-36 {
  font-size: 36px;
}

.fs-42 {
  font-size: 42px;
}

.mr-0 {
  margin-right: 0;
}

.pt-128 {
  padding-top: 128px;
}

.mt--16 {
  margin-top: -16px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-17 {
  margin-top: 17px;
}

.mt--23 {
  margin-top: -23px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-9 {
  margin-top: 9px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-19 {
  margin-top: 19px;
}

.mt-21 {
  margin-top: 21px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-27 {
  margin-top: 27px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-29 {
  margin-top: 29px;
}

.mt-37 {
  margin-top: 37px;
}

.mt-42 {
  margin-top: 42px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-51 {
  margin-top: 51px;
}

.mt-52 {
  margin-top: 52px;
}

.mt-53 {
  margin-top: 53px;
}

.mt-61 {
  margin-top: 61px;
}

.mt-67 {
  margin-top: 67px;
}

.mt-104 {
  margin-top: 104px;
}

.mt-107 {
  margin-top: 107px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-223 {
  margin-top: 223px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-29 {
  margin-bottom: 29px;
}

.mb-31 {
  margin-bottom: 31px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mb-41 {
  margin-bottom: 41px;
}

.mb-43 {
  margin-bottom: 43px;
}

.mb-46 {
  margin-bottom: 46px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-53 {
  margin-bottom: 53px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mr-28 {
  margin-right: 28px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-24 {
  padding-top: 24px;
}

@media only screen and (max-width: 1024px) {
  .pd-0 {
    padding: 0;
  }
}

.pb-team {
  padding: 0 150px;
  margin-top: 38px;
}
@media only screen and (max-width: 1024px) {
  .pb-team {
    padding: 0;
    margin-top: 0;
  }
}

.line-h17 {
  line-height: 1.7;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

.center {
  text-align: center;
}

.bg-1 {
  background: #130f40;
}

.bg-2 {
  background: #010f33;
}

@keyframes move5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(35px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(15px);
  }
}

@keyframes move7 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; /* Opacidad completa al principio y al final */
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.8;
  }
}
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 100;
  background-color: var(--primary-color);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--primary-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

body[data-magic-cursor="hide"] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.is-fixed {
  opacity: 0;
  visibility: hidden;
  top: -170px;
  transition: all ease 0.4s;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  height: 90px;
}
.header.is-fixed.is-small {
  position: fixed;
  top: 0;
  opacity: 1;
  visibility: visible;
  background: #081719;
}
.header .header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .header__right .mobile-button {
  display: none;
  position: relative;
  width: 26px;
  height: 26px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .header .header__right .mobile-button {
    display: block;
  }
}
.header .header__right .mobile-button::before,
.header .header__right .mobile-button::after {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.header .header__right .mobile-button::before,
.header .header__right .mobile-button::after,
.header .header__right .mobile-button span {
  background-color: #ffffff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header .header__right .mobile-button::before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.header .header__right .mobile-button::after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.header .header__right .mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}
.header .header__right .mobile-button.active::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.header .header__right .mobile-button.active::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.header .header__right .mobile-button.active span {
  opacity: 0;
}
.header .header__right .main-nav .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .header__right .main-nav .menu li {
  position: relative;
  padding-right: 40px;
}
.header .header__right .main-nav .menu li:nth-last-child(1) {
  padding-right: 0;
}
.header .header__right .main-nav .menu li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

#menu_years {
  background-color: red;
}

@media only screen and (max-width: 1200px) {
  .header .header__right .main-nav .menu li {
    padding-right: 30px;
  }
  .header .header__right .main-nav .menu li a {
    font-size: 14px;
  }
}
.header .header__right .main-nav .menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  z-index: 99;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
  transform: translateY(35px);
  background: #fff;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
}
.header .header__right .main-nav .menu li .sub-menu li {
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header .header__right .main-nav .menu li .sub-menu li:last-child {
  border: none;
}
.header .header__right .main-nav .menu li .sub-menu li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--primary-color);
  transition: width 0.3s ease-in-out;
}
.header .header__right .main-nav .menu li .sub-menu li:hover::before,
.header .header__right .main-nav .menu li .sub-menu li.current-item::before {
  width: 100%;
}
.header .header__right .main-nav .menu li .sub-menu li a {
  color: #000;
  font-size: 14px;
}
.header .header__right .main-nav .menu li .sub-menu li a::before,
.header .header__right .main-nav .menu li .sub-menu li a::after {
  display: none;
}
.header .header__right .main-nav .menu li .sub-menu li:hover a {
  color: var(--primary-color);
}
.header .header__right .main-nav .menu li .sub-menu li.current-item > a {
  color: var(--primary-color);
}
.header .header__right .main-nav .menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(26px);
}
.header .header__right .main-nav .menu li.menu-item-has-children > a:after {
  color: #fff;
  font-family: "icomoon";
  content: "\e900";
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  right: -20px;
  top: 4px;
}
.header .header__right .group-button {
  display: flex;
  margin-left: 80px;
}
@media only screen and (max-width: 1200px) {
  .header .header__right .group-button {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header__right .group-button {
    display: none;
  }
}
.header .header__right .group-button a {
  font-family: monospace;
  font-size: 16px;
  font-weight: 700;
  margin-left: 20px;
  padding: 10px 40px;
}
.header #main-nav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
  height: 100vh;
  overflow: auto;
}
.header #main-nav-mobi ul {
  padding: 0;
  background: #ffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.header #main-nav-mobi ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.header #main-nav-mobi ul li:last-child {
  border: 0;
}
.header #main-nav-mobi ul li a {
  padding: 12px 30px;
  color: #181818;
  font-size: 16px;
  font-weight: 600;
}
.header #main-nav-mobi ul li .arrow {
  cursor: pointer;
  font-size: 20px;
  line-height: 48px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 0;
  width: 48px;
  transition: 0.3s all ease-in-out;
}
.header #main-nav-mobi ul li .arrow::before {
  font-family: "icomoon";
  content: "\e900";
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
.header #main-nav-mobi ul li .arrow.active::before {
  transform: rotate(-180deg);
}
.header #main-nav-mobi ul li ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.header #main-nav-mobi ul li ul li {
  padding-left: 20px;
}
.header #main-nav-mobi ul li.current-item > a {
  color: var(--primary-color);
}
.header .current-menu-item > a,
.header .current-item a {
  color: var(--primary-color);
}
.header .current-menu-item > a::after {
  color: var(--primary-color) !important;
}

h3,
h5 {
  text-transform: capitalize;
}

.features .block-text p {
  margin-top: 11px;
}

.creation .block-text .title {
  font-family: "Zen Dots";
  font-weight: 400;
}
.creation .block-text p {
  font-size: 17px;
  margin-top: 13px;
}

.document .block-text p {
  margin-top: 12px;
}

.section-faq .block-text p {
  margin-top: 12px;
}

.section-button {
  padding: 57px 0;
}
.section-button .list-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-button.s1 {
  padding: 54px 0 60px;
  margin-bottom: 80px;
}

.btn-action {
  padding: 17px 10px 15px 25px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  background: linear-gradient(294.72deg, #0f5c07 9.05%, #0a3b0a 79.28%);
  border-radius: 100px;
  display: flex;
  align-items: center;
  max-width: 326px;
  font-size: 16px;
}
.btn-action span {
  position: relative;
  z-index: 2;
}
.btn-action span.icon-arrow {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about.style-1 .about__image img {
  -webkit-background-clip: text; /* Propiedad con prefijo */
  background-clip: text; /* Propiedad estándar */
  margin-top: 200px;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.about.style-1 .about__image img:hover {
  content: url("./../../assets/images/layout/Graphic1.webp");
}

@media only screen and (max-width: 767px) {
  .about.style-1 .about__image img {
    margin-top: 0px;
  }
}

.btn-action span.icon-arrow:before {
  font-size: 15px;
  font-weight: 900;
  background: linear-gradient(294.72deg, #ff4581 9.05%, #4388dd 79.28%);
  -webkit-text-fill-color: transparent;
  transform: rotate(-90deg);
}
.btn-action::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.5s all ease-in-out;
  background: linear-gradient(-294.72deg, #ae9605 9.05%, #824a00 79.28%);
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.btn-action:hover {
  color: #fff;
}
.btn-action:hover::after {
  opacity: 1;
}

.btn-action.style-1 {
  padding: 17px 15px 15px 24px;
}
.btn-action-outline {
  position: relative;
  border: 2px solid transparent;
  background-clip: padding-box;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
}
.btn-action-outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 100%;
  transition: 0.3s all ease-in-out;
}
.btn-action-outline span {
  position: relative;
  z-index: 1;
}
.btn-action-outline:hover {
  color: #fff;
}
.btn-action-outline:hover::before {
  width: 100%;
}

.btn-action-outline.style-1 {
  border-color: #c004de;
  border-radius: 12px;
  padding: 11px 33px;
}
.btn-action-outline.style-1::before {
  background: #c004de;
}

.btn-action-b {
  padding: 10px 30px;
  border-radius: 12px;
  font-family: "Zen Dots";
  background: transparent;
  border: 2px solid var(--primary-color);
}
.btn-action-b:hover {
  background: var(--primary-color);
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .group-button .btn-action,
  .group-button .btn-action-b {
    padding: 10px 15px;
  }
}

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  z-index: 999;
  right: 14px;
  bottom: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
}

#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
}

#scroll-top:before,
#scroll-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#scroll-top:before {
  z-index: -1;
  background: var(--primary-color);
}

#scroll-top:after {
  font-family: "icomoon";
  content: "\e900";
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  transform: rotate(-180deg);
}

#scroll-top:hover {
  transform: translateY(-7%);
}

.btn-action-outli.style-9 {
  background: linear-gradient(153.06deg, #050231 -0.31%, #050231 99.69%)
      padding-box,
    linear-gradient(153.06deg, #4388dd -0.31%, #ff4581 99.69%) border-box;
  padding: 7px 40px;
  border-radius: 100px;
  border: 1px solid transparent;
}
.btn-action-outli.style-9:hover {
  color: #fff;
  background: linear-gradient(153.06deg, #4388dd -0.31%, #ff4581 99.69%)
      padding-box,
    linear-gradient(153.06deg, #4388dd -0.31%, #ff4581 99.69%) border-box;
}

.banner-top.style-1 {
  padding: 231px 0 99px;
  background: url("./../../assets/images/background/background1.webp") no-repeat;
  background-size: cover;
  margin-left: 15px;
}

.about.style-1 {
  padding: 231px 0 99px;
  background: url("./../../assets/images/background/bg-roadmap.webp") no-repeat;
  background-size: cover;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .banner-top.style-1 {
    padding: 131px 0 99px;
  }
}
.banner-top.style-1 .banner-top__content .sale-top {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  max-width: 379px;
  padding: 4px;
}

@media only screen and (max-width: 1200px) {
  .banner-top__content #photo_years {
    display: none;
    height: 100%;
    width: 100%;
  }
}

.banner-top.style-1 .banner-top__content .sale-top a {
  font-weight: 700;
  background: #fff;
  color: #181818;
  padding: 3px 19px;
  border-radius: 32px;
}
@media only screen and (max-width: 767px) {
  .banner-top.style-1 .banner-top__content .sale-top {
    padding-right: 10px;
  }
  .banner-top.style-1 .banner-top__content .sale-top a {
    padding: 3px 10px;
  }
}
.banner-top.style-1 .banner-top__content .sale-top p {
  margin-bottom: 0;
  padding-left: 30px;
}
.banner-top.style-1 .banner-top__content .title {
  line-height: 1.25;
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .banner-top.style-1 .banner-top__content .title {
    font-size: 40px;
  }
}
.banner-top.style-1 .banner-top__content .desc {
  font-size: 17px;
  margin-top: 12px;
  color: #f6f6f6;
}
.banner-top.style-1 .banner-top__content .button {
  margin-top: 37px;
}
.banner-top.style-1 .banner-top__content .content-list {
  margin-top: 94px;
}
.banner-top.style-1 .banner-top__content .content-list li {
  padding-right: 69px;
  position: relative;
}
.banner-top.style-1 .banner-top__content .content-list li::after {
  content: "";
  width: 2px;
  height: 60px;
  position: absolute;
  top: 44%;
  right: 14%;
  background: var(--primary-color);
}
.banner-top.style-1 .banner-top__content .content-list li:nth-last-child(1) {
  padding-right: 0;
}
.banner-top.style-1
  .banner-top__content
  .content-list
  li:nth-last-child(1)::after {
  display: none;
}
.banner-top.style-1 .banner-top__content .content-list li span {
  font-size: 48px;
}
.banner-top.style-1 .banner-top__content .content-list li h5 {
  margin-top: 16px;
  letter-spacing: 2px;
  margin-bottom: 3px;
}
.banner-top.style-1 .banner-top__content .content-list li p {
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .banner-top.style-1 .banner-top__content .content-list {
    flex-wrap: wrap;
  }
  .banner-top.style-1 .banner-top__content .content-list li {
    padding-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .banner-top.style-1 .banner-top__content .content-list li::after {
    display: none;
  }
}
.banner-top.style-1 .banner-top__sale {
  text-align: center;
}

.banner-top__content {
  text-align: center;
}

.banner-top.style-1 .banner-top__sale .sale-content {
  margin-top: -70px;
  padding: 0px 0 0;
  border-radius: 12px;
  text-align: center;
}

#contentlogo {
  margin-top: -60px;
}

.banner-top.style-1 .banner-top__sale .sale-content .countdown__timer {
  margin-top: 28px;
}
.banner-top.style-1
  .banner-top__sale
  .sale-content
  .countdown__timer
  .countdown__item {
  font-size: 36px;
  font-family: 600;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin: 0 20px;
  max-width: 70px;
  width: 100%;
  height: 70px;
  position: relative;
  color: #fff;
  display: inline-block;
  padding-top: 5px;
  position: relative;
}
.banner-top.style-1
  .banner-top__sale
  .sale-content
  .countdown__timer
  .countdown__item::after {
  position: absolute;
  bottom: -37px;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 700;
}
.banner-top.style-1
  .banner-top__sale
  .sale-content
  .countdown__timer
  .countdown__item:nth-child(1)::after {
  content: "Days";
}
.banner-top.style-1
  .banner-top__sale
  .sale-content
  .countdown__timer
  .countdown__item:nth-child(2)::after {
  content: "Hours";
}
.banner-top.style-1
  .banner-top__sale
  .sale-content
  .countdown__timer
  .countdown__item:nth-child(3)::after {
  content: "Mins";
}
.banner-top.style-1
  .banner-top__sale
  .sale-content
  .countdown__timer
  .countdown__item:nth-child(4)::after {
  content: "Secs";
}
.banner-top.style-1 .banner-top__sale .sale-content .token-bar {
  margin-top: 71px;
  padding: 0 38px;
}
.banner-top.style-1 .banner-top__sale .sale-content .token-bar .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
}
.banner-top.style-1 .banner-top__sale .sale-content .token-bar .top h6 {
  font-size: 14px;
  font-weight: 400;
}
.banner-top.style-1 .banner-top__sale .sale-content .token-bar .top h6 span {
  color: var(--primary-color);
  font-weight: 800;
}
.banner-top.style-1
  .banner-top__sale
  .sale-content
  .token-bar
  .main
  .progress-token {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 64px;
  padding: 4px;
}
.banner-top.style-1
  .banner-top__sale
  .sale-content
  .token-bar
  .main
  .progress-token
  p {
  background: linear-gradient(294.72deg, #ff4581 9.05%, #4388dd 79.28%);
  border-radius: 64px;
  max-width: 186px;
  padding: 4px 17px;
  text-align: right;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
}
.banner-top.style-1 .banner-top__sale .sale-content .token-bar .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.banner-top.style-1 .banner-top__sale .sale-content .token-bar .bottom p {
  padding: 0 47px;
  position: relative;
}
.banner-top.style-1
  .banner-top__sale
  .sale-content
  .token-bar
  .bottom
  p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  top: -54px;
  width: 1px;
  height: 48px;
  background: #fff;
}
.banner-top.style-1 .banner-top__sale .sale-content .sale-bottom {
  background: rgba(255, 255, 255, 0.06);
  padding: 21px 0 11px;
  margin-top: 17px;
}
.banner-top.style-1 .banner-top__sale .sale-content .sale-bottom .list-coin {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-top.style-1 .banner-top__sale .sale-content .sale-bottom .list-coin li {
  padding: 0 30px;
}
.banner-top.style-1
  .banner-top__sale
  .sale-content
  .sale-bottom
  .list-coin
  li
  a
  span {
  font-size: 24px;
}
.banner-top.style-1
  .banner-top__sale
  .sale-content
  .sale-bottom
  .list-coin
  li
  a
  svg {
  margin-top: -7px;
}
@-webkit-keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.banner-top.style-1
  .banner-top__sale
  .sale-content
  .sale-bottom
  .list-coin
  li
  a:hover {
  -webkit-animation-name: pulse-grow-on-hover;
  animation-name: pulse-grow-on-hover;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@media only screen and (max-width: 1200px) {
  .banner-top.style-1 .banner-top__sale {
    padding-left: 0;
    margin-top: 100px;
    padding: 0 100px;
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .banner-top.style-1 .banner-top__sale {
    padding: 0;
  }
  .banner-top.style-1 .banner-top__sale img {
    width: 100%;
  }
  .banner-top.style-1
    .banner-top__sale
    .sale-content
    .countdown__timer
    .countdown__item {
    margin: 0 5px;
  }
}

.about.style-1 .about__image img {
  -webkit-background-clip: text; /* Propiedad con prefijo para navegadores WebKit */
  background-clip: text; /* Propiedad estándar para compatibilidad */
}

.list-icon-box {
  margin-top: 41px;
  padding-right: 132px;
  position: relative;
}
.list-icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  left: 24px;
  width: 2px;
  height: 80%;
  border-left: 2px dashed #4388dd;
}

.icon-box {
  display: flex;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.icon-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  background: linear-gradient(294.72deg, #2b0a2d 9.05%, #c624f3 79.28%);
  border-radius: 50%;
  margin-right: 17px;
}
.icon-box .content {
  padding-top: 2px;
}
.icon-box .content p {
  line-height: 1.6;
}

.choose__box {
  margin-top: 35px;
}

.choose__box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.choose__box-icon .icon {
  min-width: 66px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.7s all ease-in-out;
  margin-bottom: 47px;
}
.choose__box-icon .icon span {
  font-size: 26px;
}
.choose__box-icon .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  margin: -12px;
  transition: 0.3s all ease-in-out;
}
.choose__box-icon .content h5 {
  margin-bottom: 18px;
}
.choose__box-icon:hover .icon {
  transform: rotateY(-360deg);
}
.choose__box-icon:hover .icon::before {
  border-color: #4388dd;
}

.road-map.style-2 {
  background-size: cover;
  overflow: hidden;
}
.road-map.style-2 .container-fluid {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .road-map.style-2 {
    padding: 80px 0 150px;
  }
}
.road-map.style-2 .block-text p {
  font-size: 15px;
  color: #f6f6f6;
}
.road-map.style-2 .roadmap__main {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 47px;
  padding-left: 255px;
}
.road-map.style-2 .roadmap__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: 76%;
  width: 100%;
  height: 8px;
  background: linear-gradient(294.72deg, #f3850c 9.05%, #941b1bde 79.28%);
  opacity: 0.1;
}
.road-map.style-2 .roadmap__main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: 77%;
  width: 37%;
  height: 8px;
  border-top: 2px dashed #2ce40c;
}
@media only screen and (max-width: 1900px) {
  .road-map.style-2 .roadmap__main {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1650px) {
  .road-map.style-2 .roadmap__main {
    overflow-x: auto;
  }
}
.road-map.style-2 .box-roadmap {
  min-width: 265px;
  width: 265px;
  display: flex;
  flex-direction: column;
}
.road-map.style-2 .box-roadmap .title {
  position: relative;
}
.road-map.style-2 .box-roadmap .title span {
  color: var(--primary-color);
}
.road-map.style-2 .box-roadmap .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: 27px;
  left: 31px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 16px solid rgba(255, 69, 129, 0.1);
}
.road-map.style-2 .box-roadmap .title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: 35px;
  left: 39px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2ce40c;
}
.road-map.style-2 .box-roadmap:nth-child(1) .title::after {
  background: #2ce40c;
}
.road-map.style-2 .box-roadmap .content {
  margin-left: 63px;
  position: relative;
}
.road-map.style-2 .box-roadmap .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  left: -15px;
  width: 1px;
  height: 100%;
  background: #2ce40c;
  opacity: 0.3;
}
.road-map.style-2 .box-roadmap .content h5 {
  margin-bottom: 8px;
}
.road-map.style-2 .box-roadmap .content .list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 14px;
}
.road-map.style-2 .box-roadmap .content .list li:last-child {
  margin-bottom: 0;
}
.road-map.style-2 .box-roadmap .content .list li span {
  padding-top: 3px;
  font-size: 20px;
}
.road-map.style-2 .box-roadmap .content .list li p {
  margin-bottom: 0;
  margin-left: 8px;
}
.road-map.style-2 .box-roadmap.bottom {
  transform: translateY(184px);
}
.road-map.style-2 .box-roadmap.bottom .content {
  padding-top: 91px;
  margin-left: 63px;
  margin-right: -4px;
}
.road-map.style-2 .box-roadmap.top {
  flex-direction: column-reverse;
  margin-left: -75px;
  margin-right: -36px;
}
.road-map.style-2 .box-roadmap.top .title::before {
  top: -42px;
}
.road-map.style-2 .box-roadmap.top .title::after {
  top: -34px;
}
.road-map.style-2 .box-roadmap.top .content {
  margin-right: -36px;
  padding-bottom: 114px;
}
.road-map.style-2 .box-roadmap.top .content::before {
  height: 90%;
}
.road-map.style-2 .box-roadmap:nth-child(3) {
  margin-left: -10px;
}
.road-map.style-2 .box-roadmap:nth-child(3) .content {
  margin-right: -160px;
}
.road-map.style-2 .box-roadmap:nth-child(4) {
  margin-left: -39px;
}
.road-map.style-2 .box-roadmap:nth-child(4) .content {
  margin-right: -100px;
  padding-bottom: 193px;
}
.road-map.style-2 .box-roadmap:nth-child(5) {
  margin-left: -10px;
}
.road-map.style-2 .box-roadmap:nth-child(5) .content {
  margin-right: -40px;
}
.road-map.style-2 .box-roadmap:nth-child(6) {
  margin-left: -75px;
}
.road-map.style-2 .box-roadmap:nth-child(6) .content {
  margin-right: -100px;
  padding-bottom: 153px;
}
.road-map.style-2 .box-roadmap:nth-child(7) {
  margin-left: -46px;
}
.road-map.style-2 .box-roadmap:nth-child(7) .content {
  margin-right: -40px;
}

.creation__main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 57px;
}
.document.style-1 {
  padding: 59px 0;
}
.document.style-1 .block-text .heading {
  font-family: "Zen Dots";
  font-weight: 400;
}
.document.style-1 .block-text .desc {
  color: rgba(246, 246, 246, 0.8);
}
.document.style-1 .document__main {
  background: url("./../../assets/images/background/bg-document.png") no-repeat;
  background-position: top center;
  padding: 61px 64px;
}
@media only screen and (max-width: 1200px) {
  .document.style-1 .document__main {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .document.style-1 .document__main {
    padding: 61px 15px;
  }
}
.document.style-1 .document__content {
  display: flex;
  margin: 0 -15px;
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  .document.style-1 .document__content {
    flex-wrap: wrap;
  }
}
.document.style-1 .box-document {
  background: url("./../../assets/images/background/bg-document-box.png")
    no-repeat;
  background-position: top center;
  padding: 16px 20px 16px 24px;
  margin: 0 15px;
  width: calc(25% - 30px);
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .document.style-1 .box-document {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .document.style-1 .box-document {
    width: calc(100% - 30px);
  }
}
.documents.style-3 {
  padding: 80px 0;
  margin-top: -100px;
  margin-left: -180px;
}
.documents.style-3 .block-text .heading {
  font-family: "Rowdies";
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 61px;
}
.documents.style-3 .document-box {
  border-radius: 12px;
  padding: 22px 0 20px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.documents.style-3 .document-box .content {
  margin: auto; /* Agregar márgenes automáticos para centrar el contenido */
}
@media only screen and (max-width: 1200px) {
  .documents.style-3 {
    margin-bottom: 0px;
    padding: 0px;
    margin-left: 0px;
    margin-top: 35px;
  }
}
.documents.style-3 .document-box .title {
  margin-bottom: 17px;
}
.documents.style-3 .document-box .download {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 5px 45px;
  transition: 0.3s all ease-in-out;
}

.documents.style-3 .document-box .download:hover {
  background: linear-gradient(153.06deg, #b621fe -0.31%, #1fd1f9 99.69%);
  color: #fff;
}

.list-social {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
}
.list-social li {
  padding: 0 8px;
}
.list-social li a span {
  font-size: 20px;
}
@-webkit-keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.list-social li a:hover {
  -webkit-animation-name: pulse-grow-on-hover;
  animation-name: pulse-grow-on-hover;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.section-team.style-1 .team-box {
  position: relative;
  transition: 0.3s all ease-in-out;
}
.section-team.style-1 .team-box .team-box__image a {
  width: 100%;
  position: relative;
}
.section-team.style-1 .team-box .team-box__image a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 13, 126, 0.41);
  border-radius: 12px;
}
.section-team.style-1 .team-box .team-box__image img {
  height: 420px;
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
}
.section-team.style-1 .team-box .team-box__info {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  margin: 0 auto;
  padding: 17px 0 4px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  text-align: center;
  transition: 0.3s all ease-in-out;
}
.section-team.style-1 .team-box .team-box__info .name {
  margin-bottom: 2px;
}
.section-team.style-1 .team-box .team-box__info p.position {
  font-size: 12px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.section-team.style-1 .team-box .team-box__info .list-social {
  margin-top: -27px;
}
.section-team.style-1 .team-box .team-box__info .list-social li {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  padding: 0 8px;
}
.section-team.style-1 .team-box .team-box__info .list-social li:nth-child(1) {
  transition-delay: 0.2s;
}
.section-team.style-1 .team-box .team-box__info .list-social li:nth-child(2) {
  transition-delay: 0.3s;
}
.section-team.style-1 .team-box .team-box__info .list-social li:nth-child(3) {
  transition-delay: 0.4s;
}
.section-team.style-1 .team-box .team-box__info .list-social li span {
  font-size: 19px;
}
.section-team.style-1 .team-box:hover {
  transform: translateY(-12px);
  box-shadow: 0px 12px 24px #120a47;
}
.section-team.style-1 .team-box:hover .team-box__info {
  padding: 17px 0 8px;
  bottom: 20px;
}
.section-team.style-1 .team-box:hover .team-box__info p.position {
  margin-bottom: 13px;
}
.section-team.style-1 .team-box:hover .team-box__info .list-social {
  display: flex;
  margin-top: 0;
}
.section-team.style-1 .team-box:hover .team-box__info .list-social li {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1200px) {
  .section-team.style-1 .team-box {
    margin-bottom: 30px;
  }
}

.section-faq.style-1 {
  padding: 61px 0;
}
.section-faq.style-1 .section-faq__main {
  max-width: 926px;
  margin: 0 auto;
}
.section-faq.style-1 .section-faq__main .flat-tabs {
  margin-top: 42px;
}
.section-faq.style-1 .section-faq__main .flat-tabs .menu-tab {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 547px;
  margin: 0 auto;
}
.section-faq.style-1 .section-faq__main .flat-tabs .menu-tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.section-faq.style-1 .section-faq__main .flat-tabs .menu-tab li {
  margin-right: 33px;
  color: #fff;
  opacity: 0.2;
  cursor: pointer;
  position: relative;
}
.section-faq.style-1 .section-faq__main .flat-tabs .menu-tab li:last-child {
  margin-right: 0;
}
.section-faq.style-1 .section-faq__main .flat-tabs .menu-tab li.active {
  opacity: 1;
}
.section-faq.style-1 .section-faq__main .flat-tabs .menu-tab li.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--primary-color);
}
.section-faq.style-1 .section-faq__main .flat-tabs .menu-tab li h6 {
  margin-bottom: 10px;
}
.section-faq.style-1 .section-faq__main .flat-tabs .content-tab {
  margin-top: 28px;
}
.section-faq.style-1 .section-faq__main .flat-tabs .content-tab .flat-toggle {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  padding: 27px 25px 20px 38px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  cursor: pointer;
}
.section-faq.style-1
  .section-faq__main
  .flat-tabs
  .content-tab
  .flat-toggle
  .toggle-title {
  text-transform: capitalize;
  margin-bottom: 0;
  position: relative;
}
.section-faq.style-1
  .section-faq__main
  .flat-tabs
  .content-tab
  .flat-toggle
  .toggle-title::after {
  font-family: "icomoon";
  content: "\e900";
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s all ease-in-out;
}
.section-faq.style-1
  .section-faq__main
  .flat-tabs
  .content-tab
  .flat-toggle
  .toggle-content {
  margin-top: 18px;
  font-size: 15px;
  margin-bottom: 0;
  padding-right: 10px;
  display: none;
  color: #ffffff;
}
.section-faq.style-1
  .section-faq__main
  .flat-tabs
  .content-tab
  .flat-toggle.active
  .toggle-title::after {
  color: var(--primary-color);
  transform: rotate(-180deg);
}
.section-faq.style-1
  .section-faq__main
  .flat-tabs
  .content-tab
  .flat-toggle:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-faq.style-1 .section-faq__main {
    padding-right: 0;
  }
  .section-faq.style-1 .section-faq__main .flat-tabs .menu-tab {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-faq.style-1 .section-faq__main .flat-tabs .menu-tab::after {
    display: none;
  }
  .section-faq.style-1 .section-faq__main .flat-tabs .menu-tab li {
    margin-bottom: 20px;
  }
}

.flat-tabs {
  background: rgba(0, 0, 0, 0.486); /* fondo claro translúcido */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* compatibilidad Safari */
  color: #fff;
  border-radius: 16px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

form {
  margin-top: 12px;
  position: relative;
}
form input,
form textarea {
  padding: 9px 18px;
  background: rgba(255, 255, 255, 0.04);
  width: 100%;
  border: 1px solid transparent;
  box-shadow: none;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
form input:focus-visible,
form textarea:focus-visible {
  border: 1px solid var(--primary-color) !important;
  box-shadow: none;
  outline: none;
}
form ::placeholder {
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: -0.4px;
  font-weight: 400;
}
form textarea {
  height: 120px;
  width: 100%;
}
form button.btn-action {
  margin-top: 6px;
  padding: 10px 39px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  form {
    width: 100%;
  }
}

.home-main .animated-progress {
  width: 300px;
  height: 30px;
  border-radius: 5px;
  margin: 20px 10px;
  border: 1px solid #bd7171;
  overflow: hidden;
  position: relative;
}
.home-main .animated-progress span {
  height: 100%;
  display: block;
  width: 0;
  color: #fffbfb;
  line-height: 30px;
  position: absolute;
  text-align: end;
  padding-right: 5px;
}
.home-main .progress-blue span {
  background-color: blue;
}
.home-main .progress-green span {
  background-color: green;
}
.home-main .progress-purple span {
  background-color: indigo;
}
.home-main .progress-red span {
  background-color: red;
}
.home-main .progress {
  display: block;
  background: transparent;
  overflow: unset;
  height: auto;
}
.home-main .progress .title {
  margin-bottom: 8px;
}
.home-main .progress .title p {
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}
.home-main .progress .barline {
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
.home-main .progress .countbar {
  height: 12px;
  border-radius: 20px;
  position: relative;
}
.home-main .progress .countbar.s1 {
  background: #3d88fb;
}
.home-main .progress .countbar.s2 {
  background: #5637c8;
}
.home-main .progress .countbar.s3 {
  background: #00d199;
}
.home-main .progress .countbar.s4 {
  background: #c87b07;
}
.home-main .progress .countbar.s5 {
  background: #a92535;
}
.home-main .progress .countbar.s6 {
  background: #9116cd;
}
.home-main .progress .countbar p {
  position: absolute;
  right: -19px;
  top: -35px;
  font-size: 16px;
  font-weight: 400;
}
.home-main #myChart,
.home-main #myChart2 {
  width: 240px;
}

.pagination li {
  margin: 0 2px;
}
.pagination li a {
  width: 48px;
  height: 48px;
  background: linear-gradient(
    90deg,
    rgba(61, 191, 187, 0.1) 0%,
    rgba(134, 53, 189, 0.1) 100%
  );
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li a:hover {
  color: #fff;
  background: linear-gradient(
    294.72deg,
    rgba(255, 69, 129, 0.5) 9.05%,
    rgba(67, 136, 221, 0.5) 79.28%
  );
}
.pagination li.active a {
  background: linear-gradient(
    294.72deg,
    rgba(255, 69, 129, 0.5) 9.05%,
    rgba(67, 136, 221, 0.5) 79.28%
  );
}

.home-blog .page-title .content {
  padding: 0 400px;
}
@media only screen and (max-width: 1200px) {
  .home-blog .page-title .content {
    padding: 0;
  }
}

.blog-page {
  padding: 80px 0 158px;
}
@media only screen and (max-width: 767px) {
  .blog-page {
    padding: 80px 0;
  }
}
.blog-page .blog-page__main {
  display: flex;
  justify-content: space-between;
}
.blog-page .blog-page__main .main-content {
  width: 75%;
  display: grid;
  grid-template-columns: 391px 300px 300px;
  grid-gap: 30px;
  position: relative;
}
.blog-page .blog-page__main .main-content .blog-box {
  overflow: hidden;
  position: relative;
}
.blog-page .blog-page__main .main-content .blog-box:nth-child(1) {
  grid-row: 1/4;
  height: 662px;
}
.blog-page .blog-page__main .main-content .blog-box:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  height: 334px;
}
.blog-page .blog-page__main .main-content .blog-box:nth-child(4) {
  grid-column-start: 2;
  grid-column-end: 4;
  height: 297px;
  margin-bottom: -30px;
}
.blog-page .blog-page__main .main-content .blog-box:nth-child(5) {
  grid-column-start: 1;
  height: 313px;
}
.blog-page .blog-page__main .main-content .blog-box .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.blog-page .blog-page__main .main-content .blog-box .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(165, 102, 254, 0.2);
}
.blog-page .blog-page__main .main-content .blog-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-page .blog-page__main .main-content .blog-box .content {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    1.63deg,
    rgba(5, 2, 49, 0.89) -1.1%,
    rgba(5, 2, 49, 0.5677) 87.04%,
    rgba(5, 2, 49, 0) 99.58%
  );
  padding: 26px 19px 3px;
}
.blog-page .blog-page__main .main-content .blog-box .content .meta {
  display: flex;
}
.blog-page .blog-page__main .main-content .blog-box .content .meta li {
  padding-right: 17px;
  position: relative;
}
.blog-page
  .blog-page__main
  .main-content
  .blog-box
  .content
  .meta
  li.category
  a {
  color: var(--primary-color);
}
.blog-page .blog-page__main .main-content .blog-box .content .meta li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  left: auto;
  top: 6px;
  right: 8px;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
}
.blog-page
  .blog-page__main
  .main-content
  .blog-box
  .content
  .meta
  li:last-child::after {
  display: none;
}
.blog-page .blog-page__main .main-content .blog-box .content .meta li a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.blog-page .blog-page__main .main-content .blog-box .content .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
  margin-top: 3px;
  margin-bottom: 16px;
}
.blog-page .blog-page__main .main-content .blog-box .content .text {
  margin-bottom: 0;
}
.blog-page .blog-page__main .main-content .blog-box:nth-child(1) .content {
  padding: 36px 22px 18px;
}
.blog-page .blog-page__main .main-content .button-loadmore {
  position: absolute;
  bottom: -79px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.blog-page .blog-page__main .main-content .button-loadmore a {
  font-size: 14px;
  font-weight: 700;
  border-width: 1px;
}
.blog-page .blog-page__main .sidebar {
  padding-left: 59px;
}
.blog-page .blog-page__main .sidebar .widget {
  margin-bottom: 43px;
}
.blog-page .blog-page__main .sidebar .widget-search form {
  margin-top: 0;
  position: relative;
}
.blog-page .blog-page__main .sidebar .widget-search form input {
  background: rgba(19, 49, 107, 0.2);
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 10px 18px;
  margin-bottom: 0;
}
.blog-page .blog-page__main .sidebar .widget-search form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 48px;
  background: linear-gradient(
    294.72deg,
    rgba(255, 69, 129, 0.5) 9.05%,
    rgba(67, 136, 221, 0.5) 79.28%
  );
  border-radius: 0px 4px 4px 0px;
  border: none;
}
.blog-page .blog-page__main .sidebar .widget-category ul {
  margin-top: 22px;
}
.blog-page .blog-page__main .sidebar .widget-category ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2px;
  color: #fff;
}
.blog-page .blog-page__main .sidebar .widget-category ul li input {
  width: 16px;
  height: 16px;
  background: transparent !important;
  border: 1px solid #7a798a;
  border-radius: 2px;
  position: relative;
  margin-right: 8px;
}
.blog-page .blog-page__main .sidebar .widget-category ul li input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 4px;
}
.blog-page .blog-page__main .sidebar .widget-category ul li input:checked {
  color: transparent;
}
.blog-page .blog-page__main .sidebar .widget-tags .widget-title {
  margin-bottom: 22px;
}
.blog-page .blog-page__main .sidebar .widget-tags a {
  padding: 5px 19px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  margin-bottom: 8px;
  margin-right: 5px;
}
@media only screen and (max-width: 1400px) {
  .blog-page .blog-page__main .main-content {
    width: 100%;
    grid-template-columns: auto;
  }
  .blog-page .blog-page__main .sidebar {
    width: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-page .blog-page__main {
    flex-wrap: wrap;
  }
  .blog-page .blog-page__main .sidebar {
    padding-left: 0;
    margin-top: 140px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page .blog-page__main .main-content {
    display: flex;
    flex-direction: column;
  }
  .blog-page .blog-page__main .main-content .blog-box {
    margin-bottom: 0 !important;
  }
}

.featured-blog {
  overflow: hidden;
  padding-bottom: 80px;
}
.featured-blog .block-text {
  display: flex;
  justify-content: space-between;
}
.featured-blog .block-text .pagination-btn {
  position: relative;
  margin-top: 10px;
}
.featured-blog .block-text .pagination-btn .swiper-button-next,
.featured-blog .block-text .pagination-btn .swiper-button-prev {
  width: 48px;
  height: 48px;
}
.featured-blog .block-text .pagination-btn .swiper-button-next::after,
.featured-blog .block-text .pagination-btn .swiper-button-prev::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .featured-blog .block-text .pagination-btn .swiper-button-next,
  .featured-blog .block-text .pagination-btn .swiper-button-prev {
    display: none;
  }
}
.featured-blog .block-text .pagination-btn .swiper-button-prev {
  left: auto;
  right: 51px;
}
.featured-blog .block-text .pagination-btn .swiper-button-next {
  background: linear-gradient(
    294.72deg,
    rgba(255, 69, 129, 0.5) 9.05%,
    rgba(67, 136, 221, 0.5) 79.28%
  );
  border-radius: 2px;
  left: auto;
  right: 0;
}
.featured-blog .featured-blog__main {
  margin-top: 45px;
  position: relative;
}
.featured-blog .featured-blog__main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: -33px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.featured-blog .featured-blog__main .swiper {
  margin-right: -303px;
}
@media only screen and (max-width: 1024px) {
  .featured-blog .featured-blog__main .swiper {
    margin-right: 0;
  }
}
.featured-blog .featured-blog__main .featured-blog-box {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .featured-blog .featured-blog__main .featured-blog-box {
    flex-wrap: wrap;
  }
  .featured-blog .featured-blog__main .featured-blog-box .image {
    margin-bottom: 20px;
  }
}
.featured-blog .featured-blog__main .featured-blog-box .image {
  min-width: 190px;
  width: 190px;
  height: 151px;
  position: relative;
  margin-right: 21px;
}
.featured-blog .featured-blog__main .featured-blog-box .image a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.featured-blog .featured-blog__main .featured-blog-box .image a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(61, 191, 187, 0.2) 0%,
    rgba(134, 53, 189, 0.2) 100%
  );
  border-radius: 2px;
}
.featured-blog .featured-blog__main .featured-blog-box .image img {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-blog .featured-blog__main .featured-blog-box .content {
  padding-right: 40px;
}
.featured-blog .featured-blog__main .featured-blog-box .content .title {
  margin-bottom: 9px;
  line-height: 1.5;
}
.featured-blog .featured-blog__main .featured-blog-box .content p {
  margin-bottom: 0;
}

.about.style-1 {
  padding: 60px 0;
}
.about.style-1 .about__image {
  padding-left: 25px;
}

.about.style-1 .about__content {
  padding-top: 89px;
}
.about.style-1 .about__content .title {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .about.style-1 .list-icon-box {
    padding-right: 0;
  }
}

/* Magnific Popup CSS */
.about__video {
  position: relative;
}
.about__video img {
  border-radius: 20px;
}
@media only screen and (max-width: 1024px) {
  .about__video img {
    width: 100%;
  }
}
.about__video .wrap-video a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  top: 38.5%;
  left: 44%;
  background: rgba(255, 255, 255, 0.4);
  animation: 2s pulse-anim2 infinite;
  transition: 0.3s all ease-in-out;
}
@keyframes pulse-anim2 {
  0% {
    box-shadow: rgba(255, 255, 255, 0.4) 0 0 0 0;
  }
  100% {
    box-shadow: rgba(255, 255, 255, 0.1) 0 0 0 10px;
  }
}
.about__video .wrap-video a span {
  font-size: 45px;
}
.about__video .wrap-video a:hover {
  background: var(--primary-color);
}
.section-icon {
  padding: 59px 0;
}
.section-icon .list-icon {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media only screen and (max-width: 1650px) {
  .section-icon .list-icon {
    justify-content: center;
  }
}
.section-icon .list-icon .icon {
  min-width: 210px;
  width: 210px;
  height: 210px;
  background: #050231;
  border-radius: 16px;
  margin: 0 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section-icon .list-icon .icon span {
  font-size: 50px;
}
.section-icon .list-icon .icon span::before {
  color: #fff;
}
.section-icon .list-icon .icon .name {
  margin-top: 26px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.section-partner.style-1 {
  background: red;
  padding: 38px 0;
}
.section-partner.style-1 .block-text .heading {
  font-family: "Poppins";
  font-size: 40px;
}
.section-partner.style-1 .block-text p {
  margin-top: 15px;
  padding: 0 270px;
}
@media only screen and (max-width: 1200px) {
  .section-partner.style-1 .block-text p {
    padding: 0;
  }
}
.section-partner.style-1 .partner__main {
  background: rgba(46, 114, 210, 0.1);
  border-radius: 10px;
  border: 2px solid red;
  margin: 0 5px;
  padding: 28px 22px 30px;
}
.section-partner.style-1 .partner-content {
  margin-top: 71px;
}
.section-partner.style-1 .partner-content .swiper-partner {
  margin-bottom: 74px;
}
.section-partner.style-1 .partner-content .swiper-partner:last-child {
  margin-bottom: 0;
}

.footer .list-social {
  justify-content: center;
  margin-top: 30px;
}
.footer .list-social li {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  margin-right: 12px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .list-social li a {
  line-height: 1;
}
.footer .list-social li span {
  font-size: 20px;
}
@-webkit-keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.footer .list-social li:hover {
  -webkit-animation-name: pulse-grow-on-hover;
  animation-name: pulse-grow-on-hover;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.footer.style-2 {
  background: url("./../../assets/images/background/bg-roadmap.webp") no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgba(61, 43, 111, 0.2);
}
.footer.style-2 .footer__top {
  padding: 81px 0 60px;
  border-bottom: 1px solid #000;
}
.footer.style-2 .footer__top .content {
  text-align: center;
  padding: 0 360px;
}
@media only screen and (max-width: 1200px) {
  .footer.style-2 .footer__top .content {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer.style-2 .footer__top .content {
    padding: 0;
  }
}
.footer.style-2 .footer__top .content form {
  margin-top: 36px;
  position: relative;
}
.footer.style-2 .footer__top .content form input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  padding: 15px 24px;
}
.footer.style-2 .footer__top .content form button {
  position: absolute;
  top: -1px;
  right: 4px;
  border: none;
  padding: 10px 58px;
}
.footer.style-2 .footer__bottom {
  padding: 11px 0;
}
.footer.style-2 .footer__bottom p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

.dashboard {
  background: #14141f;
}
.dashboard h1,
.dashboard h2,
.dashboard h3,
.dashboard h4,
.dashboard h5,
.dashboard h6,
.dashboard a {
  font-family: "Oswald";
  font-weight: 700;
}
.dashboard p {
  color: #fff;
}
.dashboard .btn {
  position: fixed;
  z-index: 99;
  top: 15px;
  left: 45px;
  height: 45px;
  width: 45px;
  text-align: center;
  background: #1b1b1b;
  border-radius: 3px;
  cursor: pointer;
  transition: left 0.4s ease;
}
@media only screen and (max-width: 1024px) {
  .dashboard .btn {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard .btn {
    left: 15px;
  }
}
.dashboard .btn.click {
  left: 360px;
}
.dashboard .btn.click span:before {
  content: "\f00d";
}
@media only screen and (max-width: 767px) {
  .dashboard .btn.click {
    left: 250px;
  }
}
.dashboard .btn span {
  color: white;
  font-size: 28px;
}
.dashboard .dashboard__sidebar {
  position: fixed;
  z-index: 99;
  width: 352px;
  height: 100%;
  left: -360px;
  background: #14141f;
  box-shadow: 11.811px 11.811px 59.0551px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(11.811px);
  transition: left 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .dashboard .dashboard__sidebar {
    width: 250px;
  }
}
.dashboard .dashboard__sidebar.show {
  left: 0px;
}
.dashboard .dashboard__sidebar .sidebar__logo {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.dashboard .dashboard__sidebar .sidebar__menu {
  height: 60vh;
  width: 100%;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.dashboard .dashboard__sidebar .sidebar__menu li {
  line-height: 60px;
  margin-bottom: 12px;
}
.dashboard .dashboard__sidebar .sidebar__menu li a {
  position: relative;
  color: white;
  padding-left: 37px;
  width: 100%;
  font-family: "Oswald";
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dashboard .dashboard__sidebar .sidebar__menu li a span {
  margin-right: 16px;
  font-size: 22px;
}
.dashboard .dashboard__sidebar .sidebar__menu li a.feat-btn::after {
  color: #fff;
  font-family: "icomoon";
  content: "\e900";
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  right: 16px;
  top: 2px;
  transform: rotate(-90deg);
}
.dashboard .dashboard__sidebar .sidebar__menu li a:hover {
  background: linear-gradient(
    216.56deg,
    rgba(226, 80, 229, 0.1) 5.32%,
    rgba(75, 80, 230, 0.1) 94.32%
  );
}
.dashboard .dashboard__sidebar .sidebar__menu li a:hover span::before {
  color: #c004de;
}
.dashboard .dashboard__sidebar .sidebar__menu li a.active {
  background: linear-gradient(
    216.56deg,
    rgba(226, 80, 229, 0.1) 5.32%,
    rgba(75, 80, 230, 0.1) 94.32%
  );
}
.dashboard .dashboard__sidebar .sidebar__menu li a.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(216.56deg, #e250e5 5.32%, #4b50e6 94.32%);
}
.dashboard .dashboard__sidebar .sidebar__menu li a.active span::before {
  color: #c004de;
}
.dashboard .dashboard__sidebar .sidebar__menu li ul {
  position: static;
  display: none;
  margin-top: 10px;
}
.dashboard .dashboard__sidebar .sidebar__menu li ul.feat-show.show {
  display: block;
}
.dashboard .dashboard__sidebar .sidebar__menu li ul li {
  line-height: 42px;
  border-top: none;
}
.dashboard .dashboard__sidebar .sidebar__menu li ul li a {
  font-size: 17px;
  color: #e6e6e6;
  padding-left: 90px;
  background: transparent !important;
}
.dashboard .dashboard__sidebar .sidebar__menu li ul li a::before {
  display: none;
}
.dashboard .dashboard__sidebar .sidebar__menu li ul li a:hover {
  color: #c004de;
}
.dashboard .dashboard__sidebar .sidebar__menu::-webkit-scrollbar {
  width: 3px;
  background: rgba(255, 255, 255, 0.1);
}
.dashboard .dashboard__sidebar .sidebar__menu::-webkit-scrollbar-thumb {
  background: linear-gradient(216.56deg, #e250e5 5.32%, #4b50e6 94.32%);
}
.dashboard .dashboard__sidebar .bottom {
  background: #14141f;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.dashboard .dashboard__sidebar .bottom .list-social {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.dashboard .dashboard__sidebar .bottom .list-social li {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: linear-gradient(
    216.56deg,
    rgba(226, 80, 229, 0.2) 5.32%,
    rgba(75, 80, 230, 0.2) 94.32%
  );
  border-radius: 8px;
  margin-right: 12px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard .dashboard__sidebar .bottom .list-social li a {
  line-height: 1;
}
.dashboard .dashboard__sidebar .bottom .list-social li span {
  font-size: 20px;
}
@-webkit-keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.dashboard .dashboard__sidebar .bottom .list-social li:hover {
  -webkit-animation-name: pulse-grow-on-hover;
  animation-name: pulse-grow-on-hover;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.dashboard .dashboard__sidebar .bottom p {
  margin-top: 20px;
}
.dashboard .dashboard__content {
  padding: 73px 46px 23px 29px;
  margin-left: 0;
  transition: all 0.4s ease;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .dashboard .dashboard__content {
    padding: 23px 29px;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard .dashboard__content {
    padding: 23px 23px 23px 0;
  }
}
.dashboard .dashboard__content .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  transition: 0.3s all ease-in-out;
}
.dashboard .dashboard__content .dashboard__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  z-index: 97;
  top: 0;
  right: 30px;
  width: 100%;
  height: 100px;
  background: #14141f;
}
.dashboard .dashboard__content .dashboard__header .user {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #c004de;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard .dashboard__content .dashboard__header .user:after,
.dashboard .dashboard__content .dashboard__header .user:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -0.2rem;
  background-color: #c004de;
  margin: auto;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
  animation: pulse-me 3s linear infinite;
}
@keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.dashboard .dashboard__content .dashboard__header .user img {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.dashboard .dashboard__content .dashboard__header a.btn-action-outline {
  margin-left: 22px;
  text-transform: capitalize;
  padding: 11px 24px 7px;
}
.dashboard
  .dashboard__content
  .dashboard__header
  a.btn-action-outline
  span.icon-wallet {
  margin-right: 10px;
}
.dashboard .dashboard__content .dashboard__main {
  margin-top: 61px;
}
.dashboard .dashboard__content .dashboard__main .banner .block-text {
  padding-right: 30px;
}
.dashboard .dashboard__content .dashboard__main .banner .block-text .title {
  font-size: 56px;
  margin-top: 26px;
}
.dashboard .dashboard__content .dashboard__main .banner .block-text .desc {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 26px;
}
.dashboard .dashboard__content .dashboard__main .banner .group-button {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-left: 15px;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .group-button
  .btn-action.style-5 {
  background: linear-gradient(216.56deg, #e250e5 5.32%, #4b50e6 94.32%);
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .dashboard
    .dashboard__content
    .dashboard__main
    .banner
    .group-button
    .btn-action.style-5 {
    margin-bottom: 10px;
  }
}
.dashboard .dashboard__content .dashboard__main .banner .content-list {
  margin-top: 100px;
  display: flex;
}
.dashboard .dashboard__content .dashboard__main .banner .content-list li {
  padding-right: 72px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .content-list
  li:nth-child(2) {
  padding-right: 94px;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .content-list
  li
  .number {
  min-width: 60px;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    216.56deg,
    rgba(226, 80, 229, 0.1) 5.32%,
    rgba(75, 80, 230, 0.1) 94.32%
  );
  backdrop-filter: blur(16px);
  border-radius: 10px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .content-list
  li
  .number
  h3 {
  color: #c004de;
  margin-bottom: 0;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .content-list
  li::after {
  content: "";
  width: 2px;
  height: 60px;
  position: absolute;
  bottom: 2px;
  right: 14%;
  background: linear-gradient(216.56deg, #e250e5 5.32%, #4b50e6 94.32%);
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .content-list
  li:nth-last-child(1) {
  padding-right: 0;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .content-list
  li:nth-last-child(1)::after {
  display: none;
}
.dashboard .dashboard__content .dashboard__main .banner .content-list li span {
  font-size: 48px;
}
.dashboard .dashboard__content .dashboard__main .banner .content-list li h5 {
  margin-bottom: 3px;
}
.dashboard .dashboard__content .dashboard__main .banner .content-list li p {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .dashboard .dashboard__content .dashboard__main .banner .content-list {
    flex-wrap: wrap;
  }
  .dashboard .dashboard__content .dashboard__main .banner .content-list li {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .dashboard
    .dashboard__content
    .dashboard__main
    .banner
    .content-list
    li::after {
    display: none;
  }
}
.dashboard .dashboard__content .dashboard__main .banner .banner-top__sale {
  padding-left: 59px;
  padding-top: 26px;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .banner-top__sale
  .sale-image {
  display: flex;
  flex-wrap: wrap;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .banner-top__sale
  .sale-image
  img {
  border-radius: 20px;
  margin-bottom: 16px;
  width: 33.33%;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .banner-top__sale
  .sale-image
  img:nth-child(1) {
  clip-path: polygon(
    0 0,
    0 0,
    100% 0,
    100% 0,
    92% 100%,
    100% 100%,
    0 100%,
    0% 100%,
    0% 0
  );
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .banner-top__sale
  .sale-image
  img:nth-child(2) {
  clip-path: polygon(
    0 0,
    0 0,
    100% 0,
    100% 0,
    92% 100%,
    100% 100%,
    0 100%,
    0% 100%,
    8% 0
  );
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .banner-top__sale
  .sale-image
  img:nth-child(3) {
  clip-path: polygon(
    0 0,
    0 0,
    100% 0,
    100% 0,
    100% 100%,
    100% 100%,
    0 100%,
    0% 100%,
    8% 0
  );
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .banner-top__sale
  .sale-image
  img:nth-child(4) {
  clip-path: polygon(
    0 0,
    0 0,
    100% 0,
    92% 0,
    100% 100%,
    100% 100%,
    0 100%,
    0% 100%,
    0% 0
  );
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .banner-top__sale
  .sale-image
  img:nth-child(5) {
  clip-path: polygon(
    0 0,
    0 0,
    100% 0,
    92% 0,
    100% 100%,
    100% 100%,
    0 100%,
    8% 100%,
    0% 0
  );
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .banner-top__sale
  .sale-image
  img:nth-child(6) {
  clip-path: polygon(
    0 0,
    0 0,
    100% 0,
    100% 0,
    100% 100%,
    100% 100%,
    0 100%,
    8% 100%,
    0% 0
  );
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .banner-top__sale
  .sale-content {
  margin-top: 7px;
  padding: 24px 0 51px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(
      180deg,
      rgba(75, 20, 192, 0.2) 0%,
      rgba(196, 41, 221, 0.2) 100%
    );
  backdrop-filter: blur(100px);
  border-radius: 20px;
  text-align: center;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .banner-top__sale
  .sale-content
  .countdown__timer {
  margin-top: 18px;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .banner-top__sale
  .sale-content
  .countdown__timer
  .countdown__item {
  font-size: 40px;
  font-family: "Russo One", sans-serif;
  border: 2px solid #c004de;
  border-radius: 16px;
  margin: 0 20px;
  max-width: 80px;
  width: 100%;
  height: 80px;
  position: relative;
  color: #fff;
  display: inline-block;
  padding-top: 5px;
  position: relative;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .banner-top__sale
  .sale-content
  .countdown__timer
  .countdown__item::after {
  position: absolute;
  bottom: -37px;
  left: 0;
  right: 0;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .banner-top__sale
  .sale-content
  .countdown__timer
  .countdown__item:nth-child(1)::after {
  content: "days";
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .banner-top__sale
  .sale-content
  .countdown__timer
  .countdown__item:nth-child(2)::after {
  content: "Hours";
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .banner-top__sale
  .sale-content
  .countdown__timer
  .countdown__item:nth-child(3)::after {
  content: "Minutes";
}
.dashboard
  .dashboard__content
  .dashboard__main
  .banner
  .banner-top__sale
  .sale-content
  .countdown__timer
  .countdown__item:nth-child(4)::after {
  content: "SECONDS";
}
@media only screen and (max-width: 1200px) {
  .dashboard .dashboard__content .dashboard__main .banner .banner-top__sale {
    padding-left: 0;
    margin-top: 50px;
    padding: 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard .dashboard__content .dashboard__main .banner .banner-top__sale {
    padding: 0;
  }
  .dashboard
    .dashboard__content
    .dashboard__main
    .banner
    .banner-top__sale
    img {
    width: 100%;
  }
  .dashboard
    .dashboard__content
    .dashboard__main
    .banner
    .banner-top__sale
    .sale-content
    .countdown__timer
    .countdown__item {
    margin: 0 5px;
    max-width: 70px;
    height: 70px;
  }
}
.dashboard .dashboard__content .dashboard__main .about.style-9 {
  padding: 0;
  padding-top: 27px;
}
.dashboard .dashboard__content .dashboard__main .about.style-9 .about__content {
  padding-top: 51px;
  padding-left: 59px;
  padding-right: 72px;
}
.dashboard .dashboard__content .dashboard__main .road-map.style-8 {
  padding: 26px 0;
}
.dashboard .dashboard__content .dashboard__main .road-map.style-8 .block-text {
  padding-right: 30px;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .road-map.style-8
  .block-text
  .title {
  font-size: 56px;
  padding-right: 260px;
  margin-bottom: 23px;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .road-map.style-8
  .block-text
  p {
  padding: 0;
}
.dashboard .dashboard__content .dashboard__main .road-map.style-8 .group-img {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .road-map.style-8
  .group-img
  img {
  border-radius: 20px;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .road-map.style-8
  .group-img
  img:nth-child(1) {
  clip-path: polygon(
    0 0,
    0 0,
    100% 0,
    100% 0,
    92% 100%,
    100% 100%,
    0 100%,
    0% 100%,
    0% 0
  );
}
.dashboard
  .dashboard__content
  .dashboard__main
  .road-map.style-8
  .group-img
  img:nth-child(2) {
  clip-path: polygon(
    0 0,
    0 0,
    100% 0,
    100% 0,
    92% 100%,
    100% 100%,
    0 100%,
    0% 100%,
    8% 0
  );
}
.dashboard
  .dashboard__content
  .dashboard__main
  .road-map.style-8
  .group-img
  img:nth-child(3) {
  clip-path: polygon(
    0 0,
    0 0,
    100% 0,
    100% 0,
    100% 100%,
    100% 100%,
    0 100%,
    0% 100%,
    8% 0
  );
}
@media only screen and (max-width: 767px) {
  .dashboard .dashboard__content .dashboard__main .road-map.style-8 .group-img {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .dashboard
    .dashboard__content
    .dashboard__main
    .road-map.style-8
    .group-img
    img {
    margin-bottom: 20px;
    clip-path: none !important;
  }
}
.dashboard
  .dashboard__content
  .dashboard__main
  .road-map.style-8
  .road-map__main {
  margin-top: 57px;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .road-map.style-8
  .road-map__main::before {
  border-top: 2px dashed rgba(255, 255, 255, 0.1);
}
.dashboard
  .dashboard__content
  .dashboard__main
  .road-map.style-8
  .road-map__main::after {
  background: #c004de;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .road-map.style-8
  .road-map__main
  .box-roadmap {
  background: transparent;
  border: 1px solid #c004de;
  margin-top: 134px;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .road-map.style-8
  .road-map__main
  .box-roadmap::before {
  background: #c004de;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .road-map.style-8
  .road-map__main
  .box-roadmap::after {
  background-color: #c004de;
  animation: 2s pulse-anim4 infinite;
}
@keyframes pulse-anim4 {
  0% {
    box-shadow: #c004de 0 0 0 0;
  }
  100% {
    box-shadow: rgba(46, 114, 210, 0.2) 0 0 0 10px;
  }
}
.dashboard
  .dashboard__content
  .dashboard__main
  .road-map.style-8
  .road-map__main
  .box-roadmap
  .title {
  font-family: "Inter";
  font-weight: 600;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .road-map.style-8
  .road-map__main
  .box-roadmap
  .time {
  margin-bottom: 7px;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .road-map.style-8
  .road-map__main
  .box-roadmap:hover {
  background: rgba(194, 72, 214, 0.1);
}
.dashboard
  .dashboard__content
  .dashboard__main
  .road-map.style-8
  .road-map__main
  .swiper-slide-active
  .box-roadmap,
.dashboard
  .dashboard__content
  .dashboard__main
  .road-map.style-8
  .road-map__main
  .swiper-slide-next
  .box-roadmap {
  background: rgba(194, 72, 214, 0.1);
}
.dashboard .dashboard__content .dashboard__main .gallery {
  padding-top: 26px;
}
.dashboard .dashboard__content .dashboard__main .gallery .block-text .title {
  font-size: 56px;
  margin-bottom: 22px;
}
.dashboard .dashboard__content .dashboard__main .gallery .button {
  text-align: right;
  margin-right: 19px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .dashboard .dashboard__content .dashboard__main .gallery .button {
    text-align: left;
    margin-top: 30px;
  }
}
.dashboard .dashboard__content .dashboard__main .gallery .gallery__main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 41px;
}
.dashboard .dashboard__content .dashboard__main .gallery .gallery__main a {
  width: 14.28%;
}
.dashboard .dashboard__content .dashboard__main .gallery .gallery__main a img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 16px;
}
.dashboard
  .dashboard__content
  .dashboard__main
  .gallery
  .gallery__main
  a:nth-child(1)
  img {
  clip-path: polygon(
    0 0,
    0 0,
    100% 0,
    100% 0,
    92% 100%,
    100% 100%,
    0 100%,
    0% 100%,
    0% 0
  );
}
.dashboard
  .dashboard__content
  .dashboard__main
  .gallery
  .gallery__main
  a:nth-child(2)
  img,
.dashboard
  .dashboard__content
  .dashboard__main
  .gallery
  .gallery__main
  a:nth-child(3)
  img,
.dashboard
  .dashboard__content
  .dashboard__main
  .gallery
  .gallery__main
  a:nth-child(4)
  img,
.dashboard
  .dashboard__content
  .dashboard__main
  .gallery
  .gallery__main
  a:nth-child(5)
  img,
.dashboard
  .dashboard__content
  .dashboard__main
  .gallery
  .gallery__main
  a:nth-child(6)
  img {
  clip-path: polygon(
    0 0,
    0 0,
    100% 0,
    100% 0,
    92% 100%,
    100% 100%,
    0 100%,
    0% 100%,
    8% 0
  );
}
.dashboard
  .dashboard__content
  .dashboard__main
  .gallery
  .gallery__main
  a:nth-child(7)
  img {
  clip-path: polygon(
    0 0,
    0 0,
    100% 0,
    100% 0,
    100% 100%,
    100% 100%,
    0 100%,
    0% 100%,
    8% 0
  );
}
.dashboard
  .dashboard__content
  .dashboard__main
  .gallery
  .gallery__main
  a:nth-child(8)
  img {
  clip-path: polygon(
    0 0,
    0 0,
    100% 0,
    92% 0,
    100% 100%,
    100% 100%,
    0 100%,
    0% 100%,
    0% 0
  );
}
.dashboard
  .dashboard__content
  .dashboard__main
  .gallery
  .gallery__main
  a:nth-child(9)
  img,
.dashboard
  .dashboard__content
  .dashboard__main
  .gallery
  .gallery__main
  a:nth-child(10)
  img,
.dashboard
  .dashboard__content
  .dashboard__main
  .gallery
  .gallery__main
  a:nth-child(11)
  img,
.dashboard
  .dashboard__content
  .dashboard__main
  .gallery
  .gallery__main
  a:nth-child(12)
  img,
.dashboard
  .dashboard__content
  .dashboard__main
  .gallery
  .gallery__main
  a:nth-child(13)
  img {
  clip-path: polygon(
    0 0,
    0 0,
    100% 0,
    92% 0,
    100% 100%,
    100% 100%,
    0 100%,
    8% 100%,
    0% 0
  );
}
.dashboard
  .dashboard__content
  .dashboard__main
  .gallery
  .gallery__main
  a:nth-child(14)
  img {
  clip-path: polygon(
    0 0,
    0 0,
    100% 0,
    100% 0,
    100% 100%,
    100% 100%,
    0 100%,
    8% 100%,
    0% 0
  );
}
@media only screen and (max-width: 767px) {
  .dashboard .dashboard__content .dashboard__main .gallery .gallery__main a {
    width: 50%;
    padding: 0 10px;
  }
  .dashboard
    .dashboard__content
    .dashboard__main
    .gallery
    .gallery__main
    a
    img {
    clip-path: none !important;
  }
}
.dashboard .dashboard__content .dashboard__main .section-team.style-9 {
  background: transparent;
  padding: 0;
  padding-top: 27px;
  margin-bottom: 0;
}

.dashboard.show .dashboard__content {
  margin-left: 388px;
}
@media only screen and (max-width: 1750px) {
  .dashboard.show .dashboard__content {
    margin-left: 0;
  }
  .dashboard.show .dashboard__content .overlay {
    display: block;
  }
}

.home-main p {
  color: #f6f6f6;
}
.home-main .about {
  padding: 20px 0;
}
.home-main .about .about__image {
  padding-left: 25px;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .home-main .about .about__image img {
    width: 100%;
    margin-left: -15px;
  }
}
.home-main .about .about__content {
  padding-top: 89px;
}

.home-main .documents.style-2 {
  padding: 83px 0 80px;
}

.token-details {
  padding: 80px 0 83px;
  margin-top: -60px;
}
.token-details .token-details__image {
  padding-top: 34px;
  margin-left: -48px;
}
.token-details .token-details__image img {
  animation: move5 3s infinite linear;
}

#token {
  background-image: url("./../../assets/images/background/bg-roadmap.webp");
  background-size: cover; /* Hace que la imagen cubra todo el contenedor */
  background-position: center; /* Centra la imagen */
  background-repeat: no-repeat; /* Evita que se repita */
}

@media only screen and (max-width: 1200px) {
  .token-details .token-details__image img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .list-icon-box.aos-init {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #knows_info {
    display: none !important;
  }
}

.info-list {
  display: flex;
  flex-direction: column;
  background: rgba(30, 27, 70, 0.5);
  padding: 19px;
  max-width: 490px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.info-list li {
  padding: 15px 20px 9px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.5s all ease-in-out;
  border-radius: 10px;
  cursor: pointer;
}

.info-list li p {
  margin-bottom: 0;
  color: #fff;
}
.info-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #information_token:empty {
    display: none;
  }
}

@media (max-width: 768px) {
  #information_token {
    opacity: 1 !important;
    transform: none !important;
  }

  #information_token {
    display: flex;
    justify-content: center; /* centra horizontalmente */
    align-items: center; /* centra verticalmente */
  }

  #information_token .info-list {
    list-style: none; /* opcional: quita los puntos del ul */

    margin: 0; /* elimina margen por defecto */
    text-align: center; /* centra el texto dentro de los li */
  }
}

.section-team {
  padding: 80px 0;
  background: rgba(61, 43, 111, 0.2);
}

.section-faq {
  padding: 80px 0;
}

.documents {
  padding: 80px 0;
}

.title-style {
  padding: 81px 0 52px;
}

.team .title-style {
  padding: 82px 0 117px;
}
.team .title-style h5 {
  font-size: 24px;
}

.page-token .token-details.style-1 {
  padding: 61px 0;
}
.page-token .token-details.style-1 .token-details__image {
  padding-top: 33px;
  margin-left: -48px;
}

.token-details,
.section-faq,
.document {
  background: #130f40;
}

#features1 {
  position: relative;
  background: none; /* usamos el ::before para el fondo */
  z-index: 1;
  padding-top: 50px;
  overflow: hidden; /* evita que se vea el borde del blur */
}

/* 🎨 Fondo con parallax y difuminado */
#features1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./../../assets/images/background/background2.webp") no-repeat
    center center fixed; /* mantiene el efecto parallax */
  background-size: cover;
  filter: blur(6px); /* controla la intensidad del difuminado */
  transform: scale(1.1); /* evita bordes duros tras el blur */
  z-index: -1;
}

/* 🌙 Capa opcional para contraste (oscurece el fondo levemente) */
#features1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); /* ajusta la opacidad según tu diseño */
  z-index: -1;
}

@media (max-width: 768px) {
  #features1 {
    padding-top: 0;
  }
  #features1::before {
    background-attachment: scroll; /* evita saltos en móvil */
  }
}

.home-main .section-faq.style-1 {
  padding: 79px 0;
  background: transparent;
}
.home-main .section-faq.style-1 .block-text p {
  color: #f6f6f6;
}
.home-main .token-details.style-1 {
  background: transparent;
}

.page-404 {
  width: 100%;
  height: 1080px;
  background: url("./../../assets/images/background/bg-404.webp") no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-404 .main-404 {
  text-align: center;
  margin-top: 5px;
  position: relative;
}
.page-404 .main-404 img {
  position: absolute;
  top: -67px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .page-404 .main-404 img {
    width: 100%;
  }
}
.page-404 .main-404 .title {
  text-transform: none;
  font-size: 48px;
  letter-spacing: 0.5px;
}
.page-404 .main-404 p {
  padding: 0 510px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1200px) {
  .page-404 .main-404 p {
    padding: 0;
  }
}
.page-404 .main-404 a {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 8px;
}

/*loader*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: red;
}

.text-load {
  position: absolute;
  top: 72%;
  left: -80px;
  right: 0;
  margin: 0 auto;
  color: #000 !important;
  font-weight: 700;
  font-size: 16px;
  background: linear-gradient(294.72deg, red 9.05%, #4388dd 79.28%);
  -webkit-text-fill-color: transparent;
}

.loader {
  width: 80px;
  height: 67px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.loader .square {
  background: var(--primary-color);
  width: 50px;
  height: 50px;
  margin-top: -300px;
  margin: 0 auto;
  border-radius: 4px;
  animation-fill-mode: both;
  animation: motion 2.5s infinite cubic-bezier(0.89, 0.03, 0.06, 1.5);
}

.loader .path {
  height: 10px;
  width: 110px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}

@keyframes motion {
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes dynamic {
  0% {
    transform: translateX(-40px);
  }
  25% {
    transform: translateX(-80px);
  }
  50% {
    transform: translateX(-120px);
  }
  75% {
    transform: translateX(-160px);
  }
  100% {
    transform: translateX(-200px);
  }
}

#itemdisabled {
  pointer-events: none;
  margin-top: 15px;
  color: #78744c; /* Cambiar el color del texto a verde */
  font-size: 60%;
}
#blogitemdisabled {
  opacity: 0.3;
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  .itemdisabled {
    margin-top: -40px;
  }
}

.page-title .content {
  position: relative;
  z-index: 1;
  padding: 0 270px;
}
.page-title .content .desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  margin-top: 23px;
}

@media only screen and (max-width: 1024px) {
  .page-title .content {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title .content {
    padding: 0;
  }
}

/* Centrar el carrusel */
.contenedor-padre {
  text-align: center; /* Centrar contenido horizontalmente */
}

.carousel {
  width: 80%; /* Ajusta el ancho según sea necesario */
  margin: auto; /* Opcional: para centrar el carrusel */
  /* Opcional: puedes añadir otros estilos, como margen, bordes, etc. */
}

@media only screen and (max-width: 767px) {
  .banner-top.style-1 .banner-top__content .button {
    font-size: 19vw; /* Utilizando em para ajustar el tamaño del texto al tamaño del contenedor padre */
    margin-top: 45px;
  }
}

#buttonbuyyears {
  display: flex; /* Usa flexbox */
  justify-content: space-around; /* Distribuye los elementos a lo largo del contenedor */
  align-items: center; /* Centra verticalmente los elementos */
  width: 300px; /* Solo como ejemplo, ajusta el ancho según sea necesario */
  /* Otros estilos para el botón */
}

.button_buy {
  display: ruby-text;
  margin-top: 30px;
}

#photo_years {
  width: 70%;
  height: 70%;
  transform: translateY(55px);
}

#fotoroadmap {
  margin-left: 40px;
  margin-top: 50px;
}

.section-team {
  background: #071a1a;
}

#site-logo {
  margin-left: 60px;
  margin-top: 10px;
}

#roadmaptitle {
  font-family: "BRELLOS-Regular", sans-serif;
  font-size: 520%;
}

#phases {
  color: green;
}

#titleroadmap {
  font-family: "BRELLOS-Regular", sans-serif;
  font-size: 520%;
  margin-top: 200px;
}

#titleico {
  margin-top: 150px;
}

#titulobueno {
  font-family: "BRELLOS-Regular", sans-serif;
  margin-left: -10px;
  font-size: 760%; /* Utilizando vw para adaptarse al ancho de la pantalla */
  background: linear-gradient(
    to right,
    red,
    #ff5500,
    red,
    #ff5500,
    orange,
    #ffee00,
    lime,
    rgb(15, 236, 15),
    #00ffaa,
    cyan,
    #0099ff,
    blue,
    rgb(3, 1, 139),
    rgb(37, 6, 87)
  );
  -webkit-background-clip: text; /* Esto es para aplicar el degradado dentro del texto en navegadores webkit (Chrome, Safari) */
  color: #ee0fee00;
}

#titleletter,
.progresstext,
.questionid,
#titleico,
.tokenomics2,
#partnersletter,
.questions {
  font-family: "BRELLOS-Regular", sans-serif;
  font-size: 255%;
}

#titleletter {
  font-family: "BRELLOS-Regular", sans-serif;
  font-size: 485%;
  background: linear-gradient(
    to right,
    violet,
    indigo,
    blue,
    green,
    yellow,
    orange,
    red
  );
  -webkit-background-clip: text; /* Esto es para aplicar el degradado dentro del texto en navegadores webkit (Chrome, Safari) */
  color: #379c05cc; /* Oculta el color del texto para que se muestre el degradado de fondo */
  text-align: center;
  border: 5px;
}

#titleico {
  font-family: "BRELLOS-Regular", sans-serif;
  font-size: 585%;
  background: linear-gradient(
    to right,
    violet,
    indigo,
    blue,
    green,
    yellow,
    orange,
    red
  );
  -webkit-background-clip: text; /* Esto es para aplicar el degradado dentro del texto en navegadores webkit (Chrome, Safari) */
  color: #9d1dc8; /* Oculta el color del texto para que se muestre el degradado de fondo */
  text-align: center;
}

.tokenomics_text {
  font-family: "BRELLOS-Regular", sans-serif;
  font-size: 225%;
  background: linear-gradient(
    to right,
    violet,
    indigo,
    blue,
    green,
    yellow,
    orange,
    red
  );
  -webkit-background-clip: text; /* Esto es para aplicar el degradado dentro del texto en navegadores webkit (Chrome, Safari) */
  color: #ff7000fa;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .tokenomics_text {
    font-size: 150%;
  }
}

@media only screen and (max-width: 767px) {
  #titleico,
  .questionid,
  #titleletter {
    font-size: 350%;
    margin-top: 20px;
  }
}

#titleico {
  margin-top: -20px;
}

@media only screen and (max-width: 767px) {
  #titulobueno {
    font-size: 450%; /* Utilizando vw para adaptarse al ancho de la pantalla */
    margin-top: 45px;
  }
}

#roadmaptext {
  font-size: 550%;
  color: whitesmoke;
  background: linear-gradient(
    to right,
    violet,
    indigo,
    blue,
    green,
    yellow,
    orange,
    red
  );
  -webkit-background-clip: text; /* Esto es para aplicar el degradado dentro del texto en navegadores webkit (Chrome, Safari) */
  color: #e1147dde; /* Oculta el color del texto para que se muestre el degradado de fondo */
  font-family: "BRELLOS-Regular", sans-serif;
}

.questionid {
  font-size: 455%;
  color: whitesmoke;
  background: linear-gradient(
    to right,
    violet,
    indigo,
    blue,
    green,
    yellow,
    orange,
    red
  );
  -webkit-background-clip: text; /* Esto es para aplicar el degradado dentro del texto en navegadores webkit (Chrome, Safari) */
  color: #ede5e5fc; /* Oculta el color del texto para que se muestre el degradado de fondo */
}

#partnersletter {
  font-size: 455%;
  color: whitesmoke;
  background: linear-gradient(
    to right,
    violet,
    indigo,
    blue,
    green,
    yellow,
    orange,
    red
  );
  -webkit-background-clip: text; /* Esto es para aplicar el degradado dentro del texto en navegadores webkit (Chrome, Safari) */
  color: #ccbf0dfc; /* Oculta el color del texto para que se muestre el degradado de fondo */
}

.questions {
  font-size: 255%;
  color: whitesmoke;
  background: linear-gradient(
    to right,
    violet,
    indigo,
    blue,
    green,
    yellow,
    orange,
    red
  );
  -webkit-background-clip: text; /* Esto es para aplicar el degradado dentro del texto en navegadores webkit (Chrome, Safari) */
  color: #fffffffc; /* Oculta el color del texto para que se muestre el degradado de fondo */
}

#prueba1 {
  margin-top: 225px;
}

#prueba2 {
  margin-top: 200px;
}

#prueba3 {
  margin-top: 225px;
}

#prueba4 {
  margin-top: 145px;
}

#prueba5 {
  margin-top: 225px;
}

.road-map.style-2 .box-roadmap .content::before {
  margin-top: 45px;
}

.road-map.style-2 .box-roadmap.top .content::before {
  height: 90%;
  margin-top: 10px;
}

.info-list {
  background: #0f0d0d;
}

.info-list li:hover {
  background: linear-gradient(#065409, #082b48 79.28%);
}

.img-small {
  max-width: 75%;
  height: auto;
  animation: move5 3s infinite linear;
  transform: translateY(150px); /* Desplaza la imagen 20px hacia abajo */
}

@media only screen and (max-width: 767px) {
  .img-small {
    margin-left: 12%;
  }
}

#photologo {
  animation: move5 3s infinite linear;
  width: 220px;
  position: relative;
}

#photologo1 {
  animation: floatY 3s ease-in-out infinite;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  } /* Sube un poquito */
  100% {
    transform: translateY(0);
  }
}

@media only screen and (max-width: 768px) {
  .button_buy {
    display: flex; /* Mostrar el contenedor del botón */
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
    margin-top: 100px; /* Ajustar el margen superior si es necesario */
    text-align: center; /* Alinear el contenido del botón al centro */
  }
}

/* Estilos para dispositivos de escritorio */
@media only screen and (min-width: 769px) {
  .button_buy {
    display: none; /* Ocultar el contenedor del botón en dispositivos de escritorio */
  }
}

#progressburn {
  margin-top: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000; /* visible por defecto (pantallas grandes) */
}

/* 📱 En dispositivos móviles */
@media (max-width: 768px) {
  #progressburn {
    border-top: none; /* oculta la línea superior en móviles */
  }
}

.progress-bar-container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  overflow: hidden;
  font-family: "Arial", sans-serif;
}

.progress-bar {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 255, 0, 0.4); /* Verde */
}

.filler {
  background: linear-gradient(
    45deg,
    #003300,
    #00cc00,
    #003300
  ); /* Verde oscuro, Verde claro, Verde oscuro */
  height: 100%;
  border-radius: 30px;
  transition: width 2s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 255, 0, 0.5), 0 0 20px rgba(0, 255, 0, 0.4); /* Verde */
  position: relative;
  overflow: hidden;
}

.filler::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(0, 255, 0, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 255, 0, 0.2) 50%,
    rgba(0, 255, 0, 0.2) 75%,
    transparent 75%,
    transparent 100%
  ); /* Verde con transparencia */
  background-size: 40px 40px;
  animation: stripes 1s linear infinite;
}

.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.2) 50%,
      transparent 100%
    ),
    url("https://www.transparenttextures.com/patterns/black-thread-light.png");
  background-blend-mode: multiply;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}

.overlay::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 4px solid #8b4513; /* Marrón oscuro */
  pointer-events: none;
  border-radius: 34px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.9), 0 0 20px rgba(139, 69, 19, 0.6); /* Negro, Marrón oscuro */
  z-index: 2;
}

.progress-bar::after {
  /*content: "Tokens Burned";*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff; /* Blanco */
  text-shadow: 2px 2px 4px #000; /* Negro */
  font-weight: bold;
  z-index: 3;
  pointer-events: none;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.8;
}

.glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 120%;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 255, 0, 0.3) 0%,
    rgba(0, 255, 0, 0) 70%
  ); /* Verde con transparencia */
  opacity: 0;
  pointer-events: none;
  z-index: 4;
}

.progress-bar-container:hover .glow {
  opacity: 1;
  animation: pulse 1.5s infinite;
}

@keyframes stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}

.progressburnline {
  text-align: center;
  font-size: 300px;
}

/* Estilos base */
.progresstext {
  text-align: center;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(
    to right,
    violet,
    indigo,
    blue,
    green,
    yellow,
    orange,
    red
  );
  -webkit-background-clip: text; /* Esto es para aplicar el degradado dentro del texto en navegadores webkit (Chrome, Safari) */
  color: #e3721ad6; /* Oculta el color del texto para que se muestre el degradado de fondo */
  font-size: 3vw;
}

.progresstext {
  font-weight: bold;
  text-align: center;

  color: #fff; /* color del texto */
}

.fire-icon {
  color: #ff0000;
  margin: 0 1px; /* espacio entre el texto y los íconos */
}

.fire-icon {
  color: #ff0000;
  margin: 0 6px;
  filter: drop-shadow(0 0 2px #ff4500);
}

.progresstext2 {
  margin-top: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.5vw;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progresstext3 {
  font-family: "Poppins", sans-serif;
  color: whitesmoke;
  font-size: 3vw;
}

.progresstext4 {
  margin-top: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.5vw;
}

.progresstext5 {
  margin-top: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 2.5vw;
  color: red;
}

/*
.progresstext6 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 100%;
}
  */

/* Media queries para dispositivos móviles */
@media only screen and (max-width: 600px) {
  .progresstext {
    font-size: 5vw; /* Ajusta el tamaño del texto para dispositivos móviles */
  }

  .progresstext2 {
    font-size: 3.5vw; /* Ajusta el tamaño del texto para dispositivos móviles */
  }

  .progresstext3 {
    font-size: 7vw; /* Ajusta el tamaño del texto para dispositivos móviles */
  }

  .progresstext4 {
    font-size: 4vw; /* Ajusta el tamaño del texto para dispositivos móviles */
  }

  .progresstext5 {
    font-size: 8vw; /* Ajusta el tamaño del texto para dispositivos móviles */
  }
}

.progress-bar {
  background-color: #ff000000;
}

.flags2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../../assets/images/background/flags2.webp") center top
    no-repeat;
  z-index: 0; /* detrás del contenido */
  opacity: 0.9; /* opcional, por si quieres difuminarla un poco */
}

.partners-content {
  position: relative;
  z-index: 1; /* se asegura que quede por encima de la bandera */
}
.section-partnersextern {
  position: relative;
  padding: 300px 0 100px;
  overflow: hidden; /* evita que la bandera sobresalga */
}

#partners {
  background: url("./../../assets/images/background/background5.webp");
}

@media only screen and (max-width: 600px) {
  #token {
    margin-top: -60px;
  }
}

/* Roadmap Infographic Styles */
#roadmap {
  background: url("./../../assets/images/background/bg-roadmap.webp");
}

#infographic .circle {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 7px double;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 40px;
  position: absolute;
  left: 50%;
  margin: 40px 0;
}
#infographic section:nth-child(odd) .circle {
  transform: translateX(-100%);
}

#infographic article {
  max-width: 410px;
  margin-bottom: 20px;
  cursor: pointer;
  left: 50%;
  position: relative;
}
#infographic article header {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#infographic article header i {
  display: flex;
  font-size: 2em;
  border-radius: 50%;
  background-clip: padding-box;
  padding: 14px;
  transition: transform 0.4s;
  color: #fff;
  border: 16px solid var(--bs-dark);
  margin: -16px 0 -16px -20px;
}
#infographic article:hover header i {
  transform: scale(1.2);
}
#infographic article.active header i {
  transform: none;
}

#infographic article .body {
  background: var(--bgColor);
  padding: 0 20px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  max-height: 0;
  transition: max-height 0.5s, padding 0.5s;
  overflow: hidden;
}
#infographic article .body .btn {
  padding: 3px 10px;
  text-transform: uppercase;
}
#infographic :nth-child(even) article {
  text-align: right;
  transform: translateX(-100%);
}
#infographic :nth-child(even) article header {
  flex-flow: row-reverse;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#infographic :nth-child(even) article header i {
  margin: -16px -20px -16px 0;
}

#infographic section:nth-child(odd) article.active header {
  border-bottom-right-radius: 0;
}
#infographic section:nth-child(even) article.active header {
  border-bottom-left-radius: 0;
}

#infographic article.active .body {
  padding: 20px;
  max-height: 300px;
  border: 1px solid;
}

/* 
  Articles Positioning
  Uncomment these for debugging article positions
*/
/*#infographic .circle {
  outline: 96px solid yellow;
}
#infographic article header i {
  opacity: 0.5;
  position: relative;
}
#infographic article header i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  transform: translate(-2px, -2px);
  background: blue;
}*/

#infographic article[data-step="1"] {
  margin-left: 6px;
}
#infographic article[data-step="2"] {
  margin-left: 54px;
}
#infographic article[data-step="3"] {
  margin-left: 71px;
}
#infographic article[data-step="4"] {
  margin-left: 61px;
}
#infographic article[data-step="5"] {
  margin-left: 22px;
}
#infographic article[data-step="6"] {
  margin-left: -5px;
}
#infographic article[data-step="7"] {
  margin-left: -54px;
}
#infographic article[data-step="8"] {
  margin-left: -70px;
}
#infographic article[data-step="9"] {
  margin-left: -60px;
}
#infographic article[data-step="10"] {
  margin-left: -21px;
}
#infographic article[data-step="11"] {
  margin-left: 7px;
}
#infographic article[data-step="12"] {
  margin-left: 55px;
}
#infographic article[data-step="13"] {
  margin-left: 73px;
}
#infographic article[data-step="14"] {
  margin-left: 62px;
}
#infographic article[data-step="15"] {
  margin-left: 23px;
}
#infographic article[data-step="16"] {
  margin-left: -102px;
}

#questions {
  margin-top: -50px;
}

@media (max-width: 768px) {
  /* Oculta la sección de roadmap en dispositivos móviles con un ancho de pantalla de 768px o menos */
  .road-map {
    display: none;
  }
}

/*<!--iconos -->*/
.social {
  display: flex;
  flex-direction: column; /* Cambia la dirección del flex a columna */
  margin-top: 90px;
  align-items: flex-end; /* Alinea los elementos al final del contenedor */
  position: fixed; /* Fija el contenedor en la posición deseada */
  top: 0; /* Coloca el contenedor en la parte superior de la ventana */
  right: 20px; /* Ajusta el margen derecho según sea necesario */
  z-index: 999; /* Asegura que el contenedor esté por encima de otros elementos */
}

.social-btn {
  margin-bottom: 00px; /* Agrega un margen entre los botones */
  margin-left: 20px; /* Agrega un margen izquierdo para separar los botones */
}

.social-btn img {
  width: 26px;
  height: 26px;
}

.social-btn.color-telegram2 {
  margin-top: 25px;
}

@media (max-width: 768px) {
  /* Aplica un margen superior de -100px a la sección FAQ en dispositivos móviles */
  #social-btn {
    margin-top: 35px;
  }
}

.button-container {
  text-align: center; /* Asegura que el botón se centre horizontalmente */
}

#botoncito {
  width: 30%;
  background: linear-gradient(294.72deg, #30b555 9.05%, #0f9458 79.28%);
  font-family: "Poppins", sans-serif;
  padding: 10px 20px; /* Agrega un relleno adicional alrededor del texto */
  font-size: 1em; /* Tamaño de texto relativo al tamaño del botón */
}

#correoelec {
  color: red;
}

#botoncompraryears {
  background: linear-gradient(294.72deg, #004a00 9.05%, #287b2e 79.28%);
}

/* Oculta el desplazamiento horizontal en dispositivos con un ancho máximo de 768px (típicamente dispositivos móviles) */
@media only screen and (max-width: 768px) {
  body,
  html {
    overflow-x: hidden; /* Oculta el desplazamiento horizontal en dispositivos móviles */
  }
}

#buynow {
  display: flex; /* Usa flexbox */
  width: 250px;
  /* Otros estilos para el botón */
}

/* Estilos para dispositivos móviles con un ancho máximo de 768px */
@media only screen and (max-width: 768px) {
  #buynow {
    width: calc(
      70% - 10px
    ); /* Tamaño más pequeño para dispositivos móviles (un 40% más pequeño) */
    /* Otros estilos para hacer el botón más pequeño en dispositivos móviles */
  }
}

@media only screen and (max-width: 767px) {
  .mouse-cursor.cursor-inner,
  .mouse-cursor.cursor-outer {
    display: none;
  }
}

.backgroundbannertop {
  height: 23px;
  width: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  margin-top: 27px;
  background-color: rgb(64, 7, 7);
  background-image: linear-gradient(
    to right,
    transparent 0%,
    rgb(135 8 150) 80%,
    rgb(54 15 15) 100%
  ); /* filter: blur(10px); */
  /* -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%); */
  mask-image: linear-gradient(
    to right,
    transparent 2%,
    black 15%,
    black 85%,
    transparent 98%
  );
}
/*
.color50 {
	color:#b26f0a;
}*/

.backgroundbannertop p {
  color: #969595;
  text-align: center;
  line-height: 20px; /* Ajusta esto para centrar verticalmente el texto */
  margin: 0;
  position: relative;
  z-index: 1; /* Asegura que el texto esté por encima del fondo difuminado */
}

.text-animation {
  white-space: nowrap; /* Evita que el texto se divida en varias líneas */
  position: absolute;
  animation: slide-left 25s linear infinite, linear infinite; /* 35s es la duración de cada animación */
  font-family: "Poppins";
}

@keyframes slide-left {
  0% {
    transform: translateX(100vw); /* Comienza desde la derecha */
  }
  100% {
    transform: translateX(-100%); /* Termina en la izquierda */
  }
}

#titlemedium {
  color: #34a746;
  text-align: center;
}

/*tokenomics*/

.value {
  align-content: center;
  font-family: "Poppins";
  font-size: 3.2em;
}

.graphic {
  padding-left: 30px;
}

@keyframes expand {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  @keyframes expand {
    from {
      width: 0%;
    }
    to {
      width: calc(100% - 75px);
    }
  }
}
.chart {
  overflow: hidden;
  width: 0%;
  animation: expand 1.5s ease forwards;
}

.block {
  width: 100px; /* Anchura deseada */
  margin: 0 auto; /* Centra horizontalmente el elemento */
  display: flex;
  justify-content: center; /* Centra verticalmente */
  height: 191px;
  color: #fff;
  font-size: 0.9em;
  background-color: #5d0865;
  overflow: hidden;
  opacity: 1;
  transition: opacity, 0.3s ease;
  cursor: pointer;
  background-image: url("../../assets/images/layout/flor.webp");
  border-radius: 5px;
  border: 3px solid #4c2882;
}

.x-axis {
  width: 100%; /* Asegura que el contenedor ocupe todo el ancho disponible */
  text-align: center; /* Centra horizontalmente los elementos hijos */
  margin-bottom: 150px;
}

@media (max-width: 768px) {
  .x-axis {
    margin-bottom: 40px;
  }
}

.block:hover {
  opacity: 0.65;
}

.legend {
  font-size: 0.8em;
  padding: 0;
  color: #919191;
  display: inline-block; /* Hace que la lista ocupe solo el ancho que necesita */
  margin: 0 auto; /* Centra horizontalmente */
}

.legend li:before {
  content: "";
  margin-right: 0.5em;
  display: inline-block;
  width: 8px;
  height: 8px;
  text-align: center;
  background-color: #610161;
}

#photo_skulls {
  margin-top: -120px;
  height: 20%;
  width: 20%;
  z-index: -1; /* Coloca la imagen detrás del iframe */
  animation: move7 3s infinite linear;
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  #photo_skulls {
    margin-top: -40px;
    height: 80%;
    width: 80%;
    margin-left: -10px;
  }
}
/*
#skullmoving {
  text-align: center;
}

#skullmoving img {
  display: inline-block;
  margin-top: 80px;
  /* Agregar cualquier estilo adicional según sea necesario */
.tokenomics2 {
  position: relative;
  background: none; /* el fondo se maneja con el pseudo-elemento */
  overflow: hidden; /* recorta el blur correctamente */
  z-index: 1;
}

/* 🎨 Fondo con efecto parallax y difuminado */
.tokenomics2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./../../assets/images/background/background5.webp") no-repeat
    center center fixed; /* efecto parallax */
  background-size: cover;
  filter: blur(8px); /* intensidad del difuminado */
  transform: scale(1.1); /* evita bordes duros tras el blur */
  z-index: -1;
}

/* 🌙 Capa opcional de contraste (oscurece ligeramente el fondo) */
.tokenomics2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* ajusta opacidad según necesidad */
  z-index: -1;
}

/* 📱 Optimización para móviles (parallax no soportado) */
@media (max-width: 768px) {
  .tokenomics2::before {
    background-attachment: scroll; /* evita saltos en scroll móvil */
  }
}

.tokenomics_description {
  margin-top: 40px;
  font-size: 80%;
  text-align: center;
  font-size: 15px;
}

#whitepaperhere {
  margin-top: 50px;
}

.coloredyears {
  color: #ed17c0;
}

.video {
  text-align: center; /* Centra horizontalmente el contenido dentro de la sección */
  margin-bottom: 100px;
  margin-top: 50px;
}

.video .container {
  display: inline-block; /* Hace que el contenedor se ajuste al contenido */
}

.videohere {
  max-width: 75%; /* Asegura que el video no sea más ancho que su contenedor */
  max-height: 100%; /* Asegura que el video no sea más alto que su contenedor */
  margin: 0 auto; /* Centra el video horizontalmente */
  display: block; /* Hace que el video sea un bloque */
}

@media (max-width: 768px) {
  .videohere {
    max-width: 90%;
  }
}

.sale-content {
  display: flex;
  align-items: center;
}

#photohouse img {
  width: 35%;
  height: 100%;
  display: block;
  margin-left: auto;
  position: relative;
  top: 40px; /* Baja solo la imagen sin mover nada más */
  /* puedes usar margin-left: auto para centrar o alinear a la derecha */
}

@media (max-width: 1200px) {
  #photohouse {
    margin-top: 30px;
  }

  #photohouse img {
    width: 60%;
    display: block;
    margin: auto; /* centrado y margen arriba/abajo */
    height: auto;
    position: relative; /* necesario para que top funcione */
    top: 35px; /* mueve hacia abajo */
  }
}

#photologo2 {
  margin-left: -20px;
}

@media (max-width: 760px) {
  .desc {
    margin-left: 15px;
    margin-right: 15px;
  }
}

[_nghost-ng-c1475191032] .header-pair__first-part .pair-info {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0rem 0.5rem;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}

#dextools-widget {
  border-radius: 20px;
  box-shadow: 0 0 16px 4px green;
}

@media screen and (max-width: 768px) {
  #dextools-widget {
    width: 100%;
    height: 500px;
  }
}

iframe {
  border: 5px solid #000; /* Quita el borde por defecto */
  border-radius: 20px; /* Bordes redondeados */
  box-shadow: 0px 0px 20px rgba(0, 255, 0, 0.8); /* Sombra de color verde fosforescente */
  margin-bottom: 20px; /* Espacio entre los iframes */
  display: block; /* Para que los iframes se muestren en una línea */
}

#sub-frame-error {
  background-color: #000;
}

.centrado {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh; /* Ajusta la altura según tu necesidad */
  background-image: url("./../../assets/images/background/flags1.webp");
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.centrado img {
  max-width: 100%; /* Para asegurarse de que la imagen no sea más grande que su contenedor */
  max-height: 100%; /* Para asegurarse de que la imagen no sea más grande que su contenedor */
}

#email {
  width: 70%; /* o el porcentaje que prefieras */
  height: 20px;
  max-width: 400px; /* límite máximo opcional */
  margin: 0 auto; /* centrado horizontal */
  display: block; /* necesario para que el margin funcione */
  margin-bottom: 10px;
}

#submit {
  width: 30%;
  height: 40px;
  background: green;
  /* border: 5px solid black; */
  font-size: 14px;
  font-family: Arial, sans-serif;
  padding: 5px 0;
  box-sizing: border-box;
  line-height: 20px;
}

.text_bottom_foot {
  margin-bottom: 90px;
  margin-top: -10px;
  font-size: 10px;
}

#burned_explain {
  font-size: 14px;
  color: #9e9e9e; /* gris clarito */
  margin-top: 4px; /* pequeño espacio arriba */
  line-height: 1.4; /* buena legibilidad */
}

/*# sourceMappingURL=app.css.map */
