@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    background: #000000;
    min-height: 1500px;
}
section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    overflow: hidden;
    display: flex;
    align-items: center;
}
section > .container {
    padding: 20vh 0 0 0;
}
#music > .container {
    padding: 20vh 0 20vh;
}
#tour-dates {
    padding: 20vh 0;
}
section.max {
    min-height: auto;
    height: 90%;
    overflow: auto;
}
section:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20vh;
    background: linear-gradient(to top, #000000, transparent);
    z-index: 1;
}
#first:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 30vh;
    background: linear-gradient(to bottom, #000000, transparent);
    z-index: 1000;
}
#first:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40vh;
    background: linear-gradient(to top, #000000, transparent);
    z-index: 1;
}
section.f:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 10vh;
    background: linear-gradient(to bottom, #000000, transparent);
    z-index: 1000;
}
section img:not(.noscale) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: 50% 10%;
    pointer-events: none;
}
section.focused img {
    position: fixed;
}
#music {
    z-index: 1002;
}
#tour {
    z-index: 1003;
}
#kontakt {
    z-index: 1004;
}
footer {
    z-index: 1005;
    position: relative;
}
.text {
    position: absolute;

    color: #fff;
    font-size: 10vw;
    z-index: 1001;
}
.signature {
    z-index: 1001;
    position: absolute;
    transform: rotate(-23deg);
    bottom: 80px;
    right: 80px;
    width: auto;
    height: 40vh;
    object-fit: cover;
    object-position: 50% 10%;
    pointer-events: none;
}
.single {
    color: #ffffff;
    z-index: 1001;
    position: absolute;
    height: 20vh;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.single h1 {
    font-size: calc(0.8rem + .8vw);
    text-decoration: none;
}
.single h2 {
    font-size: calc(0.5rem + .8vw);
    text-decoration: none;
}
.single img {
    transform: rotate(-2deg);
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: 50% 10%;
    pointer-events: none;
}
@media screen and (min-width: 1600px) {
    .text {
        font-size: 160px;
    }
}
#menu {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    background: #000;
    z-index: 1020;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
}
#menu .button {
    color: white;
    padding: 2vh;
}
.nice-box {
    color: #262626;
    box-shadow: 0px 10px 20px rgb(10 33 65 / 5%), 0px 0px 2px rgb(0 0 0 / 13%);
    outline: none;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: left;
    -webkit-backface-visibility: hidden;
    position: relative;
    text-decoration: none;
    background-color: #f9f9f9;
}
.nice-box h1 {
    font-size: 4.5vw;
}
@media screen and (min-width: 600px) {
    .nice-box h1 {
        font-size: 27px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
    .single {
        bottom: 80px;
    }
}
@media screen and (min-width: 1500px) {
    .single {
        bottom: 100px;
    }
}
@media screen and (max-width: 1199px) {
    .single {
        top: 10px;
    }
}
.text-truncate.truncable {
    max-height: 1.5em;
}
.text-truncate.truncable * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hover-zoom img {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
}
.hover-zoom:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

#countdown-timer {
    display: flex;
    gap: 40px;
    font-size: 0.7em;
    justify-content: center;
    align-items: center;
    background-color: #1a1a1a;
    padding: 20px;
    border-radius: 10px;
    max-width: max-content;
    color: white;
}

#countdown-timer div {
    text-align: center;
}

#countdown-timer span {
    display: block;
    font-weight: bold;
    font-size: 2em;
}

@media (max-width: 1199px) {
    .parent-div {
        display: flex;
        flex-direction: column;
    }

    #countdown-timer {
        order: -1;
        margin-bottom: 20px;
    }
}
.custom-img {
    display: none;
}
@media (max-width: 576px) {
    .custom-img {
        display: block;
        width: 30%;
        margin-right: 20px;
    }
    .custom-content {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .custom-full-width {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}


.thumb-box {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.thumb {
    max-width: 250px;
    max-height: 250px;
    width: auto;
    height: auto;
    object-fit: contain;
}

