*::selection {
    background: #FFE8DC;
    color: #000;
}

body {
    font-family: 'Encode Sans', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', Geneva, arial, Tahoma, verdana, sans-serif;
    background: #000;
    color: #FFE8DC;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 90em;
    padding: 0 2.25em;
    box-sizing: border-box;
    margin: 0 auto;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 1.5em 0;
    box-sizing: border-box;
    width: 100%;
    background: rgba(0, 0, 0, .25);
    backdrop-filter: blur(25px);
    z-index: 10;
}

.nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.2em;
}

.nav .logo {
    position: relative;
    height: 1.25em;
    width: 100%;
}

.nav .logo img {
    height: 100%;
    width: auto;
}

.nav a {
    color: inherit;
    text-decoration: none;
    opacity: .7;
    transition: opacity .2s, transform .2s;
}

.nav a:hover {
    opacity: 1;
    transform: scale(1.05);
}
.nav .openNav {
    display: none;
}

.nav .closeNav {
    display: none;
}

.nav .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.2rem;
    font-weight: 500;
    font-size: 0.9em;
}

.nav .connectWallet {
    font-weight: 900;
    font-size: 1.1em;
    text-transform: uppercase;
    width: 100%;
    text-align: right;
}

.nav .connectWallet a {
    opacity: 1;
}

.intro {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.intro .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    z-index: -1;
}

.intro .overlay,
.nft .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 255) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 255) 100%);
    z-index: 9;
}

@media screen and (max-width: 1920px) {
    .intro .overlay {
        display: none;
    }
}

.intro .background video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.intro .text,
.nft .text {
    padding: 9em;
    padding-top: 17em;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 100%);
    width: 100%;
}

