* {
    box-sizing: border-box;
}
body {
    background-color: rgb(4,11,17);
    color: #FFF;
    font-family: Lato, sans-serif;
    font-size: 18px;
    margin: 0;
}
.text{
    font-size: 24px;
}
.header .row, .block, .block_mini{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1440px) {
    .header, .block, .block_mini{
        max-width: initial;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .text.small{
        font-size: 14px;
    }
}
.block{
    width: 100%;
    min-height: 100vh;
    padding: 108px 0 0 0;
}
.block_mini{
    width: 100%;
    padding: 54px 0;
}
.header{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(4,11,17, 0.5);
    backdrop-filter: blur(10px);
}
.header .row > div{
    height: 108px;
    display: inline-block;
    align-content: center !important;
}
.header .menu a{
    display: inline-block;
    margin-right: 30px;
    color: #FFF !important;
    text-decoration: none !important;
}
.imageHeader{
    max-height: 840px;
}
.button{
    padding: 1rem 1.5rem;
    display: inline-block;
    position: relative;
    border-radius: 100px;
    background: rgb(4,11,17);
    color: #FFF !important;
    text-decoration: none !important;
}
.button::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(97.16deg, #0454FF 12.04%, #FFFFFF 81.84%);
    border-radius: 100px;
    z-index: -1;
}
.buttonBlue{
    padding: 1rem 2rem;
    display: inline-block;
    position: relative;
    border-radius: 100px;
    background: rgb(4,11,17);
    color: #FFF !important;
    border: solid 2px #0454FF;
    text-decoration: none !important;
}
.buttonWhite{
    padding: 1rem 1.5rem;
    display: inline-block;
    position: relative;
    border-radius: 100px;
    background: rgb(4,11,17);
    color: #FFF !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 500ms;
    /* border: 1px solid transparent; */
}
.buttonWhite::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: #FFF;
    border-radius: 100px;
    z-index: -1;
    transition: 500ms;
}
.buttonWhite:hover::before {
    /* top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px; */
    background: #0454FF;
    box-shadow: 0 0 20px 0px #ffffff7e;
}
.buttonWhite:hover {
    /* margin: -1px; */
    /* border-color: #fff; */
}
.buttonTrans{
    padding: 1rem 1.5rem;
    display: block;
    border-radius: 100px;
    background-color: transparent;
    color: #FFF !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: solid 1px #FFF !important;
    text-align: center;
}
.button.max, .buttonWhite.max{
    display: block;
    width: 400px;
    margin: auto;
    text-align: center;
}
.button.max1, .buttonWhite.max1{
    display: block;
    width: 300px;
    text-align: center;
}
.title1{
    font-size: 40px;
    font-family: Oxanium, serif;
    font-weight: 500;
    text-transform: uppercase;
}
.title2{
    font-size: 24px;
}
.title3{
    font-size: 24px;
    font-family: Oxanium, serif;
    color: #F9F9F980;
    font-weight: 300;
    text-transform: uppercase;
}
.title31{
    font-size: 24px;
    font-family: Oxanium, serif;
    font-weight: 300;
    text-transform: uppercase;
}
.tokenomic{
    font-size: 36px;
    font-family: Lato, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 947px;
    margin: auto;
}
.title4{
    font-size: 24px;
    font-family: Oxanium, serif;
    color: #F9F9F980;
    font-weight: 600;
    text-transform: uppercase;
}
.title41{
    font-size: 24px;
    font-family: Oxanium, serif;
    font-weight: 600;
    text-transform: uppercase;
}
.title42{
    font-size: 24px;
    font-family: Oxanium, serif;
    font-weight: 600;
}
.title5{
    font-size: 96px;
    font-family: Oxanium, serif;
    font-weight: 800;
    text-transform: uppercase;
}
.title51{
    font-size: 96px;
    font-family: Oxanium, serif;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: -30px;
}
.title52{
    position: absolute;
    right: -20px;
    margin-top: -10px;
    z-index: -1;
}
.title6{
    font-size: 24px;
    font-family: Oxanium, serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -100px;
}
.title7{
    font-size: 16px;
    font-weight: 400;
}
.title8{
    font-size: 48px;
    font-weight: 600;
    font-family: Oxanium, serif;
    text-transform: uppercase;
}
.secure {
    position: absolute;
    left:0;
    z-index: -1;
}
.secure.right {
    position: absolute;
    left:initial;
    right: 0;
}
.circle {
    width: 1200px;
    height: 1200px;
    position: absolute;
    left: -600px;
    z-index: -1;
    margin-top: -600px;
    background: radial-gradient(37.26% 37.26% at 50% 50%, rgba(4, 84, 255, 0.5) 0%, rgba(170, 20, 240, 0) 100%);
/* background: linear-gradient(180deg, rgba(0, 194, 255, 0) 0%, rgba(4, 84, 255, 0.5) 100%); */
}

