@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');

html {

  box-sizing: border-box;

}

body {
  margin: 0;
  min-height: 100vh;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Kanit, sans-serif;
  font-size: 0.8em;
  font-weight:400;
  overflow-x:clip;
}

/* width */
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0,0,0,0); 
  border-radius: 8px;
}

::-webkit-scrollbar-track-piece {
  background: rgba(0,0,0,0); 
  border-radius: 8px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.4); 
  border-radius: 8px;
  max-height: 25px;
  max-width: 25px;
  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}

::-webkit-scrollbar-corner {
  background: rgba(0,0,0,0.4); 
  border-radius: 8px;
}

::-webkit-resizer {
  background: rgba(0,0,0,0); 
  border-radius: 8px;
}

.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 */
}


a {
  color:white;
}

.card {
  display: flex;
  flex-direction: row;
  border: 2px white groove;
  border-radius: 15px;
  margin-bottom:25px;
}

.card-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 15px 0 12px 15px;
}

.card-content {
  padding: 5px;
  flex: 1;
  text-align: left;
  font-size: 0.8em;
}

.trackSelector {
  margin-top: 0px;
  margin-bottom: 0px;
  bottom:0px;
  padding-top: 0px;
  padding-bottom:0px;
  text-align: left;
  align-items:left;
  display: inline-block;
  width: 98%;
  max-width:860px;
  height:78px;
  cursor: pointer;
  user-select: none;
  overflow-y:clip;
  overflow-x:scroll;
  font-size: 1.2rem;
  font-family:Kanit, sans-serif;
  font-weight: 100;
  color:#eee;
  z-index:100;
	position:relative;
  display:flex;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.trackButton {
  margin: 0 3px 0px 3px;
  position: relative;
	width: 65px;
	height: 65px;
	overflow: none;
  scroll-snap-align: start;
  text-align: left;
  align-items:left;
}

.trackButtonImg {
	width: 65px;
	height: 65px;
	overflow: none;
  border-radius:10px;
}

.scrollpoint {
  position:absolute;
  bottom:2%;
  font-size: 30px;
  animation: bounce 3s both infinite;
  -webkit-animation: bounce 3s both infinite;
}

h4 {
  margin-top: 4px;
  margin-bottom: 7px;
  font-size:1.1em;
}

.info {
  position:fixed;
  display:block;
  font-size: 1.6em;
  font-weight: 200;
  animation-fill-mode: both;
  overflow: hidden;
  opacity: 1;
  color: white;
  z-index: 200;
  justify-content: center;
  align-items: center;
  text-align:center;
  line-height:1;
  padding-top:0px;
  height:100%;
  width:100%;
  top:0;
  overflow-y:scroll;
  overflow-x:none;
  animation: fadeInDown .6s; 
  animation-iteration-count: once;
  -webkit-animation: fadeInDown .6s; 
  -webkit-animation-iteration-count: once; 
  animation-delay: 0.1s; 
  -webkit-animation-delay: 0.1s; 
  animation-fill-mode: both;
  backdrop-filter: blur(20px) brightness(40%);
  -webkit-backdrop-filter: blur(20px) brightness(40%);
}

.discover {
  position:fixed;
  display:block;
  font-size: 1.6em;
  font-weight: 200;
  animation-fill-mode: both;
  overflow: hidden;
  opacity: 1;
  background-color:rgba(0,0,0,1);
  background-size:100%;
  background-position: center top;
  background-attachment:local;
  background-repeat: no-repeat;
  color: white;
  z-index: 100;
  justify-content: center;
  align-items: center;
  text-align:center;
  line-height:1;
  padding-top:0px;
  height:100%;
  width:100%;
  top:0;
  overflow-y:none;
  overflow-x:none;
  animation: fadeInDown .6s; 
  animation-iteration-count: once;
  -webkit-animation: fadeInDown .6s; 
  -webkit-animation-iteration-count: once; 
  animation-delay: 0.1s; 
  -webkit-animation-delay: 0.1s; 
  animation-fill-mode: both;
  }


.innerinfo {
  position:relative;
  width:98%;
  max-width:540px;
  margin:auto;
  padding-top:0px;
  justify-content: center;
  align-items: center;
  text-align:center;
  font-size: 1.2rem;
  font-family:Kanit, sans-serif;
  font-weight: 100;
  color:#eee;
  z-index:201;
}

.discoverinfo {
  width:100%;
  height:100vh;
  max-height:100vh;
  padding-top:0px;
  justify-content: center;
  align-items: center;
  text-align:center;
  font-size: 1.2rem;
  font-family:Kanit, sans-serif;
  font-weight: 100;
  color:#eee;
  z-index:202;
  scroll-snap-align: start;
	position:relative;
  display: flex;
}

.discover-container {
  position: relative;
	width: 100%;
	height: 100vh;
	overflow: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}


.download {
  position:fixed;
  display:block;
  font-size: 1.2em;
  animation-fill-mode: both;
  overflow: hidden;
  opacity: 1;
  background-color:rgba(0,0,0,.8);
  background-size:100%;
  background-position: center top;
  background-attachment:local;
  background-repeat: no-repeat;
  color: white;
  z-index: 200;
  justify-content: center;
  align-items: center;
  line-height:1;
  padding-top:0px;
  height:100%;
  width:100%;
  top:0%;
  overflow-y:none;
  overflow-x:none;
  animation: fadeIn .6s; 
  animation-iteration-count: once;
  -webkit-animation: fadeIn .6s; 
  -webkit-animation-iteration-count: once; 
  animation-delay: 0.1s; 
  -webkit-animation-delay: 0.1s; 
  animation-fill-mode: both;
}

.innerDownload {
  position:relative;
  width:80%;
  max-width:280px;
  top:30%;
  margin:auto;
  padding:25px;
  justify-content: center;
  align-items: center;
  text-align:center;
  border-radius: 30px;
  border: 2px solid rgba(255,255,255,0.8);
  box-shadow: 0 15px 30px 5px rgba(0, 0, 0, 0.3);
  font-size: 1.1em;
  line-height: 1.1;
  font-family:Kanit, sans-serif;
  font-weight: 100;
  color:#eee;
  z-index:201;
}


.pageTitleBox {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width:500px;
  animation: bounceInDown 1s; 
  animation-iteration-count: once;
  -webkit-animation: bounceInDown 1s; 
  -webkit-animation-iteration-count: once; 
  animation-delay: 2s; 
  -webkit-animation-delay: 2s; 
  animation-fill-mode: both;
  z-index:100;
}

.pageDiscoverBox {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width:500px;
  animation: bounceInDown 1s; 
  animation-iteration-count: once;
  -webkit-animation: bounceInDown 1s; 
  -webkit-animation-iteration-count: once; 
  animation-delay: 0.7s; 
  -webkit-animation-delay: 0.7s; 
  animation-fill-mode: both;
  z-index:200;
}

.lockBtnDemo {
  background-color:rgba(0,0,0,.75);
  border-radius:25px;
  border: 2px solid rgba(255,255,255,0.8);
  cursor:pointer;
  color:#cccccc;
  font-family:Arial;
  font-size:1rem;
  padding:7px 12px;
  text-decoration:none;
}

.conBtnDemo {
  background-color:rgba(0,0,0,.75);
  border-radius:25px;
  border: 2px solid rgba(255,255,255,1);
  cursor:pointer;
  color:#cccccc;
  font-family:Arial;
  text-align:center;
  align-content:center;
  align-items:center;
  padding-left:6px;
  font-size:0.9rem;
  text-decoration:none;
  overflow:none;
  display:flex;
}

.firstConnect {
  opacity: 0;
  position: fixed;
  animation-delay: 3.2s;
  animation-name: promptAnimation; 
  animation-duration: 4s;
  animation-fill-mode: both;
  -webkit-animation-delay: 3.2s;
  -webkit-animation-name: promptAnimation; 
  -webkit-animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  text-shadow: 0 0 10px black;
  border-radius:30px;
  background-color: rgba(0,0,0,.4);
  padding:3px 15px;
}

@keyframes promptAnimation {
  0% {top: -50%;opacity: 0;transform: scale(0.25, 0.25);}
  25% {top: 12%;opacity: 1;transform: scale(1, 1);}
  85% {top: 12%;opacity: 1;transform: scale(1, 1);}
  100% {top: -50%;opacity: 0;transform: scale(0, 0);}
}

@-webkit-keyframes promptAnimation {
  0% {top: -50%;opacity: 0;transform: scale(0.25, 0.25);}
  25% {top: 12%;opacity: 1;transform: scale(1, 1);}
  85% {top: 12%;opacity: 1;transform: scale(1, 1);}
  100% {top: -50%;opacity: 0;transform: scale(0, 0);}
}

.extLinksCon {
  text-align: center;
  justify-content: center;
  text-decoration:none;
  width:90%;
  max-width:320px;
  display:inline-block;
  overflow:visible;
}

.extLinkArrow {
left:5px;
margin:auto;
margin-right:8px;
float:right;
}

.extLinkIcon {
left:5px;
margin:auto;
margin-left:15px;
float:left;
}

.extLinks {
  width:100%;
  max-width:320px;
  height:50px;
  border-radius:50px;
  border:rgba(240, 240, 240, .9) 2px solid;
  background-color: rgba(0,0,0,1);
  color: rgba(240,240,240,1);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin:auto;
  margin-bottom: 20px;
  text-decoration:none;
  font-size: 0.9em;
}

.extLinks:hover {
  color: rgba(255,255,255,.7);
  border:rgba(255,255,255,.7) 2px solid;
  background-color: rgba(40,30,40,0);
  transition: 0.2s;
  text-shadow: 0 0 10px white;
  box-shadow: 0 0 15px white;
}

.bare {
  text-decoration:none;
}

.artistImg {
  width:40%;
  max-width:200px;
  border-radius:100%;
  border:2px white solid;
  box-shadow: 0 0 40px 5px black;
}

.logoImg {
  max-width:60%;
  width:190px;
  position:fixed;
  bottom:0px;
  margin-left:auto;
  margin-right:auto;
  Z-index:10;
  opacity:1;
  mix-blend-mode:soft-light;
  -webkit-mix-blend-mode:soft-light;
}

.bg-container {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  z-index: -1;
  animation: fadeIn 1s; 
  animation-iteration-count: once;
  -webkit-animation: fadeIn 1s; 
  -webkit-animation-iteration-count: once; 
  animation-delay: 0.6s; 
  -webkit-animation-delay: 0.6s; 
  animation-fill-mode: both;
}

.bg-container img {
  position: fixed; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 100%;
  min-height: 100%;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  backdrop-filter: blur(50px);
  transform: scale(1.4); 
  -webkit-transform: scale(1.4); 
  transition: .5s;
  -webkit-transition: .5s;
}

.player-container {
  max-height: 85%;
  width: 85%;
  min-width:200px;
  max-width:320px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(10,10,10,.4);
  border-radius: 20px;
  border: 2px solid rgba(255,255,255,0.8);
  box-shadow: 0 15px 30px 5px rgba(0, 0, 0, 0.3);
  animation: zoomIn 1s; 
  animation-iteration-count: once;
  -webkit-animation: zoomIn 1s; 
  -webkit-animation-iteration-count: once; 
  animation-delay: 0.6s; 
  -webkit-animation-delay: 0.6s; 
  animation-fill-mode: both;
}

.img-container {
  display:flex;
  width: 80%;
  min-width:140px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -22px;
  position: relative;
  top: -40px;
  justify-content: center;
}

.img-container img {
  height: 100%;
  width: 100%;
  text-align:center;
  opacity: 0;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.img-container img.active {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 1;
  width: 100%;
  height: 100%;
  animation: flip 1s; 
  animation-iteration-count: once;
  -webkit-animation: flip 1s; 
  -webkit-animation-iteration-count: once;  
  animation-fill-mode: both;
}

h1 {
  font-size: 1.7rem;
  font-weight:500;
  text-align: center;
  margin: 0;
  color:#fff;
  margin-bottom:5px;
  line-height: 1.2;
}


h2 {
  font-size: 1.4rem;
  font-weight:500;
  text-align: center;
  margin: 0;
  color:#eee;
  margin-top:-5px;
  line-height: .9;
}

h3 {
  font-size: 1.2rem;
  font-weight:400;
  text-align: center;
  font-weight: 400;
  margin: 3px 0 0;
  color:#ddd;
}

h5 {
  font-size: 3rem;
  font-weight:500;
  text-align: center;
  margin: 0;
  color:#fff;
  margin-bottom:5px;
  line-height: 1.2;

}



/* Progress */

.progress-container {
  background: #999;
  border-radius: 5px;
  cursor: pointer;
  margin: 20px auto;
  height: 2px;
  width: 90%;
  cursor: pointer;
  user-select: none;
}

.progress {
  background: #fff;
  border-radius: 5px;
  height: 100%;
  width: 0%;
  transition: width 0.1s linear;
}

.duration-wrapper {
  position: relative;
  display: flex;
  color: #eee;
  justify-content: space-between;
}


/* Controls */

.player-controls {
  position: relative;
  text-align: center;
  top: -10px;
  color:#fff;
  height: 55px;
  overflow:visible;
  padding-top: 5px;
}

.fas {
  font-size: 26px;
  color: rgba(240, 240, 240, .9);
}

.fab {
  font-size: 26px;
  color: rgba(240, 240, 240, .9);
}

.scrollpoint {
  position:absolute;
  bottom:2%;
  font-size: 30px;
  animation: bounce 3s both infinite;
  -webkit-animation: bounce 3s both infinite;
}

.crtls {
  font-size: 30px;
  color: rgba(240, 240, 240, .9);
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.ctrls.active {
  filter: brightness(0%);
  -webkit-filter: brightness(0%);
}

.main-button {
  font-size: 40px;
  margin: 0px 20px;
  min-width:50px;
  position: relative;
  top: 3px;
}

.download-button {
  margin-left: 20%;
  margin-right: 20%;
  position: relative;
  top: 3px;
}

.featBtns {
  margin-top: -10px;
  margin-bottom: 7px;
  padding-top: 0px;
  text-align: center;
  justify-content: space-evenly;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  user-select: none;
  height: 50px;
  overflow:visible;
}



.conBtn {
  max-width:40%;
  background-color:rgba(0,0,0,.75);
  border-radius:25px;
  border: 2px solid rgba(255,255,255,1);
  cursor:pointer;
  color:#cccccc;
  font-family:Arial;
  justify-content:right;
  align-items:center;
  overflow:hidden;
  padding-left:6px;
  font-size:0.9rem;
  text-decoration:none;
  position: fixed;
  top:5px;
  right:5px;
  z-index:200;
  animation: backInRight 1s; 
  animation-iteration-count: once;
  -webkit-animation: backInRight 1s; 
  -webkit-animation-iteration-count: once; 
  animation-delay: 0.6s; 
  -webkit-animation-delay: 0.6s; 
  animation-fill-mode: both;
  overflow:none;
  display:flex;
}

.conBtn:hover {
  background-color:rgba(41,145,151,.75);
}

.conBtn:active {
  background-color:rgba(41,204,196,.75);
}

.lockBtn {
  background-color:rgba(0,0,0,.75);
  border-radius:25px;
  border: 2px solid rgba(255,255,255,0.8);
  cursor:pointer;
  color:#cccccc;
  font-family:Arial;
  font-size:1rem;
  padding:7px 12px;
  text-decoration:none;
  float:center;
  position:fixed;
  bottom:3.2rem;
  display:flex;
  z-index:150;
  overflow-x:none;
  animation: bounceInUp 2s; 
  animation-iteration-count: once;
  -webkit-animation: bounceInUp 2s; 
  -webkit-animation-iteration-count: once; 
  animation-fill-mode: both;
}

.lockBtn:hover {
  background-color:rgba(41,145,151,.75);
}

.lockBtn:active {
  background-color:rgba(41,204,196,.75);
}


.buyBtn {
  background-color:rgba(0,0,0,.75);
  border-radius:25px;
  border: 2px solid rgba(255,255,255,0.8);
  cursor:pointer;
  color:#cccccc;
  font-family:Arial;
  font-size:0.8rem;
  padding:7px 12px;
  text-decoration:none;
  float:center;
  position:fixed;
  bottom:0rem;
  display:flex;
  z-index:100;
  overflow-x:none;
  animation: bounceInUp 2s; 
  animation-iteration-count: once;
  -webkit-animation: bounceInUp 2s; 
  -webkit-animation-iteration-count: once; 
  animation-delay: 1.2s; 
  -webkit-animation-delay: 1.2s; 
  animation-fill-mode: both;
}

.buyBtn:hover {
  background-color:rgba(41,145,151,.75);
}

.buyBtn:active {
  background-color:rgba(41,204,196,.75);
}

.unlockmove {
  background-color:rgba(0,0,0,.75);
  border-radius:25px;
  border: 2px solid rgba(255,255,255,0.8);
  cursor:pointer;
  color:#cccccc;
  font-family:Arial;
  font-size:14px;
  padding:7px 12px;
  text-decoration:none;
  position: fixed;
  top:5px;
  float:center;
  z-index:100;
  display:flex;
  overflow-x:none;
  animation: bounceInDown 1s; 
  animation-iteration-count: once;
  -webkit-animation: bounceInDown 1s; 
  -webkit-animation-iteration-count: once; 
  animation-delay: 1s; 
  -webkit-animation-delay: 1s; 
  animation-fill-mode: both;
}

.unlockmove:hover {
  background-color:rgba(41,145,151,.75);
}

.unlockmove:active {
  background-color:rgba(41,204,196,.75);
}

.css-button {
	color: #888888;
	font-size: 12px;
	border-radius: 50px;
	border: 2px #888888 solid;
	background: transparent;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
  position:fixed;
  top:5px;
}

.css-button-text {
	padding: 6px 11px;
}
.css-button-text span{
	display: block;
	position: relative;
	left: -5px;
}

.outertimer {
  position:fixed;
  display:flex;
  font-size: 1.6em;
  font-weight: 200;
  animation-fill-mode: both;
  overflow: hidden;
  opacity: 1;
  color: white;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  text-align:center;
  line-height:1;
  padding-top:0px;
  height:100%;
  width:100%;
  top:0;
  overflow-y:none;
  overflow-x:none;
  animation: fadeIn .2s; 
  animation-iteration-count: once;
  -webkit-animation: fadeIn .2s; 
  -webkit-animation-iteration-count: once; 
  animation-delay: 0.1s; 
  -webkit-animation-delay: 0.1s; 
  animation-fill-mode: both;
  backdrop-filter: blur(3px) brightness(40%);
  -webkit-backdrop-filter: blur(3px) brightness(40%);
}

.innertimer {
position:flex;
height:auto;
width:98%;
max-width:540px;
margin:auto;
padding-top:0px;
justify-content: center;
align-items:center;
text-align:center;
font-size: 1em;
font-family:Kanit, sans-serif;
font-weight: 100;
color:#eee;
z-index:201;
}