/*
Hic et Nunc HTML Audio Player HTML Template by ©cryptemes

Version 2.0

Version 1 was programmed for ©stereohopper and released on hicetnunc.xyz as OBJKT#15472 on March 28, 2021
hicetnunc.xyz/objkt/15472

The audio-files in this template are made by ©stereohopper - twitter.com/stereohopper


Copyright March 2021 - twitter.com/cryptemes

We appreciate you getting in touch with us if you use this template for your own project.
But you don't have to.
However, please leave this Note untouched.
*/
@font-face {
    font-family: "font";
    src: url(font.ttf);
}
*:not(.ui-slider-range) {
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-sizing: border-box;

}
body {
    background-color: black;
    font-family: "font";

}

.CRY_container {
    margin: 0px;
}
.CRY_player {
    background: url("cover.jpg") no-repeat #111111;
    background-size: contain;

    position: relative;

    z-index: 2;
    display: block;
    overflow: hidden;
    height:100vmin;
    width:100vmin;

}
.mask {

    background-size: contain;

    position: relative;
    background: white;
    opacity: 0.5;
    z-index: 2;
    display: block;
    overflow: hidden;
    height:100vmin;
    width:100vmin;
}
.BG{
    height:100vmin;
    width:100vmin;
    z-index: 10;
    position: absolute;
}
.creditscover{
    height:100vmin;
    width:100vmin;
    z-index: 9999;
    position: absolute;
    cursor: pointer;
}
.UIshade{
    display: block;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4));
    width:100vw;
    height:50vh;
    bottom:0px;
}

.credits{
  font-size: 4vmin;
  float: right;
  margin-right: 20px;
  cursor: pointer;

}
.credits:hover{
  font-size: 4vmin;
  float: right;
  margin-right: 20px;
  cursor: pointer;
  color: grey;

}

.title {
    color: #FFFFFF;
    font-size: 6vmin;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    position: absolute;
    bottom: 10%;
    display: flex;
    height: 4vmin;
    align-self: center;
    left: 50%;
    transform: translateX(-50%);
}
.pl {
    background: transparent url("PlaylistOpen.svg") no-repeat;
    cursor: pointer;
    height: 7vmin;
    right: 4%;
    position: absolute;
    top: 4%;
    width: 7vmin;
    fill:black;
}
.pl:hover {
    fill:grey;
}

.CRY_controls {
    cursor: pointer;
    height: 8%;
    left: 50%;
    position: absolute;
    bottom: 15%;
    width: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: safe;
}
.CRY_controls .play, .CRY_controls .pause, .CRY_controls .rew, .CRY_controls .fwd {
    float: left;
    height: 100%;
    width: 33%;
}
.CRY_controls .play {
    background: url("Play.svg") no-repeat center;
}
.CRY_controls .pause {
    background: url("Pause.svg") no-repeat center;
    display: none;
}
.CRY_controls .rew {
    background: url("Back.svg") no-repeat center;
}
.CRY_controls .fwd {
    background: url("Forth.svg") no-repeat center;
}
.hidden {
    display: none;
}
.CRY_controls .visible {
    display: block;
}
.timeline{
    width:90%;
    height:1px;
    position: absolute;
    bottom: 25px;
    left: 5%;
}
.hitplay{
  z-index: 11;
  width: 20%;
  height: 5%;
  background-color: white;
  border-radius: 6px;
  opacity: 0.7;
  font-size: 15vmin;

        align-items:center;
        justify-content:center;
}
.hitplay:hover{
  z-index: 11;
  width: 38%;
  height: 15%;
  background-color: black;
  border-radius: 15px;
  font-size: 18vmin;
  color: white;
  opacity: 0.6;

  background: linear-gradient(231deg, #425b99, #67462f, #6c3c3c, #610e0e, #0e1761, #610e0e);
   background-size: 1200% 1200%;

   -webkit-animation: AnimationName 8s ease infinite;
   -moz-animation: AnimationName 8s ease infinite;
   -o-animation: AnimationName 8s ease infinite;
   animation: AnimationName 8s ease infinite;
}

@-webkit-keyframes AnimationName {
   0%{background-position:0% 90%}
   50%{background-position:100% 11%}
   100%{background-position:0% 90%}
}
@-moz-keyframes AnimationName {
   0%{background-position:0% 90%}
   50%{background-position:100% 11%}
   100%{background-position:0% 90%}
}
@-o-keyframes AnimationName {
   0%{background-position:0% 90%}
   50%{background-position:100% 11%}
   100%{background-position:0% 90%}
}
@keyframes AnimationName {
   0%{background-position:0% 90%}
   50%{background-position:100% 11%}
   100%{background-position:0% 90%}
}
.playhead {
    height: 14px;
    bottom: 0px;
    cursor: pointer;
}
.ui-slider {
    height:10px;
    background-color: #ffffff33;
    text-decoration:none;
    text-align:center;
    border-radius: 5px;
    border:none !important;
}
.ui-slider-handle {
    background: url("Timeline_Status.svg") no-repeat !important;
    height: 14px;
    width: 14px;
    bottom: 22px;
    text-decoration:none;
    border:none !important;
    display:none;
}

.showpl{
    visibility: visible !important;
    right:0px !important;
}

.playlist {
    background-color: rgba(0,0,0,0.80);
    color: white;
    border-radius: 15px 0px 0px 15px;
    margin: 25px 0 0 0;
    padding-bottom: 10px;
    padding-top: 15px;
    position: absolute;
    width: 30vmin;
    z-index: 999;
    max-height:90vmin;
    right: -9999px;
    font-size: 4vmin;
    overflow:auto;
    overflow-x: hidden;
    visibility: hidden;
}

.playlist::-webkit-scrollbar-track {
  border: 1px solid #000;
  padding: 2px 0;
  background-color: #404040;
}

.playlist::-webkit-scrollbar {
  width: 10px;
}

.playlist::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #737272;
  border: 1px solid #000;
}

.plul{
     list-style-type: none;
}
.plul li {

    cursor: pointer;
    margin: 0 0 10px 15px;
}
.plul li:hover {

  background: linear-gradient(270deg, #f3fcab, #ddd452, #d78d25, #d5a293, #a36161, #e1a193, #ead1a0, #f3f6c4);
   background-size: 1600% 1600%;

-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: anim 15s ease infinite;
     -moz-animation: anim 15s ease infinite;
     animation: anim 15s ease infinite;
}

@-webkit-keyframes anim {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes anim {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes anim {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
.plul li.active {
    font-weight: bold;
    background: linear-gradient(270deg, #abf4fc, #52addd, #2587d7, #93b2d5, #6181a3, #93b3e1, #a0cbea, #c4f4f6);
    background-size: 1600% 1600%;

  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: anim 15s ease infinite;
     -moz-animation: anim 15s ease infinite;
     animation: anim 15s ease infinite;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
