body,html{
    -ms-scroll-chaining:none;
    margin:0;
    overscroll-behavior:none;
    padding:0
}
@-webkit-keyframes slidetounlock{
    0%,10%{
        background-position:-100px 0
    }
    50%,to{
        background-position:100px 0
    }
}
@keyframes slidetounlock{
    0%,10%{
        background-position:-100px 0
    }
    50%,to{
        background-position:100px 0
    }
}
.min-h-full{
    min-height:100vh
}
.flex{
    display:flex
}
.button-subscription,.button-subscription-area,.flex-both-center{
    align-items:center;
    display:flex;
    justify-content:center
}
.flex-wrap{
    flex-wrap:wrap
}
.flex-h-center{
    display:flex;
    justify-content:center
}
.item-center,.subsc-button{
    align-items:center
}
.flex-dir-c{
    flex-direction:column
}
.mx-auto{
    margin-left:auto;
    margin-right:auto
}
.mt-2{
    margin-top:2px
}
.mt-4{
    margin-top:4px
}
.mt-8{
    margin-top:8px
}
.mt-12{
    margin-top:12px
}
.button-subscription-area,.mt-16{
    margin-top:16px
}

.mt-32{
    margin-top:32px
}
.mt-48{
    margin-top:48px
}
.mt-120{
    margin-top:120px
}
.mb-48{
    margin-bottom:48px
}
.m-auto{
    margin:auto
}
.ml-6{
    margin-left:6px
}
.py-10{
    padding:10px
}
.ln-h-22{
    line-height:22px
}
.ln-h-32{
    line-height:32px
}
.text-fs-14{
    font-size:14px
}
.text-fs-16{
    font-size:16px
}
.page-overlay-text,.text-fs-18{
    font-size:18px
}
.text-fs-20{
    font-size:20px
}
.text-fs-22{
    font-size:22px
}
.font-weight-500{
    font-weight:500
}
.font-weight-600{
    font-weight:600
}

.page-bg{
    height:100vh;
    inset:0;
    position:fixed;
    width:100vw;
    z-index:-1
}
.w-full{
    width:100%
}
.w-250{
    width:250px
}
.h-150,.h-165{
    height:150px
}
.background-overlay{
    height:100%;
    position:fixed;
    width:100%;
    z-index:0
}
.page-image,.page-overlay{
    height:100vh;
    position:fixed;
    width:100vw;
    left:0;
    top:0
}
.page-overlay{
    -webkit-backdrop-filter:blur(20px);
    backdrop-filter:blur(20px);
    background:rgba(0,0,0,.1);
    z-index:100
}
.page-overlay-title{
    font-family:sans-serif;
    font-size:30px
}
.page-image{
    object-position:center
}
.display-image,.page-image{
    -o-object-fit:cover;
    object-fit:cover
}
.display-image{
    border-radius:50%;
    display:block;
    height:96px;
    width:96px
}
.text-center{
    text-align:center
}
.page-item-wrap:last-child,.page-title{
    margin-bottom:0
}
.button-subscription{
    background:0 0;
    border:1.5px solid rgba(13,12,34,.1);
    border-radius:45px;
    cursor:pointer;
    font-weight:600;
    gap:8px;
    padding:10px 14px
}
.button-subscription,.button-subscription:hover,.page-item-wrap{
    transition:transform .15s cubic-bezier(.17,.67,.29,2.71)
}
.button-subscription:hover{
    transform:scale(1.025)
}
.page-full-wrap{
    padding-bottom:176px;
    width:680px;
    z-index:10
}

.page-item{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:-1
}
.page-social{
    cursor:pointer;
    display:block;
    margin:0 12px 12px
}

.page-social svg{
    height:28px;
    width:28px
}
.relative{
    position:relative
}
.link-each-image{
    height:43px;
    left:9px;
    -o-object-fit:cover;
    object-fit:cover;
    position:absolute;
    width:43px
}
.page-logo{
    bottom:32px;
    left:calc(50% - 15px);
    position:absolute
}

.rounded-md{
    border-radius:8px
}
.cursor-pointer{
    cursor:pointer
}
.page-item-each{
    overflow:hidden;
    text-decoration:none;
    z-index:10
}
.item-title{
    width:55%;
    word-break:break-word
}
.social-icon-anchor{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
.page-social:hover{
    transform:scale(1.1);
    transition:.1s ease-in-out
}

.verify-inp-out{
    border-radius:4px
}
.verify-inp-out:focus-within{
    background:linear-gradient(167.97deg,#ff5858 1.57%,#c058ff 97.89%)
}
.op-0{
    opacity:0
}
.bl-circle-loader,.red-btn{
    border-radius:50%;
    height:15px;
    position:absolute;
    width:15px
}
.bl-circle-loader{
    -webkit-animation:1s linear infinite spin;
    animation:1s linear infinite spin;
    border-right:3px solid transparent;
    border-top:3px solid transparent;
    border-color:#fff #fff transparent transparent;
    border-style:solid;
    border-width:3px
}

@-webkit-keyframes spin{
    0%{
        -webkit-transform:rotate(0)
    }
    to{
        -webkit-transform:rotate(1turn)
    }
}
@keyframes spin{
    0%{
        transform:rotate(0)
    }
    to{
        transform:rotate(1turn)
    }
}
@media (max-width:768px){
    .page-full-wrap{
        width:90%
    }
    .page-overlay-title{
        font-size:24px;
        margin:16px 0
    }
}
@media (max-width:480px){
    .xs-hidden{
        display:none
    }
    .xs-w-100{
        width:100%
    }
    .xs-w-150{
        width:150px
    }
    .h-165{
        height:165px
    }
    .xs-mt-6{
        margin-top:6px
    }
    .xs-mt-8{
        margin-top:8px
    }
    .xs-mt-16{
        margin-top:16px
    }
    .xs-mt-32{
        margin-top:32px
    }
    .xs-mx-24{
        margin:auto 24px
    }
    .xs-block{
        display:block
    }
}
.page-title{
    font-size:18px;
    font-weight:700
}
.page-bioline{
    font-size:16px;
    font-weight:500
}
.page-item-title{
    font-size:16px;
    font-weight:700
}
.page-item-each{
    font-size:16px;
    font-weight:400;
    border-radius:30px;
    min-height:40px
}
.page-item-wrap{
    margin:16px 0
}
.page-item-wrap:hover{
    transform:translate3d(0,0,0) scale(1.015)
}
.page-item{
    border:0 solid transparent;
    border-radius:30px
}
.link-each-image,.page-item-wrap{
    border-radius:30px
}



::-webkit-scrollbar {
    width: 7px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #ddd
}

::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear, left top, left bottom, from(#010101), to(#6c6c6c));
    background: linear-gradient(#010101, #6c6c6c);
    border-radius: 15px
}

::-webkit-scrollbar-thumb:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(#010101));
    background: linear-gradient(#6c6c6c, #010101)
}
