* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 12px;
  width: 100%;
  /* background-color: black; */
  /* background-image: url(bannnn.jpg); */
  /* background-repeat: no-repeat; */
  /* background-size: 100%; */
}



.logo {
  padding-left: 11%;
  padding-top: 1%;
}




a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #000;
}

.navigation {
  position: fixed;
  width: 80px;
  height: 100vh;
  background: #2980b9;
  display: flex;
  flex-direction: column;
  padding-top: 2%;
}

.navigation .item {
  flex: 1;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.5s;
}

.navigation i {
  font-size: 30px;
}

.navigation .item:hover {
  background: #dcdde1
}

.navigation .label {
  position: relative;
  left: -120px;
  font-size: 15px;
  color: #000;
  transition: 0.5s ease;
}

.navigation .item:hover .label {
  left: 0
}



.item i {
  color: white;
}

.item label {
  text-decoration: none;
  color: #000;
}









.container-4 {
  overflow: hidden;
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  margin-left: 70%;
  margin-top: -3%;
}

.container-4 input#search {
  width: 300px;
  height: 40px;
  background: white;
  border: 2px solid black;
  font-size: 10pt;
  float: left;
  color: #fff;
  padding-left: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.container-4 input#search::-webkit-input-placeholder {
  color: #65737e;
}

.container-4 input#search:-moz-placeholder {
  color: #65737e;
}

.container-4 input#search::-moz-placeholder {
  color: #65737e;
}

.container-4 input#search:-ms-input-placeholder {
  color: #65737e;
}

.container-4 button.icon {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;

  border: none;
  /* background: #232833; */
  height: 40px;
  width: 50px;
  /* color: #4f5b66; */
  opacity: 0;
  font-size: 10pt;

  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
}

.container-4:hover button.icon,
.container-4:active button.icon,
.container-4:focus button.icon {
  outline: none;
  opacity: 1;
  margin-left: -50px;
}

.container-4:hover button.icon:hover {
  background: #2980b9;
}












.banari{
  background-image: url(ari5.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200vh;
}

.banrapari{
  background-color: rgba(0,0,0,0.6);
  height: 200vh;
} 




.photo {
  margin-left: 12%;
  padding-top: 5%;
}

.photo img {
  height: 35vh;
  width: 35vh;
  border-radius: 50%;
}


.text1 h2 {
  margin-left: 32%;
  margin-top: -17%;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 48px;
  color: white;
}


.text1 p {
  margin-left: 32%;
  color: white;
  font-size: 18px;
  /* border: 2px solid white; */
  width: 65%;
}





/* playbutton */

.frame {
  width: 90%;
  margin: 40px auto;
  text-align: center;
  padding-right: 28%;
  margin-top: 1%;
}
button {
  margin: 20px;
}
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

/* 1 */
.btn-1 {
  background:#2980b9;
  background: #2980b9;
  border: none;
}
.btn-1:hover {
   background: rgb(0,3,255);
background: linear-gradient(0deg, rgba(0,3,255,1) 0%, rgba(2,126,251,1) 100%);
}







/* music */


:root {
  --primary-color:  #2980b9;
  --text-color: white;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}


html {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.player {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
 
}

.player .icon-pause {
  display: none;
}

.player.playing .icon-pause {
  display: inline-block;
}

.player.playing .icon-play {
  display: none;
}

.dashboard {
  padding: 16px 16px 14px;
  /* background-color: #fff; */
  /* position: fixed; */
  top: 0;
  width: 100%;
  max-width: 480px;
  border-bottom: 1px solid #ebebeb;
  margin-top: 10%;
}

/* HEADER */
header {
  text-align: center;
  margin-bottom: 10px;
}

header h4 {
  color: var(--primary-color);
  font-size: 12px;
}

header h2 {
  color: var(--text-color);
  font-size: 20px;
}

/* CD */
.cd {
  display: flex;
  margin: auto;
  width: 200px;
}

.cd-thumb {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #333;
  background-size: cover;
  margin: auto;
}

/* CONTROL */
.control {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 18px 0 8px 0;
}

.control .btn {
  color: white;
  padding: 18px;
  font-size: 18px;
}

.control .btn.active {
  color: var(--primary-color);
}

.control .btn-toggle-play {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 24px;
  /* color: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
}

.progress {
  width: 100%;
  /* -webkit-appearance: none; */
  height: 6px;
  /* background: #d3d3d3; */
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 6px;
  background-color: var(--primary-color);
  cursor: pointer;
}

/* PLAYLIST */
.playlist {
  /* margin-top: 408px; */
  padding: 12px;
}

.song {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  /* background-color: #fff; */
  padding: 8px 16px;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.song.active {
  background-color: var(--primary-color);
}

.song:active {
  opacity: 0.8;
}

.song.active .option,
.song.active .author,
.song.active .title {
  color: #fff;
}

.song .thumb {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-size: cover;
  margin: 0 8px;
}

.song .body {
  flex: 1;
  padding: 0 16px;
}

.song .title {
  font-size: 18px;
  color: var(--text-color);
}

.song .author {
  font-size: 12px;
  color: #999;
}

.song .option {
  padding: 16px 8px;
  color: #999;
  font-size: 18px;
}