html,
body {
    font-family: 'Nunito', serif !important;
    color: white;
}

.navbar-brand {
    font-size: 2em;
    color: white !important;
    /* font-weight: 600; */
}

.nav-link {
    font-size: 18px;
    color: white !important;
    font-weight: 400 !important;
}

.nav-link i {
    font-size: 20px;
}

.wallet-btn {
    background: #fff;
    color: #c79288;
    border: 2px solid #c79288;
    outline: none;
    width: 10em;
    font-family: Nunito Garamond,
        serif;
    font-size: .9em;
    height: 45px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 10px;
    margin-right: 2.2em;
    margin-left: 2.2em;
}

.mint-title {
    font-size: 32px;
    text-transform: capitalize;
    /* font-weight: bold; */
}

.token-count {
    margin-bottom: 0rem;
    font-size: 45px;
}

.plus-btn {
    margin-bottom: 0rem;
}

.btn-mint {
    background: #fff;
    color: #c79288;
    border: 2px solid #c79288;
    outline: none;
    width: 10em;
    font-family: Nunito Garamond,
        serif;
    font-size: 1.3em;
    height: 45px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.btn-mint:hover {
    background: #c79288;
    color: #fff;
    cursor: pointer;
}

.remain-title {
    padding-top: 20px;
    font-size: 1.5rem;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.link-dark {
    font-size: 2em;
    /* font-weight: 600; */
}

footer p,
footer li a {
    color: #c79288 !important;
    text-decoration: underline;
    font-size: 1.2em;
}

@media screen and (max-width: 767px) {
    .footer {
        display: none;
    }
}

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

    30% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes twinkle_one {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes twinkle_one {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes twinkle_one {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    25% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes twinkle_two {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes twinkle_two {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes twinkle_two {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes twinkle_three {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes twinkle_three {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes twinkle_three {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.galaxy {
    z-index: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 auto;
    background-color: black;
}

.galaxy .star {
    position: absolute;
    background-color: white;
}

.galaxy .star-type1 {
    width: 1px;
    height: 1px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 1px 1px white;
    box-shadow: 0 0 1px 1px white;
    -webkit-animation: twinkle_one 3s ease-in-out infinite;
    -moz-animation: twinkle_one 3s ease-in-out infinite;
    -o-animation: twinkle_one 3s ease-in-out infinite;
    animation: twinkle_one 3s ease-in-out infinite;
}

.galaxy .star-type2 {
    width: 2px;
    height: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px 1px white;
    box-shadow: 0 0 2px 1px white;
    -webkit-animation: twinkle_two 12s ease-in-out infinite;
    -moz-animation: twinkle_two 12s ease-in-out infinite;
    -o-animation: twinkle_two 12s ease-in-out infinite;
    animation: twinkle_two 12s ease-in-out infinite;
}

.galaxy .star-type3 {
    width: 2px;
    height: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px 0 white;
    box-shadow: 0 0 2px 0 white;
    -webkit-animation: twinkle_three 7s ease-in-out infinite;
    -moz-animation: twinkle_three 7s ease-in-out infinite;
    -o-animation: twinkle_three 7s ease-in-out infinite;
    animation: twinkle_three 7s ease-in-out infinite;
}
.navbar-brand img{
    max-width: fit-content !important;
}
p{
    margin-bottom: 0.5em;
}
.order-3{
    width: 100%;
    text-align: right;
}
@media screen and (max-width: 767px) {

    .order-3 {
        text-align: center !important;
    }
}
