@font-face {
    font-family: 'Madani Arabic';
    src: url('../fonts/MadaniArabic-Regular.woff2') format('woff2'),
         url('../fonts/MadaniArabic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Madani Arabic';
    src: url('../fonts/MadaniArabic-Medium.woff2') format('woff2'),
         url('../fonts/MadaniArabic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Madani Arabic';
    src: url('../fonts/MadaniArabic-Bold.woff2') format('woff2'),
         url('../fonts/MadaniArabic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'River Adventurer';
    src: url('../fonts/River-Adventurer.ttf') format('truetype'),
            url('../fonts/River-Adventurer.ttf') format('truetype');
}  
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
* {
    -webkit-tap-highlight-color: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
input, select {
    vertical-align:middle;
}
*,
*::after,
*::before{
    padding: 0;
    margin: 0;
    box-sizing: border-box;   
}
a{
    color: inherit;
    text-decoration: none;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html,body{
    font-family: 'Madani Arabic', sans-serif;
    font-size: clamp(12px, 2.3vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    scroll-behavior: smooth;
    background: #070707;
    color: #fff;
}
.body{
    min-width: 320px;
}
.body.no-scroll{
    overflow: hidden;
}
.container{
    max-width: 1160px;
    padding: 0 15px;
    margin: 0 auto;
}
main.main{
    overflow: hidden;
}
.header{
    padding: 15px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
}
.header__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.header__logo{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 242px;
}
.header__logo img{
    width: 100%;
}
.header__links,
.footer__links{
    display: flex;
    align-items: center;
    gap: 12px;
}
.header__links-item,
.footer__links-item{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .header__logo{
        max-width: 200px;
    }
}
@media (max-width: 600px) {
    .header__logo{
        max-width: 130px;
    }
}
.hero{
    position: relative;
    height: 100vh;
    min-height: 710px;
    z-index: 1;
    max-height: 1500px;
}
.hero__bg{
    position: absolute;
    width: 1773px;
    height: 1324px;
    right: -1297px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(84, 53, 151, 0.80) 0%, rgba(84, 53, 151, 0.00) 100%);
}
.hero::before{
    content: '';
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(96, 53, 151, 0.80) 0%, rgba(96, 53, 151, 0.00) 100%);
    width: 1404px;
    height: 1328px;
    left: -1007px;
    top: -200px;
}
.hero::after{
    content: '';
    position: absolute;
    background-image: url('../img/hero-bg.svg');
    width: 1295px;
    height: 960px;
    right: 0;
    top: -200px;
    opacity: 0.2;
    z-index: -1;
}
.hero__content{
    position: relative;
    z-index: 1;
}
.hero__icon{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0px;
    right: 0;
    animation: moveUpDown 4s infinite 0.2s;
    width: 10vw;
    max-width: 189px;
}
.hero__icon img{
    width: 100%;
}
.hero .container{
    height: 100%;
}
.hero__inner{
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}
.hero__title{
    font-family: 'River Adventurer', sans-serif;
    font-size: clamp(50px, 10vw, 110px);
    font-weight: 400;
}
.hero__sub-title{
    margin-top: -16px;
    font-family: 'River Adventurer', sans-serif;
    font-size: clamp(35px, 6vw, 65px);
    color: #F4BD52;
    font-weight: 400;
}
.hero__descr {
    margin-top: 25px;
    max-width: min(83vw, 473px);
}
.hero__name{
    color: #F4BD52;
    font-size: clamp(16px, 3vw, 22px);
    font-weight: bold;
    font-style: normal;
}
.hero__btn {
    margin-top: clamp(80px, 4vw, 44px);
}
.hero__block{
    position: absolute;
    top: calc(50% + 6px);
    transform: translateY(-50%);
    right: -210px;
    pointer-events: none;
}
.hero__image{
    display: flex;
    align-items: center;
    width: 83vw;
    max-width: 1040px;
}
.hero__image img{
    width: 100%;
    animation: moveUpDown 4s infinite;
}
@media (max-width: 768px) {
    .hero__block {
        right: -140px;
    }
    .hero::before {
        left: -1127px;
    }
    .hero::after{
        right: -290px;
    }
}
@media (max-width: 600px) {
    .hero{
        min-height: 660px;
    }
    .hero__inner{
        flex-direction: column-reverse;
        justify-content: center;
    }
    .hero__block{
        position: initial;
        transform: none;
    }
    .hero__image{
        width: 126vw;
        max-width: 400px;
    }
    .hero__sub-title{
        margin-top: 0;
    }
}
@keyframes moveUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
}
.title{
    font-family: 'River Adventurer', sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #F4BD52;
    line-height: 47px;
    margin-bottom: 14px;
}
@media (max-width: 620px) {
    .title {
        font-size: 43px;
        line-height: 41px;
    }
}
.btn {
    display: inline-block;
    width: max-content;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: clamp(19px, 2vw, 37px);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    padding: clamp(5px, 0.2vw, 12px) clamp(54px, 7vw, 77px);
    transition: all .2s ease;
}
.btn::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -48%);
    z-index: -1;
    background-image: url('../img/btn.webp');
    background-repeat: no-repeat;
    width: clamp(200px, 25vw, 312px);
    height: 184.487px;
    background-size: 100%;
    background-position: center;
    pointer-events: none;
    z-index: 1;
}
.btn::after {
    animation: btn_animate 8s linear infinite;
    background: linear-gradient(90deg,#00bcd4,#e040fb,#ffeb3b,#03a9f4);
    background-size: 400%;
    border-radius: 40px;
    bottom: -5px;
    content: "";
    filter: blur(20px);
    left: -5px;
    opacity: 0;
    opacity: 1;
    position: absolute;
    right: -5px;
    top: -5px;
    transition: .5s;
    z-index: -2;
    opacity: 0.5;
}
@keyframes btn_animate {
    0% {
        background-position: 0;
    }
    100% {
        background-position: 400%;
    }
}
.btn span{
    position: relative;
    z-index: 1;
}
.btn-2{
    font-size: clamp(16px, 2vw, 32px);
}
.btn-2::before{
    background-image: url('../img/btn-2.webp');
    width: clamp(200px, 25vw, 312px);
    height: 86px;
    transform: translate(-50%, -50%);
}
.btn:hover{
    transform: scale(1.05);
}
.about{
    margin-top: 100px;
    position: relative;
    z-index: 1;
}
.about::before {
    content: '';
    position: absolute;
    background-image: url('../img/btcm-1.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 10vw;
    max-width: 170px;
    height: 249px;
    top: -300px;
    left: 0px;
    pointer-events: none;
    z-index: -1;
    animation: moveUpDown 4s infinite 0.2s;
}
.about .container{
    max-width: 1336px;
}
.about__block {
    display: grid;
    justify-content: space-between;
    gap: 2px;
    grid-template-columns: repeat(4, 1fr);
}
.about__item{
    position: relative;
    z-index: 1;
    width: 100%;
}
.about__item::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-image: url('../img/feature.webp');
    width: 357px;
    height: 369px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}
.about__item-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 192px;
    height: 192px;
    margin: -74px auto 15px;
}
.about__item-name{
    color: #F4BD52;
    text-align: center;
    font-family: 'River Adventurer', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 315px;
    margin: 0 auto 9px;
}
.about__item-descr{
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    max-width: 192px;
    margin: 0 auto;

}
@media (max-width: 1200px) {
    .about__block {
        grid-template-columns: repeat(3, 1fr);
        gap: 140px 2px;
    }
}
@media (max-width: 940px) {
    .about__block {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 620px) {
    .about__block {
        grid-template-columns: 1fr;
    }
    .btn::before{
        transform: translate(-50%, -50%);
    }
}
.invite{
    position: relative;
    z-index: 1;
}
.invite::before {
    content: '';
    position: absolute;
    background-image: url('../img/btcm-3.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: clamp(300px, 42vw, 690px);
    height: 690px;  
    top: 0px;
    left: 0px;
    pointer-events: none;
    z-index: 3;
    animation: moveUpDown 4s infinite 0.3s;
}
.invite::after {
    content: '';
    position: absolute;
    width: 1292px;
    height: 1245px;
    background: radial-gradient(50% 50% at 50% 50%, #353697 0%, rgba(53, 54, 151, 0.00) 100%);
    left: -943px;
    top: 20px;
    pointer-events: none;
    z-index: -1;
}
.invite__top{
    display: flex;
    align-items: center;
    gap: clamp(30px, 6vw, 90px);
    position: relative;
    z-index: 1;
}
.invite__block{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    pointer-events: none;
    max-width: 500px;
    width: 100%;
    animation: moveUpDown 4s infinite 0.2s;
}
.invite__bg {
    position: absolute;
    z-index: -1;
    right: -380px;
    display: flex;
    align-items: center;
}
.invite__image{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 690px;
    position: relative;
    right: -150px;
    bottom: -20px;
    min-width: clamp(400px, 70vw, 962px);
}
.invite__image img{
    width: 100%;
}
.invite{
    position: relative;
}
.invite__character{
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 50px;
    pointer-events: none;
    animation: moveUpDown 4s infinite 0.3s;
    width: clamp(200px, 19vw, 325px);
}
.invite__character img{
    width: 100%;
}
.invite__descr{
    max-width: 376px;
}
.invite__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 3000px;
    margin: 100px auto 0;
    position: relative;
    z-index: 2;
}
.invite__item{
    width: 100%;
    max-width: 350px;
    display: flex;
    align-items: center;
}
.invite__item:hover img{
    transform: scale(1.05);
}
.invite__item img{
    width: 100%;
    transition: all .5s ease;
}
@media (max-width: 940px) {
    .invite__top{
        flex-direction: column;
        gap: 40px;
    }
    .invite__block{
        max-height: 340px;
    }
    .invite__image {
        right: -60px;
        bottom: -80px;
    }
}
@media (max-width: 768px) {
    .invite__bottom{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0 15px;
        gap: 30px;
    }
}
@media (max-width: 620px) {
    .invite::before {
        width: clamp(160px, 27vw, 690px);
        top: -30px;
    }
    .invite__image {
        right: 120px;
        bottom: -20px;
    }
    .invite__bottom{
        grid-template-columns: 1fr 1fr;
    }
}
.following{
    margin-top: 177px;
    position: relative;
    z-index: 1;
}
.following::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url('../img/following/bg-1.webp');
    background-position: top;
    width: 100%;
    height: 584px;
    z-index: -1;
    pointer-events: none;
}
.following::after{
    content: '';
    position: absolute;
    background: var(--gradient, linear-gradient(4deg, rgba(115, 30, 146, 0.50) 5.46%, rgba(165, 50, 205, 0.00) 100.72%));
    filter: blur(50px);
    width: 100%;
    height: 381px;
    z-index: -1;
    top: -74px;
    pointer-events: none;
}
.following__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.following__content{
    margin-top: 40px;
    width: 100%;
    max-width: 417px;
}
.following__image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 602px;
}
.following__image img{
    width: 120%;
    animation: moveUpDown 4s infinite 0.2s;
}
.following__icon{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -150px;
    right: 0;
    animation: moveUpDown 4s infinite 0.3s;
}
.following__icon img{
    width: 14vw;
    max-width: 229px;
}
@media (max-width: 768px) {
    .following {
        margin-top: 120px;
    }
    .following__inner{
        padding-top: 50px;
        flex-direction: column-reverse;
    }
}
.battles{
    margin-top: 200px;
    position: relative;
    z-index: 1;
}
.battles__inner{
    display: flex;
    align-items: center;
    gap: 47px;
}
.battles__image{
    display: flex;
    align-items: center;
    position: relative;
    max-width: 560px;
    width: 100%;
    z-index: 1;
    transition: all 1s ease;
}
.battles__image:hover{
    transform: scale(1.05);
}
.battles__image::before{
    position: absolute;
    content: '';
    border-radius: 35px;
    background: linear-gradient(25deg, rgba(115, 30, 146, 0.70) 3.84%, rgba(73, 73, 201, 0.70) 95.36%);
    filter: blur(50px);
    top: -18px;
    width: calc(100% + 11px);
    height: calc(100% - 12px);
    z-index: -1;
}
.battles__image img{
    width: 100%;
}
.battles__content{
    width: 100%;
    max-width: 483px;
}
@media (max-width: 768px) {
    .battles {
        margin-top: 100px;
    }
    .battles__inner{
        flex-direction: column;
    }
}
.join{
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}
.join::after{
    content: '';
    position: absolute;
    background-image: url('../img/join-bg.svg');
    background-size: 2876px 589px;
    background-position: center;
    background-repeat: repeat-x;
    height: 589px;
    width: calc(100% + 1438px);
    left: 0;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -2;
    pointer-events: none;
}
.join::before {
    content: '';
    position: absolute;
    background-image: url('../img/btcm-6.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: clamp(70px, 10vw, 140px);
    height: 273px;
    top: 0px;
    left: 0px;
    pointer-events: none;
    z-index: -1;
    animation: moveUpDown 4s infinite 0.2s;
}
.join__inner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.join__content{
    width: 100%;
    max-width: 427px;
}
.join__title{
    margin-bottom: 4px;
    text-align: center;
}
.join__descr{
    text-align: center;
}
.join__image{
    width: 100%;
    max-width: 578px;
    display: flex;
    align-items: center;
}
.join__image img{
    width: 100%;
    animation: moveUpDown 4s infinite 0.3s;
}
.join__btn{
    display: block;
    margin: clamp(20px, 3vw, 40px) auto 0;
}
@media (max-width: 1000px) {
    .join::after {
        content: '';
        position: absolute;
        background-image: url('../img/join-bg.svg');
        background-size: 2876px 100%;
        background-position: center;
        background-repeat: repeat-x;
        height: 100%;
        width: calc(100% + 100vw);
        left: 0;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        z-index: -2;
        pointer-events: none;
    }
}
@media (max-width: 768px) {
    .join__inner{
        padding-top: 50px;
        flex-direction: column-reverse;
    }
}
.footer{
    margin-top: 52px;
    overflow: hidden;
}
.footer__inner{
    position: relative;
    z-index: 1;
    padding-bottom: 71px;
}
.footer__inner::before{
    content: '';
    position: absolute;
    background-image: url('../img/diamond.webp');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: clamp(100px, 16vw, 261px);
    height: 168px;
    background-size: 100%;
    bottom: 0;
    z-index: -1;
    left: 30%;
    pointer-events: none;
}
.footer__logo{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 167px;
}
.footer__logo img{
    width: 100%;
}
.footer__content{
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.footer__copy{
    font-weight: 500;
}
.footer__block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 504px;
}
.footer__built{
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 500;   
}
@media (max-width: 768px) {
    .footer__logo{
        margin: 0 auto;
    }
    .footer__content{
        flex-direction: column;
    }
    .footer__block{
        flex-direction: column;
        gap: 20px;
    }
}