.intro .text .container,
.nft .text .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.intro .text h1 {
    font-weight: 900;
    font-size: 4em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.intro .text p {
    font-weight: 500;
    font-size: 1.3em;
    letter-spacing: -0.02em;
    opacity: .5;
    margin-bottom: 2rem;
    width: 70%;
}

.intro .text .cta {
    display: flex;
    gap: 1.5rem;
}

.intro .text .cta a,
.nft .text a {
    color: inherit;
    font-weight: 700;
    font-size: 1.1em;
    padding: 1rem 1.5rem;
    border: 2px solid #FFE8DC;
    border-radius: .5rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s, color .2s, box-shadow .2s;
}

.intro .text .cta a:hover,
.nft .text a:hover {
    background: #FFE8DC;
    color: #000;
    box-shadow: 0 0 2rem rgba(255, 232, 220, 0.3);
}

.intro .text .cta a.marketplace {
    color: #EC407A;
    border: 1px solid #EC407A;
}

.intro .text .cta a.marketplace:hover {
    background: #EC407A;
    color: #fff;
    box-shadow: 0 0 2rem rgba(236, 64, 121, 0.5);
}

.about {
    padding: 4.5em 2em;
    background: linear-gradient(180deg, #000000 0%, #101010 100%);
}

.about .sub {
    font-weight: 700;
    font-size: 0.9em;
    text-align: center;
    color: #EC407A;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-bottom: .75em;
}

.about h2 {
    font-weight: 900;
    font-size: 2.7em;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 4rem;
}

.about .block {
    background: #111111;
    box-shadow: 0px 2rem 4rem #000000;
    border-radius: 1rem;
    box-sizing: border-box;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.about .block .tag {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.about .block img:not(.tag),
.about .block iframe {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

.about .block.video::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20rem;
    height: 20rem;
    background: linear-gradient(225deg, #000000 0%, rgba(0, 0, 0, 0) 50%);
}

.about .block iframe {
    aspect-ratio: 16/9;
}

.about .block .text {
    padding: 2.5rem;
    box-sizing: border-box;
}

.about .block .text h3 {
    font-weight: 700;
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.about .block .text p {
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.25em;
    color: rgba(255, 232, 220, 0.5);
}

.about .row {
    display: flex;
    gap: 3rem;
}

.nft {
    padding: 4.5em 2em;
}

.nft h2 {
    font-weight: 900;
    font-size: 3em;
    text-align: center;
    text-shadow: 0px 0px 1.25rem rgba(255, 232, 220, 0.5);
    margin-bottom: 0.6rem;
}

.nft .sub {
    font-weight: 500;
    font-size: 1.3em;
    display: block;
    text-align: center;
    letter-spacing: -0.02em;
    color: rgba(255, 232, 220, 0.5);
    margin-bottom: 3.125rem;
}

.nft .wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 100vh;
}

.nft .cards {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.nft .cards .item {
    width: 162.5em;
    height: 24.375em;
    background: url('/assets/img/nft.png') no-repeat center/cover;
}

.nft .cards .item.top {
    margin-bottom: 2.8rem;
}

.nft .cards .item.bottom {
    align-self: flex-end;
}

.nft .text {
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.nft .text p {
    font-weight: 600;
    font-size: 2em;
    line-height: 2.5rem;
    text-align: center;
    width: 70%;
    margin-bottom: 2.8rem;
}

.nft .text a {
    display: block;
    margin-bottom: 1.5rem;
}

.social {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    background: #111;
    border: 2px solid #282625;
    border-radius: 2rem;
    padding: 4.5rem;
    margin-bottom: 9.3rem;
    position: relative;
    overflow: hidden;
}

.social .bgGirl {
    position: absolute;
    bottom: 0;
    right: 2.8rem;
    z-index: 0;
    width: 16.75rem;
    height: auto;
}

.social h3 {
    font-weight: 900;
    font-size: 3em;
    text-transform: uppercase;
    z-index: 2;
}

.social .links {
    display: flex;
    width: 100%;
    gap: 1.5rem;
    z-index: 2;
}

.social .links a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    width: 100%;
    background: #191919;
    border: 2px solid #282625;
    align-items: center;
    border-radius: 1rem;
    overflow: hidden;
    gap: 1.5rem;
    font-weight: 500;
    font-size: 1.125em;
    text-decoration: none;
    color: inherit;
    transition: transform .2s;
}

.social .links a:hover {
    transform: scale(1.05);
}

.social .links a img {
    width: 4rem;
    filter: drop-shadow(0 0 1.5rem rgba(255,255,255,.3));
}

.social .links a img.twitter {
    filter: drop-shadow(0 0 1.5rem rgba(29, 161, 242, .3));
}

.social .links a img.discord {
    filter: drop-shadow(0 0 1.5rem rgba(88, 101, 242, .3));
}

.social .links a img.youtube {
    filter: drop-shadow(0 0 1.5rem rgba(255, 0, 0, .3));
}

.social .links a img.medium {
    filter: drop-shadow(0 0 1.5rem rgba(0, 171, 108, .3));
}

.social .links a img.instagram {
    filter: drop-shadow(0 0 1.5rem rgba(201, 65, 123, .3));
}


.roadmap .circles {
    width: 100%;
    max-width: 60em;
    display: block;
    margin: 0 auto;
    margin-bottom: 8em;
}

.roadmap h3 {
    font-weight: 900;
    font-size: 3em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.roadmap p {
    font-weight: 500;
    font-size: 1.4em;
    letter-spacing: -0.02em;
    color: rgba(255, 232, 220, 0.5);
    margin-bottom: 4rem;
}

.swiper-wrapper {
    padding-bottom: 4.5rem;
    cursor: grab;
}

.swiper-scrollbar {
    background: rgba(217, 217, 217, 0.2) !important;
    height: 6px !important;
    left: 0 !important;
    width: 100% !important;
    bottom: 0 !important;
    cursor: grab;
}

.swiper-scrollbar-drag {
    background: #FFE8DC;
    box-shadow: 0 0 1.5rem rgba(255, 232, 220, 0.8);
}

.roadmap .step {
    opacity: .6;
}

.roadmap .step.active {
    opacity: 1;
}

.roadmap .step .content {
    padding-right: 4.5rem;
    box-sizing: border-box;
}

.roadmap .step:last-of-type .content {
    padding-right: 0;
}

.roadmap .step h4 {
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.roadmap .step h4 svg {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 100px;
}

.roadmap .step .items {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: rgba(255, 232, 220, 0.5);
    font-size: 1.25em;
}

.team {
    margin-top: 9.3em;
}

.team h3 {
    font-weight: 900;
    font-size: 3em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.team p {
    font-weight: 500;
    font-size: 1.3em;
    letter-spacing: -0.02em;
    color: rgba(255, 232, 220, 0.5);
}

.team .list {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    margin-top: 2.8rem;
}

.team .item .picWrapper {
    background: linear-gradient(45deg, rgba(255,255,255,.15), rgba(255,255,255,.25));
    overflow: hidden;
    border-radius: 0.6rem;
    position: relative;
    width: 100%;
    height: 16.5625rem;
    margin-bottom: 0.6rem;
}

.team .item .picContainer {
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #131313;
    border-radius: 0.6rem;
}

.team .item .pic {
    margin: 1.5rem;
    margin-bottom: 0;
    justify-content: center;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: calc(100% - 3rem);
    height: calc(100% - 1.5rem);
}

.team .item .text {
    padding: 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.team .item .text .name {
    font-weight: 600;
    font-size: 1.3em;
    line-height: 1.3em;
    letter-spacing: -0.02em;
}

.team .item .text .desc {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    color: rgba(255, 232, 220, 0.5);
}

.footer {
    margin-top: 9rem;
}

.footer {
    padding: 4.5rem 0;
    background: #131313;
    border-top: 1px solid rgba(255, 232, 220, .1);
}

.footer .container {
    display: flex;
    justify-content: space-between;
}

.footer .logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .logo img {
    opacity: .1;
    height: 1.5rem;
    width: auto;
}

.footer .logo .copy {
    opacity: .2;
}

.footer .menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 40%;
}

.footer .menu .column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer .menu a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    opacity: .7;
    transition: opacity .2s;
}

.footer .menu a:hover {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {

    .nav .logo {
        width: auto;
    }

    .nav .container {
        position: relative;
    }

    .nav .openNav {
        display: block;
        width: 1.5rem;
        height: auto;
    }

    .nav .closeNav {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        top: 1rem;
        right: 1rem;
        line-height: 100%;
        font-size: 1.5em;
    }

    .nav .menu {
        position: absolute;
        top: -1.5rem;
        left: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: calc(100vh + 1.5rem);
        background: rgba(0, 0, 0, .95);
        z-index: 999;
        font-size: 2em;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s, visibility .2s;
    }

    .nav .menu.active {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }

    .nav .connectWallet {
        width: auto;
    }

    .intro .text, .nft .text {
        padding: 6em 0;
    }

    .intro .text .cta a, .nft .text a {
        font-size: .8em;
    }

    .about  {
        padding: 2em 0;
    }

    .about .block .text {
        padding: 1.5rem;
    }

    .about .row {
        flex-direction: column;
        gap: 0;
    }

    .about .block {
        margin-bottom: 2rem;
    }

    .nft .text p {
        width: 100%;
    }

    .social {
        padding: 2rem;
    }

    .social .links {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .footer .container {
        flex-direction: column;
        gap: 3em;
    }

    .footer .logo img {
        width: auto;
        height: auto;
        margin-bottom: 1em;
    }

    .footer .menu {
        width: 100%;
    }
}