@import "modal.css";
@import "form.css";


@font-face {
    font-family: "CheddarGothic-Sans";
    src: url('./../fonts/CheddarGothic-Sans.otf');
}

:root {
    --logo-width: 160px;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    font-family: 'Nunito';
    color: #fff;
    font-size: 14px;
    background: #000;
}

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

.img-responsive {
    max-width: 100%;
}

.abs-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.abs-bg img {
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.abs-content {
    position: relative;
    z-index: 10;
}

.navbar-toggler {
    background: url("../img/navbar-toggle.png") no-repeat center center;
    background-size: contain;
    box-shadow: none !important;
}

.bg-home {
    background: url("../img/page-bg.png") repeat-y center center;
    background-size: cover;
    background-position-y: center;
}

.pagination-app {
    justify-content: center;
    align-items: center;
}

.pagination-app .page-link {
    background: transparent;
    border: none;
    color: #fff;
}

.pagination-app .page-item.active .page-link {
    background: none;
    color: #EFC578;
}

.pagination-app .page-item.next,
.pagination-app .page-item.prev {
    width: 50px;
    height: 50px;
    line-height: 24px;
    background: #EFC578;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 25px;
    justify-content: center;
}

.btn-icon .icon {
    width: 24px;
    height: 24px;
}

.btn-rounded {
    border-radius: 38px;
}

.btn-outline-white, .btn-outline-white:hover {
    color: #fff;
    border-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.app-nav-tabs {
    width: 100%;
    border-bottom: none;
}

.app-nav-tabs .nav-item {
    flex: 1;
}

.app-nav-tabs .nav-item .nav-link {
    width: 100%;
    color: #fff;
    opacity: 0.5;
    box-shadow: none;
    background: none;
    border: none;
}

.app-nav-tabs .nav-item .nav-link:hover {
    border: none;
}

.app-nav-tabs .nav-item.show .nav-link, .app-nav-tabs .nav-link.active {
    background: none;
    color: #fff;
    border: none;
    outline: none;
    opacity: 1;
}

.app-nav-tabs .nav-link.active {
    border-bottom: 4px solid #EFC578 !important;
}

.app-tab-content {
    padding: 15px 0;
}

main.container {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
}

.contentContainer {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    height: 100%;
}

.contentContainer .leftContainer,
.contentContainer .rightContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contentContainer .leftContainer {
    position: relative;
    width: 35%;
}

.contentContainer .rightContainer {
    position: relative;
    width: 64%;
}

.headerContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
}

.headerContainer .navbar {
    width: 100%;
    align-items: flex-start;
}

.headerLeftContainer {
    display: flex;
    flex-direction: row;
}


.logoContainer .logo {
    max-width: 160px;
}

.moonContainer {
    position: relative;
    flex: 1;
}

.moonContainer .moon {
    position: absolute;
    top: 0;
    left: calc(var(--logo-width) + 100px);
    max-width: 100%;
    max-height: 300px;
}

.headerContainer .nav-link {
    font-family: "CheddarGothic-Sans";
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #E4E4E4;
    text-align: center;
    padding: 15px 25px !important;
}

.headerContainer .nav-link:focus, .headerContainer .nav-link:hover {
    color: #EFC578;
}

.headerContainer .nav-link span {
    display: block;
    margin-bottom: 6px;
}

.headerContainer .nav-link img {
    max-width: 64px;
    display: none;
    margin: 0 auto;
}

.headerContainer .nav-link.active span {
    color: #EFC578
}

.headerContainer .nav-link.active img {
    display: block;
}

.connect-wallet {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 auto;
}

.connect-wallet .nav-link {
    color: #F0C261;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.connect-wallet .nav-link span,
.connect-wallet .nav-link img {
    display: block;
}

.connect-wallet .nav-link span {
    margin-right: 6px;
}

.connect-wallet .nav-link .arrow-img {
    display: block;
    max-height: 10px;
}

.walletsContainer {
    justify-content: center;
}

.wallet-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-bottom: 20px;
    cursor: pointer;
}

.wallet-item .walletLogoContainer img {
    max-width: 80px;
    max-height: 80px;
}

.wallet-item .name {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 10px;
}

/* LEFT */
.title {
    font-family: "CheddarGothic-Sans";
    font-weight: 400;
    font-size: 80px;
    line-height: 100px;
    color: #FFF0D0;
    text-shadow: 0px 1px 1px rgba(1, 1, 1, 0.8);
    margin-bottom: 20px;
}

.description {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 18px;
    color: #B4AA9A;
    margin-bottom: 20px;
}

.ctaBtn {
    background: #F8C864;
    border-radius: 28px;
    height: 56px;
    width: 226px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.ctaBtn .ctaText {
    font-weight: 900;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.03em;
    text-transform: uppercase;

    color: #795112;
    margin-right: 10px;
    font-family: 'Nunito';
}


/* RIGHT */
.satellite-5 {
    position: absolute;
    bottom: 10%;
    left: 0;
    max-width: 120px;
}

.bannerContainer .bannerImg {
    max-width: 100%;
    pointer-events: none;
}

/* FOOTER */
footer {
    text-align: center;
}

@media (max-width: 1000px) {
    .headerContainer .navbar {
        align-items: center;
    }

    .headerContainer {
        padding: 0;
    }

    .logoContainer .logo {
        max-width: 100px;
    }

    .contentContainer {
        flex-direction: column;
        justify-content: initial;
        height: auto;
    }

    .contentContainer .leftContainer {
        margin: 50px 0;
    }

    .contentContainer .rightContainer {
        margin-bottom: 50px;
    }

    .contentContainer .leftContainer,
    .contentContainer .rightContainer {
        width: 100%;
        height: auto;

    }

    .moonContainer {
        display: none;
    }

    .satellitesContainer {
        display: none;
    }

    .title {
        font-size: 4em;
        line-height: initial;
    }

    .connect-wallet {
        max-width: 200px;
    }
}