@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
/* RESETS */

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    background-size: contain;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 0 !important
}

html, body {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #16181d;
    overflow: hidden;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.get-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.inline-block {
    display: inline-block;
}

.bg-stars {
    background-image: url(../images/bg-texture.png);
    background-position: center center;
    background-size: 250px;
    background-repeat: repeat;
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-animation: rotateQ 520s linear infinite;
    -moz-animation: rotateQ 520s linear infinite;
    -ms-animation: rotateQ 520s linear infinite;
    -o-animation: rotateQ 520s linear infinite;
    animation: rotateQ 520s linear infinite;
    z-index: 0;
    opacity: 1;
}

.wrapper {
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.max-width {
    max-width: 1200px;
}

.get-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    clear: both;
}

.txt-blue {
    color: #2dd8ee;
}

.header {
    width: 100%;
    max-width: 1200px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #3d434f;
    z-index: 3;
}

.header .btn {
    float: right;
    line-height: 100px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    margin-left: 2%;
    margin-right: 2%;
    cursor: pointer;
}

.header .btn:hover, .header .btn.active {
    color: #1fb9e4;
}

.swiper-container {
    width: 100%;
    height: 100%;
    z-index: 2;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 90px;
    position: relative;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center top;
    background-image: url(../images/bg.png);
    background-repeat: repeat;
}

.swiper-slide {
    background-image: url(../images/triangles.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 2100px;
}

.swiper-slide.home {
    background-position: center -2%;
    background-size: 1600px;
}

.swiper-slide.start {
    background-position: center -8%;
    background-size: 2100px;
}

.swiper-slide.about {
    background-position: left -4%;
    background-size: 1600px;
}

.swiper-slide.details {
    background-position: left -4%;
    background-size: 1600px;
}

.swiper-slide.exchanges {
    background-position: center -1%;
    background-size: 2800px;
}

.swiper-slide.roadmap {
    background-position: 70% 2%;
    background-size: 1200px;
}

.swiper-slide.team {
    background-position: right 3%;
    background-size: 1200px;
}

.swiper-slide.contact {
    background-position: right -10%;
    background-size: 1900px;
}

.logo {
    background-image: url(../images/logo-small.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    float: left;
    height: 100px;
    width: 220px;
    cursor: pointer;
}

.logo-big {
    background-image: url(../images/logo-big.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 250px;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    cursor: pointer;
}

.txt-home {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 35px;
    margin-top: 50px;
    color: #a1abbd;
    font-weight: 400;
}

.home-btn {
    height: 50px;
    width: 250px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    margin-top: 70px;
}

.home-btn.wp {
    background-color: #b26f26;
}

.home-btn.details {
    background-color: #0b85b8;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.home-btn.wallet {
    background-color: #6b942a;
}

.home-btn.exchanges {
    background-color: #722a94;
    margin-left: 2.5%;
}

.home-btn:hover {
    background-color: #2cd5ec;
}

.social-btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    margin-top: 50px;
}

.social-btn.discord {
    background-image: url(../images/social-discord.png);
}

.social-btn.fb {
    background-image: url(../images/social-fb.png);
}

.social-btn.tw {
    background-image: url(../images/social-tw.png);
    margin-left: 20px;
    margin-right: 20px;
}

.social-btn.discord:hover {
    background-image: url(../images/social-discord_over.png);
}

.social-btn.fb:hover {
    background-image: url(../images/social-fb_over.png);
}

.social-btn.tw:hover {
    background-image: url(../images/social-tw_over.png);
}

.btn-next-page {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../images/down-arrow.png);
    width: 100%;
    height: 110px;
    margin-top: 30px;
}

.blue-stars {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../images/blue-stars.png);
    width: 100%;
    height: 30px;
    margin-top: 40px;
}

.start-title {
    font-size: 40px;
    font-weight: 100;
    margin-top: 2%;
}

.left-start {
    width: 50%;
    max-width: 650px;
    float: left;
    margin-top: 20px;
}

.right-start {
    width: 50%;
    max-width: 650px;
    float: right;
    margin-top: 5px;
}

.left-start .top-line {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../images/start-line.png);
    width: 100%;
    max-width: 579px;
    height: 3px;
    margin-top: 10px;
}

.left-start .start-text {
    margin-top: 30px;
    color: #a1abbd;
    line-height: 30px;
    font-size: 17px;
}

.start-btn {
    height: 50px;
    width: 250px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    margin-top: 20px;
    background-color: #1f90c4;
}

.start-btn:hover {
    background-color: #2cd5ec;
}

.phone-img {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    background-image: url(../images/phone-img.png);
    width: 100%;
    max-width: 342px;
    height: 450px;
    margin-top: 12%;
}

.about-block {
    width: 100%;
    max-width: 250px;
    display: inline-block;
    margin-top: 50px;
    color: #a1abbd;
}

.about-block .icon {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../images/about-icon1.png);
    width: 100%;
    max-width: 135px;
    height: 135px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.about-block.second .icon {
    background-image: url(../images/about-icon2.png);
}

.about-block.third .icon {
    background-image: url(../images/about-icon3.png);
}

.about-block.fourth .icon {
    background-image: url(../images/about-icon4.png);
}

.about-block .title {
    font-size: 26px;
    font-weight: 300;
    margin-top: 15px;
    height: 55px;
}

.about-line {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../images/about-line.png);
    width: 100%;
    max-width: 223px;
    height: 3px;
    margin-top: 50px;
}

.about-block .text {
    margin-top: 20px;
    line-height: 30px;
    font-size: 18px;
    height: 220px;
}

.about-btn {
    height: 50px;
    width: 200px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    color: #a1abbd;
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid #a1abbd;
    box-sizing: border-box;
}

