html{
    scroll-behavior: smooth;
}

body{
    background-color: black!important;
    margin: 0;
}

a{
    color: #fff;
}

/*FONT----------------------------------------------------------*/
@font-face {
    font-family: 'compctak';
    src: 
         url('compctak.ttf') format('truetype'); /* Add more formats if needed */
}

@font-face {
    font-family: 'monument';
    src: 
         url('MonumentGrotesk-Semi-Mono.ttf') format('truetype'); /* Add more formats if needed */
}
  

#parallax {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(https://raw.githubusercontent.com/oscicen/oscicen.github.io/master/img/depth-3.png), 
    url(https://raw.githubusercontent.com/oscicen/oscicen.github.io/master/img/depth-2.png), 
    url(https://raw.githubusercontent.com/oscicen/oscicen.github.io/master/img/depth-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 50%;
    background-size: 25%;
}

/* LOGO------------------------------------------------------- */
.logo-container {
    position: absolute;
    /*top: 40px;
    left: 2.5vw;*/
    /*left: 50%;
    transform: translate(-50%, -50%);*/
    text-align: center;
    z-index: 1002;
}

/* Style the logo image */
.logo-container img {
    max-width: 37vw;
}

/* MENU------------------------------------------------------- */
.menu {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0px;
    z-index: 1000; 
    font-family: 'compctak', sans-serif;
    font-size: 1.3vw;
}

.menu.scrolled {
    position: fixed;
    background-color: black;
    width: 100%;
    top: 0!important;
    right: 0!important;
    padding: 10px;
    color: #fff;
    transition: background-color 1s ease, color 1s ease, opacity 1s ease;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.menu li {
    display: inline;
    margin-right: 15px;
}

.menu a {
    text-decoration: none!important;
    color: white!important;
    font-weight: bold;
}

.menu a:hover {
    text-decoration: none!important;
    color: rgb(54, 53, 53)!important;
    transition: all 0.7s ease-in-out;
}

.menu a:visited{
    text-decoration: none!important;
    color: white!important;
}

/*VIDEO-----------------------------------------------------------*/

.video-container {
    width: 100%;
    height: 100%;
    overflow: hidden; /* Ensure the video does not overflow the container */
    padding-top: 10%;
}

.vimeo-player{
    width: 100%!important; 
    height: revert-layer!important;
}

/*
.vimeoplayer{
    right: 0 !important; 
    bottom: 0 !important;
    min-width: 100% !important; 
    min-height: 100% !important;
    width: auto !important; 
    height: auto !important;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(0%) !important;
    -ms-transform: translateX(-50%) translateY(0%) !important;
    transform: translateX(-50%) translateY(0%) !important;
    left: 50% !important;
    position: relative !important;
}
*/

.da-video {
    /*height: auto;
    left: 50%;
    position: fixed;
    min-height: 100%;
    min-width: 100%; 
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto; 
    z-index: 0;*/
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    left: 50%;
    position: relative;
}


/*MUSIC-------------------------------------------------------*/
.music-container{
    background-image: url('music-bg.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    margin: 0;
    background-color: black;
    margin-top: 7%;
    padding-top: 9%;
   
}

.latest-releases{
    font-family: 'compctak', sans-serif;
    color: #fff;
    width: 100%;  
    font-size: 4.5vw;
    display: flex;
    justify-content: center;
}

.card-container{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
}

.card {
    position: relative;
    height: 20vw;
    width: 33.3%;
    box-shadow: none;
    background: none;
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    margin-top: 4%;
}

  
.card-side {
    height: 20vw;
    width: 20vw;
    transition: all 0.8s ease;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    padding:2rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.card-side.back {
    transform: rotateY(-180deg);
    background-size: cover;
    width: 305px!important;
    height: 305px!important;
}

  
.card-side.front {
    background-repeat: no-repeat;
    background-size: cover;
    width: 305px!important;
    height: 305px!important;
}
  
.card:hover .card-side.front {
    transform: rotateY(180deg);
}
  
.card:hover .card-side.back {
    transform: rotateY(0deg);
}

.song-title-container{
    width: 241px;
    height: 241px;
}

.song-title{
    font-family: 'compctak', sans-serif;
    color: white;
    font-size: 1.6vw;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 1%!important;
}

.streaming-platform{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 6%; /**/
}

.streaming-platform-logo{
    width: 50%;
    padding-top: 2%;
}

.streaming-platform-logo-bt{
    width: 35%;
}

.streaming-platform-logo-container{
    width: 100%;
    display: flex;
    justify-content: center;
}

.audio-player{
    width: 100%;
    display: flex;
    justify-content: center;
}

audio{
    width: 250px!important;
    height: 30px!important;
}

.more-music{
    font-family: 'monument', sans-serif;
    color: #fff;
    width: 100%;  
    font-size: 2vw;
    display: flex;
    justify-content: right;
    padding-bottom: 10%;
    padding-right: 9%;
    padding-top: 3%;
}

.more-music-link{
    color: #fff;
    
}

.more-music-link:hover{
    text-decoration: none!important;
    color: gray!important;
}

.more-music-link:visited{
    color: #fff;
    text-decoration: none;
}


/*TOUR DATES-------------------------------------------------------------*/
.container{
    position: relative;
    padding-top: 6%;
    padding-bottom: 6%;
}

.earth-container{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 5%;
}

.earth {
    perspective: 400vmin;
    transform-style: preserve-3d;
    width: min(100vmin, 600px);
    height: min(100vmin, 600px);
    position: absolute;
    z-index: -1;
    margin-top: 10%!important;
}

.earth::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background: url(earth.jpeg) repeat-x;
    background-size: cover;
    border-radius: 50%;
    animation: rotate 30s infinite linear;
    box-shadow: -80px -15px 80px 10px rgba(0,0,0,.9) inset, -10px 0px 15px -7px #f0df1759;
}
  
  
@keyframes rotate {
    0% {
      background-position: 0px 0px;
    }
    100% {
      background-position:1200px 0px;
    }
}

table{
    border: none;
    background-color: rgba(0, 0, 0, 0.5)!important;
}

.table-responsive{
    border: none!important;
    overflow-x: auto!important;
    overflow-y: hidden!important;
}

td{
    border: none;
    color: white;
    font-family: 'monument', sans-serif;
    /*border-top: none!important;*/
    width: 25%!important;
    font-size: 20px;
}

th{
    border: none;
    color: white;
    font-family: 'compctak', sans-serif;
    font-size: 5vw;
    border-bottom: none!important;
}

.ticket-link{
    color: white!important;
    text-decoration: none!important;
}

.ticket-link:hover{
    text-decoration: none!important;
    color: darkgrey!important;
}

.ticket-link:visited{
    text-decoration: none!important;
    color: white!important;
}

/*PLAYLIST________________________________________________*/
.playlist-container{
    display: block;
    height: 800px;
    padding-top: 5%;
    padding-bottom: 10%;
}

.playlist{
    color: white;
    font-family: 'compctak', sans-serif;
    font-size: 6vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.youtube-playlist{
    color: #fff;
    text-decoration: none;
}

.youtube-playlist:hover{
    color: gray;
    text-decoration: none;
}

.live-container{
    display: flex;
    height: 100%;

}

/*
.youtube-playlist:visited{
    color: #fff;
    text-decoration: none;
}*/

.video-1{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-2{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

iframe{
    width: 80%;
    height: 80%;
}

/*SHOP--------------------------------------------------------*/
.shop{
    font-family: 'compctak', sans-serif;
    font-size: 10vw;
    color: white;
    display: flex;
    justify-content: center;
    padding-top: 15%;
}

.under-construction-container-container-shop{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20%;
    padding-top: 1%;
}

/*BIO--------------------------------------------------------------*/

.bio-image-container{
    font-family: 'compctak', sans-serif;
    color: #fff;
    font-size: 4vw;
    position: relative;
    float: left;
    margin: 0!important;
    width: 50%;
    /*background-image: url(danny-press.png);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center; */
}

.bio-image {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.bio-content{
    color: #fff;
    font-family: 'monument', sans-serif;
    position: relative;
    max-width: 50%;
    float: right;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.bio-paragraf-container{
    line-height: 1.7;
    padding-right: 3vw;
    text-align: justify;
}

.bio-heading-container{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6vw;
    font-family: 'compctak', sans-serif;
}

.bio-heading{
    margin: 0;
}

.bio-div{
    max-height: 100%;
    max-width: 100%;
    display: flex;
    padding-top: 3%;
}


/*Mainstage techno_________________________________________________________*/
.mainstage-techno-logo{
    width: 70vw;
}

.mainstage-techno-logo-container{
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 0%!important;
}

.under-construction-container{
    animation: type 3s steps(23) infinite;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'monument', sans-serif;
    border-right: 4px solid black;
    width: 23ch;
    color: white;
    font-size: 1.5vw;
}

.under-construction-container-container{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10%;
    padding-top: 1%;
}

@keyframes type {
    0% {
      width: 0ch;
    }
    100% {
      width: 23ch;
    }
}

.podcast{
    display: flex;
    margin-bottom: 10%;
}

.podcast-youtube{
    width: 50%;
    display: flex;
    justify-content: center;
}

.podcast-spotify{
    width: 50%;
    display: flex;
    justify-content: center;
}

.podcast-player{
    width: 80%;
    height: 315px;
}

/*Contact--------------------------------------------------------------*/

.contact-container{
    background-image: url('danny-contact.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    margin: 0;
    height: 90vh;
    background-color: black;
}

.heading{
    font-family: 'compctak', sans-serif;
    color: #fff;
    font-size: 5.5vw;
    position: relative;
    margin: 0!important;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 4%;
}

.contact-heading{
    margin-bottom: 1%;
}

.contact-info{
    color: #fff;
    font-family: 'monument', sans-serif;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 1.2vw;
    text-align: center;
}

.contact-link{
    color: #fff;
    text-decoration: underline;
}

.contact-link:visited {
    color: white;
}

.contact-link:hover{
    color: #fff;
}

.contact-text{
    line-height: 3;
}

.mgmt-logo-container{
    display: flex;
    justify-content: center;
    margin-top: 3%;
}

.sushi-logo{
    padding-right: 4%;
    opacity: 1;
    transition: .5s ease;
}

.creative-primates-logo{
    padding-left: 4%;
    opacity: 1;
    transition: .5s ease;
}

.sushi-logo:hover{
    opacity: 0.5;
}

.creative-primates-logo:hover{
    opacity: 0.5;
}

/* SOCIALS ICONS----------------------------------------------------------*/

svg.icon{
    height: 2.5vw;
    fill: #fff;
    margin: 0.5vw;
}

svg.veci-logo{
    height: 2vw!important;
    fill: #fff;
    margin: 0.7vw;
}

.socials{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    height: 20%;
    align-items: flex-end;
}

.socials-link{
    text-decoration: none;
    display: inline-block;
}

.rotate{
    display: inline-block;
}

.rotate:hover{ 
    transform:  rotateY(360deg);
    transition: all 0.7s ease-in-out;
}


/*ANIMATIONS____________________________________________________________*/
.logo-container,
.menu  {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeAndMoveDown 1s ease-out forwards;
}

@keyframes fadeAndMoveDown {
    from {
      opacity: 0;
      transform: translateY(-50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
}

/*animation down*/
.latest-releases, .earth, .bio-heading, .bio-paragraf,
.mainstage-techno-logo, .under-construction-text, .contact-heading, .contact-text {
  opacity: 0;
  transform: translateY(50px);
}

.animate {
    animation: fadeAndMoveDown 1s ease-out forwards;
}

@keyframes fadeAndMoveDown {
    from {
      opacity: 0;
      transform: translateY(-50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
}

/*responsive_______________________________*/
@media screen and (max-width: 767px){
    .credits{
        display: block!important;
        font-size: 2.5vw!important;
    }
    .credit-line-1{
        width: 100%!important;
    }
    .credit-line-2{
        width: 100%!important;
    }
    .menu{
        display: none;
    }
    .burger-menu{
        display: block!important;
    }
    .logo-container img{
        max-width: 97vw;
    }
    .logo-container{
        width: 100%;
    }
    /*--------------tour dates*/
    td{
        font-size: 12px;
    }
    th{
        font-size: 8vw;
    }
    /*------------------music*/
    .card{
        width: 100%!important;
        height: 60vw!important;
        margin-bottom: 30%!important;
    }
    .card-side{
        width: 55vw!important;
        height: 55vw!important;
    }
    .latest-releases{
        font-size: 8.5vw;
        margin-bottom: 7%;
    }
    .more-music{
        font-size: 4vw;
    }
    .song-title{
        font-size: 5vw;
    }
    /*----------playlist-live*/
    .playlist-container{
        display: grid;
    }
    .live-container{
        display: block;
    }
    .video-1{
        width: 100%;
        margin-bottom: 0%;
        height: 60%;
    }
    .video-2{
        width: 100%;
        height: 60%;
        margin-bottom: 10%;
    }
    .playlist{
        width: 100%;
        font-size: 12vw;
        align-items: end!important;
    }
    /*---------------bio*/
    .bio-div{
        display: grid;
    }
    .bio-image-container{
        width: 100%;
    }
    .bio-content{
        max-width: 100%;
    }
    .bio-paragraf{
        padding-left: 5%;
        padding-right: 5%;
    }
    .bio-heading-container{
        justify-content: normal;
        width: 100%;
        padding-left: 5%;
        font-size: 11vw;
    }
    /*--------mainstage technoscese*/
    .mainstage-techno-logo-container{
        padding-top: 40%!important;
    }
    .mainstage-techno-logo{
        width: 80vw;
    }
    .under-construction-container{
        font-size: 3.5vw;
    }
    .under-construction-container-container{
        margin-bottom: 10%;
    }
    /*-----------------contact*/
    .contact-container{
        height: 75vh;
    }
    .heading{
        font-size: 10vw;
    }
    .socials{
        height: 45%;
    }
    .contact-info{
        font-size: 3.3vw;
    }
    .sushi-logo{
        width: 70px!important;
    }
    .creative-primates-logo{
        width: 70px!important;
    }
    svg.icon{
        height: 7.5vw;
    }
    svg.veci-logo{
        height: 6vw!important;
    }
    .rotate{
        margin-left: 1.5%;
    }
    .rotate:hover{
        transform: none;
        transition: none;
    }
    .sushi-logo:hover{
        opacity: 1;
    }
    .creative-primates-logo:hover{
        opacity: 1;
    }
    .vimeo-player{
        height: 360px!important;
        margin-top: 30%;
    }
    .shop{
        font-size: 20vw;
        padding-top: 30%;
    }
    .podcast-youtube{
        width: 100%;
        margin-bottom: 10%;
    }
    .podcast-spotify{
        width: 100%;
    }
    .podcast{
        display: block;
        margin-bottom: 20%!important;
    }
}

@media screen and (min-width: 1550px){
    .container{
        margin-bottom: 10%;
    }
    .playlist-container{
        height: 100%;
        padding-top: 15%;
    }
    .video-iframe{
        height: 300%;
        width: 90%;
    }
    .podcast-player{
        height: 570px;
    }
    .live-container{
        padding-top: 10%;
    }

}

@media screen and (min-width: 2000px){
    .card-side.front{
        width: 500px!important;
        height: 500px!important;
    }
    .card-side.back{
        width: 500px!important;
        height: 500px!important;
    }
    .song-title-container{
        width: 400px;
        height: 400px;
    }
    .song-title{
        font-size: 2vw;
    }
}

/*BURGER MENU__________________________________________*/

.burger-menu{
    display: none;
}

   
#menuToggle{
    display: block;
    position: fixed;
    top: 70px;
    left: 9px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
      
#menuToggle input{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}
      
#menuToggle span{
    display: block;
    width: 26px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ECF0F1;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 3px 0px;
    transition: transform 0.2s cubic-bezier(0.77,0.2,0.05,1.0),background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),opacity 0.55s ease;
}
      
#menuToggle span:first-child{
    transform-origin: 0% 0%;
}
    
#menuToggle span:nth-last-child(2){
    transform-origin: 0% 100%;
}
      
#menuToggle input:checked ~ span
    {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #ffffff;
}
#menuToggle input:checked ~ span:nth-last-child(3){
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
      
#menuToggle input:checked ~ span:nth-last-child(2){
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}
      
/*This is the Menu part, which gets triggered by toggle*/
#menu{
    position: absolute;
    width: 120vw;
    height: 110vh;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: rgba(0, 0, 0, 0.8);
    list-style-type: none;
    transform-origin: 0 0;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    text-align: center;
}
      
#menu li{
    padding: 15px 0;
    color: #000000;
    list-style-type: none;
    font-size: 2em;
    font-weight: 300;
}
      
#menu li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'compctak', sans-serif;
}
      
#menu li a:hover {
    color: #46484a;
    text-decoration: none;
}
      
#menuToggle input:checked ~ ul{
    transform: scale(1.0, 1.0);
    opacity: 1;
}

/*CREDITS*/
.credits{
    background-color: black;
    width: 100%;
    font-family: 'monument', sans-serif;
    font-size: 1.1vw;
    color: #626161;
    display: flex;
    margin-bottom: 0%;
}

.credit-line-1{
    width: 50%;
    display: flex;
    justify-content: center;
}

.credit-line-2{
    width: 50%;
    display: flex;
    justify-content: center;
}

.glitch-designs{
    color: #626161;
}

.glitch-designs:hover{
    color: #fff;
    text-decoration: none;
}