* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'PP Neue Montreal', sans-serif;
}

div,a,span,svg{
    display: inline-block;
}

body, html{
    background: #19181E;
}

body{
    text-align: center;
    font-size: 0;
}

.header{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #19181E;
    z-index: 9999;
}

.header__border{
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, #302E3900, #302E39, #302E3900);
}

.page__wrapper{
    width: 100%;
    max-width: 1440px;
    position: relative;
    height: calc(100vh - 90px);
    padding: 0 42px;
}

.page__wrapper__header{
    text-align: left;
    height: 90px;
}

.header__logo{
 height: 50px;
 margin-top: 20px;
}

.header__logo svg{
    height: 100%;
}

.header__button{
    float: right;
    background: #45295A;
    border-radius: 16px;
    width: 162px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #AF87CD;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
}

.section__1{
    width: 100%;
    background: url(./s1.png);
    background-size: auto 720px;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 90px;
    overflow: hidden;
    
}

.section__1__bloom{
    width: 250px;
    height: 300px;
    background: #787488;
    position: absolute;
    left: 5%;
    top: -100px;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.2;
    transform: rotate(-10deg);

    mix-blend-mode: difference;
}









.section__1__bloom__a{
    
}

.section__1__bloom__b{
    left: unset;
    right: 5%;
    top: 20px;
    transform: rotate(10deg);

}


