@import url("https://use.typekit.net/rig3fih.css");
body {
  font-family: "Poppins";
  background-color: black;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
}

* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#pawan67 {
  position: fixed;
  font-size: 200px;
  color: transparent;
  font-weight: 800;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: white;
  font-family: termina, sans-serif;
  cursor: pointer;
}

@media (maxw-idth: 400px) {
  #pawan67 {
    display: none;
  }
}

#pawan67:hover {
  z-index: 10000;
  -webkit-text-stroke: 0px;
  color: #c9c9c9;
}

#message {
  color: #fff;
  position: fixed;
  right: 50px;
  bottom: 50px;
}

@media (max-width: 400px) {
  #message {
    display: none;
  }
}

#message a {
  margin-left: 5px;
  color: #ceee4f;
  text-decoration: none;
  font-weight: 500;
}

#display-message {
  color: white;
  font-size: .8rem;
  position: absolute;
  top: 3rem;
  left: 3rem;
}

#display-message p {
  color: #ceee4f;
}

@media (min-height: 890px) {
  #display-message {
    display: none;
  }
}

@media (max-width: 400px) {
  #display-message {
    display: none;
  }
}

.container {
  height: 844px;
  width: 390px;
  border-radius: 30px;
  position: relative;
  z-index: 1000 !important;
  overflow: hidden;
  background-color: #1f1f1f;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

@media (max-width: 500px) {
  .container {
    border-radius: 0 !important;
    height: 100vh;
    width: 100vw;
  }
}

.top-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 311px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-icons p {
  font-size: 15px;
  font-weight: 500;
}

.top-icons i {
  font-size: 23px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-icons .bxs-playlist {
  color: white;
}

.top-icons .bx-x {
  color: white;
}

.container {
  z-index: -10;
}

.bg-blob {
  position: absolute;
  top: 0;
  left: -17px;
  height: 300px;
  width: 300px;
  background-color: #ceee4f;
  z-index: -1;
  border-radius: 0 0 60px 0;
}

.album-art {
  width: 311px;
  margin: auto;
}

.album-art img {
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.song-headings {
  width: 311px;
  margin: auto;
  margin-top: 40px;
}

.song-headings h2 {
  color: white;
}

.song-headings p {
  color: #a1a1a1;
  margin-top: 2px;
  font-size: 12px;
}

.controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 311px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.controls input {
  margin: 0;
}

.timestamps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 18px;
  width: 311px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timestamps span {
  color: white;
  font-size: 12px;
}

.btm-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 311px;
  margin: auto;
  margin-top: 65px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btm-controls i {
  color: white;
  font-size: 23px;
}

.btm-controls .playbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -webkit-box-shadow: rgba(31, 31, 31, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
          box-shadow: rgba(31, 31, 31, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  background-color: #ceee4f;
}

.btm-controls .playbtn img {
  width: 40%;
}

.playlist {
  position: absolute;
  height: 52%;
  right: 0;
  width: 100%;
  bottom: -410px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  border-radius: 20px 20px 0 0;
  background-color: white;
  padding: 0 40px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.playlist .bar {
  height: 4px;
  width: 140px;
  background-color: #202020;
  border-radius: 10px;
  margin: auto;
  margin-top: 10px;
}

.playlist .togglePl {
  bottom: 0;
}

.playlist h1 {
  margin-top: 30px;
}

.playlist h2 {
  font-weight: 500;
  font-size: 19px;
}

.playlist ul {
  margin-top: 20px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.playlist ul li {
  margin-top: 10px;
  list-style: none;
  background-color: black;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}

.bgDown {
  background-color: white;
  padding: 3px;
  border-radius: 50%;
}

input[type="range"] {
  -webkit-appearance: none;
  margin: 0;
  width: 311px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3fd60), to(#d1ff51));
  background-image: linear-gradient(#f3fd60, #d1ff51);
  background-repeat: no-repeat;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #cfe622;
  cursor: ew-resize;
  -webkit-box-shadow: 0 0 2px 0 #555;
          box-shadow: 0 0 2px 0 #555;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
}
/*# sourceMappingURL=style.css.map */