/* Import */

@import url("section-2.css");
@import url("section-5.css");
/* @import url("section-9.css"); */
@import url("section-10.css");

/* Fonts */

@font-face {
    font-family: "itc-avant-garde-gothic-lt-bold";
    src: url("../fonts/itc-avant-garde-gothic-lt-bold.woff2") format("woff2");
}

/* Set-up */

html {
    visibility: hidden; /* Hack to avoid FOUC */
    background-color: #000;
}

body {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    color: #FFF;
    line-height: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    overflow-anchor: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "itc-avant-garde-gothic-lt-bold", sans-serif;
    font-size: 110px;
    letter-spacing: -4px;
    margin: 0;
    line-height: 0.8;
    font-weight: normal;
}

p {
    margin: 0;
    line-height: 1.25;
    overflow-wrap: break-word;
    font-weight: 300;
}

a {
    color: #FFF;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
}

/* Forms */

input {
    appearance: none;
    margin: 0;
    outline: none;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 32px;
    font-family: "itc-avant-garde-gothic-lt-bold", sans-serif;
    font-size: 18px;
    border: none;
    color: #000;
    border-radius: 0;
    height: 48px;
    border-radius: 999px;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    border: none;
    cursor: pointer;
    margin: 0;
}

select {
    appearance: none;
    outline: none;
    border: none;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 999px;
    padding-right: 48px;
    padding-left: 20px;
    height: 48px;
    font-family: "itc-avant-garde-gothic-lt-bold", sans-serif;
    background-image: url('../img/dropdown-arrow.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: center right 8px;
    color: #000;
}

/* Global */

.clear {
    clear: both;
}

.section {
    opacity: 0;
    transition: opacity 0.5s ease-in;
    position: relative;
    overflow: hidden;
}

img.section-bg {
    width: 100%;
}

.section-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-column {
    position: absolute;
    width: 50%;
    left: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 16px;
}

.section-column-right {
    left: 50%;
}

.section-column-full {
    width: 100%;
}

.section-column p {
    max-width: 480px;
    margin: auto;
    margin-top: 24px;
}

.section-column p a {
    text-decoration: underline;
    font-weight: bold;
}

.section-column p strong {
    font-weight: bold; /* Hack for FF */
}

.big-button {
    line-height: 1;
    color: #000;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 999px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 32px;
    padding-left: 32px;
    font-family: "itc-avant-garde-gothic-lt-bold", sans-serif;
    width: max-content;
    min-width: 144px;
    transition: background-color 0.15s linear;
    user-select: none;
    -webkit-user-select: none;
}

@media (hover: hover) {
    a.big-button:hover {
        background-color: #FFCC00;
    }
}

.big-button:active {
    color: #FFF;
    background-color: #000 !important;
    transition: none !important;
}

a.centered-big-button {
    margin: auto;
    margin-top: 24px;
}

form#subForm {
    margin-top: 24px;
}

form#subForm input {
    border-radius: 999px 0 0 999px;
    width: 288px;
    font-family: 'Helvetica Neue', sans-serif;
    padding-left: 32px;
    font-size: 16px;
}

form#subForm button {
    display: inline-flex;
    vertical-align: top;
    border-radius: 0 999px 999px 0;
    background-color: #000;
    color: #FFF;
    min-width: auto;
}

@media (hover: hover) {
    form#subForm button.big-button:hover {
        background-color: #FFCC00;
    }
}

form#subForm button.big-button:active {
    color: #000;
    background-color: #FFF !important;
}

@media only screen and (min-width: 927px) and (max-width: 1194px) {
    h2 {
        font-size: 100px;
    }

    p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 926px) {
    h2 {
        font-size: 72px;
    }

    img.section-bg {
        width: 200%;
    }

    img.section-bg-right {
        transform: translateX(-50%);
    }

    .section-wrapper {
        position: static;
    }

    .section-column {
        width: 100%;
        padding: 32px;
        padding-top: 48px;
        padding-bottom: 48px;
        position: static;
    }

    form#subForm input {
        width: 168px;
        padding-left: 16px;
        padding-right: 16px;
    }

    form#subForm button {
        padding-left: 24px;
        padding-right: 24px;
        background-color: #FFCC00;
    }
}

/* Web3 */

#WEB3_CONNECT_MODAL_ID,
#walletconnect-wrapper {
    line-height: normal;
}

/* Section 1 */

#section-1 .section-wrapper img {
    width: 60%;
    max-width: 900px;
}

