h1, h2, h3, h4, h5, h6,
p, blockquote, figure,
dl, dd, ul, ol,
pre, table, fieldset {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: white;
    overflow-y: hidden;
}

html, body {
    margin: 0;
    padding: 0;
    height: auto;
    background: black;
    overflow-x: hidden;
}

.turquoise {
    color: #89FAE5;
}

.container {
    width: 100%;
}

header,
.banner1 {
    box-sizing: border-box;
}

.header {
    position: relative;
    flex: 0 0 auto;
}

.banner1 {
    flex: 1 1 auto;
    min-height: 0;
}

{ /*header*/
}
.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu__row{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 40px;

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}
.logo-text {
    display: inline;
}

.burger {
    display: none;
}

.logo {
    font-family: 'IBM Plex Sans Devanagari';
    margin-left: 50px;
    font-weight: 500;
    font-size: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 64px;
}

.menu {
    display: flex;
    gap: 30px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 16px;
}

.contact {
    margin-right: 50px;
    display: flex;
    z-index: 220;
}

.contact1 {
    display: none;
    z-index: 22;
}

.tg {
    display: flex;
    flex-direction: row;
    margin-top: 17px;
    margin-bottom: 17px;
    justify-content: center;
    align-items: flex-end;
    padding: 13px 20px;
    gap: 8px;
    background: #89FAE5;
    border-radius: 9px;

    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    flex-shrink: 0;
}

{ /*banner1*/
}
.banner1 {
    position: relative;
    width: 100%;
    height: 1000px;
    max-height: 1000px;
    overflow: hidden;
}

.banner1__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 50px;
    margin-top: 240px;
}

.banner1__title {
    font-family: 'IBM Plex Sans Devanagari';
    font-weight: 400;
    font-size: 192px;
    line-height: 1.1;
    margin: 0;
    z-index: 10;
}

.banner1__description {
    font-family: 'IBM Plex Sans Devanagari';
    font-weight: 500;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: 6px;
    margin: -20px 0 0 0;
    z-index: 10;
}

.banner1__description2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin: 46px 0 0 0;
    max-width: 560px;
    z-index: 10;
}

.banner1__button {
    display: flex;
    flex-direction: row;
    margin-top: 46px;
    justify-content: center;
    align-items: flex-end;
    padding: 13px 78px;
    gap: 8px;
    background: #89FAE5;
    border-radius: 9px;

    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    flex-shrink: 0;
    z-index: 200
}

.coming {
    font-weight: 400;
    font-size: 32px;
    line-height: 49px;
    margin: -32px 0;
}


