@font-face {
    font-family: african;
    src: url(../../assets/fonts/african/African.woff);
    format("woff"),
}

.navbar {
    padding: 5px 0
}

.navbar-brand {
    width: 150px;
    height: auto
}

.navbar-light .navbar-nav .nav-link {
    color: #fff
}

.simba-moon img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    z-index: 2
}

.simba-stone {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3
}

    .simba-stone img {
        width: 600px;
        height: auto
    }

.moon img {
    position: absolute;
    right: 40%;
    top: 0;
    width: 140px
}

h1 {
    color: #eea945
}

.text-xl {
    font-size: 5rem;
    font-weight: 600;
    font-family: african
}

.wrapper-moon .row > * {
    margin-top: 0 !important
}

.text-hero {
    z-index: 4;
    padding-top: 40px;
    padding-bottom: 60px
}

h3 {
    color: #eea945
}

.bg-moon {
    top: 15%;
    right: 3%;
    width: 300px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/Content/Assets/Images/moon.svg);
    z-index: 2
}

.bg-stars {
    top: 5%;
    right: 0;
    width: 1000px;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    
    z-index: 1;
    opacity: 1
}


.card-body h4 {
    color: #fff
}

.card-container {
    display: flex;
    flex-wrap: wrap
}

    .card-container .card {
        height: 100%
    }

footer h3 small {
    font-size: 20px;
    font-weight: 200
}

footer img {
    width: 80px;
    height: auto
}

.pulsing-btn {
    background: linear-gradient(0deg,rgba(255,0,0,1) 0%,rgba(255,106,0,1) 100%) !important;
    border: none !important;
    box-shadow: 0 0 0 0 rgba(232,76,61,.7);
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(.66,0,0,1);
    animation: pulsing 1.25s infinite cubic-bezier(.66,0,0,1);
    transition: all 300ms ease-in-out
}

.gradient-btn {
    background: linear-gradient(0deg,rgba(255,0,0,1) 0%,rgba(255,106,0,1) 100%) !important;
    border: none !important
}

.gradient-btn-sec {
    background: linear-gradient(0deg,rgb(78 30 70) 0%,rgb(141 70 129) 100%) !important;
    border: none !important
}

a.pulsing-btn:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}

.gradient-btn-sec .iconify {
    vertical-align: text-top
}

@-webkit-keyframes pulsing {
    to {
        box-shadow: 0 0 0 15px transparent
    }
}

@-moz-keyframes pulsing {
    to {
        box-shadow: 0 0 0 15px transparent
    }
}

@-ms-keyframes pulsing {
    to {
        box-shadow: 0 0 0 15px transparent
    }
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 15px transparent
    }
}

.logo-small img {
    width: 80px;
    height: auto
}

[tooltip-c] {
    position: relative
}

    [tooltip-c]::before, [tooltip-c]::after {
        text-transform: none;
        font-size: 14px;
        line-height: 1;
        user-select: none;
        pointer-events: none;
        position: absolute;
        display: none;
        opacity: 0
    }

    [tooltip-c]::before {
        content: '';
        border: 5px solid transparent;
        z-index: 1001
    }

    [tooltip-c]::after {
        content: attr(tooltip-c);
        text-align: center;
        min-width: 3em;
        max-width: 21em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 1ch 1.5ch;
        border-radius: .3ch;
        background: #000;
        color: #fff;
        z-index: 1000
    }

    [tooltip-c]:hover::before, [tooltip-c]:hover::after {
        display: block
    }

[tooltip-c='']::before, [tooltip-c='']::after {
    display: none !important
}

[tooltip-c]:not([flow])::before, [tooltip-c][flow^=up]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #000
}

[tooltip-c]:not([flow])::after, [tooltip-c][flow^=up]::after {
    bottom: calc(100% + 5px)
}

[tooltip-c]:not([flow])::before, [tooltip-c]:not([flow])::after, [tooltip-c][flow^=up]::before, [tooltip-c][flow^=up]::after {
    left: 50%;
    transform: translate(-50%,-.5em)
}

[tooltip-c][flow^=down]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #000
}

[tooltip-c][flow^=down]::after {
    top: calc(100% + 5px)
}

[tooltip-c][flow^=down]::before, [tooltip-c][flow^=down]::after {
    left: 50%;
    transform: translate(-50%,.5em)
}

[tooltip-c][flow^=left]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #000;
    left: calc(0em - 5px);
    transform: translate(-.5em,-50%)
}

[tooltip-c][flow^=left]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em,-50%)
}

[tooltip-c][flow^=right]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #000;
    right: calc(0em - 5px);
    transform: translate(.5em,-50%)
}

[tooltip-c][flow^=right]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em,-50%)
}

@keyframes tooltip-cs-vert {
    to {
        opacity: 1;
        transform: translate(-50%,0)
    }
}

@keyframes tooltip-cs-horz {
    to {
        opacity: 1;
        transform: translate(0,-50%)
    }
}

[tooltip-c]:not([flow]):hover::before, [tooltip-c]:not([flow]):hover::after, [tooltip-c][flow^=up]:hover::before, [tooltip-c][flow^=up]:hover::after, [tooltip-c][flow^=down]:hover::before, [tooltip-c][flow^=down]:hover::after {
    animation: tooltip-cs-vert 150ms ease-out forwards
}

[tooltip-c][flow^=left]:hover::before, [tooltip-c][flow^=left]:hover::after, [tooltip-c][flow^=right]:hover::before, [tooltip-c][flow^=right]:hover::after {
    animation: tooltip-cs-horz 150ms ease-out forwards
}

.contract-address {
    font-size: 20px;
    font-weight: 200
}

.simba-shape {
    position: absolute;
    bottom: 0;
    width: 145px;
    left: 50%;
    transform: translateX(-50%)
}

.card-s-container {
    margin-top: 145px
}

#mce-success-response {
    line-height: 20px !important;
    font-size: 14px !important;
    padding: 4px 0 !important;
    text-align: center !important;
    color: #1ecf5d !important
}

#mce-error-response {
    line-height: 20px !important;
    font-size: 14px !important;
    padding: 4px 0 !important;
    text-align: center !important;
    color: #fe4403 !important
}

div.mce_inline_error {
    line-height: 20px !important;
    font-size: 14px !important;
    width: 100%;
    text-align: center !important;
    color: #fe4403 !important
}

form.dark-fields .form-control.mce_inline_error {
    border-color: #fe4403 !important
}

.btn-mce {
    border-top-right-radius: .4rem !important;
    border-bottom-right-radius: .4rem !important
}

#mce-error-response a {
    display: none
}

input:-webkit-autofill, input:-webkit-autofill:focus {
    transition: background-color 600000s 0s,color 600000s 0s
}

form.dark-fields .form-control:focus {
    border-color: rgb(221 221 221/30%)
}

footer .list-unstyled li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.soon {
    border: 1px solid #ff6500;
    padding: 3px 5px 2px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 5px;
    color: #ff6500;
    display: inline-block;
    margin-top: 10px
}

.soon-footer {
    border: 1px solid #ff6500;
    padding: 1px 4px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 5px;
    color: #ff6500;
    display: inline-block
}

.card h2 {
    color: #fff;
    font-weight: 200
}

.countdown-container {
    margin-top: 25px
}

    .countdown-container h1 {
        color: #fff
    }

    .countdown-container h2 {
        color: #eea945;
        font-size: 2.5rem
    }