@media only screen and (max-width: 926px) {
    #section-1 .section-wrapper {
        position: absolute;
        z-index: 1;
    }

    #section-1 .section-wrapper img {
        width: 80%;
    }
}

/* Section 4 */

#section-4-collections {
    margin-top: 24px;
    font-size: 0;
}

#section-4-collections .collections-item {
    display: inline-block;
    margin: 16px;
    position: relative;
}

#section-4-collections h3 {
    font-size: 36px;
    position: absolute;
    width: 100%;
    margin-top: 24px;
    letter-spacing: -1px;
}

#section-4-collections img {
    width: 320px;
    border-radius: 24px;
}

#section-4-collections a {
    background-color: #000;
    color: #FFF;
    transition: color 0.15s linear;
}

#section-4-collections a:active {
    background-color: #FFCC00 !important;
    color: #000 !important;
}

@media (hover: hover) {
    #section-4-collections a:hover {
        color: #FFCC00;
    }
}

@media only screen and (max-width: 1194px) {
    #section-4-collections {
        margin-top: 12px;
    }

    #section-4-collections h3 {
        font-size: 30px;
        margin-top: 16px;
    }

    #section-4-collections img {
        width: 240px;
    }
}

@media only screen and (max-width: 926px) {
    #section-4 img.section-bg {
        display: none;
    }

    #section-4 h2 {
        font-size: 48px;
        letter-spacing: -2px;
    }

    #section-4-collections .collections-item {
        margin-left: 0;
        margin-right: 0;
    }

    #section-4-collections h3 {
        margin-top: 20px;
    }

    #section-4-collections a {
        background-color: #FFF;
        color: #000;
    }

    #section-4-collections img {
        width: 256px;
    }
}

/* Section 7 */

#section-7-team {
    width: max-content;
    margin: auto;
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(3, 176px);
}

#section-7-team a {
    line-height: 1;
    font-size: 12px;
    font-weight: 300;
    margin-top: 24px;
}

#section-7-team a img {
    width: 128px;
    display: block;
    border-radius: 999px;
    margin: auto;
}

#section-7-team a span {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
}

@media only screen and (min-width: 1366px) {
    #section-7-team {
        grid-template-columns: repeat(3, 192px);
    }

    #section-7-team a img {
        width: 144px;
    }
}

@media only screen and (max-width: 1194px) {
    #section-7-team {
        grid-template-columns: repeat(3, 160px);
        margin-top: 16px;
    }

    #section-7-team a {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 592px) {
    #section-7 .section-column {
        padding-left: 16px;
        padding-right: 16px;
    }

    #section-7-team {
        width: auto;
        grid-template-columns: repeat(2, auto);
    }
}

/* Footer */

footer {
    width: 100%;
    height: 128px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

footer a.big-button {
    margin: 12px;
}

@media only screen and (max-width: 926px) {
    footer {
        height: 328px;
        flex-direction: column;
        padding-bottom: 24px;
    }
}

/* Header */

header {
    background-color: #000;
    border-radius: 999px;
    width: 560px;
    height: 64px;
    position: fixed;
    left: 50%;
    margin-left: -280px;
    top: 32px;
    z-index: 2;
}

a#header-discord {
    margin-left: 16px;
}

header img {
    height: 32px;
    padding: 16px;
}

a#header-connect {
    float: right;
    margin: 8px;
}

@media only screen and (max-width: 624px) {
    header {
        width: 232px;
        margin-left: -116px;
        height: 48px;
        top: 24px;
    }

    a#header-discord {
        margin-left: 12px;
    }

    header img {
        height: 24px;
        padding: 12px;
    }

    a#header-connect {
        display: none;
    }
}

/* Overlay */

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 3;
    top: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    transition: opacity 0.25s ease-in;
}

#overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

#overlay-wrapper {
    position: relative;
    margin: auto;
    padding: 16px;
}

#overlay-window {
    background-color: #000;
    padding: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
    min-width: 240px;
    max-width: 320px;
}

#overlay-window a#overlay-close {
    position: absolute;
    right: 24px;
    margin-top: -24px;
}

#overlay-window a#overlay-close img {
    width: 24px;
    height: 24px;
}

#overlay-window h4 {
    font-size: 16px;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: normal;
    line-height: 1.25;
    font-weight: bold;
    margin-top: 16px;
}

#overlay-window p {
    font-size: 14px;
    font-weight: normal;
}

#overlay-window p a {
    text-decoration: underline;
}