.circle.right{
    left:initial;
    width: 600px;
    height: 1200px;
    background-size: 1200px 1200px;
    right: 0;
}
.circle2.right{
    position: absolute;
    right:0;
    z-index: -1;
}
.sb{
    color:#0454FF;
    font-weight: 600;
}
.sb1{
    background: linear-gradient(90deg, #0456FF 30%, #FFFFFF 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    font-weight: 600;
}
.sb2{
    background: linear-gradient(90deg, #0456FF 0%, #FFFFFF 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    font-weight: 600;
}
.imageBlock3{
    height: 600px;
    position: relative;
}
.imageBlock3 img{
    max-width: 744px;
    position: absolute;
    left:50%;
    top:190px;
    margin-left: -372px;
    zoom:0.8;
}
.imageBlock31{
    height: 600px;
    position: relative;
}
.imageBlock31 img{
    max-width: 744px;
    position: absolute;
    left:50%;
    top:70px;
    margin-left: -372px;
}
.divider{
    background: #FFF;
    height: 2px;
    width: 60px;
    margin: auto;
    border-radius: 2px;
}
.divider1{
    background: #FFF;
    height: 2px;
    width: 100%;
    margin: auto;
    border-radius: 2px;
}
.block1{
    position: relative;
    background: radial-gradient(81.48% 81.48% at 28.29% 21.9%, #FFFFFF 0%, rgba(255, 255, 255, 0) 42.66%),
    linear-gradient(334.39deg, #FFFFFF -15.37%, rgba(255, 255, 255, 0) 51.55%);
    border-radius: 30px;
    padding: 60px 30px;
    margin: 1px;
    overflow: hidden;
}
.block1::before{
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    border-radius: 30px;
    background: radial-gradient(circle, #18153b 0%, #040b11 100%);
    /* z-index: -1; */
}
.block_cont {
    position: relative;
    /* z-index: 110; */
}
.block2{
    position: relative;
    background: #040b11;
    padding: 30px 30px;
}
.block2::before{
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    z-index: -1;
    background: linear-gradient(137.5deg, #0456FF 0%, rgba(248, 108, 248, 0) 40%);
}
.block2::after{
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    z-index: -1;
    background: linear-gradient(137.5deg, rgba(248, 108, 248, 0) 60%, #0456FF 100%);
}
.block3{
    max-width: 1070px;
    margin: auto;
    position: relative;
    text-align: center;
}
.block4{
    max-width: 1135px;
    margin: auto;
    position: relative;
}
.text2{
    font-size: 24px;
    font-family: Oxanium, serif;
    font-weight: 300;
}
.monsta{
    margin-bottom: -63px;
    margin-left: -32px;
}
.list{
    margin-left: -20px;
}
.block10{
    border-radius: 30px;
    padding: 60px 30px;
    position: relative;
    background: linear-gradient(180deg, rgb(0, 16, 48) 0%, rgb(6,11,21) 100%);

}
.block10::before{
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border-radius: 30px;
    z-index: -2;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0.4) 100%);
}
.block10 > div{
    max-width: 1090px;
    margin: auto;
}
.text3 {
    color: #7D7D7D;
}

.max85{
    max-height: 65px;
}
.max440 {
    max-width: 440px;
}
