.invert {
  filter: invert(1);
}

:root {
  --a: 0;
}

.inv {
  filter: invert(.8);
}

.opicty {
  fill: currentcolor;
}

.all_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #00000092;
}

::-webkit-scrollbar-thumb {
  background: #797979;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #3a999b;
  cursor: pointer;
}


/* search outcome____________________________________________________________  */

.search_output {
  background-color: rgba(0, 0, 0, 0.795);
  backdrop-filter: blur(20px);
  width: 44%;
  padding: 10px 20px;
  position: absolute;
  top: 53px;
  left: 80px;
  border-radius: 5px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 50vh;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.search_output.show {
  opacity: 1;
  visibility: visible;
}

.search_output ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.search_output ul li {
  border: 1.5px solid rgb(103, 103, 103);
  padding: 3px 5px;
  font-weight: 550;
  font-size: 11px;
  height: 20px;
  overflow: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  cursor: pointer;
}

.no_result {
  color: red;
}



/* All media queries for responsivenes________________________________________  */



@media (max-width: 1035px) {
  .red_text {
    right: 0;
    top: 25px;
  }

  .first_coloum {
    position: absolute;
    left: -120%;
    transition: all .6s ease-in-out;
    z-index: 1;
    width: 500px;
    height: 93vh;
  }

  #image_open_sec {
    width: 40%;
  }

  .btn1 {
    display: none;
  }

  .songs_sec,
  .songs {
    height: 74vh;
  }

  .second_coloum {
    width: 100%;
  }

  .next {
    margin-left: auto;
  }

  .seekbar1,
  .seekbar {
    width: 100%;
  }

  .track_player {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .next {
    width: auto;
  }

  .nav_bar {
    width: auto;
  }

  .sc_first {
    width: auto;
  }

  .fst_input input {
    width: auto;
  }

  .scrool {
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
  }

  .singer {
    width: 100%;
  }

  .texxt p {
    font-size: 18px;
  }

  .hameburger img {
    display: block;
  }
}

@media (max-width: 900px) {
  .song_tittle p {
    white-space: nowrap;
  }


  .first {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98%;
    overflow: scroll;
    scrollbar-width: none;
    padding: 0px;
  }

  .second {
    width: 80%;
  }

  .third {
    width: 50%;
  }

  .seekbar1,
  .seekbar {
    width: 400px;
  }

  .song_tittle {
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: scroll;
    scrollbar-width: none;
  }

  .track_player {
    flex-direction: column;
  }
}

@media (max-width: 720px) {

  .install {
    display: none;
  }
}

@media (max-width: 590px) {
  .song_tittle {
    justify-content: start;
  }

  .serch_logo {
    display: none;
  }

  .bell {
    display: none;
  }


  #search_input {
    border-radius: 25px;
  }

  .browse {
    display: none;
  }

  .serch_logo {
    border-radius: 30px;
  }


  .serch_container.active .fst_input input {
    display: block;
    width: 120%;
  }

}

@media (max-width: 500px) {
  .home {
    display: none;
  }

  .first_coloum {
    width: 100%;
  }

  .search_output {
    width: 65%;
  }
}

@media (max-width: 450px) {
  #image_open_sec {
    width: 60%;
    top: 65px;
    right: 20px;
    border-radius: 10px;
  }

  .spotify,
  .main_content {
    display: none;
  }

  .nav_bar {
    width: 100%;
  }

  .nav_first {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .hameburger {
    position: absolute;
    top: 5px;
    left: 0px;
  }

  .next {
    margin: 0;
  }

  .first_coloum {
    width: 100%;
  }

  .texxt h1 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
  }

  .texxt p {
    font-size: 14px;
  }

  .sc_first {
    width: auto;
    height: 35px;
    padding: 8px 20px 0 30px;
  }

  .song_sec {
    padding-left: 0px;
  }

  #search_input {
    border-radius: 50px;
    padding-left: 10px;
  }

  .buttons {
    padding-top: 0;
  }

  .song_sec {
    padding-bottom: 10px;
  }

  .scrool {

    height: 71vh;

    .main_content {
      height: auto;
    }

    .song {
      width: 43%;
      height: auto;
      padding: 20px 10px 0 10px;
    }

    .song img {
      width: 100%;
      height: auto;
    }

    .secnd_song i {
      width: 50px;
      top: 116px;
      right: 20px;
    }

  }
}


@media (max-width: 380px) {
  .search_output {
    top: 53px;
    left: 60px;
    width: 65%;
  }

  .secnd_song i {
    width: 50px;
    top: 80px;
    right: 20px;
  }

  .serch_logo {
    display: none;
  }

  .spotify {
    display: none;
  }

  .scrool .song {
    width: 40%;
  }

  .first_coloum {
    width: 100%;
  }

  .login {
    margin: 0;
  }

  .login {
    width: 52px;
  }

  .spotify {
    width: 46px;
  }

  .next {
    margin-left: 0px;
  }
}