* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html{
  background-color:black;
}

.back{
  background-color:rgba(0,0,0,0.92);width:100%;height:100%;position:fixed;
}


body {
  margin: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color: black;
  background-size:auto 40%;
  background-repeat:no-repeat;
  background-position:55% 50%;
  min-width:100vw;
  min-height:100vh;
}

.back{
  background-image:url("../pictures/backgrounds/back.png");
  background-size:cover;
  background-position:center;
}

#cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width:45%;
  transition:0.5s;
  -webkit-box-shadow: 0px 0px 20px 5px var(--color); 
  box-shadow: 0px 0px 20px 5px var(--color);
}

#cover.shht{
  opacity:0.35 !important;
  transition:0.5s;
}

#check_quality{
  transition:0.5s;
}

#check_quality.shht, .orient.shht, #presskit.shht{
  opacity:0 !important;
  transition:0.5s;
}

#back_cover, #cover{
  position: fixed;
  display: block;
  width: 220px;
  height: 220px;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  left:calc(22.5% - 130px);
  top:calc(50% - 110px);
  transition:0.5s;
}

#back_cover.shht, #cover.shht{
  left:calc(50% - 110px);
  transition:0.5s;
  opacity:0.35 !important;
}

#back_cover::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%; 
  padding: 5px; 
  background:black;
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
  background:linear-gradient(-270deg, var(--color) var(--progress), black var(--progress_2)) !important;
}

#cover.loaded {
  display: block;
}

#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 125;
}

#loading:before {
  content: "Loading...";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  animation: blink 1.5s ease 0s infinite;
  transform: translateY(-50%);
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

#loading.loaded {
  display: none;
}

.p_img {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  opacity: 0;
}

.center {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

#main_cover {
  position: relative;
  display: block;
  width: 220px;
  height: 220px;
  border: 0;
  border-radius: 50%;
  background-image: url(https://himalayasingh.github.io/audio-player-play-and-pause-animation-1/img/f1.gif);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  transition: 0.1s ease transform;
  margin-top:0px;
}

#main_cover.insta_discover{
  background-image:url("../pictures/icons/insta_discover.png") !important;
  background-size:70%;
}
#main_cover.album_discover{
  background-image:url("../pictures/icons/album_discover.png") !important;
  background-size:40%;
}
#main_cover.presskit_discover{
  background-image:url("../pictures/icons/presskit_discover.png") !important;
  background-size:40%;
}

#main_cover.web_discover{
  background-image:url("../pictures/icons/web_discover.png") !important;
  background-size:40%;
}

.carousel-cell.highlight:after{
  content:"Highlight";
  color: white;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  background-color: var(--color);
  padding: 5px;
  border-radius: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  margin: 8px;
  box-shadow: 0px 0px 10px var(--color);
}

.shht{
  opacity:0.6 !important;
}

.title.shht{
  opacity:0.3 !important;
  transition:0.3s;
}

#main_cover:active {
  transform: scale(0.85);
}

#main_cover.active {
  background-image: url(https://himalayasingh.github.io/audio-player-play-and-pause-animation-1/img/bg.gif);
  opacity:0.9;
  transform: scale(0.85);
}

#main_cover.inactive {
  background-image: url(https://himalayasingh.github.io/audio-player-play-and-pause-animation-1/img/f1.gif);
}

#main {
  width: 54px;
  height: 60px;
  overflow: hidden;
}

.bar {
  position: absolute;
  width: 8px;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.4s ease transform, 0.4s ease top, 0.4s ease bottom;
}

#_1 {
  top: 0;
  bottom: 0;
}

#_2 {
  top: -13px;
  left: 23px;
  height: 60px;
  transform: rotateZ(-60deg) translateY(0px);
}

#_3 {
  top: 13px;
  left: 23px;
  height: 60px;
  transform: rotateZ(60deg) translateY(0);
}

#_4,
#_5 {
  top: 27px;
  right: 0;
  bottom: 27px;
}

#main_cover.active #_2 {
  transform: rotateZ(-60deg) translateY(53px);
}

#main_cover.active #_3 {
  transform: rotateZ(60deg) translateY(-53px);
  transition-delay: 0.5s;
}

#main_cover.active #_4 {
  bottom: 0;
}

#main_cover.active #_5 {
  top: 0;
  transition-delay: 0.5s;
}

#main_cover.inactive #_2 {
  transform: rotateZ(-60deg) translateY(0);
}

#main_cover.inactive #_3 {
  transform: rotateZ(60deg) translateY(0);
  transition-delay: 0.5s;
}

#main_cover.inactive #_4 {
  bottom: 27px;
}

#main_cover.inactive #_5 {
  top: 27px;
  transition-delay: 0.5s;
}

