* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #100f21;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    line-height: 180%;
    font-weight: 300;
    position: relative;
}

h1,
h2,
h3,
h4 {
    position: relative;
    font-family: "Trispace", serif;
    color: #fbe375;
    font-weight: 500;
    line-height: initial;
    margin: 0px;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 36px;
}

h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 26px;
}

.list-unstyled {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.kelepar-heading span {
    position: relative;
    z-index: 1;
}

.kelepar-heading:before {
    content: "KELEPAR";
    font-size: 90px;
    font-weight: bold;
    letter-spacing: 6px;
    opacity: 0.5;
    position: absolute;
    top: -100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #220b21;
    z-index: 0;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

a {
    color: #fbe375;
    text-decoration: none;
}

a:hover {
    color: #f4ac3b;
}

.purple-font {
    color: #3c0150;
}

.black-font {
    color: #333;
}

.desert-dark-font {
    color: #f4ac3b;
}

.desert-font {
    color: #fbe375;
}

.desert-list-font {
    color: #b9a437;
}

/****
LOADER
****/
.loader {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    perspective: 800px;
}

.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.inner.one {
    left: 0%;
    top: 0%;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #AF40FF;
}

.inner.two {
    right: 0%;
    top: 0%;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid #AF40FF;
}

.inner.three {
    right: 0%;
    bottom: 0%;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid #AF40FF;
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

/****
BUTTONS 
****/
.btn-primary,
.btn-reset {
    align-items: center;
    background-image: linear-gradient(144deg, #3c0150, #AF40FF 50%, #5B42F3);
    border: 0;
    text-transform: uppercase;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #fbe375;
    display: flex;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
}

.btn-icon {
    align-items: center;
    border: 0;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
}

.btn-disabled {
    background-color: rgb(5, 6, 45) !important;
    cursor: default !important;
}

.btn-disabled:hover span {
    background-color: rgb(5, 6, 45) !important;
    color: #fbe375 !important;
}

.transfer {
    margin-top: 20px;
}

.btn-primary:active,
.btn-primary:hover {
    outline: 0;
}

.btn-primary span,
.btn-reset {
    background-color: rgb(5, 6, 45);
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.btn-primary:hover span {
    background: none;
}

.btn-dark,
.btn-reset {
    background: #100f21;
    color: #fbe375;
}

.btn-lg,
.btn-reset {
    font-size: 16px;
    max-width: 200px;
    margin: 0 auto;
}

.btn-center,
.btn-reset {
    text-align: center;
}

.btn-nft {
    margin-top: 10px;
    margin-bottom: 10px;
}

/****
BACKGROUNDS
****/
.highlighted-area {
    background: #fbe375;
    background: -webkit-gradient(linear, left top, right top, from(#fbe375), to(#fbe375));
    background: linear-gradient(90deg, #fbe375 0%, #fbe375 100%);
    color: #100f21;
}

.secondary-bg {
    background: #220b21;
}

.desert-highlight {
    color: #f4ac3b;
}

.purple-highlight {
    color: #3c0150;
}

/*desert font for wide devices, smaller devices use purple font*/
.variable-highlight {
    color: #f4ac3b;
    font-weight: bold;
}

.padding {
    padding: 150px 60px;
}

.padding-tiles {
    padding: 250px 60px 150px;
}

.padding-sm {
    padding: 40px 0px;
}

.mt {
    margin-top: 40px;
}

.mb {
    margin-bottom: 40px;
}

.pb {
    padding-bottom: 40px;
}

.no-pb {
    padding-bottom: 0px;
}

.pt {
    padding-top: 40px;
}

.width-sm {
    max-width: 650px;
}

.width-md {
    max-width: 1000px;
}

.width-lg {
    max-width: 1400px;
}

.content {
    margin: 0 auto;
}

.show {
    visibility: visible;
}

/****
FLEXBOX
****/
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.horizontal-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/****
ANIMATIONS
****/
@-webkit-keyframes floating {
    from {
        top: 0;
    }
    50% {
        top: 30px;
    }
    to {
        top: 0px;
    }
}

@keyframes floating {
    from {
        top: 0;
    }
    50% {
        top: 30px;
    }
    to {
        top: 0px;
    }
}

@-webkit-keyframes one-swap {
    from {
        opacity: 1;
        left: 50%;
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }
    49% {
        opacity: 0;
        left: 15%;
        -webkit-transform: scale(0.7) translate(-50%, -50%);
        transform: scale(0.7) translate(-50%, -50%);
    }
    50% {
        opacity: 0;
        left: 70%;
        -webkit-transform: scale(0.7) translate(-50%, -50%);
        transform: scale(0.7) translate(-50%, -50%);
    }
    90% {
        opacity: 1;
        left: 50%;
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }
}

@keyframes one-swap {
    from {
        opacity: 1;
        left: 50%;
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }
    49% {
        opacity: 0;
        left: 15%;
        -webkit-transform: scale(0.7) translate(-50%, -50%);
        transform: scale(0.7) translate(-50%, -50%);
    }
    50% {
        opacity: 0;
        left: 70%;
        -webkit-transform: scale(0.7) translate(-50%, -50%);
        transform: scale(0.7) translate(-50%, -50%);
    }
    90% {
        opacity: 1;
        left: 50%;
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }
}

@-webkit-keyframes gem-swap {
    from {
        opacity: 0;
        left: 70%;
        -webkit-transform: scale(0.7) translate(-50%, -50%);
        transform: scale(0.7) translate(-50%, -50%);
    }
    50%,
    60% {
        opacity: 1;
        left: 50%;
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }
    to {
        opacity: 0;
        left: 15%;
        -webkit-transform: scale(0.7) translate(-50%, -50%);
        transform: scale(0.7) translate(-50%, -50%);
    }
}

@keyframes gem-swap {
    from {
        opacity: 0;
        left: 70%;
        -webkit-transform: scale(0.7) translate(-50%, -50%);
        transform: scale(0.7) translate(-50%, -50%);
    }
    50%,
    60% {
        opacity: 1;
        left: 50%;
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }
    to {
        opacity: 0;
        left: 15%;
        -webkit-transform: scale(0.7) translate(-50%, -50%);
        transform: scale(0.7) translate(-50%, -50%);
    }
}

.float {
    -webkit-animation: floating 3.5s ease-in-out;
    animation: floating 3.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/****
SOCIAL
****/
.social a {
    color: #fbe375;
    text-align: left;
    font-size: 24px;
    margin-right: 16px;
}

.social a:hover {
    text-decoration: none;
    color: #f4ac3b;
}

.social li {
    display: inline-block;
}

.twitter::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f099";
}

.reddit::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f1a1";
}

.discord::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f392";
}

.telegram::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f2c6";
}

.medium::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f23a";
}

.youtube::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f167";
}

.instagram::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f16d";
}

.facebook::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f09a";
}

/****
HEADER
****/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
}

