body {
    background-color: #00ACFF;
    color: #fff;
    font-size: 18px;
}
@media screen and (max-width: 1024px) {
	body {
		font-size: 14px;
	}
}

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

img {
    max-width: 100%;
}

main {
    font-family: "semplicitapro", sans-serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1500px;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

main .wrapper {
    padding: 0.5em 1em;
}

.heading-container {
    height: 100px;
}

.heading {
    font-family: "nimbus-sans-condensed", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
}

.section-heading {
    margin-left: auto;
    text-shadow: 1px 1px 0 #000;
    position: absolute;
    z-index: 1;
    font-family: ivypresto-display, serif;
	font-weight: 300;
	font-style: normal;
	color: #05FDFD;
    max-width: 100%;
    font-size: 2.5em;
    padding: 0.3em 2em 0em 1em;
    text-align: center;
    right: 0;
}

.section-heading::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 10em;
    height: 3em;
    background: url(../media/img/heading.svg) center center / contain no-repeat;
    z-index: -1;
}

#info .section-heading {
    left: 0;
    right: auto;
}

#info .section-heading::before {
    left: 0;
    right: auto;
    transform: scaleX(-1);
}

.shards {
    position: absolute;
    top: -30vw;
    left: 0;
    width: 100%;
    opacity: 0.75;
    text-align: center;
    mix-blend-mode: exclusion;
}

.shards img {
    max-width: 200%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.media-shards,
.purchase-shards {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.74;
    height: 100%;
}

.purchase-shards {
    mix-blend-mode: difference;
}

.media-shards img,
.purchase-shards img{
    max-width: unset;
    height: 100%;
}

#media,
#buy,
#reload,
footer {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

#info {
    position: relative;
    z-index: 1;
}

#reload img {
    width: 100%;
}
.cta-btn {
    position: relative;
    width: fit-content;
    font-family: "basic-sans", sans-serif!important;
    font-weight: 700;
    font-style: italic;
    letter-spacing: normal;
    text-transform: uppercase;
}

.cta-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-48%, -50%);
    width: 140%;
    min-width: 8.5em;
    height: 210%;
    background: url(../media/img/cta.svg) center center / 100% 100% no-repeat;
    z-index: -1;
}

.nav-cta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: clamp(225px, 25vw, 340px);
}

@media screen and (max-width: 768px) {
    .nav-cta {
        position: relative;
        right: unset;
        transform: none;
    }

    nav .cta-btn {
        position: static;
        margin: auto;
    }

    nav .cta-btn::before {
        width: 40%;
        height: 100%;
    }
}

.hero-cta-container {
    padding: 0.5em;
    font-size: clamp(1em, 2vw, 3em);
    letter-spacing: -2px;
}