#app_info {
  position: relative;
  text-align: center;
  padding: 30px 0;
}

#app_info span {
  display: inline-block;
  color: #adadad;
  font-size: 14px;
}

video {  
  width: 100vw;
  height: 100vh;
  min-width: 100%; 
  min-height: 100%;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  filter: grayscale(100%) blur(1px) brightness(50%);
  transition: filter 0.5s !important;
}

video.active{
  opacity:1;
  filter: none !important;
  transition: filter 0.5s;
}

video.active.fade{
  filter: brightness(50%) !important;
}

.carousel{
  position:fixed;
  right:0px;
  width:55%;
  padding-right:20px;
  bottom:calc(50% - 80px);
  box-sizing: border-box;
}

.carousel-cell {
  width: 130px;
  height: 80px;
  margin-right: 10px;
  background: rgb(20,20,20);
  counter-increment: carousel-cell;
  border:solid 1px black;
  background-size:cover !important;
  background-position:center !important;
  cursor:pointer;
}

.carousel-cell.album{
  width: 80px;
  height: 80px;
}

.title a{
  color:var(--color) !important;
}

.title h1{
  display: inline-block; 
  padding: 7px; 
  background-color: black; 
  border-radius: 10px; 
  padding-left: 20px; 
  padding-right: 20px; 
  padding-top: 3px;
  margin-top:5px;
}

.title span{
  display: inline-block; 
  padding: 4px; 
  background-color: black; 
  border-radius: 10px; 
  padding-left: 15px; 
  padding-right: 15px; 
  margin-top:-3px;
}

.title.hey span, .title.hey h1{
  padding:0px !important;
  background-color:transparent !important;
}

#call_dark_coaster{
  background-image:url("../pictures/albums/Dark\ Coaster.png");
}
#call_space_travel{
  background-image:url("../pictures/albums/Space\ Travel.png");
}
#call_my_way_to_the_skies{
  background-image:url("../pictures/albums/My\ Way\ to\ the\ Skies.png");
}
#call_maze_of_passion{
  background-image:url("../pictures/albums/Maze\ of\ Passion.png");
}
#call_sequence_1{
  background-image:url("../pictures/previews/sequence_1.png");
}
#call_sequence_2{
  background-image:url("../pictures/previews/sequence_2.png");
}
#call_dance_2{
  background-image:url("../pictures/previews/sequence_3.png");
}
#call_sequence_3{
  background-image:url("../pictures/previews/sequence_4.png");
}
#call_sequence_4{
  background-image:url("../pictures/previews/sequence_5.png");
}
#call_sequence_5{
  background-image:url("../pictures/previews/sequence_6.png");
}
#call_sequence_6{
  background-image:url("../pictures/previews/sequence_7.png");
}
#call_sequence_7{
  background-image:url("../pictures/previews/sequence_8.png");
}
#call_sequence_8{
  background-image:url("../pictures/previews/sequence_9.png");
}

#call_contact{
  background-color:black;
  background-image:url("../pictures/icons/insta_discover.png");
  background-size:80% !important;
  background-repeat:no-repeat;
}

#call_album{
  background-color:black;
  background-image:url("../pictures/icons/album_discover.png");
  background-size:60% !important;
  background-repeat:no-repeat;
}

#call_presskit{
  background-color:black;
  background-image:url("../pictures/icons/presskit_discover.png");
  background-size:60% !important;
  background-repeat:no-repeat;
}

#call_web{
  background-color:black;
  background-image:url("../pictures/icons/web_discover.png");
  background-size:60% !important;
  background-repeat:no-repeat;
}

.flickity-page-dots {
  display:none;
}

.carousel-cell.is-selected {
  background: rgb(40,40,40);
  border:solid 2px var(--color);
}

.album-selected{
  border:solid 2px white;
}

.previous{
  margin-left:20px;
}

.next{
  margin-right:40px;
}

.title{
  position:fixed;
  color:white !important;
  width:55%;
  right:0px;
  text-align:left;
  top:calc(50% - 100px);
  font-size:14px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  transition:0.3s;
}

.title span{
  color:var(--color);
}

.title.shht{
  opacity:0 !important;
}

.intro{
  background-color:black;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  position:fixed;
  z-index:10;
}

.button_cust{
  padding:10px;
  color:white;
  border:solid 1px white;
  cursor:pointer;
  width:120px;
  font-size:12px;
  text-align:center;
  margin-right:10px;
  display:inline-block;
}

.button_cust.white{
  color:black;
  background-color:white;
  width:120px;
}

#confirm{
  display:inline-block;
  color:var(--color);
  font-size:12px;
  padding:10px;
}

