@font-face{
    font-family: 'DMSans';
    src: url("../fonts/DMSans-Bold.woff2");
    font-style: normal;
    font-weight: 700;
}
@font-face{
    font-family: 'DMSans';
    src: url("../fonts/DMSans-Regular.woff2");
    font-style: normal;
    font-weight: 400;
}

html {
    overflow: hidden;
}

body {
    margin: 0;
    background-color: #000;
    color: #fff;
    font-family: 'DMSans', sans-serif;
    text-align: center;
    scroll-snap-type: y mandatory;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    touch-action: pan-y;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
}

h1 {
    font-size: min(10vw, 80px);
}

h2 {
    font-size: min(8vw, 50px);
}

h3 {
    font-size: min(6vw, 40px);
}

h4 {
    font-size: min(4vw, 35px);
}

h5 {
    font-size: min(3.5vw, 30px);
}

h6 {
    font-size: min(3vw, 25px);
}

#loading-top {
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.loading #loading-top {
    opacity: 1;
    transition: none;
}

#loading, #error {
    position: fixed;
    top: 200px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loading h3 {
    background: linear-gradient(to right, #959595 0, white 10%, #959595 20%);
    background-position: 0%;
    background-size: 90%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: loading 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 400px;
}

#error {
    display: none;
}

@keyframes loading {
    0% {
        background-position: 0%;
    }

    60% {
        background-position: 900%;
    }

    100% {
        background-position: 900%;
    }
}

#loading.fadeout {
    transition: opacity 0.5s ease-out;
    opacity: 0;
}

section {
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;
    scroll-snap-align: start;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 40px 20px;
    box-sizing: border-box;
    max-width: 1100px;
    margin: 0 auto;
}

#logo {
    width: 200px;
    position: absolute;
    top: 30px;
}

#down-arrow {
    position: absolute;
    bottom: 20px;
    cursor: pointer;
}

.img-sm {
    width: min(9vh, 12vw);
    height: min(9vh, 12vw);
    border-radius: 5px;
}

.img-md {
    width: min(18vh, 25vw);
    height: min(18vh, 25vw);
    border-radius: 5px;
}

.img-lg {
    width: min(35vh, 50vh);
    height: min(35vh, 50vh);
    border-radius: 10px;
}

.img-artist {
    border-radius: 50vh;
}

ul {
    display: flex;
}

#s1 {
    background: url('../img/bg/bg0.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#s2 {
    background: url('../img/bg/bg2.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

#s3 {
    background: url('../img/bg/bg3.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

#s4 {
    background: url('../img/bg/bg4.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

#s6 {
    background: url('../img/bg/bg10.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

#s5, #s7 {
    background: url('../img/bg/bg5.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

#s8 {
    background: url('../img/bg/bg7.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

#s9 {
    background: url('../img/bg/bg11.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

#s10 {
    background: url('../img/bg/bg5.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

#s11 {
    background: url('../img/bg/bg3.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

#s12 {
    background: url('../img/bg/bg8.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    text-shadow: 0px 0px 20px #000;
}

#s1 h1:first-child {
    text-shadow: 0px 0px 20px #000;
}


#s3 .container {
    gap: 60px;
}

#s3 h2 {
    line-height: 1em;
}

#s4 img, #s6 img {
    margin: 40px 0 10px;
}

#s5 .container {
    justify-content: flex-start;
}

#s5 ul {
    flex-direction: column;
    height: 100%;
    width: 80%;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
    text-align: left;
}

#s5 ul li {
    display: flex;
    gap: 20px;
    align-items: center;
}

#s5 ul li:first-child img {
    width: min(12vh, 17vw);
    height: min(12vh, 17vw);
}

#s6 {

}

#s7 .container {
    justify-content: space-evenly;
}

#s7 h2,
#s7 h3 {
    margin: 0;
}

#s7 .main-artist h2 {
    font-size: min(5vw, 48px);
}

#s7 .main-artist h3 {
    font-size: min(6vw, 36px);
}

#s7 .main-artist {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#s7 .main-artist-img {
    position: relative;
}

#s7 .main-artist-img div {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: min(6vw, 45px);
}

#s7 .sub-artists {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
}

#s7 .sub-artists .sub-artists-container {
    width: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#s7 .sub-artists .sub-artists-container h3 {
    font-size: min(4vw, 28px);
}

#s7 .sub-artists .sub-artists-container h5 {
    font-size: min(3vw, 24px);
}

#s7 .sub-artists .sub-artists-container .sub-artists-img {
    position: relative;
}

#s7 .sub-artists .sub-artists-container .sub-artists-img div {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: min(4vw, 30px);
}

#s8 .container div {
    margin: 40px 0;
    text-align: left;
}

#s9 .container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#s9 h2,
#s9 h3 {
    margin: 0;
}

#s9 .main-album-showcase {
    display: flex;
    align-items: center;
    flex-direction: column;

}

#s10 .container {
    justify-content: space-evenly;
}

#s10 h2,
#s10 h3 {
    margin: 0;
}

