html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Light.html") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Medium.html") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Bold.html") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-SemiBold.html") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Regular.html") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-ExtraBold.html") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Black.html") format("woff");
    font-weight: 900;
    font-style: normal;
    ont-display: swap
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none
}

html {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    color: #fff;
    font-size: 14px;
    background-color: #000;
    font-family: "Montserrat", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    scroll-behavior: smooth;
    position: relative;
    z-index: 1
}

body.active {
    overflow: hidden
}

img {
    max-width: 100%
}

a,
button {
    text-decoration: none;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    -moz-transition: all ease .2s;
    transition: all ease .2s;
    background-color: rgba(0, 0, 0, 0)
}

a:active,
button:active {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98)
}

.btn {
    display: inline-block;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: .16px;
    border: 4px solid #000;
    padding: 10px 22px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #000;
    margin-bottom: 20px;
    -webkit-box-shadow: 4px 4px 0 #000;
    -moz-box-shadow: 4px 4px 0 #000;
    box-shadow: 4px 4px 0 #000
}

.btn:hover,
.btn:active {
    -webkit-box-shadow: 8px 8px 0 #000;
    -moz-box-shadow: 8px 8px 0 #000;
    box-shadow: 8px 8px 0 #000
}

.btn img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    left: 1px
}

.btn i {
    font-style: normal
}

@media screen and (max-width: 700px) {
    .btn {
        font-size: 16px
    }

    .btn i {
        display: none
    }
}

:root {
    --clr-one: red;
    --clr-bg: #1d1e22
}

.neon-button {
    font-size: 20px;
    background-color: rgba(255, 255, 255, .5);
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    padding: 15px 20px;
    margin: 2rem;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.neon-button__1 {
    color: var(--clr-one);
    border: var(--clr-one) .125em solid;
    text-shadow: 0 0 .125em rgba(255, 255, 255, .3), 0 0 .45em --clr-one;
    -webkit-box-shadow: inset 0 0 .5em 0 var(--clr-one), 0 0 .5em 0 var(--clr-one);
    -moz-box-shadow: inset 0 0 .5em 0 var(--clr-one), 0 0 .5em 0 var(--clr-one);
    box-shadow: inset 0 0 .5em 0 var(--clr-one), 0 0 .5em 0 var(--clr-one)
}

main {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    min-height: 100lvh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

video {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover
}

video.pc {
    display: none
}

@media screen and (min-width: 800px) {
    video.pc {
        display: block
    }
}

@media screen and (max-width: 500px) {
    video.mob {
        -o-object-position: bottom center;
        object-position: bottom center
    }
}

@media screen and (min-width: 800px) {
    video.mob {
        display: none
    }
}

.content {
    text-align: center;
    width: 100%;
    min-height: 34vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 800px) {
    .content {
        min-height: 40vh
    }
}

.wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px
}

.wrap a {
    display: inline-block;
    padding: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.wrap a img {
    display: block;
    max-width: 40px
}

.wrap a:last-child img {
    max-width: 43px
}

.wrap a:hover {
    background-color: rgba(255, 255, 255, .1);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.footer {
    display: block;
    width: 80%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(0, 0, 0, .5);
    border-bottom: none;
    padding: 20px 0;
    -webkit-border-radius: 90px 90px 0 0;
    -moz-border-radius: 90px 90px 0 0;
    border-radius: 90px 90px 0 0
}

.footer .solana {
    width: 150px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    -webkit-filter: drop-shadow(0 0 1px #000);
    filter: drop-shadow(0 0 1px #000)
}

@media screen and (max-width: 700px) {
    .footer {
        -webkit-border-radius: 50px 50px 0 0;
        -moz-border-radius: 50px 50px 0 0;
        border-radius: 50px 50px 0 0
    }
}

/*# sourceMappingURL=style.css.map */