#header {
    background: #100f21;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 15, 33, 0.896796)), to(rgba(16, 15, 33, 0)));
    background: linear-gradient(180deg, rgba(16, 15, 33, 0.896796) 0%, rgba(16, 15, 33, 0) 100%);
    border-bottom: 0px solid #fbe375;
    padding: 20px 40px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 16px;
}

.header-center {
    width: 50%;
    margin: 0 auto;
}

nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

nav li {
    display: inline-block;
    padding: 0px 16px;
}

nav a {
    color: #b9a437;
    cursor: pointer;
}

nav .logo {
    display: inline-block;
}

.mobile-nav,
.mobile-only,
.mobile-logo {
    display: none;
}

#logo {
    width: 199px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-left: auto;
    margin-right: auto;
    max-height: 70px;
    margin-bottom: 50px;
}

#logo a {
    display: block;
    max-height: 70px;
}

header .connect {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#disconnect {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

header .disconnect {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#view-owner {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

header .view-owner {
    position: absolute;
    top: 50%;
    right: 90px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .wallet-info {
    position: absolute;
    top: 50%;
    right: 150px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wallet-info-p {
    margin: 0 !important;
    text-align: right;
}

#connect {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

header .social {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/****
HERO
****/
.hero {
    background-image: url(../img/back.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-animated,
.hero-animated::before,
.hero-animated::after {
    background-image: url(../img/back.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    animation-name: changeBckg;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-duration: 5s;
    animation-direction: normal;
}

.hero-animated::after {
    background-image: url(../img/back.png);
    animation-delay: 7.5s;
}

@-webkit-keyframes changeBckg {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes changeBckg {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.rounded-full {
    border-radius: 9999px !important;
}

.hero-content {
    max-width: 1000px;
    padding-left: 40px;
    padding-right: 40px;
}

.hero-content h1 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-content h3 {
    font-size: 22px;
}

.countdown {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 20px;
}

.countdown span {
    display: block;
    font-size: 16px;
    font-family: "Trispace", serif;
    color: #ffffff;
    text-transform: lowercase;
}

.countdown span.small {
    font-size: 16px;
    padding-top: 10px;
    color: #ffffff;
}

/****
VIDEO SECTION
****/
.video-container {
    width: 100vw;
    height: 100vh;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0;
}

.video-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(36, 31, 48, 0.7);
    z-index: 1;
}

.video-container .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video-container h2 svg {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.video-container h2:hover svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.popupVid {
    visibility: hidden;
    opacity: 0;
    max-height: 0vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 29, 50, 0.75);
    z-index: 1000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.popupVid.show {
    visibility: visible;
    opacity: 1;
    max-height: 100vh;
}

.popupVidContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.popupVid .close {
    cursor: pointer;
    position: relative;
    padding: 20px;
    top: 60px;
    z-index: 2000;
}

.popupVidContainer iframe {
    width: 560px;
    height: 315px;
}

@media (min-aspect-ratio: 16 / 9) {
    .video-container iframe {
        /* height = 100 * (9 / 16) = 56.25 */
        height: 56.25vw;
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .video-container iframe {
        /* width = 100 / (9 / 16) = 177.777777 */
        width: 177.78vh;
    }
}

/****
KELIUM SECTION
****/
.kelium {
    background: #1e1d32;
    background: linear-gradient(135deg, #1e1d32 0%, #220b21 100%);
    overflow: hidden;
    position: relative;
}

.kelium:before {
    content: "";
    background-image: url(../img/desert_space_landscape.jpg);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.kelium .token-icons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.kelium .token-icons .uniswap {
    max-width: 180px;
    margin-right: -30px;
    margin-top: -30px;
}

.kelium .token-icons .harmony-one {
    max-width: 135px;
    margin-left: -25px;
}

.kelium .token-icons .kelium-icon {
    max-width: 178px;
    position: relative;
    z-index: 1;
}

.icon-max-size {
    max-width: 130px !important;
}

.icon-margin-left {
    margin-left: 20px;
}

.icon-margin-right {
    margin-right: 20px;
}

.sm-1 {
    max-width: 250px;
}

.sm-15 {
    max-width: 300px;
}

.sm-2 {

}

/****
KELEPAR DETAILS
****/
.kelepar-details .col {
    border: 1px solid #fbe375;
    padding: 30px;
    margin: 20px 20px;
    max-width: 400px;
}

.ktransparent {
    background-color: rgba(16, 15, 33, 0.9);
}

.kelepar-details h3 {
    text-align: center;
    margin-top: -46px;
    background: #100f21;
}

.kelepar-details h3 span {
    background: #100f21;
    padding: 0px 20px;
}

.kelepar-details .detail-img {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.kelepar-details .swap-one,
.kelepar-details .swap-gem {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.kelepar-details .swap-one {
    opacity: 1;
    left: 50%;
    -webkit-animation: one-swap 3s ease-in-out;
    animation: one-swap 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.kelepar-details .swap-gem {
    opacity: 0;
    left: 75%;
    -webkit-animation: gem-swap 3s ease-in-out;
    animation: gem-swap 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/****
ROADMAP
****/
.roadmap {
    position: relative;
}

.roadmap.padding.secondary-bg {
    overflow-x: hidden;
}

.roadmap-wrap {
    position: relative;
    width: 1000px;
}

.roadmap-line {
    position: absolute;
    left: 19px;
    top: 0;
    background: #fbe375;
    height: 100%;
    width: 1px;
    content: "";
    z-index: 1;
}

.roadmap-line:before {
    top: 0;
}

.roadmap-line:after,
.roadmap-line:before {
    position: absolute;
    background: #fbe375;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    content: "";
    left: -4px;
}

.roadmap-line:after {
    bottom: 0;
}

.roadmap-year {
    border-radius: 50%;
    color: #100f21;
    background: #fbe375;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-family: "Trispace", serif;
    font-size: 18px;
    position: relative;
    left: -5px;
    font-weight: bold;
    margin-bottom: 60px;
    z-index: 10;
}

.roadmap-step {
    border: 1px solid #fbe375;
    border-radius: 15px;
    position: relative;
    padding: 20px 20px 15px;
    position: relative;
    max-width: 420px;
    background: #100f21;
    font-weight: 300;
}

.roadmap-step:before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 5px solid #220b21;
    background: #fbe375;
    left: -41px;
    top: 33px;
    z-index: 1;
}

.roadmap-step:before {
    border-color: #220b21;
}

.roadmap-step:before,
.roadmap-step:after {
    position: absolute;
    content: "";
    z-index: 1;
}

.roadmap-head {
    margin-bottom: 10px;
    padding-right: 35px;
    position: relative;
}

.roadmap-time {
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

.roadmap-title {
    color: #fbe375;
    font-size: 26px;
    font-family: "Trispace", serif;
}

.roadmap-finished .roadmap-head:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    color: #100f21;
    background: #f4ac3b;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 0.88rem;
    content: "\f00c";
}

.roadmap-step p:last-child {
    margin-bottom: 0;
}

.roadmap-step:after {
    height: 1px;
    width: 22px;
    background: #fbe375;
    left: -22px;
    top: 43px;
}

.roadmap-step ul {
    font-size: 14px;
    line-height: 160%;
}

.roadmap-step ul li {
    padding: 4px 0px;
}

/****
WHITEPAPERS
****/
.icon-download {
    width: 30px;
}

.planet {
    position: relative;
    top: 0px;
    max-width: 170px;
}

/****
PARTNERS
****/
.partners a {
    display: inline-block;
    max-width: 300px;
}

.partners a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: center;
    transform-origin: center;
    max-width: 190px;
}

.partners a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.partners .row {
    flex-wrap: wrap;
    justify-content: center;
}

.partners .row .col {
    min-width: 225px;
    margin-top: 30px;
    flex: none;
}

/****
EXTRA
****/
.start-playing h2,
.start-playing .social a {
    color: #100f21;
}

/****
FOOTER
****/
footer .social {
    color: #fbe375;
}

footer .social a,
.start-playing .social a {
    font-size: 34px;
    margin-left: 16px;
}

#mc_embed_signup input {
    background: white;
    padding: 16px 20px;
    border: 0px;
    border-radius: 15px;
    font-size: 14px;
}

#mc_embed_signup input[type="submit"] {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #100f21;
    background: #fbe375;
    background: -webkit-gradient(linear, left top, right top, from(#fbe375), to(#f4ac3b));
    background: linear-gradient(90deg, #fbe375 0%, #f4ac3b 100%);
}

/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
    direction: rtl;
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}

.countdown-section {
    display: block;
    float: left;
    text-align: center;
    margin: 0 10px;
}

.countdown-amount {
    font-size: 50px !important;
    color: #f4ac3b !important;
}

.countdown-period {
    display: block;
}

.countdown-descr {
    display: block;
    width: 100%;
}

#countdown {
    margin: 0 auto;
}

/****
TEAM
 ****/
.team {
    line-height: 130%;
}

.team h3 {
    text-align: center;
    text-transform: none;
    margin-bottom: 10px;
    letter-spacing: 0px;
    font-size: 20px;
}

.team p {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
}

.team .detail-img {
    width: 200px;
    height: 202px;
    margin: 0 auto;
    position: relative;
}

.team .detail-img img {
    width: 188px;
}

.team .detail-img:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 202px;
    background-size: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    z-index: 2;
}

.team .row {
    flex-wrap: wrap;
    justify-content: center;
}

.team .row .col {
    min-width: 225px;
    margin-top: 30px;
    flex: none;
}

.team .team-socials {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.team .team-socials li {
    padding: 0px 6px;
    position: relative;
}

.secondary-bg {
    padding-top: 260px;
    padding-bottom: 260px;
}

.secondary-bg .kelepar-heading:before {
    color: #100F21;
}

.team .team-socials li .tooltip {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #100F21;
    text-align: center;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 2px 10px;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}

.team .team-socials li:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.team small {
    opacity: .6;
}

.team .detail-img .hiddenPFP {
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.team .detail-img:hover .hiddenPFP {
    visibility: visible;
    opacity: 1;
}

/****
MEDIA QUERIES
****/
@media (min-width: 2000px) {
    .kelium:before {
        background-size: 100% auto;
    }


    .roadmap-step:before {
        left: -86px;
    }

    .roadmap-step:after {
        width: 73px;
        left: -73px;
    }

    .roadmap-left .roadmap-step:before {
        right: -86px;
    }

    .roadmap-left .roadmap-step:after {
        right: -73px;
    }
}

@media (max-height: 700px) {
    h1 {
        font-size: 32px;
    }
}

@media (max-height: 500px) {
    h1 {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    /** ROADMAP **/
    .roadmap-line {
        left: 50%;
        margin-left: -1px;
    }

    .roadmap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .roadmap-year {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 16px;
        position: static;
        margin-left: auto;
        margin-right: auto;
    }

    .roadmap-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: -60px;
    }

    .roadmap-left .roadmap-step:after {
        left: auto;
        right: -78px;
    }

    .roadmap-left .roadmap-step:before {
        left: auto;
        right: -91px;
    }

    .roadmap-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: -60px;
    }

    .roadmap-step {
        width: 100%;
        padding: 40px 30px 35px;
    }

    .roadmap-step:before {
        left: -91px;
    }

    .roadmap-step:before,
    .roadmap-step:after {
        position: absolute;
        content: "";
    }

    .roadmap-step:after {
        width: 78px;
        left: -78px;
    }

    .roadmap-head {
        margin-bottom: 15px;
    }

    .roadmap-time {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    #play, #connect, #disconnect, #view-owner, #wallet-info-balance, #wallet-info-name,
    header .social {
        display: none;
    }

    .kelepar-details .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .kelepar-details .row .col {
        min-width: 40%;
        margin-bottom: 40px;
    }

    .variable-highlight {
        color: #3c0150;
        font-weight: bold;
    }
}

@media (max-width: 992px) {
    .padding {
        padding: 80px 40px;
    }

    .no-pb {
        padding-bottom: 0px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 22px;
    }

    #logo {
        display: none;
    }

    #info {
        display: none;
    }

    .toggle-menu {
        background: transparent;
        border: 0px;
        color: #fbe375;
        width: 24px;
    }

    .mobile-nav {
        display: block;
        position: absolute;
        top: 18px;
        right: 20px;
    }

    .mobile-only {
        display: block;
    }

    .mobile-logo {
        display: block;
        max-width: 250px;
        /* margin-left: -20px; */
        margin-bottom: -10px;
        margin-left: auto;
        margin-right: auto;
    }

    nav {
        position: absolute;
        top: 60px;
        right: 0;
        background: #100f21;
        width: 100%;
    }

    nav ul {
        display: block !important;
    }

    nav li,
    nav li a {
        display: block;
    }

    nav li a {
        padding: 10px 0px;
    }

    .dropdown-content {
        visibility: hidden;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        opacity: 0;
        pointer-events: none;
    }

    .show {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }

    .roadmap-wrap {
        max-width: 370px;
        margin: 0 auto;
    }

    .desktop-only {
        display: none;
    }

    .roadmap-step {
        max-width: 280px;
        left: 53px;
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 160%;
    }

    .roadmap.padding.secondary-bg:before {
        -webkit-clip-path: polygon(0% 100%, 0 0, 100% 0);
        clip-path: polygon(0% 100%, 0 0, 100% 0);
        height: 150px;
    }
}

@media (max-width: 786px) {
    .kelium .content > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .kelium h2 {
        text-align: center;
    }

    .kelium .content .col {
        width: 100%;
    }

    .kelium .token-icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px;
    }

    .kelepar-details .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .kelepar-details .row .col {
        max-width: 300px;
        margin: 0 auto 40px;
    }

    .sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .kelepar-heading:before {
        content: "";
    }

    .hero h3 {
        display: none;
    }

    .desktop-only {
        display: none;
    }

    #mc_embed_signup input {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .contact iframe {
        height: 600px !important;
    }

    .popupVidContainer iframe {
        width: 280px;
        height: 157.5px;
    }
}

/*# sourceMappingURL=main.css.map */