﻿@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap");
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
  font-family: "DM Sans", sans-serif;
  transition: background 0.4s ease-in;
  background-color: #c394f8;
}
body.blue {
  background-color: #428aa6;
}

input[type=radio] {
  display: none;
}

.card {
  position: absolute;
  width: 60%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.4s ease;
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 800px;
  max-height: 600px;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.cards {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

#item-1:checked ~ .cards #song-3, #item-2:checked ~ .cards #song-1, #item-3:checked ~ .cards #song-2 {
  transform: translatex(-40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
}

#item-1:checked ~ .cards #song-2, #item-2:checked ~ .cards #song-3, #item-3:checked ~ .cards #song-1 {
  transform: translatex(40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
}

#item-1:checked ~ .cards #song-1, #item-2:checked ~ .cards #song-2, #item-3:checked ~ .cards #song-3 {
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;
}
#item-1:checked ~ .cards #song-1 img, #item-2:checked ~ .cards #song-2 img, #item-3:checked ~ .cards #song-3 img {
  box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
}

.player {
	height: 200px;
  background-color: #fff;
  border-radius: 8px;
  min-width: 320px;
  padding: 16px 10px;
}

.upper-part {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  height: 36px; HEIGHT: 120PX;
  overflow: hidden;
}

777.play-icon {
  margin-right: 10px;
}

.song-info {
  width: calc(100% - 32px); width: 100% !important;
	HEIGHT: 120PX;
  	display: block; 
	position: relative; 
	padding-top: 5px;
	box-sizing: border-box; /**DO NOT REMOVE**/ 
	clear: both;    
}

.song-info .title {
  color: #403d40;
  font-size: 14px;font-size: 17px;font-weight: bold;
  line-height: 24px;   111line-height: 5px;
}

.sub-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.subtitle, .time {
  font-size: 12px; font-size: 14px; 
  line-height: 16px;
  color: #000000; 
	
}

.subtitle {
	height: 25px; 
	}

.time {
  font-size: 12px;
  line-height: 16px;
  color: #a5a5a5; color: #000000;
  font-weight: 500;
  margin-left: auto;
}

.progress-bar {
  HEIGHT: 32PX;
  width: 100%;
  background-color: #17151d;
  border-radius: 2px;
  overflow: hidden; TEXT-ALIGN: CENTER;
	font-weight: bold;
	font-size: 14px; 
	COLOR: #000000;
}

.progress {
  display: block;
  position: relative;
  width: 60%;
  height: 100%;
  background-color: #2992dc;
  border-radius: 6px;
}

.info-area {
  width: 100%;
  position: absolute;
  top: 0;
  left: 30px; left: 0;
  transition: transform 0.4s ease-in;
}








.player {
  --b: 5px;  /* border thickness */
  --s: 30px; /* size of the dashes */
  --c1: #215A6D;
  --c2: #92C7A3;
  
  aspect-ratio: 1;
  position: relative;
}
.player::before {
  content:"";
  position: absolute;
  inset: 0;
  padding: var(--b);
  background: 
    repeating-conic-gradient(var(--c1) 0 25%,var(--c2) 0 50%) 
    0 0/var(--s) var(--s) round;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}












#item-2:checked ~ .player #test {
  transform: translateY(0);
}

#item-2:checked ~ .player #test {
  transform: translateY(-124px);
}

#item-3:checked ~ .player #test {
  transform: translateY(-248px);
}

















.vertical-center {

  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); z-index: -1;

	} 

.left-nav-arrow {
	width: 35px; 
	height: 100%; 
	float: left; 
	left: 0; 
	margin-left: 12px;
	}

.right-nav-arrow {
	width: 35px; 
	height: 100%; 
	float: right; 
	right: 0; 
	margin-right: 12px;
	}

.audio-file {
	width: 100%; 
	left: 0 !important; 
	margin-left: 0px !important; 
	right: 0; 
	BOTTOM: 0; 
	MARGIN-BOTTOM: 0PX;   
	transform: translateY(5px); 
	}




audio::-webkit-media-controls-enclosure {
    	background-color: #FFFFFF;
	}

audio::-webkit-media-controls-timeline {}
audio::-webkit-media-controls-volume-control-container {}
audio::-webkit-media-controls-volume-control-container.closed {}
audio::-webkit-media-controls-volume-slider-container {}
audio::-webkit-media-controls-volume-slider {}
audio::-webkit-media-controls-seek-back-button {}
audio::-webkit-media-controls-seek-forward-button {}
audio::-webkit-media-controls-fullscreen-button {}
audio::-webkit-media-controls-rewind-button {}
audio::-webkit-media-controls-return-to-realtime-button {}
audio::-webkit-media-controls-toggle-closed-captions-button {}



#channel-name {

	}



.progress-bar {
  text-align: center;
}
.progress-bar h1 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  background: linear-gradient(to right, #095fab 10%, #25abe8 50%, #57d75b 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 20.5s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}