#s10 .main-artist h2 {
    font-size: min(7vw, 48px);
}

#s10 .main-artist h3 {
    font-size: min(5vw, 36px);
}

#s10 .main-artist {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#s10 .main-artist-img {
    position: relative;
}

#s10 .main-artist-img div {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: min(6vw, 45px);
}

#s10 .sub-artists {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
}

#s10 .sub-artists .sub-artists-container {
    width: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#s10 .sub-artists .sub-artists-container .sub-artists-img {
    position: relative;
}

#s10 .sub-artists .sub-artists-container .sub-artists-img div {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: min(4vw, 30px);
}

#s10 .sub-artists .sub-artists-container h3 {
    font-size: min(4vw, 28px);
}

#s10 .sub-artists .sub-artists-container h5 {
    font-size: min(3vw, 24px);
}

.months {
    width: 100%;
    text-align: center;
}

.months ul {
    display: grid;
    height: 80vh;
    height: 80dvh;
    padding: 0;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.months ul li {
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    border: 1px solid #222;
    padding: 0;
    border-radius: 10px;
}

.months ul li div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    flex-basis: 100%;
}


.months h5 {
    font-size: min(3vw, 25px);
}

.months h6 {
    background-color: #ccc;
    width: 100%;
    line-height: min(5vw, 40px);
    text-align: center;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-shadow: 0 0 20px #000;
}

.months ul li div h3 {
    font-size: 20px;
}

#s12 .container {
    gap: 80px;
}




.reflection {
    transform:rotateX(180deg);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.0) 10%,rgba(255,255,255,0.2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: blur(1px);
}


.years {
    position: absolute;
    top: 100px;
    font-size: 20px;
    color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.years > * {
    cursor: pointer;
}

.years .sel {
    font-weight: bold;
    color: #fff;
    padding: 3px 10px;
    border: 1px solid #fff;
    border-radius: 50vh;
}




@media (max-width: 900px) and (min-height: 600px) {
    .months ul li {
        gap: 0;
    }

    .sub-artists {
        flex-wrap: wrap !important;
        column-gap: 0 !important;
    }

    .sub-artists-container {
        flex-basis: 50% !important;
    }
}

@media (max-height: 600px) {
    #logo {
        position: absolute;
        top: 10px;
        left: 20px;
    }

    .years {
        position: absolute;
        top: 10px;
        right: 20px;
    }

    #loading-top {
        height: 100px;
    }

    #loading, #error {
        top: 100px;
    }

    h1 {
        font-size: min(10vh, 80px);
        font-size: min(10dvh, 80px);
    }

    h2 {
        font-size: min(8vh, 50px);
        font-size: min(8dvh, 50px);
    }

    h3 {
        font-size: min(6vh, 40px);
        font-size: min(6dvh, 40px);
    }

    h4 {
        font-size: min(4vh, 35px);
        font-size: min(4dvh, 35px);
    }

    h5 {
        font-size: min(3.5vh, 30px);
        font-size: min(3.5dvh, 30px);
    }

    h6 {
        font-size: min(3vh, 25px);
        font-size: min(3dvh, 25px);
    }

    .container {
        gap: 5px;
    }

    #s7 .main-artist h2 {
        font-size: min(5vh, 48px);
        font-size: min(6dvh, 36px);
    }

    #s7 .main-artist h3 {
        font-size: min(6vh, 36px);
        font-size: min(6dvh, 36px);
    }

    .months h6 {
        line-height: min(5vh, 30px);
        line-height: min(5dvh, 30px);
    }

    .months h5 {
        font-size: min(3vh, 25px);
        font-size: min(3dvh, 25px);
    }

    .months ul {
        height: 70vh;
        height: 70dvh;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 5px;
        margin: 5px 0 0 0;
    }

    #s4 img, #s6 img {
        margin: 20px 0 10px;
    }

    #s7 .sub-artists .sub-artists-container h3 {
        font-size: min(4vh, 28px);
        font-size: min(4dvh, 28px);
    }

    #s7 .sub-artists .sub-artists-container h5 {
        font-size: min(4vh, 24px);
        font-size: min(4dvh, 24px);
    }

    #s10 .main-artist h2 {
        font-size: min(7vh, 48px);
        font-size: min(7dvh, 48px);
    }

    #s10 .main-artist h3 {
        font-size: min(5vh, 36px);
        font-size: min(5dvh, 36px);
    }

    #s10 .sub-artists .sub-artists-container .sub-artists-img div, #s7 .sub-artists .sub-artists-container .sub-artists-img div {
        font-size: min(4vh, 30px);
        font-size: min(4dvh, 30px);
    }

    #s10 .sub-artists .sub-artists-container h3 {
        font-size: min(4vh, 28px);
        font-size: min(4dvh, 28px);
    }

    #s10 .sub-artists .sub-artists-container h5 {
        font-size: min(4vh, 24px);
        font-size: min(4dvh, 24px);
    }

    #s7 .main-artist-img div, #s10 .main-artist-img div {
        font-size: min(6vh, 45px);
        font-size: min(6dvh, 45px);
    }
}