*{
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  background-color: black;
  color: white;
  overflow: hidden;
  text-decoration: none;
}

.main {
    display:flex;
    height: 100vh;
    padding: 8px;
}

/* Slider_menu Start */
.slider_menu {
    background-color: black;
    width: 285px;
    margin-right: 0.5rem;
    height: 100%;
}

.logo {
    display: flex;
    margin: 20px 0px 0px;
    padding: 0px 20px;
    align-items: center;
    font-size: 1.25rem;
}
.logo a {
    font-weight: 600;
    margin-left: 5px;
}

.nav {
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    padding: 0.5rem 1.5rem;
}

.nav-option {
    line-height: 2.25rem;
    height: 40px;
    opacity: 0.7;
}

.nav-option:hover {
    line-height: 2.25rem;
    height: 40px;
    opacity: 1; 
}

.nav-option i{
    font-size: 1.1rem;
}

.nav-option a{
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 1rem;
}

.library {
    background-color: #121212;
    height: 100%;
    margin-top: 0.5rem;
}

.options {
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-content: space-between;

    padding: 0.5rem 1.5rem;
}

.lib-options {
    opacity: 0.7;
}

.lib-options img {
    Height: 1.1rem;
}

.lib-options a {
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 1rem;
}

.lib-options:hover {
    opacity: 1;
}

.icons i {
    width: 1rem;
    padding: 0.5rem;
    opacity: 0.7;
}

.icons i:hover {
    opacity: 1;
}

.box-box {
    height: 100%;
}

.box {
    background-color: #232323;
    border-radius: 0.75rem;
    height: 8rem;
    padding: 1rem 1.25rem;
    margin: 0.75rem 0;

}

.box1 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.box2 {
    font-size: 0.8rem;
    opacity: 0.9;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.badge {
    background-color: white;
    color: black;
    border: none;
    font-size: 0.9rem;
    font-weight: 700;
    height: 2rem;
    border-radius: 0.75rem;
    padding: 0.2rem 1rem;
    margin-top: 1rem;
    width: fit-content;
}

.badge:hover {
    cursor: grab;
    animation: mine 0.2s linear 0s 1;
}

/* Main_content Start*/
.main_content {
    background-color: #101010;
    flex:1;
    overflow: auto;
    padding: 0 1rem 0;
}

.sticky_nav {
   position: sticky;
   top: 0;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 0.5rem 0 0.5rem;
   z-index: 5;
}

.sticky-nav-icons {
    font-size: 2rem;
    margin-left: 0.5rem;
}
.sticky-nav-options {
    display: felx;
    justify-content: center;
    align-items: center;
}

.nav-items {
    margin-top: 0;
    margin-right: 1rem;
}

.dark-badge {
    background-color: black;
    color: white;
}
.badge:hover {
    transform: scale(1.04);
}

.install-button {


}

.install-icon {
    position: relative;
    top: 0.2rem;
    margin-right: 0.2rem;
}

@media (max-width: 1000px){
    .hide {
        display: none;
    }
}

.card-container {
    display: flex;
    flex-wrap: wrap;
}

.card {
    width: 185px;
    height: 260px;
    border-radius: 0.5rem;
    margin: 0.75rem;
    background-color: #232323;
    margin-left: 1.5rem;
    margin-top: 1rem;
}

.card-image {
    width: 100%;
    border-radius: 0.5rem;
}

.card-title {
    background-color: inherit;
    font-weight: 600;
    line-height: 2rem;
}

.card-text {
    background-color: inherit;
    font-size: 0.85rem;
    line-height: 1.1rem;
    opacity: 0.75;
}

.footer {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line {
    width: 90%;
    height: 50%;
    border-top: 1px solid white;
    opacity: 0.4;
}
/* mediaplayer Start*/
.mediaplayer {
    background-color: black;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    /* padding-bottom: 0.5rem; */
}

.album {
    width: 31.50%;
    display:flex;
    justify-content: start;
    align-items: center;
}

.album-image-picture {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 5px;
    padding: 0 0.4rem 0.3rem;
}

.album-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.5;
    padding: 0 0.4rem;
}

.album-info-title {
    font-weight: 500;
    font-size: 0.85rem;
}

.album-info-text {
    font-size: 0.65rem;
    opacity: 0.7;
}

.add-album {
    padding: 8px;
}

.player {
    width: 37%;
}

.controls {
    width: 31.50%;
}


.player-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    /* height: 32px; */
}

.player-icon {
    width: 16px;
    margin: 0 0.9rem;
    opacity: 0.7;
}

.player-icon:hover {
    opacity: 1;
}

#player-icon3 {
    width: 2.3rem;
    opacity: 1;
}

#player-icon3:hover {
    transform: scale(1.06)
}

.playback-bar{
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-bar {
    appearance: none;
    margin: 0 0.45rem;
    width: 75%;
    background-color: transparent;
}
.progress-bar::-webkit-slider-runnable-track {
    background-color: hsla(0, 0%, 100%, .3);
    height: 0.25rem;
    border-radius: 100px;
}

.progress-bar::-webkit-slider-thumb {
    appearance: none;
    height: 1rem;
    width: 1rem;
    background-color: rgb(30, 255, 0);
    border-radius: 50%;
    margin-top: -6px;
}

.start-time  , .end-time {
    font-size: 13px;
    opacity: 0.7;
}

.controls {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 1.5rem;
}

.controls-icon {
    width: 1rem;
    height: 1rem;
    padding: 0.5rem;
}

.volume {
    width: 76.19px;
    appearance: none;
}

.volume::-webkit-slider-runnable-track {
    background-color: hsla(0, 0%, 100%, .3);
    height: 4px;
    border-radius: 100px;
}