.orient{
  position:fixed;
  top:15px;
  left:15px;
  background-color:rgba(0,0,0,0.8);
  z-index:1000;
  display:none;
  text-align:center;
  border-radius:8px;
  width:calc(100% - 30px);
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.28); 
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.28);
  transition:0.5s;
}

.orient.hide, #await.hide{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  display:none !important;
}

.rotate-phone-please {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  margin:auto;
  text-align:left;
}

.rotate-phone-please table td{
  padding-left: 30px;
  padding-right: 30px;
  padding-top:10px;
  padding-bottom:10px;
}

.phone {
  display: inline-block;
  width: 30px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 5px;
  position: relative;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: anim-rotate;
  animation-duration: 2s;
}

.phone:after {
  content:'';
  width: 110%;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 4px;
  left: -1px;
}

.phone:before {
  content:'';
  width: 110%;
  border-bottom: 3px solid #fff;
  position: absolute;
  bottom: 6px;
  left: -1px;
}


@keyframes anim-rotate {
  0%, 10% { transform: rotate(0deg) }
  40%, 60% { transform: rotate(90deg) }
  95%, 100% { transform: rotate(0deg) }
}

.contact{
  position:fixed;
  top:12px;
  right:20px;
  background-color:black;
  color:white;
  padding:12px;
  font-size:15px;
  z-index:100;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    --active: var(--color);
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: var(--color);
    --background: transparent;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 21px;
  }
  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }
}

#check_quality{
  position:fixed;
  bottom:0px;
  right:0px;
  width:200px;
  height:40px;
  z-index:100;
  text-align:right;
  padding-right:15px;
}

#check_quality * {
  box-sizing: inherit;
  color:white;
}
#check_quality *:before, #check_quality *:after {
  box-sizing: inherit;
}

#await{
  z-index:999;
  background-color:rgba(0,0,0,0.2);
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  display:none;
  backdrop-filter: blur(3px);
}


@media only screen and (max-width: 800px) {

  #main_cover {
    width: 180px;
    height: 180px;
    margin-top:0px;
  }

  #back_cover, #cover{
    width: 180px;
    height: 180px;
    left:calc(20% - 90px);
    top:calc(50% - 100px);
  }

  #back_cover.shht, #cover.shht{
    left:calc(50% - 90px);
  }

  .title{
    width:60%;
    font-size:11px;
    top:calc(50% - 100px);
  }

  .carousel{
    width:60%;
    bottom:calc(50% - 60px);
  }

}

@media only screen and (max-height: 400px) {


  html,
  body {
    min-height: calc(100vh + 1px);
    overflow-y:auto;
    background-size:auto 70%;
  }

}

@media screen and (orientation:portrait) and (max-width: 650px) {

  .orient{
    display:table !important;
  }

  #await{
    display:block;
  }

  .carousel{
    width:100%;
    bottom:80px;
    padding-left:20px;
  }

  .title{
    left:0px;
    width:100%;
    bottom:190px;
    top:auto;
    text-align: center;
  }

  body.force .title.shht{
    bottom: 20%;
    font-size:16px;
    opacity:0.8 !important;
  }

  body.force .title.shht h1, body.force .title.shht span {
    padding:0px !important;
    background-color:transparent !important;
  }

  #cover, #back_cover{
    left:calc(50% - 90px);
    top: calc(50% - 210px);
  }

  .flickity-prev-next-button.next {
    right: 30px;
    margin-right:0px;
  }

  .flickity-prev-next-button.previous {
    left: 30px;
    margin-left:0px;
  }

  #cover.shht, #back_cover.shht{
    top: calc(50% - 90px)
  }

  body.force video {  
    object-fit: contain;
    height:100%;
  }

  body.force #check_quality.shht, body.force #presskit.shht{
    opacity:0.3 !important;
  }

  body.force #cover.shht, body.force #cover, body.force #back_cover.shht, body.force #back_cover{
    top: 6%;
  }

  video{
    filter: grayscale(100%) blur(0px) brightness(50%);
  }

  video.active.fade{
    filter: brightness(100%) !important;
  }

  body{
    background-position:center !important;
  }

  body.force #cover.hey{
    top: calc(50% - 210px) !important;
  }

}

@media screen and (orientation:portrait) and (max-width: 650px) and (max-height: 780px) {

  body.force #cover.shht, body.force #cover, body.force #back_cover.shht, body.force #back_cover{
    top: 5%;
  }

}

@media screen and (orientation:portrait) and (max-width: 650px) and (max-height: 740px) {

  body.force #cover.shht, body.force #cover, body.force #back_cover.shht, body.force #back_cover{
    top: 4%;
  }

}