@keyframes floating-oval-left {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(100px, 50px) rotate(5deg);
    }
    50% {
        transform: translate(200px, 0px) rotate(-5deg);
    }
    75% {
        transform: translate(100px, -50px) rotate(3deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@keyframes floating-oval-right {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(-80px, 70px) rotate(-3deg);
    }
    50% {
        transform: translate(-160px, 0px) rotate(4deg);
    }
    75% {
        transform: translate(-80px, -70px) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

.section__1__bloom__a {
    animation: floating-oval-left 8s infinite ease-in-out;
}

.section__1__bloom__b {
    animation: floating-oval-right 10s infinite ease-in-out;
}


.section__1__content{
    width: 100%;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;

    padding: 0 42px;
}


.section__1__line__1{
    
    font-size: 64px;
    font-weight: 500;
    text-transform: uppercase;
   
}

.section__1__line__1__a{
    background: linear-gradient(to left, #FDFCFF, #989799);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section__1__line__1__b{
    font-weight: 500;
    background: linear-gradient(45deg, #0ffbd4a3, #6157e6, #6a1df8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section__1__line__2{
    font-size: 24px;
    line-height: 36px;
    margin-top: 16px;
    color: #D2D2D2;
    max-width: 640px;
}

.section__1__line__3{
    width: 100%;
    margin-top: 42px;
}

.section__1__button{
    background: #45295A;
    border-radius: 16px;
    width: 162px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #AF87CD;
    font-size: 16px;
    font-weight: 500;
    vertical-align: top;

    background: #45295A;
}

.section__1__button__b{
    line-height: 48px;
    background: transparent;
    border: 1px solid #36403A;
    margin-left: 16px;
    color: #FDFCFF;
}


.section__1__line__4{
    width: 100%;
    height: 42px;
    position: relative;
    margin-top: 96px;
    overflow: hidden;
}

.section__1__line__4__inner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    text-align: center;
}


.section__1__line__4__inner__item{
    height: 42px;
    width: 190px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: saturate(0) brightness(0.7);

}

.section__1__line__4__inner__item__1{
    background-image: url(./orca.png);
}


.section__1__line__4__inner__item__2{
    background-image: url(./meteora.png);
}

.section__1__line__4__inner__item__3{
    background-image: url(./raydium.png);
}


.section__1__line__4__overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 42px;
   
    background: linear-gradient(to right, #19181E, #19181E00);

    display: none;
}


.section__1__line__4__overlay__right{
    left: unset;
    right: 0;
    background: linear-gradient(to left, #19181E, #19181E00);
}





.section__1__line__5{
    width: 100%;
    margin-top: 70px;
    padding-bottom: 48px;
}



.section__1__line__5__column{
    width: 33.333%;
    vertical-align: middle;
  
    text-align: center;

}

.section__1__line__5__column__social{
    background: #232228;
    width: 48px;
    height: 48px;
    text-align: center;
    margin: 0 5px;
    border-radius: 10px;
}


.section__1__line__5__column__social svg{
    height: 100%;
}


.section__1__line__5__column__l{
    font-size: 16px;
    color: #A9A6A3;
    text-align: left;
}

.section__1__line__5__column__r{
    font-size: 16px;
    color: #A9A6A3;
    text-align: right;
}

.section__2{
    width: 100%;
    margin-top: 130px;
}

.section__2__title{
    width: 100%;
}




.section__2__title__left{
    color: #FDFCFF;
    font-size: 64px;
    line-height: 68px;
    font-weight: 500;
    text-align: left;
    width: calc(100% - 610px);
    vertical-align: top;
    
}


.section__2__title__right{
    width: 610px;
    vertical-align: top;
    color: #908f96;
    font-size: 24px;
    text-align: left;
    padding-top: 8px;
   
}


.section__2__items{
    width: 100%;
    margin-top: 64px;
}

.section__2__item{
    width: calc(50% - 12px);
    background: linear-gradient(135deg, #59586800 0%, #595868);
    border-radius: 24px;
    vertical-align: top;
   

    padding: 1px;

    overflow: hidden;
}

.section__2__item__b{
    margin-left: 24px;
}

.section__2__item__inner{
    width: 100%;
    height: 100%;
    border-radius: 23px;
    background-color: #1F1E25;
    background-image: url(./s2_1.png);
    background-size: 90% auto;
    background-position: top right;
    background-repeat: no-repeat;

    position: relative;

    min-height: 580px;
}

.section__2__item__img{
    width: 100%;
    height: 340px;

    margin-top: 60px;
}

.section__2__item__img svg{
    height: 100%;
}

.section__2__item__img__b{
    height: 300px;
    margin-bottom: 40px;
}


.section__2__item__title{
    padding: 0 48px;
    width: 100%;
    font-size: 38px;
    text-align: left;
    color: #FDFCFF;
    font-weight: 500;
}

.section__2__item__text{
    padding: 0 48px;
    width: 100%;
    color: #89888f;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    margin-top: 22px;
    padding-bottom: 48px;
}

.section__3{
    width: 100%;
    margin-top: 120px;
}

.section__3__item{
    width: 100%;
    min-height: 800px;
    background: #1F1E25;
    border-radius: 24px;
    border: 1px solid #363440;
    padding: 48px;

    background-image: url(./s3.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;

}

.section__3__item__title{
    width: 100%;
    text-align: center;
    font-size: 64px;
    color: #FDFCFF;
    font-weight: 500;
}

.section__3__item__subtitle{
    width: 100%;
    text-align: center;
    font-size: 38px;
    margin-top: 6px;
    color: #989799;
    font-weight: 500;
}


@media (max-width: 665px){
    .section__1__line__4__inner{
        text-align: left;
    }
    .section__1__line__4__inner__item{
        height: 32px;
        width: 130px;
        background-position: left;
    }
}


@media (max-width: 550px){
    .section__1__line__1{
        font-size: 32px;
    }
    .section__1__line__2{
        font-size: 18px;
        line-height: 26px;
    }

    .header__logo{
        height: 30px;
        margin-top: 30px;
    }
    .page__wrapper, .section__1__content{
        padding: 0 20px;
    }

    .section__1__line__4, .section__1__line__5{
        margin-top: 32px;
    }
    .section__1__line__5__column__social{
        width: 40px;
        height: 40px;
    }
    .section__1__content{
        bottom:unset;
        top:30px;
    }
    .section__1{
        background-size: auto 370px;
    }
}


@media (max-width: 420px){
.section__1__button{
    width: 100%;
    margin: 0;
    margin-bottom: 12px;
}
.section__1__line__4__inner__item{
    height: 26px;
    width: 33.333%;
    background-position: center;
}
.section__1__line__5__column__l, .section__1__line__5__column__r{
    font-size: 12px;
}
}