/* Global Styles */
*,
:after,
:before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

:after,
:before {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
li,
ol,
p,
pre,
ul {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

li,
ol,
ul {
    list-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,
[role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: sans-serif
}

body {
    background: #000;
}

#background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    object-fit: cover;
}


/* Top Button Container */
.top-button-container {
    position: fixed;
    bottom: 5vh;
    z-index: 10;
    padding: 0 15px;
    background-color: rgba(255, 255, 255, .05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    border: 1px solid rgba(255, 0, 0, .2);
    box-shadow: 0 0 20px rgba(255, 0, 0, .5);
    overflow: hidden;
    animation: subtle-float 4s ease-in-out infinite
}

.top-button-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 0, 0, .3), transparent);
    animation: wave-gradient 4s linear infinite
}

#events-container {
    left: 5vw
}

#media-container {
    right: 5vw
}

.button-img {
    width: 180px;
    transition: transform .3s ease
}

.top-button-container .button-img {
    margin-top: -25px;
    margin-bottom: -25px;
    display: block
}

/* Socials Container */
.socials-container {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 50px;
    z-index: 10;
    padding: 0 30px;
    height: 80px;
    background-color: rgba(255, 255, 255, .05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 1000px;
    border: 1px solid rgba(255, 0, 0, .2);
    box-shadow: 0 0 20px rgba(255, 0, 0, .5);
    overflow: hidden
}

.socials-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 0, 0, .3), transparent);
    animation: wave-gradient 4s linear infinite
}

.social-icon {
    width: 78px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: .6;
    transition: opacity .3s ease, transform .3s ease, box-shadow .3s ease;
    border-radius: 50%;
    animation: subtle-float 4s ease-in-out infinite
}

.social-icon:hover {
    opacity: 1;
    transform: scale(1.2);
    box-shadow: 0 0 25px rgba(255, 255, 255, .8)
}

/* Audio Player */
#background-audio {
    display: none
}

#play-pause-container {
    top: 5vh;
    right: 20px;
    bottom: auto;
    left: auto;
    width: 80px;
    height: 80px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#play-pause-btn {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: opacity .3s ease, transform .3s ease
}

#play-pause-btn.playing {
    opacity: 1
}

#play-pause-btn:not(.playing) {
    opacity: .5
}

/* Media Page */
.media-page {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100vh;
    overflow-y: auto;
    padding-top: 2%;
}



#home-button-media {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 150px;
    z-index: 10;
    animation: float 3s ease-in-out infinite
}

#home-button-media img {
    width: 100%
}

/* Ticker */
.ticker-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 2.5rem;
    background-color: transparent;
    padding: .25rem 0;
    box-sizing: border-box;
    z-index: 10
}

.ticker {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    animation: ticker 30s linear infinite
}

.ticker div {
    display: inline-block;
    padding: 0 2rem;
    font-size: 1.5rem;
    color: #fff
}

@keyframes ticker {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}


/* Animations */
@keyframes wave-gradient {
    0% {
        left: -100%
    }

    to {
        left: 100%
    }
}

@keyframes subtle-float {
    0% {
        transform: translate(0, 0)
    }

    25% {
        transform: translate(2px, -3px)
    }

    50% {
        transform: translate(0, 0)
    }

    75% {
        transform: translate(-2px, 3px)
    }

    to {
        transform: translate(0, 0)
    }
}

/* Media Page Socials */
.media-socials {
    flex-direction: column;
    right: 20px;
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    width: 80px;
    height: auto;
    gap: 20px;
    padding: 20px 0
}

/* Responsive */
@media (max-width:768px) {
    #events-button,
    #media-button {
        position: static;
        transform: none;
        margin: 10px 0
    }

    .home-page {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .top-button-container .button.img {
        width: 150px
    }

    .social-icon {
        width: 58px
    }
}

/* Content Column */
.content-column {
    width: 100%;
    max-width: 900px;
    padding: 0 1rem;
}

/* Video Container */
.video-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    border-radius: .5rem;
    width: 100%;
    animation: subtle-media-float 2.5s ease-in-out infinite;
    will-change: transform;
    transition: transform .3s ease
}

.video-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem;
    border: 1px solid rgba(255, 0, 0, .2);
    box-shadow: 0 0 20px rgba(255, 0, 0, .5);
    background-color: rgba(255, 255, 255, .05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 1rem;
}

.media-video-container {
    max-width: 800px;
    max-height: 80vh;
    margin: 0 auto;
}

.video-container:hover {
    transform: scale(1.05)
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-description {
    color: #fff;
    text-align: center;
    margin-top: 1rem;
}

/* Utility Classes */
.z-10 {
    z-index: 10
}

.mb-2 {
    margin-bottom: .5rem
}

.h-screen {
    height: 100vh
}

.w-72 {
    width: 18rem
}

.w-full {
    width: 100%
}

.flex {
    display: flex
}

.flex-col {
    flex-direction: column
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-start {
    justify-content: flex-start
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.pt-8 {
    padding-top: 2rem
}

@keyframes subtle-media-float {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-6px)
    }

    100% {
        transform: translateY(0)
    }
}
