* {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Dosis", sans-serif;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::-moz-selection {
  color: #fff;
  background-color: #d6ac6d;
}
*::selection {
  color: #fff;
  background-color: #d6ac6d;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  background-color: #ececec;
}
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  background: var(--branco);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--cinza);
  border-radius: 10px;
  border: solid 2px var(--branco);
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #afafaf;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../img/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}


.row-player .col {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5rem;
}
.row-player .col img {
  width: 210px;
  border-radius: 0.3rem;
}

/* both range slider part */
input[type="range"] {
  -webkit-appearance: none;
  outline: none;
  height: 2px;
  background: #9090907f;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: #909090;
  border-radius: 50%;
  cursor: pointer;
}

/* volume part */
.volume {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #292116;
}

.volume p {
  font-size: 15px;
}
.volume i {
  cursor: pointer;
  padding: 1px 5px;
  border-radius: 5px;
  font-size: 1.5rem;
  margin-right: 3px;
}

.volume #volume_show {
  display: none;
}

button {
  border: none;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}


#title {
  text-transform: capitalize;
  color: #292116;
  font-size: 35px;
}
#artist {
  text-transform: capitalize;
  color: #292116;
  font-size: 18px;
}
.duration {
  display: none;
}

#auto i {
  margin-left: 8px;
}
#play {
  height: 3rem;
  width: 3rem;
  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;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #d7d7d785;
}
.pause {
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  background-color: #ededed85;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

button i {
  color: #292116;
}

.show_song_no {
  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;
  margin-top: 2rem;
  margin-bottom: -.5rem;
}

.middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.middle button {
  font-size: 1.5rem;
}

p {
  margin-bottom: 0;
}

/******social*********/
.row-social{
 padding-top: 1rem;
 padding-bottom: 2rem;
 padding-right: 0;
}
.row-social h5{
font-size: 12px;

 }
.row-social  ul {
  list-style: none;
  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;
}

.row-social  li {
  margin: auto 1rem;
  margin-bottom: 1rem;
}

.row-social  li img {
  opacity: 0.8;
}
.row-social  li img:hover {
  opacity: 1;
}

.row-social  i {
  color: #6c6c6c;
  font-size: 24px;
  opacity: 0.8;
}
.row-social i:hover {
  opacity: 1;
}
/****footer****/
#footer #copyright {
  font-size: 0.9rem;
  color: inherit;
}
#footer .link-fine-footer {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}
#footer .link-fine-footer:hover {
  color: #f60;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}
