body, html {
    height: 100%;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Brandon Text";
    overflow: scroll;
    background: rgb(0,0,0);
}

body:not(.mobile-hide) {
    background: radial-gradient(circle, rgb(0,0,0) 0%, rgb(50,50,50) 100%);
}

body a, body a:visited {
    color: #DFC671;
}

.swiper {
    width: 100%;
}

#landscape-banner {
    display: none;
    z-index: 1;
    text-align: center;
    color: white;
    font-size: 22px;
}

#landscape-banner > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#landscape-banner img {
    height: 100px;
    width: 100px;
}

#swiper-master:not(.mobile-hide) {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (width > 600px) and (height < 500px) {
    #landscape-banner.mobile-banner {
        display: block;
        z-index: 100;
        position: absolute;
        height: 100%;
        width: 100%;
        background: #000;
    }

    #swiper-master.mobile-hide {
        display: none;
    }

}

@media (width > 500px) {
    .swiper {
        width: 450px;
        height: 100%;
    }
}

.mix-card {
    background-color: #000;
}

#home-card {
    background-color: #000;
}

#home-cover {
    position: relative;
    cursor: default;
}

#home-cover .cover-art {
    width: 100%;
    display: block;
}

#home-cover #logo-text {
    color: #FFF;
    font-family: 'Rubik Glitch';
    font-size: 36px;
    font-style: normal;
    line-height: normal;

    position: absolute;
    left: 15px;
    bottom: 10px;
}

@property --a{
    syntax: '<percentage>'; /* its type */
    inherits: false;
    initial-value: 0%; /* the initial value */
}

#double-arrow {
    position: absolute;
    bottom: 18px;
    right: 15px;
    animation-duration: 3s;
    cursor: pointer;
}

#track-name-container {
    display: flex;
    width: 360px;
    height: 82px;
    transition: 1s ease right, --a ease 1s;
    position: absolute;
    top: 8px;
    background: rgba(0,0,0,.6);
    border-radius: 10px 0px 0px 10px;
    right: -312px;
    
}

#info-icon {
    display: flex;
    align-items: center;
    cursor: pointer;
}

#info-icon > img {
    height: 18px;
    width: 18px;
    padding: 16px;
}

#track-name-container.track-expanded {
    right: 0px;
}

#track-name-container #track-name {

    font-size: 14px;
    font-weight: normal;
    color: #FFF;

    box-sizing: border-box;
    margin-top: 10px;
    margin-left: 15px;
}

#track-name-container #track-description {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    box-sizing: border-box;
}

#track-name-container #track-description a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

#about {
    background: black;
    color: #FFF;
    margin-left: 15px;
    margin-right: 15px;
}

#about .bullet {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

#about .bullet > div {
    height: 20px;
    line-height: 22px;
}

#about .bullet img {
    height: 20px;
    padding-right: 7px;
}

#home-card .section-heading {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #FFF;
    line-height: normal;
    padding-top: 20px;
    margin-bottom: 15px;
}

#about .bullet {
    margin-top: 15px;
}

#home-card #divider-line {
    background: #3D3D3D;
    height: 2px;
    width: 80px;
    margin-top: 20px;
}

#home-card #error-message {
    color: red;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-left: 12px;
    margin-top: 5px;
}

.mix-cover-container {
    width: 100%;
    aspect-ratio: 1/1;
}

.mix-cover-container img {
    width: 100%;
    outline: 15px solid #000;
    outline-offset: -15px;
    position: absolute;
}

.swiper-slide.active .mix-cover-container img:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 4s;
    animation-duration: 1s;
}

.swiper-slide .mix-cover-container img:nth-of-type(1) {
    z-index: 20;
}
.swiper-slide .mix-cover-container img:nth-of-type(2) {
    z-index: 10;
}
.swiper-slide .mix-cover-container img:nth-of-type(n+3) {
    opacity: 0;
}

@keyframes fader {
    from { opacity: 1.0; }
    to   { opacity: 0.0; }
}

.mix-content {
    background: #000;
    display: inline-block;
    padding: 1px 15px 15px 15px;
}

.mix-content .mix-name {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.mix-content .subcontainer {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    color: #FFF;
}

.mix-content .subcontainer > div {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.mix-content .subcontainer span {
    height: 20px;
    line-height: 20px;
    margin-left: 8px;
}

.mix-content .mix-story {
    clear: both;
    color: #D4D4D4;
    margin-top: 16px;
}

.mix-tag-container {
    margin-top: 10px;
}

.mix-tag-container .mix-tag {
    border: 1px solid #E1E1E1;
    color: #000;
    border-radius: 8px;
    padding: 3px 8px;;
    font-size: 14px;
    display: inline;
}

.listen-bar {
    height: 42px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 10px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listen-bar .service-container {
    color: #FFF;
    display: flex;
}

.listen-bar .service-container img {
    margin-right: 10px;
}

.listen-bar .service-container a {
    font-weight: bold;
    text-decoration: none;
    color: #DFC671;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                      supported by Chrome, Edge, Opera and Firefox */
}

#home-card #subscribe {
    box-sizing: border-box;
    margin-bottom: 25px;
}

#follow {
    display: flex;
    border: 1px solid white;
    padding: 10px;
    border-radius: 10px;
    display: inline-flex;
}

#follow > img {
    height: 25px;

}

#follow div {
    margin-left: 7px;
    line-height: 25px;
    color: #E6D781;
}



.waveform {
    cursor: pointer;
    position: relative;
  }
  .hover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    pointer-events: none;
    height: 100%;
    width: 0;
    mix-blend-mode: overlay;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .waveform:hover .hover {
    opacity: 1;
  }
  .time,
  .duration {
    position: absolute;
    z-index: 11;
    top: 50%;
    margin-top: -1px;
    transform: translateY(-50%);
    font-size: 11px;
    background: rgba(0, 0, 0, 0.75);
    padding: 2px;
    color: #ddd;
  }
  .time {
    left: 0;
  }
  .duration {
    right: 0;
  }

  .mix-title {
    color: white;
    margin-top: 10px;
  }

.waveform-container {
    display: flex;
    align-items: center;
    margin-top: 15px;
    border: 1px solid #adadad;
    border-radius: 10px;
    padding: 15px;
}

.waveform-container.no-margin {
    margin-top: 5px;
}

.play-button {
    height: 40px;
    width: 40px;
    margin-right: 5px;
    cursor: pointer;
}

.play-button > .play {
    height: 40px;
    width: 40px;
  }
  
  .play-button > .pause {
    display: none;
    height: 40px;
    width: 40px;
  }

.play-button.playing .play {
    display: none;
}
.play-button.playing .pause {
    display: inline-block;
}

  .wf-right {
    flex-grow: 1;
  }