*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    height: 100vh;
    background-image: url("../image/back.jpg");
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    background-size: 100%;
    background-size: cover;
}
.container {
  height: calc(100% - 30px);
}
.head-text {
  font-weight: 500;
}

.domen-title p{
  color: black; 
  font-size: 40px; 
  font-family: Algebrian;
  color:  white;
}

.wrapper {
  height: 100%;
  padding-top: 27px;
}

.bg-opacity {
  background-color: #298205;
  padding: 10px;
  opacity: 0.9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.father {
    /* background-image: url(../image/65.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: gray; */
    opacity: 0.6;
    /* width: 70%; */
    /* height: 600px; */
    margin: 5px auto;
    border-radius: 10px;
    /* border-left: 1px solid black;
    border-right: 1px solid black; */
    border: 1px solid white;
    /* padding: 20px 0px; */
    height: calc(100%);
}
.father .row:nth-child(3){
    margin-top: 10px;
}
.father .row .col-5{
    margin: 10px auto;
    margin-top: 20px;
    width: 40%;
    line-height: 35px;
    border-top: none;
    border-left: none;
    border-right: none;
}
.father .row .col-7{
    width: 50%;
    margin: 10px auto;
}

.input-label {
  text-transform: uppercase; 
  font-size: 16px; 
  font-family:Verdana; 
  color: white; 
  text-align: center;
}

  .timer-duration {
    font-size: 14px;
    color: white;
  }
  
  .play-top-left {
    font-size: 16px;
    color: white;

  }
  .volume input {
    height: unset;
  }

  #playBtn {
    font-size: 50px;
    color: white;
  }
  #pauseBtn {
    color: white;
    font-size: 50px;
    display: none;
  }
  #prevBtn {
    font-size: 25px;
    color: white;
  }
  #nextBtn {
    font-size: 25px;
    color: white;
  }
  #playlistBtn {
    top: 50%;
    left: 3%;
    font-size: 25px;
    color: white;
  }
  #volumeBtn {
    top: 50%;
    right: 3%;
    font-size: 25px;
    color: white;
  }

  .track-title p {
    font-size: 20px !important;
    color: white;
  }