.about-btn:hover {
    color: #ffffff;
    background-color: #2cd5ec;
    border: 1px solid #2cd5ec;
}

.soon-details {
    margin-top: 150px;
    font-size: 35px;
    color: #ffffff;
    font-weight: 700;
}

.soon-discord {
    margin-top: 20px;
    font-size: 24px;
    color: #a1abbd;
    font-weight: 300;
}

.discord-invite a {
    text-decoration: none;
    width: 250px;
    height: 60px;
    background-color: #1f90c4;
    display: inline-block;
    margin-top: 20px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: contain;
    background-image: url(../images/social-discord_over.png);
    box-sizing: border-box;
    padding-left: 30px;
}

.discord-invite a:hover {
    background-color: #2cd5ec;
}

.roadmap-img {
    box-sizing: border-box;
    background-image: url(../images/roadmap.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 87vh;
    margin-top: -60px;
}

.team .member {
    margin-top: 5px;
    background-color: rgba(255, 255, 255, 0.04);
    padding: 0.5%;
    padding-top: 0;
    width: 48%;
    max-width: 700px;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}

.team .member .pic {
    width: 10%;
    max-width: 100px;
    min-width: 50px;
    float: left;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: 0.5%;
}

.team .member .pic.rolf {
    background-image: url(../images/rolf.jpg);
}

.team .member .pic.repo {
    background-image: url(../images/repo.png);
}

.team .member .pic.kc {
    background-image: url(../images/kc.jpg);
}

.team .member .pic.kev {
    background-image: url(../images/kev.jpg);
}

.team .member .pic.willfx {
    background-image: url(../images/willfx.jpg);
}

.team .member .pic.nash {
    background-image: url(../images/nash.jpg);
}

.team .member .pic.make {
    background-image: url(../images/make.jpg);
}

.team .member .pic.shaun {
    background-image: url(../images/shaun.png);
}

.team .member .info {
    width: 85%;
    float: left;
    margin-left: 2%;
    color: #a4abba;
    margin-top: 0.5%;
}

.team .member .info .name {
    font-size: 16px;
}

.team .member .info .name span {
    font-weight: 700;
    color: #ffffff;
}

.team .member .info .mail {
    font-size: 15px;
}

.team .member .info .mail span {
    font-weight: 700;
    color: #ffffff;
}

.team .member .info .details {
    font-size: 13px;
    margin-top: 5px;
}

.team .member .line {
    background-image: url(../images/about-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 150px;
    height: 3px;
}

.txt-white {
    color: #ffffff;
}

.exchanges .ico {
    background-image: url(../images/ex-crex24.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 40%;
    max-width: 200px;
    height: 80px;
    opacity: 0.6;
    cursor: pointer;
    display: inline-block;
    margin-top: 10%;
}

.exchanges .ico.crex24 {
    background-image: url(../images/ex-crex24.png);
}

.exchanges .ico.alt {
    background-image: url(../images/ex-alt.png);
}

.exchanges .ico:hover {
    opacity: 1;
}

.what-is-text {
    margin-top: 1%;
    font-size: 18px;
    color: #c2cbde;
    background-color: rgba(20, 22, 27, 0.8);
    padding: 1%;
    border-radius: 20px;
}

.title2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
}

.pointer {
    cursor: pointer;
}

@media only screen and (max-width: 1200px), (max-height: 750px) {
    /*SMALL & MEDIUM*/
    .what-is-text {
        font-size: 12px;
    }
    .title2 {
        font-size: 14px;
    }
    .team .member {
        margin-top: 5px;
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .team .member .info .name {
        font-size: 16px;
    }
    .team .member .info .mail {
        font-size: 13px;
        margin-top: 0;
    }
    .team .member .info .details {
        font-size: 13px;
        margin-top: 0;
        display: none;
    }
    .team .member .pic {
        width: 10%;
        min-width: 10%;
        max-width: 80px;
        height: 40px;
    }
    .swiper-slide {
        font-size: 14px;
        padding: 10px;
    }
    .parallax-bg {
        top: 0;
    }
    .logo {
        float: none;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        height: 50px;
        margin-top: 5px;
    }
    .header .btn {
        line-height: 20px;
        font-size: 12px;
        width: 20%;
        margin: 0;
        text-align: center;
    }
    .logo-big {
        height: 70px;
        margin-top: 80px;
    }
    .txt-home {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .home-btn {
        margin: 2px!important;
        width: 40vw;
        height: 15vw;
        line-height: 15vw;
        font-size: 14px;
        font-weight: 700;
    }
    .social-btn {
        margin-top: 20px;
    }
    .btn-next-page {
        height: 50px;
        margin-top: 30px;
    }
    .blue-stars {
        height: 20px;
        margin-top: 80px;
    }
    .start-title {
        font-size: 20px;
        margin-top: 5px;
    }
    .left-start .top-line {
        margin-top: 10px;
    }
    .left-start {
        width: 100%;
        max-width: 500px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    .right-start {
        width: 100%;
        max-width: 90%;
        float: none;
        margin-top: 10px;
    }
    .left-start .start-text {
        margin-top: 10px;
        line-height: 14px;
        font-size: 14px;
    }
    .start-btn {
        width: 100%;
        font-size: 16px;
        line-height: 50px;
        margin-top: 20px;
        background-color: #1f90c4;
    }
    .phone-img {
        display: none;
    }
    .about-block {
        max-width: 100%;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 5px;
    }
    .about-block .icon {
        display: none;
    }
    .about-block .title {
        font-size: 16px;
        height: 10px;
        margin-top: 10px;
    }
    .about-line {
        width: 100%;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-block .text {
        margin-top: 5px;
        line-height: 16px;
        font-size: 14px;
        height: auto;
    }
    .about-btn {
        display: none;
    }
    .soon-details {
        margin-top: 100px;
    }
}