* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    height: auto;
    width: 100%;
}
body {
    width: 100%;
    min-width: 100%;
    height: auto;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background: #1e222a url(../images/bg-main.png) center 850px no-repeat;
    position: relative;
}
.py-10 {
    padding: 5rem 0;
}
input[type=text],
input[type=password],
textarea,
select {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    height: 52px;
    line-height: 50px;
    outline: none;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 0 .5rem;
}
select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
textarea {
    min-height: 150px;
    resize: none;
}
input[type=submit],
button {
    display: inline-block;
    position: relative;
    min-width: 80px;
    padding: 14px 28px;
    font-size: 13pt;
    outline: none;
    background: linear-gradient(45deg, #8222ca 00%, #b72fc0 70%);
    color: #fff;
    border-radius: 40px;
    font-weight: 500;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
button {
    border: none;
    outline: none;
}
button:focus {
    outline: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4 {
    margin: 0;
}
h1 {
    font-size: 4em;
    line-height: 1.1;
    color: #fff;
    font-weight: 600;
}
h2 {
    font-size: 2em;
    color: #fff;
    font-weight: 500;
}
h3 {
    font-size: 1.625em;
}
h4 {
    color: #999;
    font-size: 1.25em;
}
img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.padding-5 {
    padding: 100px 0;
}
a {
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    font-size: 1em;
    font-weight: 400;
    box-sizing: border-box;
    color: #347AF0;
}
a:hover {
    text-decoration: none;
    color: #2e6dd7;
}
.button-medium {
    text-decoration: none;
    display: inline-block;
    min-width: 80px;
    padding: 14px 28px;
    font-size: 12pt;
    background: linear-gradient(45deg, #8222ca 00%, #b72fc0 70%);
    color: #fff;
    border-radius: 40px 40px 40px 0;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button-medium:hover {
    color: #fff;
}
.button-medium img {
    max-width: 16px;
    margin-left: 5px;
}
.button-grey {
    background: rgba(255,255,255,.06);
}
.scroll-down {
    max-width: 124px;
    display: inline-block;
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 2;
}
.down-arrow {
    max-width: 18px;
    position: absolute;
    left: 0%;
    top: 20px;
    right: 0%;
    bottom: 0%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.scroll-down:hover .down-arrow {
    top: 25px;
}
.how-to li {
    margin-bottom: 1em;
}
.how-to li:last-of-type {
    margin-bottom: 0;
}
header {
    background: url(../images/bg-top.png) top center no-repeat, url(../images/header2.png) bottom left no-repeat #1b1e25;
}
header h1 {
    color: #fff;
}
.header-text > h1 {
    font-size: 3.5em;
    line-height: .6;
    text-shadow: 0 -8px 18px rgba(0,0,0,.4);
}
.header-text > h1 > span {
    font-weight: 700;
    color: #8222ca;
    font-size: 2.5em;
}
.header-text > span {
    color: rgba(255,255,255,.5);
}
.header-text > span > span {
    font-weight: 600;
    color: rgba(255,255,255,.8);
}
.logo {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.logo > img {
    max-width: 50px;
    margin: 0 .6em 0 0;
}
.nav ul {
    display: flex;
}
.nav ul li {
    margin-right: 2em;
}
.nav ul li:last-of-type {
    margin: 0;
}
.nav ul li a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
.top-menu {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.presale-l {
    padding: 0 0 5em 0;
}
.statistics {
    margin: 3rem auto 0 auto;
}
.vue-simple-progress {
    position: relative;
    margin: 3rem 0 0 0;
    height: 20px;
    width: 100%;
    background: rgba(255,255,255,.06)!important;
}
.vue-simple-progress-bar {
    height: 20px!important;
    background-image: linear-gradient(to right, #3089f0 0%, #7f1abf 100%) !important;
    background-size: 400% 400%!important;
    animation: gradient 5s ease infinite;
    position: relative;
}
.progress-folder {
    position: relative;
}
.increasing_pct {
    display: inline-block;
    position: absolute;
    content: '';
    left: 0;
    top: 1.4em;
    margin: 0 0 0 -62px;
    border-radius: 20px;
    color: #fff;
    font-size: 2em;
}
.full {
    left: inherit;
}
.increasing_pct::after {
    position: absolute;
    content: '';
    top: -20px;
    left: 52px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(255,255,255,.06);
}
.countdown {
    display: inline-block;
    border-radius: 40px 40px 40px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    font-size: 2.2em;
}
span {
    color: rgba(255,255,255,0.25);
}
.features li {
    display: flex;
    align-items: center;
    margin: 0 0 5em 0;
}
.features li:last-of-type {
    margin: 0;
}
.features li img {
    margin: 0 3em 0 0;
    max-width: 100px;
}
.overflow-hidden {
    overflow: hidden;
}
.about-token {
    background: url(../images/bg-tech.png) center right no-repeat;
}
.swap-tokens .swap-link {
    max-width: 80%;
    text-decoration: none;
    background: url(/images/header1.png) top right no-repeat, rgba(255,255,255,.06);
    border-radius: 40px 40px 40px 0;
    padding: 2em;
    position: relative;
    background-size: 60%;
}
.swap-tokens .col-6:nth-child(1) .swap-link:before {
    background: url(../images/le1.png) left top no-repeat;
    position: absolute;
    content: '';
    left: 6%;
    top: 0;
    width: 173px;
    height: 86px;
    z-index: -1;
}
.swap-tokens .col-6:nth-child(2) .swap-link:before {
    background: url(../images/le2.png) right top no-repeat;
    position: absolute;
    content: '';
    right: 10%;
    top: 0;
    width: 191px;
    height: 36px;
    z-index: -1;
}
.roadmap-title {
    max-width: 70%;
    margin: 0 auto;
}
.roadmap-main-title:before {
    position: absolute;
    content: 'Roadmap';
    font-size: 2em;
    left: 5%;
    bottom: 0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(127,26,191,.25);
    color: rgba(250,255,255,0);
    z-index: -1;
}
.roadmap-progress {
    height: 6px;
    background-image: linear-gradient(to right, #3089f0 0%, #7f1abf 100%) !important;
    background-size: 400% 400%!important;
    animation: gradient 5s ease infinite;
    z-index: -1;
    border-radius: 3px;
}
.roadmap span {
    max-width: 70%;
}
h1.quartal {
    margin-top: -1em;
    font-weight: 700;
    text-shadow: 0 8px 8px rgb(0 0 0 / 40%);
}
h1.quartal > small {
    display: block;
    font-size: .4em;
}
.roadmap img {
    position: relative;
    max-width: 40%;
    z-index: -1;
}
.roadmap .col-3:before {
    position: absolute;
    content: '';
    top: 6%;
    left: 50%;
    margin: 0 0 0 -110px;
    width: 221px;
    height: 195px;
    z-index: -1;
}
.roadmap .col-3:nth-child(1):before {
    background: url(../images/im1-bg.png) center center no-repeat;
}
.roadmap .col-3:nth-child(2):before {
    background: url(../images/im2-bg.png) center center no-repeat;
}
.roadmap .col-3:nth-child(3):before {
    background: url(../images/im3-bg.png) center center no-repeat;
}
.roadmap .col-3:nth-child(4):before {
    background: url(../images/im4-bg.png) center center no-repeat;
}
.roadmap img.img1 {
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.roadmap img.img2 {
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.roadmap img.img3 {
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.roadmap img.img4 {
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.bg-progress {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.08);
    z-index: -1;
}
.border-end {
    border-right: 1px solid rgba(255,255,255,.05) !important;
}
footer {
    position: relative;
    background: url(../images/footer.png) center bottom no-repeat;
}
.social-links > ul li,
.check-contract > ul li {
    margin: 0 2em 0 0;
}
.social-links > ul li:last-of-type,
.check-contract > ul li:last-of-type {
    margin: 0;
}
.social-links > ul li img {
    max-width: 30px;
}
.logo img {
    max-width: 30px;
}
.logo-footer img {
    max-width: 60px;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes jump {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes jump2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
.header-girl {
    margin: -100px 0 0 0;
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    .check-contract > ul {
        flex-direction: column;
    }
    .check-contract > ul> li:last-of-type {
        margin: 1em 0 0 0;
    }
    .swap-tokens .swap-link {
        max-width: 90%;
    }
    .swap-tokens .swap-link:last-of-type {
        margin: 2em 0 0 0;
    }
    .roadmap-main-title:before {
        display: none;
    }
    .token-char {
        margin: 2em 0;
    }
    .about-token {
        background: none;
    }
    .info-md {
        margin: 2em 0 0 0;
    }
    .buy-md {
        width: 100%;
        display: block !important;
    }
    .buy-md .buy-md-but {
        margin: 1em 0 0 0;
    }
    .how-to {
        margin: 2em 0 0 0;
    }
    .about-md {
        display: block !important;
    }
    .about-md img {
        max-width: 200px;
        width: auto !important;
        margin: 0 0 1em 0;
    }
    h1 {
        font-size: 2.5em;
    }
    .header-text > h1 > span {
        font-weight: 700;
        color: #8222ca;
        font-size: 1.5em;
    }
    .features li {
        margin: 0 0 3em 0;
    }
    .features {
        width: 100%;
    }
    .nav {
        display: none !important;
    }
    .py-10 {
        padding: 2.5rem 0;
    }
    .sup-md {
        justify-content: flex-start !important;
    }
    .md-d-block {
        display: block;
    }
}