@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');
@font-face {
    font-family: 'SEGA';
    src: url('SEGA.woff2') format('woff2'),
        url('SEGA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*CSS RESET*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}
/***********/

html, body {
    scroll-behavior: smooth;
}

body {
    background: black;
    color: white;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
    font-family: "Space Mono", monospace;
}

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

img {
    max-width: 100%;
}

/******party pupils********/
.content {
    max-width: 1200px;
    margin: auto;
    width: 96vw;
}

.socials a {
    font-size: calc(1.25em + 0.25vw);
    padding: 0.25em;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 200vw;
    height: 100vh;
    animation: bg 60s linear infinite reverse;
    z-index: -1;
}

.bg img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.bg:nth-child(2) {
    opacity: 0.5;
    animation: bg 120s linear infinite;
    animation-delay: -45s;
}

.bg:nth-child(2) img {
    height: 120vh;
}

@keyframes bg {
    0% { transform: translateX(0%) }
    100% { transform: translateX(-50%) }
}

#home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 5vh;
    text-transform: uppercase;
}    

#home .socials {
    position: absolute;
    top: 1em;
}

#home img {
    max-height:60vh;
}

#home img.fontlogo {
    max-height: 15vh;
}

.h, .socials {
    color: #adfd02;
    text-shadow: -0.05em -0.05em #c3c, 0.05em 0.05em 0.2em #c3c;
}

.h {
    font-family: "SEGA", sans-serif;
    line-height: 1.25em;
    font-style: italic;
    text-align: center;
    font-size: calc(1em + 2.5vh);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -0.25em;
}

h1 span, .h span {
    position: relative;
}

h1 {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

h1 span {
    width: 5em;
    height: 1em;
    font-size: calc(1.5em + 1vw + 2.5vh);
    color: transparent;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

h1 span::selection {
    color: transparent;
    background: transparent;
}

h1 span:nth-child(1) {
    margin-right: -2.0em;
    background-image: url(./img/party.png);
    background-position: right;
}

h1 span:nth-child(3) {
    margin-left: -1.65em;
    background-image: url(./img/pupils.png);
    background-position: left;
}

.ctas {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.ctas > *, .drop > a {
    position: relative;
    display: inline-block;
    padding: 10px;
    background: white;
    color: black;
    border-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}

.ctas > * {
    width: 6em;
    margin: 0 0.5em;
    background-color: #c3c;
    border: 1px solid #adfd02;
    color: white;
}

.ctas span .drop {
    opacity: 0;
    pointer-events: none;
}

.ctas span:hover .drop {
    opacity: 1;
    pointer-events: initial;
}

.drop {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-100% - 20px));
    transition: opacity 300ms ease-in-out;
    padding-bottom: 10px;
    z-index: 3;
}

.drop a {
    font-size: 16px;
    text-align: center;
    margin: 5px 0;
}
  
/* TOUR SECTION */
#tour {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8547619731486344) 50%);
    padding: 10vh 0;
}

#tour h2 {
    margin-bottom: 2.5vh;
}

.bit-nav-bar-container {
    display: none !important;
}

.bit-top-track-button {
    display: none !important;
}

.bit-widget {
    font-size: 1em !important;
    font-family: inherit !important;
}

.bit-widget * {
    font-weight: 400 !important;
}

.bit-widget.bit-layout-desktop .bit-event .bit-button {
    width: auto !important;
    padding: 0 10px !important;
}

.bit-details.bit-event-buttons {
    margin-top: 0 !important;
    letter-spacing: 0.2em !important;
}

.bit-widget .bit-upcoming-events, bit-past-events, .bit-widget .bit-event, .seated-event-link1, .seated-follow-link {
    border-color: transparent !important;
}

.bit-widget .bit-rsvp, .bit-widget .bit-offers, .ctas > *, .drop > *, .seated-event-link1, .seated-follow-link  {
    box-shadow: -0.05em -0.05em #c3c, 0.25em 0.25em 0.5em #c3c;
    border-color: #adfd02 !important;
}

.seated-events-table > :last-child {
    display: none;
}

.seated-event-link1, .seated-follow-link {
    padding: 10px !important;
}
  
/* MERCH */
#merch {
    background: linear-gradient(180deg, rgba(0,0,0,0.8547619731486344) 0%, rgba(0, 0, 0, 0.020) 50%);
    padding: 10vh 0;
}

#merch h2 {
    padding: 2.5vh 0;
}

#lrembed .scp_item:nth-child(6) ~ .scp_item {
    display: none;
}

.scp_item-details span {
    display: none !important;
}
  

/* FOOTER */
footer {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.020) 0%, black 20%);
    text-align: center;
    padding: 5vh 0 2.5vmin;
}

footer img {
    max-width: 100px;
    margin-bottom: 20px;
}

footer .socials a {
    font-size: calc(0.75em + 1vw)
}

/* MOBILE */
@media only screen and (max-width: 500px) {
    .socials a, footer .socials a {
        font-size: 24px;
        padding: 0.1em;
        display: inline-block;
    }

    #merch {
        padding: 0 0 10vh;
    }

    #home {
        min-height: 100vh;
    }
    
    h1 {
        flex-direction: column;
    }
    
    #home img {
        max-width: 70vw;
    }

    .ctas {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .ctas > * {
        margin: 1em;
        min-width: 22%;
    }
    
    .ctas > *, .drop > a {
        font-size: 5vw;
    }

    h1 span {
        background-position: center !important;
    }
    
    h1 span:nth-child(1) {
        margin-right: 0;
        order: 2;
    }
    
    h1 span:nth-child(3) {
        order: 3;
        margin-left: 0;
    }

    .scp_item {
        flex-basis: 50% !important;
    }

    .bit-widget a {
        text-align: center !important;
    }

    .bit-widget .bit-event .bit-details:first-child {
        margin-bottom: 20px !important;
        display: block !important;
    }

    .bit-widget .bit-event .bit-event-buttons {
        flex-direction: row !important;
    }

    .bit-widget .bit-event .bit-rsvp-container {
        margin: 0 !important;
    }

    footer {
        padding: 5vh 0 5vh;
    }

    footer img {
        margin-bottom: 10px;
    }
}

/* 2024 merch display update*/
.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.grid .item {
    flex-basis: 600px;
}

h2 span {
    font-size: 0.5em;
    font-family: "Space Mono", monospace;
    text-transform: uppercase;
}
  