@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue:wght@400&family=Space+Grotesk:wght@400;600;700&display=swap);.background-container{background-color:#000;height:100%;left:0;opacity:0;overflow:hidden;position:fixed;top:0;width:100%}.background-image{background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}.background-container.show{animation:fadeInOut 2s forwards;opacity:1}@keyframes fadeInOut{0%{opacity:0}to{opacity:1}}.digital-timer{background-color:#0000;border-radius:10px;color:#22d14e;display:inline-block;font-family:Orbitron,sans-serif;font-size:2.5rem;letter-spacing:2px;padding:20px 30px;text-align:center;text-shadow:0 0 10px #01a30a}@media only screen and (max-width:600px){.digital-timer{font-size:3rem}}@media only screen and (min-width:600px)and (max-width:900px){.digital-timer{font-size:4rem}}@media only screen and (min-width:900px)and (max-width:1300px){.digital-timer{font-size:5rem}}@media only screen and (min-width:1300px)and (max-width:1628px){.digital-timer{font-size:6rem}}@media only screen and (min-width:1628px){.digital-timer{font-size:8rem}}.footer{align-items:center;background-color:#000c;bottom:0;display:flex;flex-wrap:wrap;justify-content:space-between;left:0;padding:1rem;position:fixed;width:100%;z-index:10}.footer .footer__column{flex:1 1;padding:0 1rem}.footer .footer__column--left{text-align:left}.footer .footer__column--center{text-align:center}.footer .footer__column--right{text-align:right}.footer .icon:hover{color:#22d14e}.footer__icons a{color:#fff;font-size:32px;margin:10px;transition:transform .3s ease}.footer__icons a:hover{transform:scale(1.2)}.footer .contact,.footer .foto{color:#fff;font-family:TerminaTest,sans-serif;font-size:14px}@media only screen and (max-width:768px){.footer{flex-direction:column;text-align:center}.footer .contact,.footer .foto{font-size:10px}.footer .footer__column{padding:.5rem 0}.footer .footer__column--center,.footer .footer__column--left,.footer .footer__column--right{text-align:center}.footer .footer__column--center{order:-1}.footer .contact,.footer .foto{margin-top:10px}}:root{--display-font:"Bebas Neue","TerminaTest",Impact,system-ui,sans-serif;--body-font:"Space Grotesk",system-ui,sans-serif}.gigs-section{color:#fff;font-family:Space Grotesk,system-ui,sans-serif;font-family:var(--body-font);text-align:center;width:100%}.gigs-title{color:#07611a;font-family:TerminaTest,Bebas Neue,Impact,system-ui,sans-serif;font-family:"TerminaTest",var(--display-font),sans-serif;font-size:3rem;font-weight:100;letter-spacing:1px;margin-bottom:10px;text-align:left}@media(min-width:768px){.gigs-title{font-size:5rem}}.gigs-table{display:flex;flex-direction:column;gap:.5rem}.gig-row{background-color:#000;border:2px solid #fff;cursor:pointer;display:grid;font-size:2rem;grid-template-columns:2fr 3fr 2fr;transition:background-color .2s,color .2s,transform .15s ease}@media(min-width:1000px){.gig-row{font-size:3rem}}.gig-row:hover{background-color:#00f114;transform:translateY(-1px)}.gig-row:hover .gig-date,.gig-row:hover .gig-event,.gig-row:hover .gig-location{background-color:#00f114;color:#000}.gig-date,.gig-location{align-items:center;background-color:#07611a;display:flex;font-weight:700;justify-content:center;padding:1rem}.gig-event{grid-gap:.4rem;align-content:center;background-color:#000;display:grid;gap:.4rem;padding:.75rem 1rem;text-align:left}.gig-event-title{font-size:clamp(1rem,1.6vw,2.8rem);font-weight:800;letter-spacing:.5px;line-height:1.1;text-align:center;text-transform:uppercase}.gig-event-extras{align-items:center;display:flex;flex-wrap:wrap;gap:.4rem .6rem}.gig-badge{background:#0ea83a;border-radius:999px;color:#031b08;font-size:.55em;font-weight:800;line-height:1.2;padding:.15em .5em}.gig-address-inline,.gig-description-inline{color:#d8d8d8;font-size:.5em;line-height:1.2}.gig-description-inline{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gig-link-inline{color:#9be5b0;font-size:.55em;font-weight:700;text-decoration:underline}.toggle-past{align-items:center;background:#0000;border:1px solid #ffffff2e;border-radius:14px;color:#eaeaea;cursor:pointer;display:flex;font-size:1.1rem;justify-content:space-between;margin-top:1rem;padding:.9rem 1rem;text-align:left;transition:border-color .2s ease,background .2s ease,transform .1s ease;width:100%}.toggle-past:hover{background:#0ea83a0f;border-color:#0ea83a}.toggle-past.open{background:#0ea83a14}.chevron{border-bottom:2px solid;border-right:2px solid;height:10px;transform:rotate(45deg);transition:transform .2s ease;width:10px}.toggle-past.open .chevron{transform:rotate(-135deg)}.past-outer{overflow:hidden;transition:height .3s ease,opacity .25s ease;will-change:height,opacity}@media(prefers-reduced-motion:reduce){.past-outer{transition:none}}.gig-modal{background:#000000eb;display:grid;inset:0;padding:1rem;place-items:center;position:fixed;z-index:999}.gig-modal-content{grid-gap:0;background:#101;border:1px solid #ffffff1f;border-radius:18px;display:grid;gap:0;grid-template-columns:1fr;max-height:90vh;overflow:hidden;position:relative;width:min(1100px,92vw)}@media(min-width:900px){.gig-modal-content{grid-template-columns:1.4fr 1fr}}.modal-close{background:#0009;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;font-size:1.2rem;height:36px;line-height:1;position:absolute;right:12px;top:10px;width:36px;z-index:2}.modal-close:hover{background:#000c}.modal-media{background:#000}.modal-media img{display:block;height:100%;max-height:90vh;object-fit:cover;width:100%}.modal-body{grid-gap:.9rem;display:grid;font-family:Space Grotesk,system-ui,sans-serif;font-family:var(--body-font);gap:.9rem;margin-inline:auto;max-width:720px;overflow-y:auto;padding:1.25rem;text-align:left}.modal-body a{color:#fff;font-size:32px;margin:10px;transition:transform .3s ease}.modal-title{color:#e9ffe6;font-family:Bebas Neue,TerminaTest,Impact,system-ui,sans-serif;font-family:var(--display-font);font-size:clamp(6rem,2.6vw,3rem);font-weight:400;letter-spacing:.5px;line-height:1;margin:0;text-align:center}.modal-meta{display:flex;flex-wrap:wrap;gap:.6rem .7rem;list-style:none;margin:.25rem 0 0;padding:0}.modal-meta .meta-item{align-items:baseline;background:#0ea83a1a;border:1px solid #9be5b040;border-radius:999px;color:#e5e5e5;display:inline-flex;font-size:clamp(2rem,1.1vw,1.2rem);gap:.45rem;height:35px;line-height:1.1;padding:.5rem .75rem;white-space:nowrap}.modal-meta .meta-item strong{color:#9be5b0;font-weight:700}.meta-date:before{content:"📅";margin-right:.3rem}.meta-time:before{content:"⏰";margin-right:.3rem}.meta-location:before{content:"📍";margin-right:.3rem}.meta-address:before{content:"🧭";margin-right:.3rem}.modal-description{color:#d8d8d8;font-size:clamp(1rem,1.05vw,1.2rem)}.modal-description a{color:#9be5b0;text-decoration:underline}.gig-link{align-items:center;align-self:start;background:#07611a;border-radius:999px;color:#fff;display:inline-flex;font-weight:700;gap:.5rem;margin-top:.5rem;padding:.6rem .9rem;text-decoration:none;transition:filter .2s ease,transform .1s ease}.gig-link:hover{filter:brightness(1.1)}.gig-link:active{transform:translateY(1px)}.gig-link.large{font-size:1rem;padding:.7rem 1.1rem}.merch-section{background-color:#0006;border-radius:2px;color:#fff;margin-top:10px;padding:0;text-align:center;width:100%}@media(min-width:768px){.merch-section{margin-top:0;padding:1rem}}.merch-heading{color:#fff;font-family:TerminaTest,sans-serif;font-size:1.5rem;font-size:3rem;font-weight:100;letter-spacing:1px;margin-bottom:1rem;text-align:left}@media(min-width:768px){.merch-heading{font-size:5rem;margin:auto}}.merch-slider{align-items:center;display:flex;gap:.5rem;justify-content:left;position:relative}@media(max-width:768px){.merch-slider{align-items:center;justify-content:center;margin:auto}}.slider-button{background:none;border:none;color:#22d14e;cursor:pointer;font-size:10rem;margin-right:20}.slider-button:hover{color:#07611a}.merch-image{border-radius:2px;cursor:pointer;max-height:200px;max-width:300px;min-width:250px;transition:transform .2s}@media(min-width:768px){.merch-image{width:100%}}.merch-image:hover{transform:scale(1.03)}.merch-title{font-size:2rem}.merch-info{font-family:TerminaTest,sans-serif;font-size:12px;margin-bottom:auto;text-align:left}.merch-price{color:#bbb;font-size:4rem}.modal-backdrop{align-items:center;background-color:#000000d9;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.modal-image{border-radius:12px;max-height:90%;max-width:90%}.order-button{background-color:#07611a;border-radius:8px;color:#000;display:inline-block;font-size:5rem;margin-top:1rem;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:background-color .2s;width:100%}.order-button:hover{background-color:#00e49a}@font-face{font-family:Sooky70s;src:url(/bojeng/static/media/Sooky70s.992479c1759da76ca8ad.ttf) format("truetype")}@font-face{font-family:TerminaTest;font-style:normal;font-weight:900;src:url(/bojeng/static/media/TerminaTest-Black.b76d9318e4743a03755e.otf) format("opentype")}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}html{font-family:Lato,Arial,sans-serif;font-size:10px}button{text-transform:uppercase}.center{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.container{background-color:#000;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;min-height:100vh;width:100%}.container>.z-index--1,.z-index--1{z-index:1}.start-content{display:flex;flex:1 1}.start-content header{margin:20px}.start-content--center{align-items:center;flex-direction:column;justify-content:center}.background__bojeng-album{position:absolute;width:100%}@media(max-width:768px){.background__bojeng-album{position:relative}}.gif-overlay{align-items:center;background-color:#000;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.intro-gif{height:100vh;object-fit:cover;width:100%}.bojeng__logo{height:76px;margin:0 auto}.bojeng__logo--large{height:420px}@media only screen and (max-width:500px){.bojeng__logo--large{height:100px}}@media only screen and (min-width:500px)and (max-width:800px){.bojeng__logo--large{height:150px}}@media only screen and (min-width:800px)and (max-width:1300px){.bojeng__logo--large{height:250px}}@media only screen and (min-width:1300px)and (max-width:1628px){.bojeng__logo--large{height:400px}}.flex{display:flex}.flex__row{display:flex;flex-direction:row;gap:0;width:100%}.flex__row--col{display:flex;flex-direction:column;width:100%}.flex__row--col--1{display:flex;flex-direction:column-reverse}.flex__row--start{justify-content:start}@media(max-width:768px){.flex__row{flex-direction:column;gap:0}.flex__row--start{align-items:center}}.flex__row iframe.spotify-player{height:420px;justify-content:flex-start;margin:10px}@media(max-width:768px){.flex__row iframe.spotify-player{flex-grow:1;height:100px;margin:10px 0 0}}.flex__row iframe.youtube-player{border-radius:2px;height:400px;margin:auto;width:80%}@media(max-width:768px){.flex__row iframe.youtube-player{height:360px;width:100%}}.flex__row .gigs-section{margin:20px 20px 10px 0}@media(max-width:768px){.flex__row .gigs-section{height:100%;margin:0;width:100%}}.presave__button{background-color:#fff;border:none;border-radius:4px;color:#070707;cursor:pointer;display:inline-block;font-family:TerminaTest,sans-serif;font-size:20px;font-weight:700;letter-spacing:2px;line-height:1.07;margin-bottom:10px;margin-left:auto;margin-right:auto;outline:none;padding:22px;text-align:center;text-decoration:none;text-transform:uppercase}@media(max-width:768px){.presave__button{display:none}}.presave__button:hover{background-color:#22d14e;color:#fff}.enter__button{background-color:#fff;border:none;border-radius:4px;color:#070707;cursor:pointer;display:inline-block;font-family:TerminaTest,sans-serif;font-size:20px;font-weight:700;letter-spacing:2px;line-height:1.07;margin-bottom:10px;margin-left:auto;margin-right:auto;outline:none;padding:22px;text-align:center;text-decoration:none;text-transform:uppercase}@media(max-width:768px){.enter__button{font-size:10px;padding:18px 0;width:120px}}.enter__button:hover{background-color:#22d14e;color:#fff}.bojeng__release{margin-right:10px}.bojeng__release--img{margin-top:5px;width:100%}@media(max-width:768px){.bojeng__release{margin-right:0}}.bojeng__presave{position:relative}.bojeng__presave--text{color:green;display:none;font-family:TerminaTest,sans-serif;font-size:50px;left:50%;position:absolute;text-transform:uppercase;top:50%;transform:translate(-50%,-50%);z-index:2}@media(max-width:768px){.bojeng__presave--text{display:inline}}.bojeng__presave :hover{color:#fff}.margin__top--2{margin-top:20px}.margin__bottom--2{margin-bottom:20px}.margin__bottom--4{margin-bottom:40px}.margin__bottom--auto{margin-bottom:auto}
/*# sourceMappingURL=main.3aa9c2d0.css.map*/