section {
    width: 100%;
    overflow-x: hidden;
}
.btn-radius {
    border-radius: 32px;
}
.discord-button {
    background-color: #5865f2;
    transition:0.5s;
}
.discord-button:hover {
    background-color: #ffffff;
    color: #5865f2 !important;
}
.the-absolute {
    font-family: 'The Absolute', sans-serif;
    font-weight: lighter;
    font-size: 1.2em;
}
h2.subtitle {
    margin-top: 1em;
    font-weight: bolder;
    font-size: 3em;
}
h6.title:before,
h6.title:after {
    border-bottom: 1px solid #0bffe2;
    content: "";
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
    width: 3em;
}
@media (max-width: 990px) {
    .navbar-brand img {
        height: 100px;
    }
}
section#header {
    background: url(../img/header-background.png) top;
    background-size: cover;
    padding-bottom: 102px;
}
section#presale {
    margin-top: -150px;
}
section#presale .container {
    background-color: #0bffe2;
    border-radius: 16px;
    color: #002c52;
}
section#presale .join-presale {
    background-color: #002c52;
    border-radius: 16px;
    color: #002c52;
}
@media (max-width: 990px) {
    section#presale .container {
        border-radius: 0;
    }
}
#countdown {
    background-color: #002c52;
    border-radius: 16px;
    padding: 0;
}
@media (max-width: 990px) {
    #countdown {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}
#countdown .counter {
    font-size: 2.5rem;
}
#countdown .label {
    font-size: 0.7rem;
}
@media (max-width: 990px) {
    #countdown .label {
        font-size: 0.6rem;
    }
}
section#info {
    background: url(../img/info-background.png) no-repeat;
    background-size: cover;
    overflow-x: visible;
}
section#works .info {
    background: url(../img/works-info-background.jpg);
    animation: move2 300s linear infinite;
}
#works-tiles {
    background: url(../img/works-tiles.png) repeat-x center;
    height: 320px;
    animation: move 15s linear infinite;
}
@media (max-width: 990px) {
    #works-tiles {
        background: url(../img/works-tiles.png) repeat-x center;
        height: 320px;
        animation: move 120s linear infinite;
    }
}
section#roadmap {
    background: url(../img/roadmap-background.png) no-repeat top;
    background-size: cover;
}
section#roadmap .roadmap-more {
    margin: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 16px;
    background-color: #002c52;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#002c52), to(#001c42));
    border: 1px solid #0bffe2;
}
section#faq .list-group-item {
    background-color: #f6f6f6;
    color: #002c52;
    margin-bottom: 1em;
    border-radius: 12px;
    cursor: pointer;
}

@keyframes move {
    0% {
        background-position: bottom left;
    }
    50% {
        background-position: top right;
    }
    100% {
        background-position: bottom left;
    }
}

@keyframes move2 {
    0% {
        background-position: center center;
        background-size: cover;
    }
    50% {
        background-position: bottom left;
        background-size: 200%;
    }
    100% {
        background-position: center center;
    }
}

.timeline {
    position: relative;
    padding: 10px;
    padding-bottom: 100px;
    margin: 0 auto;
    overflow: hidden;
    color: #ffffff;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    border-right: 2px dashed #0bffe2;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}

.timeline-row .timeline-time {
    color: #0bffE2;
    font-weight: bold;
    font-size: 2.5rem;
}

.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 16px;
    background-color: #002c52;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#002c52), to(#001c42));
    border: 1px solid #0bffe2;
}

.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 3px;
    width: 40px;
}

.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -50px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 100;
    background: #0bffe2;
}

.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
    font-weight: bold;
}

.timeline-row .timeline-content i {
    font-size: 1.5rem;
    color: #ffffff;
    padding: 8px;
    margin-right: 0.8rem;
    border: 2px solid #ffffff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.timeline-row .timeline-content .thumbs img {
    margin-bottom: 10px;
}

.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: left;
}

.timeline-row:nth-child(even) .timeline-content:after {
    left: -40px;
    border-right: 18px solid #0bffe2;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.timeline-row:nth-child(even) .timeline-content:before {
    left: -50px;
    right: initial;
}

.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}

.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
    margin-left: 0;
    text-align: left;
}

.timeline-row:nth-child(odd) .timeline-content:after {
    right: -40px;
    border-left: 18px solid #0bffe2;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

@media (max-width: 1200px) {
    .timeline {
        padding: 15px 10px;
    }
    .timeline:after {
        left: 28px;
    }
    .timeline .timeline-row {
        padding-left: 0;
        margin-bottom: 16px;
    }
    .timeline .timeline-row .timeline-content {
        padding: 15px;
        margin-left: 56px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        position: relative;
        text-align: left;
    }
    .timeline-row .timeline-content:before {
        left: -50px;
        right: initial;
    }
    .timeline .timeline-row .timeline-content:after {
        right: auto;
        left: -40px;
        top: 20px;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding-right: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 0;
        margin-left: 55px;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        right: auto;
        left: -40px;
        top: 20px;
        border-right: 18px solid #0bffe2;
        border-left: inherit;
    }
    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
        left: 20px;
    }
    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
        left: 0;
    }
}


.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}
.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.scroll-area .go-top::before {
    content: "";
    border: 3px solid #37A3FE;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
    color: #fff;
}
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 50px;
    border-radius: 100%;
}
.top-wrap {
    position: relative;
}
.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background: #37A3FE;
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}
.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}
.top-wrap .go-top-button::after {
    content: "";
    border: 3px solid #37A3FE;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.top-wrap .go-top-button:hover {
    background-color: #20D6A5;
    color: #fff;
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }
    40% {
        opacity: .5;
        border-width: 2px;
    }
    65% {
        border-width: 1px;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }


}

.btn-shake {
    animation: shake 1.2s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}