html, body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    margin: 0 auto 0;
    overflow-y: scroll;
    scrollbar-width: none;
}
body::-webkit-scrollbar {
    width: 0px;
}
body::-webkit-scrollbar-track {
    width: 0px;
}
.homepage {
    background-image: url(../images/Tunnelwall.png);
    background-position: center;
    background-size: cover;
    height: 100vh;
}
.nav {
    width: 100%;
    height: 7%;
}
.home {
    width: 100%;
    min-height: 93%;
}
.logo:hover {
    opacity: 50%;
    transition: .2s;
}
.q1 {
    opacity: 0;
    color: white;
    font-size: 50pt;
    transition: .2s;
    margin: 0 auto; 
    padding-left: 250px;
    animation: quote1 2s 1 0s forwards;
    font-style: italic;
}
.q2 {
    opacity: 0;
    color: white;
    font-size: 40pt;
    text-align: center;
    margin-top: -1px;
    transition: .2s;
    animation: quote2 2s 1 1s forwards;
    font-style: italic;
}
.q3 {
    opacity: 0;
    color: white;
    font-size: 40pt;
    margin-top: -40px;
    transition: .2s;
    padding-left: 900px;
    animation: quote2 2s 1 2s forwards;
    font-style: italic;
}
.q4 {
    opacity: 0%;
    color: white;
    font-size: 12pt;
    margin-top: -40px;
    transition: .2s;
    padding-left: 1200px;
    animation: quote4 2s 1 4s forwards;
    font-style: italic;
} 
.arimg {
    cursor: pointer;
}
.arimg:hover {
    transform: scale(1.2);
    transition: .2s;
}
.arrow {
    width: 100%;
    text-align: center;
    bottom: 0;
    margin-bottom: 5px;
    position: fixed;
    z-index: 1;
    opacity: 0;
    animation: arrow 2s 1 5s forwards;
    height: 5%;
}
.arrowlink {
    height: 100%;
}
.star {
    opacity: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    position: fixed;
    margin-bottom: 7%;
    transition: .2s;
    animation: star1 .5s 1 6s forwards;
}
.nostar {
    opacity: 0;
visibility: hidden;
}
.noarrow {
opacity: 0;
visibility: hidden;
}
.star { 
    animation: star2 .5s 1 forwards;
}
.octdiv {
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
}
.oct {
    transform: scale(.8);
    display: flex;
    text-align: center;
}
.tunnel {
    height: 100vh;
    background-image: url(../images/Tunnel.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
}
.tunnel__player {
    height: 50%;
    width: 50%;
    bottom: 0;
    right: 0;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.tunnel__player__container {
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tunnel__play {
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.tunnel__playbtn {
    height: 40%;
    cursor: pointer;
    opacity: .5;
    transition: .2s;
}
.tunnel__playbtn:hover {
    opacity: 1;
}
.tunnel__bar__container {
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.tunnel__bar::before {
    content: '';
    background: #ffffff;
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translateX(-30%);
    z-index: 2;
}
.tunnel__bar::after {
    content: '';
    background: #ffffff;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: -7.5px;
    padding-right: 15px;    
    z-index: 2;
}
.tunnel__bar {
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.tunnel__bar__img {
    width: 100%;
    height: 15px;
    position: relative;
}
.tunnel__bar__img:hover {
    opacity: .2;
}
.arrow1div {
    height: 10%;
    width: 100%;
}
.nothing {
    height: 35vh;
}
.nothing1 {
    height: 25vh;
}
.nothing2 {
    height: 35vh;
    margin-top: 55vh;
}
.giant {
    background-color: gray;
    width: 100%;
    min-height: 100vh;
}
.giantplay {
    width: 100%;
    height: 100vh;
    background-image: url(../images/giant.jpg);
    background-position: center;
    background-size: cover;
    transition: 5s;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}
.giant__container {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 50%;
    transition: 5s;
}
.giant__subcontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50%;
}
.gaint__player {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.giant__bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    transform: scale(.4);
    position: relative;
}
.giant__bar__img {
    opacity: .5;
}
.giant__bar1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    opacity: 1;
}
.giant__control {
    display: flex;
    flex-direction: row;
    justify-content: center;
    transform: scale(.5);
}
.giant__play {
    opacity: .5;
}
.giant__play:hover {
    opacity: 1;
    transition: .2s;
}
.album {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.aname {
    font-size: 30pt;
    color: white;
    padding-left: 50px;
    margin-bottom: -20px;
}
.avai {
    font-size: 18pt;
    color: white;
    padding-left: 50px;
}
.allogo {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.play {
    display: flex;
    position: absolute;
    width: 25%;
    height: 25%;    
    opacity: 75%;
    transition: 1s;
    cursor: pointer;
}
.play:hover {
    opacity: 100%;
    width: 27%;
    height: 27%;
}
.pauseimg {
    display: flex;
    position: absolute;
    width: 100%;
}
.hidediv {
    opacity: 0;
    visibility: hidden;
}
.tt {
    background-color: yellow;
    width: 100%;
    min-height: 100vh;
}
.ttcontent {
    margin: 0 auto;
    width: 70%;
    text-align: center;
}
.h5 {
    font-size: 50pt;
    margin-top: 10%;
    margin-bottom: 10%;
}
.footer {
    height: 100px;
    width: 100%;
    background-color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.fcontent {
    text-align: center;
}
.treeimage {
    height: 50px;
    width: 50px;
}
.treeimage:hover{
    opacity: .5;
    transition: .2s;
}
.speedwaycolink {
    text-decoration: none;
    color: white;
    font-size: 8pt;
}
.speedwaycolink:hover {
    opacity: .5;
    transition: .2s;
}
.container {
    max-width: 1440px;
    margin: 0 auto;
}
.o {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.notpopup {
    top: 0;
    left: 0;
    pointer-events: none;
    height: 90vh;
    width: 100%;
    position: fixed;
}
.popup {
    position: fixed;
    bottom: 0;
    height: 10vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    animation: pp 1s 1;
}
.popup__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 50px;
}
.just {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: absolute;
    justify-content: center;
}
.popup__bg {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    position: relative;
}
.popup__play {
    display: flex;
    justify-content: center;
    transition: .2s;
    cursor: pointer;
    transform: scale(.5);
    margin-left: -30px;
}
.pplay {
    cursor: pointer;
}
.popup__close {
    display: flex;
    justify-content: center;
    padding-left: 400px;
}
.pclose:hover {
    opacity: 1;
}
.popup__closea {
    cursor: pointer;
}
.pclose {
    cursor: pointer;
    opacity: .5;
}
.popup__bar {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    justify-content: start;
    width: 250px;
    margin-left: 30px;
}

.pbar {
    transform: scaleY(.1);
}
.hidepp {
    opacity: 0;
    pointer-events: none;
    transition: 2s;
    margin: 0 auto;
}

@keyframes logo{
    0%{
        opacity: 0%;
    }
    100%{
        opacity: 100%;
    }
}
@keyframes quote1{
    0%{
        margin-left: -2000px;
        opacity: 0;
    }
    100%{
        margin-left: 0;
        opacity: 1;
    }
}
@keyframes quote2{
    0%{
        margin-left: -2000px;
        opacity: 0;
    }
    100%{
        margin-left: 0;
        opacity: 1;
    }
}
@keyframes quote3{
    0%{
        margin-left: -2000px;
        opacity: 0;
    }
    100%{
        margin-left: 0;
        opacity: 1;
    }
}
@keyframes quote4{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes arrow{
    0%{
        opacity: 0%; margin-top: 0px;
    }  
    50%{
        margin-top: -5px;
    }
    100%{
        opacity: 100%;  margin-top: 0px;
    }
}
@keyframes star1{
    0%{
        transform: rotate(0deg);
        margin-bottom: 0px;
        opacity: 0;
    }
    98%{
        margin-bottom: 35px;
    }
    100%{
        transform: rotate(360deg);
        margin-bottom: 30px;
        opacity: 1;
    }
}
@keyframes star2 {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes _ {
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes show {
    0%{
        margin-bottom: -50px;
    }
    90%{
        margin-bottom: 5px;
    }
    100%{
        margin-bottom: 0px;
    }
}
@keyframes pass {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes pass1 {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes pass2 {
    0%{
        opacity: 0;
    }
    50%{    
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes pp {
    0%{
        transform: translateY(50%);
    }
    50%{
        transform: translateY(-10%);
    }
    100%{
        text-replace: translateY(0%);
    }
}
@keyframes ppc {
    0%{
        opacity: 1;
        transform: translateY(50%);
    }
    50%{
        transform: translateY(-10%);
    }
    100%{
        opacity: 0;
        pointer-events: none;
        text-replace: translateY(0%);
    }
}


.legal-footer {
    min-height: 140px;
    padding: 24px 16px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.legal-footer__inner {
    display: grid;
    gap: 12px;
}
.legal-footer__links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}
.legal-footer a,
.legal-footer button {
    color: #fff;
    background: none;
    border: 0;
    font: inherit;
    font-size: 10pt;
    text-decoration: none;
    cursor: pointer;
}
.legal-footer a:hover,
.legal-footer button:hover {
    opacity: .6;
}
.legal-page {
    min-height: 100vh;
    padding: 40px 20px;
    background: #111;
    color: #fff;
}
.legal-page__content {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 20px;
}
.legal-page__content p,
.legal-page__content li {
    font-family: Arial, sans-serif;
    line-height: 1.7;
}
.cookie-banner {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 200;
    display: none;
}
.cookie-banner.is-visible {
    display: block;
}
.cookie-banner-inner,
.cookie-modal-panel {
    max-width: 940px;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 16px;
    background: rgba(0,0,0,.94);
    color: #fff;
    padding: 18px;
}
.cookie-banner-inner {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
}
.cookie-banner p,
.cookie-modal p {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    margin: 0;
}
.cookie-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.button {
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    padding: 12px 16px;
    background: #fff;
    color: #000;
    font-weight: 800;
    cursor: pointer;
}
.button.secondary {
    background: rgba(255,255,255,.1);
    color: #fff;
}
.cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 220;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0,0,0,.7);
}
.cookie-modal.is-visible {
    display: flex;
}
.cookie-modal-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}
.cookie-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.24);
    background: #000;
    color: #fff;
    cursor: pointer;
}
.cookie-options {
    display: grid;
    gap: 12px;
    margin: 16px 0;
}
.cookie-option {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    padding: 12px;
}
@media (max-width: 767px) {
    .cookie-banner-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
