body {
    background: left top / contain no-repeat url(/assets/media/img/hero-gradient-bg-img.png), 100% 100px / auto 120vh no-repeat url(/assets/media/img/hero-gradient-bg-sphere-blur-img.png);
    background-color: var(--color-bg);
}
.nav-item {
    font-weight: 500;
}
.nav-item:hover, .btn.color-white:hover, .nav-item.is-active {
    color: var(--color-dop) !important;
    transition: color .3s !important;
}
.section.header .section-inner {
    position: relative;
}
.section.header .section-inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 100px;
    right: 100px;
    height: 1px;
    background-color: #fff;
    transition: all .3s;
}
.section.header.scroll .section-inner {
    background-color: #00000094;
    backdrop-filter: blur(6px);
    transition: all .3s;
}
.section.header.scroll .section-inner::after {
    left: 0px;
    right: 0px;
}
.section .section-inner {
    background-color: transparent;
}
h1 {
    font-size: 156px;
    display: flex;
    flex-wrap: nowrap;
}
h1 > span, .heading-with--accent > span {
    background: center / cover no-repeat url(/assets/media/img/ai-gradient-bg-img.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-border--accent {
    position: relative;
    height: fit-content;
    width: fit-content;
    max-height: 100%;
    padding: 3px;
    border-radius: 10px;
    overflow: hidden;
}

.section-hero .section-inner {
    padding-bottom: 156px;
    /* background: 100% 100px / auto 100% no-repeat url(/assets/media/img/hero-gradient-bg-sphere-blur-img.png); */
}
.section-hero .section-inner .btn-border--accent {
    margin-top: 40px !important;
}
.section-hero .section-inner .inner-text {
    max-width: 50vw;
}
.btn-border--accent span {
    z-index: 1;
    position: relative;
    font-size: 18px;
    padding: 0px 125px;
    background-color: var(--color-bg);
    border-radius: 7px;
    min-height: 32px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.btn-border--accent:hover span {
    background-color: transparent;
}
.btn-border--accent::before {
    content: '';
    position: absolute;
    background: var(--color-accent);
    inset: 0;
    z-index: 0;
}

.sphere-heading {
    width: 53px;
    height: 53px;
    display: inline-block;
    background: center / contain no-repeat url(/assets/media/img/sphere-img.png) !important;
}

.grid-about {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-template-rows: 1fr 1fr 1fr !important; 
    gap: 30px 20px !important;
}
.grid-about > div {
    padding: 5px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.grid-about > div::before {
    content: '';
    position: absolute;
    background: var(--color-accent);
    top: 50%;
    left: 50%;
    width: 100%;
    aspect-ratio: 1/1;
    z-index: 0;
    transform: rotate(360deg) scale(2) translate(-50%, -50%);
    transform-origin: 0px 0px;
    animation: rotate 2s linear infinite;
}
.grid-about > div > div, 
.diamond-grad-block {
    z-index: 1;
    position: relative;
    font-size: 18px;
    padding: 40px;
    background-color: var(--color-bg);
    border-radius: 10px;
    min-height: 32px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.grid-about > div:nth-child(1),
.grid-about > div:nth-child(8) {
    padding: 0;
}
.grid-about > div:nth-child(8) {
    grid-column: 2/4;
    width: 100%;
}


.grid-about > div:nth-child(1)::before,
.grid-about > div:nth-child(8)::before {
    content: none;
}
.grid-about > div:nth-child(1) > div {
    background: center / cover no-repeat url(/assets/media/ico/grid-about-1-bg-ico_.svg);
}

.grid-about > div:nth-child(8) > div,
.diamond-grad-block {
    background: center / cover no-repeat url(/assets/media/ico/grid-about-8-bg-ico_.svg);
}
.text-pop-up-top,
.text-pop-up-top-mob {
    overflow: hidden;
    min-width: max-content;
    opacity: 0;
}
.text-pop-up-top.abs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.text-pop-up-top.ready, 
.text-pop-up-top-mob.ready {
    opacity: 1;
	-webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.text-pop-up-top + p, .text-pop-up-top + p * {
    color: transparent !important;
}
.block-coins {
    transform: translateY(-200px);
    margin-bottom: -200px;
}


.grid-cando {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    justify-content: space-between;
}

.border-dop {
    border: 2px solid var(--color-dop);
    padding: 5px 60px;
    border-radius: 60px;
}

.btn-copy {
    width: 100%;
    max-width: 100%;
}
.btn-copy > span {
    width: 100%;
    max-width: 100%;
    padding-right: 60px;
    padding-left: 20px;
    min-height: 66px;
    text-align: left;
    justify-content: flex-start;
    background: calc(100% - 20px) center / 20px no-repeat url(/assets/media/ico/coy-ico.svg);
    background-color: var(--color-bg);
}
.btn.btn-copy::after {
    content: 'Copied!';
    color: white;
    font-size: 14px;
    font-family: 'Manrope';
    /* z-index: -1; */
    display: block;
    position: relative;
    padding: 0;
    max-height: 0;
    transition: max-height ease-out .5s, padding ease-out .5s;
}
.btn.btn-copy.copied::after {
    padding: 5px;
    max-height: 50px;
    z-index: 2;
    transition: max-height ease-in-out .5s, padding ease-in-out .5s;
}

.grid-ol {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    justify-items: start;
    align-items: start;
    counter-reset: ss;
    padding-left: 40px;
}
.grid-ol > li {
    counter-increment: ss;
    align-items: flex-start;
    position: relative;
}
.grid-ol > li::before {
    content: counter(ss)'.';
    position: absolute;
    top: 0;
    left: -10px;
    transform: translateX(-100%);
    font-size: 36px;
    line-height: 42px;
    font-family: 'Unbounded';
    color: var(--color-dop);
}

.block-chat--header {
    background: linear-gradient(93deg, #910A7C 0.52%, #6B3BAB 103.93%);
    padding: 16px 45px;
    border-radius: 20px 20px 5px 5px;
}
.block-chat--body {
    /* background: rgba(255, 255, 255, 0.10); */
    padding: 40px;
}
.message-vanga {
    padding: 6px 32px 6px 16px;
    border-radius: 15px 15px 15px 2px;
    background: #262626;
}
.message-user {
    padding: 6px 32px 6px 16px;
    border-radius: 15px 15px 2px 15px;
    background: #262626;
}
.block-message--user {
    align-items: flex-end;
    justify-content: end;
}

.block-chat--input {
    border-radius: 5px 5px 20px 20px;
    border: 2px solid #262626;
    background: #262626;
    padding: 15px 48px;
}
.block-chat--input .input {
    background: transparent;
    width: 100%;
    height: fit-content;
    line-height: 30px;
    border: none;
    border-radius: 0;
    outline: none;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.80);
}
.block-chat--body::before {
    content: '';
    background: rgba(255, 255, 255, 0.10);
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: -1;
}

.grid-about-token {
    display: grid !important;
    grid-template-columns: .5fr 1fr .5fr !important;
    gap: 60px 20px !important;
    align-items: center !important;
}
footer .block-copy {
    margin-top: 60px;
}
footer.section-inner.section-inner--footer {
    padding-bottom: 0;
}
section#section-chat {
    padding-bottom: 0;
    background: left bottom / 40% auto no-repeat url(/assets/media/img/gradient-footer.png);
}
.vanga-block {
    width: 100%;
    height: auto;
    /* max-height: 100vh; */
    position: relative;
}
.vanga-block * {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}
.vanga-block, 
.vanga-block * {
    aspect-ratio: 1440/1170;
    width: 100%;
    height: auto;
}



.floating {
    animation: float 8s ease-in-out infinite;
}
.right-hand {
    animation: float-right 8s ease-in-out infinite;
    animation-delay:2650ms; 
    animation-duration: 8800ms;
}
.left-hand {
    animation: float-left 8s ease-in-out infinite;
    animation-delay:2650ms; 
    animation-duration: 8800ms;
}
.blinking {
    animation: blink 4s linear infinite;
}
.book .page {
    animation: page 7s linear infinite;
    transform-origin: bottom center;
}

.svg-eyes {
    width: 100%;
    height: 5vw;
    aspect-ratio: auto;
    top: 47%;
    display: flex;
    justify-content: center;
    gap: 5vw;
    transform: translate(10px, 10px);
}
.eye-block {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    height: 2.8vw;
    width: 2.8vw;
    background: linear-gradient(260deg, #009187 14.73%, #000 85.2%);
}
.eye {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    height: 2.8vw;
    width: 2.8vw;
    background: transparent;
}
  .eye:after {
    position: absolute;
    bottom: 17px;
    right: 8px;
    width: 1vw;
    height: 1vw;
    background: #29110B;
    border-radius: 50%;
    content: " ";
}
.eye:before {
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: .5vw;
    height: .5vw;
    background: #fff;
    border-radius: 50%;
    content: " ";
    z-index: 1;
}

.grid-cando svg {
    aspect-ratio: 1/1;
    min-width: 90px;
    height: auto;
}
.grid-cando .flex:hover svg path:nth-child(1) {
	animation-delay: 200ms;
}
.grid-cando .flex:hover svg path:nth-child(2) {
	animation-delay: 4400ms;
}
.grid-cando .flex:hover svg path:nth-child(3) {
	animation-delay: 600ms;
}
.grid-cando .flex:hover svg path:nth-child(4) {
	animation-delay: 800ms;
}
.grid-cando .flex:hover svg path:nth-child(5) {
	animation-delay: 1000ms;
}

@keyframes float {
    0% {transform: translateY(0);}
    50% {transform: translateY(-20px);}
    100% {transform: translateY(0);}
}
@keyframes float-right {
    0% {transform: translate(0,0);}
    50% {transform: translate(-10px, -20px);}
    100% {transform: translate(0,0);}
}
@keyframes float-left {
    0% {transform: translate(0, 0);}
    50% {transform: translate(10px, -20px);}
    100% {transform: translate(0, 0);}
}
@keyframes page {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(-3deg);}
    100% {transform: rotate(0deg);}
}
@keyframes blink {
    0% {opacity: 1;}
    25% {opacity: .5;}
    50% {opacity: 0;}
    75% {opacity: .5;}
    100% {opacity: 1;}
}
@keyframes colorchange {
    0% {fill:#6B3BAB}
    25% {fill:#910A7C}
    50% {fill:#910A7C}
    75% {fill:#910A7C}
    100% {fill:#6B3BAB}
}

@keyframes rotate {
    0% {transform: rotate(0deg) scale(2) translate(-50%, -50%);}
    100% {transform: rotate(360deg) scale(2) translate(-50%, -50%);}
}

/* ----------------------------------------------
 * Generated by Animista on 2025-2-13 17:15:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
 @-webkit-keyframes tracking-in-contract {
    0% {
      letter-spacing: 1em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      letter-spacing: normal;
      opacity: 1;
    }
  }
  @keyframes tracking-in-contract {
    0% {
      letter-spacing: 1em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      letter-spacing: normal;
      opacity: 1;
    }
  }

  /* ----------------------------------------------
 * Generated by Animista on 2025-2-17 13:8:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shadow-pop-tr
 * ----------------------------------------
 */
@-webkit-keyframes shadow-pop-tr {
    0% {
      -webkit-box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
              box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
              box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
      -webkit-transform: translateX(-8px) translateY(8px);
              transform: translateX(-8px) translateY(8px);
    }
  }
  @keyframes shadow-pop-tr {
    0% {
      -webkit-box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
              box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
              box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
      -webkit-transform: translateX(-8px) translateY(8px);
              transform: translateX(-8px) translateY(8px);
    }
  }
  
  