.light1 {
    position: absolute;
    width: 526px;
    height: 366px;
    right: -18%;
    top: 310%;

    background: linear-gradient(180deg, #89FABA 31.25%, #4EC1FF 100%);
    filter: blur(150px);

}

.light2 {
    position: absolute;
    width: 466px;
    height: 466px;
    left: -3%;
    bottom: -30%;

    background: linear-gradient(180deg, #89FABA 31.25%, #4EC1FF 100%);
    filter: blur(112.5px);
}

.light3 {
    position: absolute;
    width: 190px;
    height: 190px;
    right: 29%;
    bottom: 35%;

    background: linear-gradient(180deg, #89FABA 31.25%, #4EC1FF 100%);
    filter: blur(112.5px);
}

.coin1 {
    position: absolute;
    width: 500px;
    height: auto;
    aspect-ratio: 430 / 530;
    left: -165px;
    bottom: -270px;

    background-image: image-set(url('/img/banner1/coin1.webp') type('image/webp'),
    url('/img/banner1/coin1.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    animation: floatY 3.3s ease-in-out infinite;
}

.coin2 {
    position: absolute;
    width: 230px;
    height: auto;
    aspect-ratio: 1 / 1;
    left: 151px;
    bottom: -110px;

    background-image: image-set(url('/img/banner1/coin2.webp') type('image/webp'),
    url('/img/banner1/coin2.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
    animation: floatY 4.8s ease-in-out infinite;
}

.coin3 {
    position: absolute;
    width: 12vw;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 8%;
    bottom: 11%;

    background-image: image-set(url('/img/banner1/coin3.webp') type('image/webp'),
    url('/img/banner1/coin3.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;
    animation: floatY 2.3s ease-in-out infinite;
}

.coin4 {
    position: absolute;
    width: 32vw;
    height: auto;
    aspect-ratio: 700 / 800;
    right: 21%;
    bottom: -28%;

    background-image: image-set(url('/img/banner1/coin4.webp') type('image/webp'),
    url('/img/banner1/coin4.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;
    animation: floatY 5.3s ease-in-out infinite;
}

.coin5 {
    position: absolute;
    width: 10vw;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 25%;
    top: 23%;

    background-image: image-set(url('/img/banner1/coin5.webp') type('image/webp'),
    url('/img/banner1/coin5.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;
    animation: floatY 2.7s ease-in-out infinite;
}

.coin6 {
    display: flex;
    position: absolute;
    width: 440px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: -210px;
    top: 35px;

    background-image: image-set(url('/img/banner1/coin6.webp') type('image/webp'),
    url('/img/banner1/coin6.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;
    animation: floatY 2.7s ease-in-out infinite;
}

.banner1__svg-wrapper {
    width: 231.47px;
    height: 226.68px;
    position: absolute;
    box-shadow: inset -0.92px -0.92px 0.92px rgba(137, 250, 229, 0.54),
    inset -0.92px -0.92px 3.68px #002F26,
    inset 0.92px 0.92px 1.84px #B5FFF1;
    filter: drop-shadow(6.45px 6.45px 16.95px rgba(0, 0, 0, 0.25));
    border-radius: 11.06px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(250, 249, 250, 0.02) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(137, 250, 229, 0.1);
    backdrop-filter: blur(5.66695px);
}

.banner1__nvideo-wrapper {
    top: 15%;
    right: 31%;
}

.banner1__solana-wrapper {
    top: 41%;
    right: 31%;
}

.banner1__bitcoin-wrapper {
    top: 67%;
    right: 31%;
}

.banner1__dash-wrapper {
    top: 5%;
    right: 17%;
}

.banner1__amazon-wrapper {
    top: 31%;
    right: 17%;
}

.banner1__tesla-wrapper {
    top: 57%;
    right: 17%;
}

.banner1__xrp-wrapper {
    top: 2%;
    right: 3%;
}

.banner1__litecoin-wrapper {
    top: 28%;
    right: 3%;
}

.banner1__crystal-wrapper {
    top: 54%;
    right: 3%;
}
.banner1__dogi-wrapper{
    top: 80%;
    right: 3%;
}

.banner1__nvideo {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.banner1__dash {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.banner1__blur {
    position: absolute;
    width: 1063px;
    height: 251px;
    background: linear-gradient(181.13deg, rgba(0, 0, 0, 0) 0.96%, #000000 73.62%);
    bottom: 0;
    right: 0;
    z-index: 3;
}
.banner2__blur {
    display: none;
}
{ /*banner2*/
}
.banner2 {
    padding-left: 50px;
    margin-top: 126px;
    margin-bottom: 126px;
    position: relative;
    width: 100%;
    z-index: 0;
}

.banner2__header {
    display: flex;
    justify-content: space-between; /* текст слева, стрелки справа */
    align-items: center;
    position: relative;
}

.banner2__arrowLeft {
    rotate: 180deg;
}

.banner2__header-arrows {
    display: flex;
    gap: 12px; /* расстояние между стрелками */
    margin-right: 50px; /* отступ от правого края */
}

.banner2__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 20px;
    width: 64px;
    height: 50px;
    background: rgba(1, 1, 1, 0.3);
    border: 1px solid #FFFFFF;
    border-radius: 9px;
    cursor: pointer;
    transition: all 0.3s;
}

.banner2__arrow img {
    width: 24px;
    height: 24px;
}

.banner2__arrow:disabled {
    background: rgba(255, 255, 255, 0.25);
    cursor: not-allowed;
    border: none;
}

.banner2__arrow:disabled img {
    filter: grayscale(100%);
    opacity: 0.6;
}


.banner2__arrow:hover {
    background: rgba(255, 255, 255, 0.15);
}

.banner2__header-text {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 150%;
    text-transform: uppercase;
}

.banner2__content {
    margin-top: 46px;
    display: flex;
    flex-direction: row;
    gap: 22px;
    overflow: hidden;
    scroll-behavior: smooth;
    z-index: 2;
}

.banner2__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; /* прижмёт текст к низу картинки */
    width: 100%;
    padding: 19px;
    z-index: 10;
}

.banner2__left,
.banner2__right {
    display: flex;
    flex-direction: column;
}

.banner2__slider-track {
    display: flex;
    transition: transform 0.6s ease;
    width: 100%;
}

.banner2__slide {
    display: flex;
    justify-content: flex-start;
    flex: 0 0 100%;
    box-sizing: border-box;
    gap: 22px;
    margin-right: 22px;
}

.banner2__svg-wrapper {
    flex-shrink: 0;
    width: 365px;
    height: 238px;
    box-shadow: inset -0.92px -0.92px 0.92px rgba(137, 250, 229, 0.54),
    inset -0.92px -0.92px 3.68px #002F26,
    inset 0.92px 0.92px 1.84px #B5FFF1;
    filter: drop-shadow(6.45px 6.45px 16.95px rgba(0, 0, 0, 0.25));
    border-radius: 11.06px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: linear-gradient(180deg, rgba(250, 249, 250, 0.02) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(137, 250, 229, 0.1);
    backdrop-filter: blur(5.66695px);
    position: relative;
    z-index: 10;
    color: #fff;
}

.banner2__dash,
.banner2__xrp,
.banner2__solana,
.banner2__amazon,
.banner2__litecoin,
.banner2__bitcoin,
.banner2__tesla,
.banner2__crystal,
.banner2__nvideo {
    margin-bottom: 40px;
}

.light4 {
    position: absolute;
    width: 466px;
    height: 366px;
    right: -10%;
    bottom: -55%;

    background: linear-gradient(180deg, #89FABA 31.25%, #4EC1FF 100%);
    filter: blur(112.5px);
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: screen;
    opacity: 0.7;
}

{ /*banner3*/
}
.banner3 {
    margin-left: 50px;
    margin-bottom: 126px;
    padding-top: 126px;
}

.banner3__arrow {
    rotate: -45deg;
}

.banner3__view {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 20px;
    height: 50px;
    background: rgba(1, 1, 1, 0.3);
    border: 1px solid #FFFFFF;
    border-radius: 9px;
    cursor: pointer;
    transition: all 0.3s;
    gap: 8px;
}

.banner3__view-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.banner3__description {
    padding-top: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.banner3__row {
    display: flex;
    flex-direction: row;
    padding-top: 46px;
    gap: 22px;
    margin-right: 50px;
}

.banner3__col {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.banner3__left {
    display: flex;
    align-items: center;
    gap: 12px; /* расстояние между картинкой и текстом */
    color: #fff;
}

.banner3__green {
    background: rgba(137, 250, 229, 0.31) !important;
}

.banner3__red {
    background: rgba(220, 20, 84, 0.26) !important;
}

.banner3__element {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 30px;
    gap: 23px;
    max-width: 100%;
    height: 75px;
    background: #121212;
    border: 1px solid #000000;
    border-radius: 12px;
    justify-content: space-between;
    flex: 1;
    color: #fff;
}

.banner3__img {
    background: #2C2C2C;
    width: 35px;
    height: 35px;
    flex: none;
    order: 0;
    flex-grow: 0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
        width: 22px;
        height: 22px;
    }

}

.banner3__element_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.banner3__element_description {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

.banner3__element_index_gainers {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    align-items: flex-start;
    text-transform: uppercase;

    color: #89FAE5;
}
.banner3__element_index_losers {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    align-items: flex-start;
    text-transform: uppercase;

    color: #E91123;
}

{ /*banner4*/
}
.banner4 {
    width: 100%;
    align-items: flex-start;
    position: relative;
    overflow: hidden;

    padding-bottom: 136px;
}

.banner4__text {
    display: flex;
    flex-direction: column;
    padding-top: 126px;
    padding-left: 224px;
    z-index: 10;
}

.banner4__titleWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner4__miniTitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: left;
}

.banner4__title {
    font-family: 'IBM Plex Mono';
    font-weight: 400;
    font-size: 95px;
    line-height: 105%;
    width: 100%;
    display: block;
    z-index: 10;
}

.banner4__descriptions {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    padding-top: 40px;
}

.banner4__col {
    display: flex;
    flex-direction: column;
    gap: 8px;

    z-index: 10;
}

.banner4__item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.banner4__assets {
    position: absolute;
    width: 664px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 0;
    top: -60px;
    background-image: image-set(url('/img/banner4/assets.webp') type('image/webp'), url('/img/banner4/assets.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

{ /*banner5*/
}
.banner5 {
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    padding-bottom: 126px;
}

.banner5__miniTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.banner5__title {
    font-family: 'IBM Plex Mono';
    font-weight: 400;
    font-size: 60px;
    line-height: 150%;
    text-transform: uppercase;
    padding-bottom: 46px;
}

.banner5__carousel {
    position: relative;
    width: 100%;
    height: 780px; /* подстраивай под размер карточки */
    overflow: hidden;
}

.banner5__track {
    position: relative;
    width: 100%;
    height: 100%;
    overscroll-behavior: contain;
    touch-action: none;
}

.banner5__card {
    position: absolute;
    top: 7%; /* изначально в центре */
    left: 0%;
    width: 100%;
    height: 518px;

    background: linear-gradient(180deg, rgba(250, 249, 250, 0.02) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(137, 250, 229, 0.1);
    box-shadow: 6.77719px 6.77719px 17.8143px rgba(0, 0, 0, 0.25), inset -0.96817px -0.96817px 0.96817px rgba(137, 250, 229, 0.54), inset -0.96817px -0.96817px 3.87268px #002F26, inset 0.96817px 0.96817px 1.93634px #B5FFF1;
    backdrop-filter: blur(25px);
    border-radius: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 46px;
    z-index: 4;
    transition: top 0.6s ease, transform 0.6s ease, z-index 0s;
}

.banner5__card.active {
    opacity: 1;
    z-index: 6;
    transition: top 0.9s ease;
}

/* Предыдущая карточка – торчит сверху */
.banner5__card.prev {
    opacity: 1;
    z-index: 5;
    top: calc(7% - 54px); /* видна часть сверху */
    transform: translate(-0%, -0%) scale(0.95); /* чуть меньше */
    transition: top 1.2s ease;
}

/* Следующая карточка снизу */
.banner5__card.next {
    opacity: 1;
    z-index: 7;
    top: calc(100% - 180px); /* снизу торчит */
    transform: scale(1);
}

.banner5__card.lifting {
    top: 5%; /* центр */
    transform: scale(1);
    z-index: 6;
    transition: none;
}

.banner5__card.hidden {
    opacity: 0;
    pointer-events: none;
    transition: none;
}

.banner5__card-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 195px;
    gap: 8px;
}

.banner5__card-title {
    font-family: 'IBM Plex Mono';
    font-weight: 400;
    font-size: 60px;
    line-height: 105%;
    color: #89FAE5;
}

.banner5__card-description {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
}

.banner5__light1 {
    position: absolute;
    width: 378.08px;
    height: 378.08px;
    right: 35%;
    bottom: -60%;

    background: linear-gradient(180deg, #89FABA 31.25%, #4EC1FF 100%);
    filter: blur(112.5px);
    z-index: 1;
}

.no-click {
    pointer-events: none;
}

.no-select {
    user-select: none;
}

.banner5__light2 {
    position: absolute;
    width: 466px;
    height: 466px;
    right: -5%;
    bottom: -55%;

    background: linear-gradient(180deg, #89FABA 31.25%, #4EC1FF 100%);
    filter: blur(112.5px);
    z-index: 1;
}

.banner5__light3 {
    position: absolute;
    width: 282px;
    height: 282px;
    left: -10%;
    top: -18%;

    background: linear-gradient(180deg, #89FABA 31.25%, #4EC1FF 100%);
    filter: blur(112.5px);
}

.light3-card2 {
    top: 0 !important;
}

.light3-card3 {
    top: 20% !important;
}

.light3-card4 {
    top: 40% !important;
}

.light3-card5 {
    top: 60% !important;
}

.banner5__coin1 {
    position: absolute;
    width: 186px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 325px;
    top: 120px;
    background-image: image-set(url('/img/banner5/coin1.webp') type('image/webp'), url('/img/banner5/coin1.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.banner5__coin2 {
    position: absolute;
    width: 215px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 480px;
    bottom: 60px;
    background-image: image-set(url('/img/banner5/coin2.webp') type('image/webp'), url('/img/banner5/coin2.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.banner5__coin3 {
    position: absolute;
    width: 350px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 170px;
    bottom: -120px;
    background-image: image-set(url('/img/banner5/coin3.webp') type('image/webp'), url('/img/banner5/coin3.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.banner5__img {
    position: absolute;
    width: 850px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: -50px;
    bottom: -290px;
    background-image: image-set(url('/img/banner5/card1.webp') type('image/webp'), url('/img/banner5/card1.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.banner5__img2 {
    position: absolute;
    width: 1400px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: -20%;
    bottom: -115%;
    background-image: image-set(url('/img/banner5/card2.webp') type('image/webp'), url('/img/banner5/card2.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    color: black;
}

.banner5__parcent1 {
    position: absolute;
    width: 15vw;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 1%;
    top: 40%;
    background-image: image-set(url('/img/banner5/parcent1.webp') type('image/webp'), url('/img/banner5/parcent1.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.banner5__parcent2 {
    position: absolute;
    width: 20vw;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 23%;
    bottom: -10%;
    background-image: image-set(url('/img/banner5/parcent2.webp') type('image/webp'), url('/img/banner5/parcent2.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.banner5__parcent3 {
    position: absolute;
    width: 10vw;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 37%;
    bottom: 45%;
    background-image: image-set(url('/img/banner5/parcent3.webp') type('image/webp'), url('/img/banner5/parcent3.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.banner5__coin4 {
    position: absolute;
    width: 15vw;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 18%;
    bottom: 35%;
    background-image: image-set(url('/img/banner5/coin4.webp') type('image/webp'), url('/img/banner5/coin4.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.banner5__card3 {
    position: absolute;
    width: 20vw;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 15%;
    bottom: 15%;
    background-image: image-set(url('/img/banner5/card3.webp') type('image/webp'), url('/img/banner5/card3.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    color: black;
}

.banner5__img3 {
    position: absolute;
    width: 1300px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: -10%;
    bottom: -85%;
    background-image: image-set(url('/img/banner5/img3.webp') type('image/webp'), url('/img/banner5/img3.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: black;
}
.banner5__img4 {
    position: absolute;
    width: 1400px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: -15%;
    bottom: -95%;
    background-image: image-set(url('/img/banner5/img4.webp') type('image/webp'), url('/img/banner5/img4.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: black;
}

.banner5__cube1 {
    position: absolute;
    width: 231.47px;
    height: 226.68px;
    right: 30%;
    bottom: -7%;

    box-shadow: inset -0.921456px -0.921456px 0.921456px rgba(137, 250, 229, 0.54), inset -0.921456px -0.921456px 3.68582px #002F26, inset 0.921456px 0.921456px 1.84291px #B5FFF1;
    filter: drop-shadow(6.45019px 6.45019px 16.9548px rgba(0, 0, 0, 0.25));
    border-radius: 11.0575px;

    background: linear-gradient(180deg, rgba(250, 249, 250, 0.02) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(137, 250, 229, 0.1);
    backdrop-filter: blur(5.66695px);
    z-index: 1;
}

.banner5__cube2 {
    position: absolute;
    width: 231.47px;
    height: 226.68px;
    right: 7%;
    top: -10%;

    box-shadow: inset -0.921456px -0.921456px 0.921456px rgba(137, 250, 229, 0.54), inset -0.921456px -0.921456px 3.68582px #002F26, inset 0.921456px 0.921456px 1.84291px #B5FFF1;
    filter: drop-shadow(6.45019px 6.45019px 16.9548px rgba(0, 0, 0, 0.25));
    border-radius: 11.0575px;
    background: linear-gradient(180deg, rgba(250, 249, 250, 0.02) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(137, 250, 229, 0.1);
    backdrop-filter: blur(5.66695px);
    z-index: 1;
}

.banner5__cube3 {
    position: absolute;
    width: 130px;
    height: 128px;
    right: 9%;
    top: 39%;
    box-shadow: inset -0.921456px -0.921456px 0.921456px rgba(137, 250, 229, 0.54), inset -0.921456px -0.921456px 3.68582px #002F26, inset 0.921456px 0.921456px 1.84291px #B5FFF1;
    filter: drop-shadow(6.45019px 6.45019px 16.9548px rgba(0, 0, 0, 0.25));
    border-radius: 11.0575px;
    background: linear-gradient(180deg, rgba(250, 249, 250, 0.02) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(137, 250, 229, 0.1);
    backdrop-filter: blur(5.66695px);
    z-index: 1;
}

.banner5__cube4 {
    position: absolute;
    width: 95px;
    height: 93px;
    right: 3%;
    bottom: 9%;
    box-shadow: inset -0.921456px -0.921456px 0.921456px rgba(137, 250, 229, 0.54), inset -0.921456px -0.921456px 3.68582px #002F26, inset 0.921456px 0.921456px 1.84291px #B5FFF1;
    filter: drop-shadow(6.45019px 6.45019px 16.9548px rgba(0, 0, 0, 0.25));
    border-radius: 11.0575px;
    background: linear-gradient(180deg, rgba(250, 249, 250, 0.02) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(137, 250, 229, 0.1);
    backdrop-filter: blur(5.66695px);
    z-index: 1;
}

.banner5__cube5 {
    position: absolute;
    width: 95px;
    height: 93px;
    right: 16%;
    bottom: 3%;
    box-shadow: inset -0.921456px -0.921456px 0.921456px rgba(137, 250, 229, 0.54), inset -0.921456px -0.921456px 3.68582px #002F26, inset 0.921456px 0.921456px 1.84291px #B5FFF1;
    filter: drop-shadow(6.45019px 6.45019px 16.9548px rgba(0, 0, 0, 0.25));
    border-radius: 11.0575px;
    background: linear-gradient(180deg, rgba(250, 249, 250, 0.02) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(137, 250, 229, 0.1);
    backdrop-filter: blur(5.66695px);
    z-index: 1;
}

.banner5__coin5 {
    position: absolute;
    width: 20vw;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 15%;
    bottom: 5%;
    background-image: image-set(url('/img/banner5/coin5.webp') type('image/webp'), url('/img/banner5/coin5.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.banner5__piece1 {
    position: absolute;
    width: 8vw;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 4%;
    bottom: 45%;
    background-image: image-set(url('/img/banner5/piece1.webp') type('image/webp'), url('/img/banner5/piece1.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner5__piece2 {
    position: absolute;
    width: 9vw;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 35%;
    bottom: 5%;
    background-image: image-set(url('/img/banner5/piece2.webp') type('image/webp'), url('/img/banner5/piece2.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner5__piece3 {
    position: absolute;
    width: 15vw;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 1%;
    bottom: -26%;
    background-image: image-set(url('/img/banner5/piece3.webp') type('image/webp'), url('/img/banner5/piece3.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner5__card5 {
    position: absolute;
    width: 100vw;
    height: auto;
    aspect-ratio: 1 / 1;
    right: -44%;
    bottom: -23%;
    background-image: image-set(url('/img/banner5/card5.webp') type('image/webp'), url('/img/banner5/card5.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    color: black;
}

.banner5__card6 {
    position: absolute;
    width: 70vw;
    height: auto;
    aspect-ratio: 1 / 1;
    right: -5%;
    bottom: -155%;
    background-image: image-set(url('/img/banner5/card5.webp') type('image/webp'), url('/img/banner5/card5.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    color: black;
}

.banner5__img5 {
    position: absolute;
    width: 1350px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: -15%;
    bottom: -72%;
    background-image: image-set(url('/img/banner5/img5.webp') type('image/webp'), url('/img/banner5/img5.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    color: black;
}

{ /*banner6*/
}
.banner6 {
    position: relative;
    padding-top: 126px;
    overflow: hidden;
    padding-bottom: 126px;
    width: 100%;
}

.banner6__title {
    font-family: 'IBM Plex Mono';
    font-weight: 400;
    font-size: 95px;
    line-height: 105%;
    text-align: center;
    width: 100%;
}

.banner6__card_container {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 22px;
    justify-content: center;
    margin-left: 16px;
    margin-right: 16px;
}

.banner6__card {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 30px;

    width: 667px;
    height: 255.17px;

    background: linear-gradient(180deg, rgba(250, 249, 250, 0.02) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(137, 250, 229, 0.1);
    box-shadow: 6.77719px 6.77719px 17.8143px rgba(0, 0, 0, 0.25), inset -0.96817px -0.96817px 0.96817px rgba(137, 250, 229, 0.54), inset -0.96817px -0.96817px 3.87268px #002F26, inset 0.96817px 0.96817px 1.93634px #B5FFF1;
    backdrop-filter: blur(25px);
    border-radius: 30px;
    overflow: hidden
}

.banner6__card_light {

    position: absolute;
    width: 378.08px;
    height: 378.08px;
    right: -25%;
    top: 5%;

    background: linear-gradient(180deg, #89FABA 31.25%, #4EC1FF 100%);
    filter: blur(112.5px);

}

.banner6__card_text {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}

.banner6__card_image {
    z-index: 2;
}

.banner6__container {
    width: 835px;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 18px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 64px;
}

.banner6__miniTitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
}

.banner6__row {
    display: flex;
    flex-direction: row;
    gap: 22px;
    z-index: 25;
}

.banner6__backed {
    width: 193px;
    height: 101px;
    box-shadow: inset -0.96817px -0.96817px 0.96817px rgba(137, 250, 229, 0.54), inset -0.96817px -0.96817px 3.87268px #002F26, inset 0.96817px 0.96817px 1.93634px #B5FFF1;
    filter: drop-shadow(6.77719px 6.77719px 17.8143px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(8.2px);
    border-radius: 25px;
    background: linear-gradient(180deg, rgba(250, 249, 250, 0.02) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(137, 250, 229, 0.1);
    display: flex; /* превращаем контейнер в flex */
    justify-content: center; /* горизонтальное выравнивание */
    align-items: center; /* вертикальное выравнивание */
}

.banner6__banner {
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 38px 0px;
    gap: 30px;
    isolation: isolate;

    max-width: 1356px;
    width: 100%;
    height: 307px;

    background: #89FAE5;
    box-shadow: 6.77719px 6.77719px 17.8143px rgba(0, 0, 0, 0.25), inset -0.96817px -0.96817px 0.96817px rgba(137, 250, 229, 0.54), inset -0.96817px -0.96817px 3.87268px #002F26, inset 0.96817px 0.96817px 1.93634px #B5FFF1;
    backdrop-filter: blur(25px);
    border-radius: 30px;

    z-index: 3;

}

.banner6__banner-title {
    font-family: 'IBM Plex Sans Devanagari';
    font-weight: 500;
    font-size: 85px;
    line-height: 105%;
    text-align: center;
    text-transform: uppercase;
    width: 100%;

    background: linear-gradient(90deg, #010101 34.97%, #03AAA3 72.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.banner6__banner-des {
    font-weight: 500;
    font-size: 44px;
    line-height: 54px;
    color: #015956;
    width: 100%;
    text-align: center;
}

.banner6__banner-btn {
    display: flex;
    padding: 13px 20px;
    gap: 8px;
    max-width: 122px;
    /* White */
    background: #FFFFFF;
    border-radius: 9px;
    color: black;
}

.banner6__coin1 {
    position: absolute;
    width: 424px;
    height: auto;
    aspect-ratio: 1 / 1;
    left: -160px;
    bottom: -150px;
    background-image: image-set(url('/img/banner6/coin1.webp') type('image/webp'), url('/img/banner6/coin1.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    color: black;
}

.banner6__coin2 {
    position: absolute;
    width: 180px;
    height: auto;
    aspect-ratio: 1 / 1;
    left: 110px;
    bottom: -50px;
    background-image: image-set(url('/img/banner6/coin2.webp') type('image/webp'), url('/img/banner6/coin2.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    color: black;
}

.banner6__coin3 {
    position: absolute;
    width: 480px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: -150px;
    bottom: -220px;
    background-image: image-set(url('/img/banner6/coin3.webp') type('image/webp'), url('/img/banner6/coin3.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    color: black;
}

.banner6__parcent1 {
    position: absolute;
    width: 180px;
    height: auto;
    aspect-ratio: 1 / 1;
    left: 8%;
    bottom: 45%;
    background-image: image-set(url('/img/banner6/parcent1.png') type('image/webp'), url('/img/banner6/parcent1.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    color: black;
}

.banner6__parcent3 {
    position: absolute;
    width: 220px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 1%;
    bottom: 25%;
    background-image: image-set(url('/img/banner6/parcent3.png') type('image/webp'), url('/img/banner6/parcent3.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    color: black;
}

.banner6__parcent2 {
    position: absolute;
    width: 180px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 15%;
    bottom: 1%;
    background-image: image-set(url('/img/banner6/parcent2.png') type('image/webp'), url('/img/banner6/parcent2.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    color: black;
}

.banner6__light {
    position: absolute;
    width: 466px;
    height: 466px;
    left: -11%;
    top: -75%;

    background: linear-gradient(180deg, #89FABA 31.25%, #4EC1FF 100%);
    filter: blur(112.5px);
}

.resolve {
    width: 101.7px;
    height: 25.4px;
}

.ethena {
    width: 101.7px;
    height: 27px;
}

.ondo {
    width: 101.7px;
    height: 30.8px;
}

{ /*banner7*/
}
.banner7 {
    padding-top: 66px;
    z-index: 0;
    position: relative;
}

.banner7__left {
    position: absolute;
    width: 1300px;
    height: auto;
    aspect-ratio: 1 / 1;
    left: -26%;
    top: -65%;
    background-image: image-set(url('/img/banner7/left.webp') type('image/webp'), url('/img/banner7/left.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 5;
    color: black;
}
.banner7__right {
    position: absolute;
    width: 900px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: -13%;
    top: 15%;
    background-image: image-set(url('/img/banner7/right.webp') type('image/webp'), url('/img/banner7/right.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 5;
    color: black;
}
.banner7__title {
    font-family: 'IBM Plex Mono';
    font-weight: 400;
    font-size: 60px;
    line-height: 150%;
    text-transform: uppercase;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.banner7__container {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 18px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 455px;
    z-index: 25;
}

.banner7__row {
    display: flex;
    flex-direction: row;
    gap: 22px;
    z-index: 25;
}

.banner7__card {
    width: 440px;
    height: 192px;
    box-shadow: inset -0.96817px -0.96817px 0.96817px rgba(137, 250, 229, 0.54), inset -0.96817px -0.96817px 3.87268px #002F26, inset 0.96817px 0.96817px 1.93634px #B5FFF1;
    filter: drop-shadow(6.77719px 6.77719px 17.8143px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(8.2px);
    border-radius: 25px;
    background: linear-gradient(180deg, rgba(250, 249, 250, 0.02) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(137, 250, 229, 0.1);
    display: flex; /* превращаем контейнер в flex */
    justify-content: center; /* горизонтальное выравнивание */
    align-items: center; /* вертикальное выравнивание */
    z-index: 25;
}
.no-show{
    display: block;
}
{ /*footer*/
}
.footer {
    position: absolute;
    width: 100%;
    height: 388px;
    overflow: hidden;
}

.footer__logo {
    padding-top: 126px;
}

.footer__socials {
    display: flex;
    align-items: center;
    padding-left: 49px;
    gap: 23px;
}

.footer__info {
    display: flex;
    align-items: center;
    padding-top: 42px;
    padding-left: 50px;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #848E9C;
}
.logo-row{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.footer__docs {
    display: flex;
    padding-left: 64px;
    gap: 24px;
}

.footer__image {
    position: absolute;
    width: 1440px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: -15%;
    bottom: -205%;

    background-image: image-set(url('/img/footer/footer.webp') type('image/webp'),
    url('/img/footer/footer.png') type('image/png'));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;
}
@media (max-width: 1700px) {
    .banner1__svg-wrapper {
        width: 180.47px;
        height: 175.68px;
    }
    .banner1__tesla{
        width: 85%;
    }
    .banner1__solana-wrapper {
        top: 38%;
        right: 31%;
    }

    .banner1__bitcoin-wrapper {
        top: 61%;
        right: 31%;
    }

    .banner1__dash-wrapper {
        top: 5%;
        right: 17%;
    }

    .banner1__amazon-wrapper {
        top: 28%;
        right: 17%;
    }

    .banner1__tesla-wrapper {
        top: 51%;
        right: 17%;
    }

    .banner1__xrp-wrapper {
        top: 2%;
        right: 3%;
    }

    .banner1__litecoin-wrapper {
        top: 25%;
        right: 3%;
    }

    .banner1__crystal-wrapper {
        top: 48%;
        right: 3%;
    }

    .banner1__dogi-wrapper{
        top: 71%;
        right: 3%;
    }
}
@media (max-width: 1650px) {
    .banner1__blur {
        display: none;
    }
    .banner4__miniTitle {
        font-size: 18px;
    }

    .banner4__title {
        font-size: 65px;
    }

    .banner4__descriptions {
        font-size: 18px;
    }
    .banner4__item {
        font-size: 18px;
    }
    .banner5__img3 {
        width: 1100px;
        right: -15%;
        bottom: -65%;
    }
    .banner5__img4 {
        width: 1100px;
        right: -15%;
        bottom: -65%;
    }
    .banner5__img5 {
        width: 1100px;
        right: -15%;
        bottom: -55%;
    }
    .footer__image {
        right: -35%;
        bottom: -205%;
    }
    .banner7__left {
        left: -46%;
        top: -65%;
    }
    .banner7__right {
        right: -33%;
        top: 15%;
    }
}
@media (max-width: 1400px) {
    .banner1__title {
        font-size: 142px;
    }

    .banner1__description {
        font-size: 30px;
    }

    .banner1__description2 {
        font-size: 14px;
    }
    .banner4__assets{
        right: -110px;
    }
    .banner4__text{
        padding-left: 100px;
    }
    .banner5__img2 {
        width: 1000px;
        right: -30%;
        bottom: -75%;
    }
    .banner5__img5 {
        width: 1000px;
        right: -15%;
        bottom: -45%;
    }
    .banner7__left {
        width: 1100px;
        left: -46%;
        top: -45%;
    }
    .banner7__right {
        width: 800px;
        right: -33%;
        top: 15%;
    }
}
@media (max-width: 1350px) {
    .light1 {
        right: -40%;
        top: -40%;
    }
    .banner5__img3 {
        width: 900px;
        right: -30%;
        bottom: -45%;
    }
    .banner5__img4 {
        width: 1000px;
        right: -20%;
        bottom: -55%;
    }
}

@media (max-width: 1200px) {
    .banner5__card-text {
        padding-left: 50px;
    }
    .banner5__img5 {
        width: 900px;
        right: -25%;
        bottom: -35%;
    }
    .footer__image {
        right: -55%;
        bottom: -205%;
    }
    .banner7__left {
        width: 1100px;
        left: -56%;
        top: -45%;
    }
    .banner7__right {
        width: 800px;
        right: -43%;
        top: 15%;
    }
}

@media (max-width: 1150px) {
    .banner1__svg-wrapper {
        width: 150.47px;
        height: 145.68px;
    }
    .banner1__tesla{
        width: 85%;
    }
    .banner1__solana-wrapper {
        top: 35%;
        right: 31%;
    }

    .banner1__bitcoin-wrapper {
        top: 55%;
        right: 31%;
    }

    .banner1__dash-wrapper {
        top: 5%;
        right: 17%;
    }

    .banner1__amazon-wrapper {
        top: 25%;
        right: 17%;
    }

    .banner1__tesla-wrapper {
        top: 45%;
        right: 17%;
    }

    .banner1__xrp-wrapper {
        top: 2%;
        right: 3%;
    }

    .banner1__litecoin-wrapper {
        top: 22%;
        right: 3%;
    }
    .footer__image {
        right: -95%;
        bottom: -205%;
    }
    .banner1__crystal-wrapper {
        top: 42%;
        right: 3%;
    }
    .banner1__dogi-wrapper{
        top: 62%;
        right: 3%;
    }
    .banner4__assets{
        width: 650px;
        right: -100px;
        top: -50px;
    }
    .banner4__text{
        padding-left: 30px;
    }

    .banner5__coin1 {
        width: 166px;
        right: 255px;
        top: 210px;
    }

    .banner5__coin2 {
        width: 160px;
        right: 450px;
        bottom: 60px;
    }

    .banner5__coin3 {
        width: 280px;
        right: 130px;
        bottom: -120px;
    }

    .banner5__img {
        width: 750px;
        right: -50px;
        bottom: -290px;
    }
    .banner5__img4 {
        width: 900px;
        right: -20%;
        bottom: -55%;
    }
    .banner7__left {
        width: 900px;
        left: -56%;
        top: -45%;
    }
    .banner7__right {
        width: 700px;
        right: -43%;
        top: 25%;
    }
}
@media (max-width: 1050px) {
    .banner1__text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner1__title {
        font-size: 90px;
    }

    .banner1__description {
        font-size: 20px;
        letter-spacing: 2px;
        margin-top: 10px;
        text-align: left; /* выравнивание текста по левому краю */
        align-self: flex-start; /* "отрываем" его от центрирования родителя */
        max-width: 344px;
    }

    .banner1__description2 {
        font-size: 12px;
        margin-top: 26px;
        max-width: 344px;
        text-align: left; /* выравнивание текста по левому краю */
        align-self: flex-start; /* "отрываем" его от центрирования родителя */
        margin-left: auto;
        margin-right: auto;
    }

    .banner1__button {
        margin-top: 10px;
        align-self: flex-start;
        z-index: 200;
    }

    .banner1__svg-wrapper img {
        max-width: 50%;
        max-height: 50%;
    }

    .banner1__svg-wrapper {
        width: 110px;
        height: 110px;
    }

    .banner1 section.container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner1__cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
    }

    .banner1__nvideo-wrapper {
        top: 40%;
        right: 70%;
    }

    .banner1__solana-wrapper {
        top: 56%;
        right: 70%;
    }

    .banner1__bitcoin-wrapper {
        top: 72%;
        right: 70%;
    }

    .banner1__dash-wrapper {
        top: 34%;
        right: 38%;
    }

    .banner1__amazon-wrapper {
        top: 50%;
        right: 38%;
    }

    .banner1__tesla-wrapper {
        top: 66%;
        right: 38%;
    }

    .banner1__xrp-wrapper {
        top: 31%;
        right: 5%;
    }

    .banner1__litecoin-wrapper {
        top: 47%;
        right: 5%;
    }

    .banner1__crystal-wrapper {
        top: 63%;
        right: 5%;
    }

    .banner1__dogi-wrapper{
        top: 79%;
        right: 5%;
    }

    .banner1 {
        height: 790px;
        margin-top: 40px;
    }

    .light1 {
        display: none;
    }

    .light2 {
        display: none;
    }

    .light3 {
        display: none;
    }

    .menu {
        display: none;
    }

    .burger {
        display: block;
        margin-right: 20px;
    }

    .logo-text {
        display: none;
    }

    .logo {
        margin-left: 20px;
    }

    .contact {
        display: none;
    }

    .contact1 {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%); /* ставим кнопку по центру */
        margin: 0; /* убираем правые отступы */
    }

    .header {
        margin-top: 10px;
    }

    .coin2 {
        display: none;
    }

    .coin1 {
        width: 45vw;
        bottom: 40%;
        left: 75%;
        z-index: 0;
    }

    .coin3 {
        width: 45vw;
        bottom: 7%;
        right: 14%;
    }
    .coin4 {
        width: 65vw;
        right: 57%;
        bottom: -21%;
    }

    .coin5 {
        width: 25vw;
        right: 56%;
        top: 45%;
    }
    .coin6{
        display: none;
    }
    .menu__row{
        display: none;
    }
    .banner4 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .banner4__miniTitle {
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
    }

    .banner4__title {
        font-weight: 400;
        font-size: 43px;
        line-height: 105%;
        text-align: left;
        padding-bottom: 380px;
    }

    .banner4__descriptions {
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
    }

    .banner4__item {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }

    .banner4__assets {
        width: 600px;
        aspect-ratio: 1 / 1;
        right: 5%;
        top: 7%;
    }
}
@media (max-width: 1000px) {
    .banner6__card_text {
        font-weight: 500;
        font-size: 18px;
        line-height: 29px;
    }

    .banner6__card_wh {
        width: 85%;
        height: auto;
    }
    .banner5 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .banner5__miniTitle {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
    }

    .banner5__title {
        font-weight: 400;
        font-size: 22px;
        line-height: 150%;
        padding-top: 10px;
    }

    .banner5__card-text {
        padding-left: 20px;
        justify-content: normal;
        padding-top: 35px;
    }

    .banner5__card {
        align-items: normal;
    }

    .banner5__card-title {
        font-weight: 400;
        font-size: 40px;
        line-height: 105%;
    }

    .banner5__card-description {
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        line-height: 150%;
    }

    .banner5__img {
        width: 125vw;
        right: -25%;
        bottom: -30%;
    }

    .banner5__img2 {
        width: 900px;
        right: -25%;
        bottom: -55%;
    }
    .banner5__img {
        width: 650px;
        right: -50px;
        bottom: -290px;
    }

    .banner5__img3 {
        width: 800px;
        right: -25%;
        bottom: -40%;
    }

    .banner5__card5 {
        width: 340vw;
        right: -125%;
        bottom: -163%;
    }

    .banner5__img5 {
        width: 800px;
        right: -15%;
        bottom: -25%;
    }
    .banner5__img4 {
        width: 900px;
        right: -20%;
        bottom: -70%;
    }
    .banner6__banner-title {
        font-family: 'IBM Plex Sans Devanagari';
        font-weight: 500;
        font-size: 60px;
        line-height: 105%;
    }

    .banner6__banner-des {
        font-weight: 500;
        font-size: 30px;
        line-height: 37px;
    }

    .banner6__coin1 {
        width: 320px;
        left: -120px;
        bottom: -30%;
    }

    .banner6__coin2 {
        width: 140px;
        left: 60px;
        bottom: -10%;
    }

    .banner6__coin3 {
        display: none;
    }

    .banner6__parcent1 {
        display: none;
    }

    .banner6__parcent3 {
        width: 12vw;
        right: 1%;
        bottom: 25%;
    }

    .banner6__parcent2 {
        display: none;
    }
}

@media (max-width: 875px) {
    .banner6__container {
        width: 100%;
        padding-left: 20px;
        align-items: center;
    }

    .banner6__row {
        display: grid;
        grid-template-columns: repeat(2, 0fr); /* две колонки */
        gap: 15px;
    }
    .banner5__img5 {
        width: 1300px;
        right: -95%;
        bottom: -95%;
    }
    .banner5__img2 {
        width: 900px;
        right: -65%;
        bottom: -75%;
    }
    .footer__image {
        right: -115%;
        bottom: -205%;
    }
}

@media (max-width: 920px) {

    .banner7__row {
        flex-flow: column;
    }
}


@media (max-width: 768px) {
    .coming {
        font-size: 22px;
    }

    .title {
        font-size: 88px;
        margin: -85px 0;
    }

    .banner6__card_text {
        font-weight: 500;
        font-size: 11px;
        line-height: 29px;
    }

    .description {
        font-size: 24px;
        line-height: 37px;
        margin: -55px 0;
    }

    .banner5__img3 {
        width: 700px;
        right: -25%;
        bottom: -40%;
    }
    .footer__image {
        right: -195%;
        bottom: -205%;
    }
}
@media (max-width: 600px) {
    .banner4__assets {
        width: 600px;
        aspect-ratio: 1 / 1;
        right: -10%;
        top: -10%;
    }
    .banner4__text {
        padding-left: 0;
        padding-top: 0;
    }
    .banner5__img5 {
        width: 1300px;
        right: -85%;
        bottom: -115%;
        rotate: 30deg;
    }
    .banner5__img4 {
        width: 800px;
        right: -35%;
        bottom: -60%;
    }
    .no-show{
        display: none;
    }
    .banner1__blur {
        position: absolute; /* или relative */
        display: block;
        width: 100%;
        height: 160.8px;
        background: linear-gradient(181.13deg, rgba(0, 0, 0, 0) 0.96%, #000000 73.62%);
        z-index: 100;
        bottom: -2%; /* если это нижняя подложка */
        left: 0;
    }
    .banner1__blur2 {
        position: absolute; /* или relative */
        display: block;
        width: 100%;
        height: 160.8px;
        background: linear-gradient(181.13deg, rgba(0, 0, 0, 0) 0.96%, #000000 73.62%);
        rotate: 180deg;
        z-index: 100;
        top: 30%; /* если это нижняя подложка */
        left: 0;
    }
}
@media (max-width: 500px) {
    .banner4__assets {
        width: 550px;
        aspect-ratio: 1 / 1;
        right: -20%;
        top: 0%;
    }
    .banner5__img4 {
          width: 800px;
          right: -55%;
          bottom: -60%;
    }
    .footer__logo {
        order: 1;
        display: flex;
        flex-direction: column;
    }

    .logo {
        display: flex;
        flex-direction: column;

        text-align: left;
        align-self: flex-start;
    }

    .footer__image {
        width: 1330px;
        right: -220%;
        bottom: -130%;
    }

    .footer__socials {
        display: flex;
        gap: 15px;
        text-align: left;
        align-self: flex-start;
        padding-left: 0;
    }

    .footer__docs {
        order: 2;
        display: flex;
        flex-direction: row;
        gap: 24px;
        padding-left: 0px;
        text-align: left;
        align-self: flex-start;
    }

    .footer__ps {
        display: flex;
        flex-direction: row;
        text-align: left;
        align-self: flex-start;
        padding-top: 44px;
    }

    .footer__info > div:first-child {
        order: 3;
        margin-top: 20px;
        font-size: 14px;
    }

    .footer__info {
        display: flex;
        flex-direction: column;
        padding-top: 15px;
        padding-left: 20px;
    }

    .banner2__header-text {
        font-size: 22px;
    }

    .banner2__info {
        padding: 12px;
    }

    .banner2__left,
    .banner2__right {
        font-size: 14px;
    }

    .banner2 {
        padding-left: 16px;
        margin-right: 0;
    }

    .light4 {
        width: 216px;
        height: 266px;
        right: 1%;
        bottom: -45%;
    }

    .banner3 {
        margin-left: 20px;
    }

    .banner3__element {

        padding: 20px 10px;
        gap: 5px;
    }

    .banner3__row {
        gap: 1px;
        margin-right: 20px;
    }

    .banner3__description {
        font-size: 14px;
        line-height: 24px;
        max-width: 180px;
        padding-top: 0;
    }


    .banner5 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .banner5__miniTitle {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
    }

    .banner5__title {
        font-weight: 400;
        font-size: 22px;
        line-height: 150%;
        padding-top: 10px;
    }

    .banner5__card-text {
        padding-left: 20px;
        justify-content: normal;
        padding-top: 35px;
    }

    .banner5__card {
        align-items: normal;
    }

    .banner5__card-title {
        font-weight: 400;
        font-size: 40px;
        line-height: 105%;
    }

    .banner5__card-description {
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        line-height: 150%;
    }

    .banner5__light3 {
        left: 55%;
        top: -48%;
    }

    .banner5__light1 {
        right: 55%;
        bottom: -75%;

    }

    .banner5__light2 {
        right: -115%;
        bottom: -85%;
    }

    .banner5__coin1 {
        width: 36vw;
        right: 33%;
        top: 48%;
    }

    .banner5__coin2 {
        width: 43vw;
        right: 55%;
        bottom: 7%;
    }

    .banner5__coin3 {
        width: 55vw;
        right: -1%;
        bottom: -15%;
    }

    .banner5__img {
        width: 125vw;
        right: -25%;
        bottom: -38%;
    }

    .banner5__img2 {
        width: 900px;
        right: -80%;
        bottom: -75%;
    }

    .banner5__parcent1 {
        width: 55vw;
        right: -18%;
        top: 69%;
    }

    .banner5__parcent2 {
        width: 75vw;
        right: 35%;
        bottom: -18%;
    }

    .banner5__parcent3 {
        width: 45vw;
        right: 80%;
        bottom: 25%;
    }

    .banner5__coin4 {
        width: 55vw;
        right: 28%;
        bottom: 20%;
    }
    .coin4 {
        width: 95vw;
        right: 37%;
        bottom: -21%;
    }
    .banner5__cube1 {
        width: 66px;
        height: 65px;
        right: 25%;
        bottom: 0%;
    }

    .banner5__cube2 {
        display: none;
    }

    .banner5__cube3 {
        width: 66px;
        height: 64px;
        right: -15%;
        top: 80%;
    }

    .banner5__cube4 {
        width: 95px;
        height: 93px;
        right: -2%;
        bottom: 24%;
    }

    .banner5__cube5 {
        width: 161px;
        height: 160px;
        right: 60%;
        bottom: -15%;
    }

    .banner5__card3 {
        width: 70vw;
        right: 11%;
        bottom: 2%;
    }

    .banner5__img3 {
        width: 800px;
        right: -58%;
        bottom: -58%;
    }

    .banner5__coin5 {
        width: 85vw;
        right: 3%;
        bottom: -5%;
    }

    .banner5__piece1 {
        width: 35vw;
        right: -25%;
        bottom: 35%;
        z-index: -1;
    }

    .banner5__piece2 {
        width: 35vw;
        right: 85%;
        bottom: -5%;
    }

    .banner5__piece3 {
        width: 35vw;
        right: -15%;
        bottom: -15%;
    }

    .banner5__card5 {
        width: 340vw;
        right: -125%;
        bottom: -163%;
    }

    .banner5__img5 {
        width: 195vw;
        right: -85%;
        bottom: -48%;
    }

    .banner6 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .banner6__title {
        font-weight: 400;
        font-size: 43px;
        line-height: 105%;
    }

    .banner6__card_container {
        flex-direction: column;
    }

    .banner6__card {
        width: 100%;
        height: 350px;
        align-items: normal;
        flex-direction: column;
    }

    .banner6__card_text {
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 22px;
        line-height: 29px;
    }

    .banner6__card_image {
        margin-top: -25px;
        padding-left: 20px;
    }

    .image2 {
        margin-top: -40px !important;
        padding-left: 40px !important;
    }

    .banner6__row {
        display: grid;
        grid-template-columns: repeat(2, 0fr); /* две колонки */
        gap: 15px;
    }

    .banner6__backed {
        width: 166px; /* чтобы подстраивалось */
        height: 114px;
    }

    .banner6__banner-title {
        font-family: 'IBM Plex Sans Devanagari';
        font-weight: 500;
        font-size: 60px;
        line-height: 105%;
    }

    .banner6__banner-des {
        font-weight: 500;
        font-size: 30px;
        line-height: 37px;
    }

    .banner6__coin1 {
        width: 70vw;
        left: -24%;
        bottom: -30%;
    }

    .banner6__coin2 {
        width: 30vw;
        left: 21%;
        bottom: -10%;
    }

    .banner6__coin3 {
        display: none;
    }

    .banner6__parcent1 {
        display: none;
    }

    .banner6__parcent3 {
        width: 12vw;
        right: 1%;
        bottom: 25%;
    }

    .banner6__parcent2 {
        display: none;
    }

    .banner6__light {
        position: absolute;
        width: 266px;
        height: 266px;
        left: -45%;
        top: -80%;

        background: linear-gradient(180deg, #89FABA 31.25%, #4EC1FF 100%);
        filter: blur(112.5px);
    }

    .banner6__container {
        align-items: flex-start;
    }

    .banner7__title {
        font-weight: 400;
        font-size: 22px;
        line-height: 150%;
        z-index: 2;
    }

    .banner7__card {
        width: 166px;
        height: 114px;
    }

    .banner7 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .svg {
        width: 98px;
        height: 60px;
    }

    .svg2 {
        width: 98px;
        height: 24px;
    }

    .banner7__row {
        flex-flow: row;
    }

    .banner2__svg-wrapper {
        width: 260px;
        height: 174px;
        border-radius: 25px;
    }
    .banner7__left {
        width: 600px;
        left: -66%;
        top: -35%;
    }
    .banner7__right {
        width: 500px;
        right: -48%;
        top: 21%;
    }
    .banner2__header-arrows {
        display: flex;
        gap: 10px; /* расстояние между стрелками */
        margin-right: 16px; /* отступ от правого края */
    }

    .banner2__arrow {
        padding: 8px 10px;
        width: 32px;
        height: 28px;
    }

    .banner2__arrow img {
        width: 12px;
        height: 12px;
    }
}
@media (max-width: 400px) {
    .banner4__assets {
        width: 500px;
        right: -20%;
        top: 0%;
    }
    .banner5__img3 {
        width: 800px;
        right: -70%;
        bottom: -58%;
    }
    .footer__image {
        width: 1330px;
        right: -230%;
        bottom: -130%;
    }
}
@media (max-width: 365px) {
    .banner4__assets {
        width: 500px;
        right: -20%;
        top: 5%;
    }
    .banner4__title{
        font-size: 35px;
    }
    .banner5__img4 {
        width: 800px;
        right: -72%;
        bottom: -60%;
    }

}
@keyframes floatY {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}