/* body */
body{
    background: #e0eafc;
}
section{
    margin-top: 5vh;
}
/* body ends */

/* header */
#body-header{
    height: auto;
}
#top-row-container{
    margin-top: auto;
    height: auto;
}
#name-icon-container{
    width:100%;
}
.app-icon{
    height: 7vh;
    margin-right: 1vw;
    /* width: 7vw; */
}

#search-bar-container{
    background-color: rgb(202, 135, 135);
    height: 1.5rem;
    border-radius:0.5rem;
}

#search-bar-id{
    border: none;
    font-size: 1rem;
    padding: 0.5rem;
}
/* #input:focus + #search-icon{
    visibility: hidden;
} */
.profile-img{
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    position: relative;
    bottom: 0.5rem;
}

/* header ends */

/* column1 */
#col1{
    width: 60%;
    justify-content: left;
}


/* carousel div */
.carousel{
    /* position: relative; */
    height: 42vh;
    width: 100%;
}

 .carousel-image {
    display: block;
    width:  95%;
    height: 40vh; 
    border-radius: 7px;
    transition: .25s ease-in-out;
    filter: blur(0px);
}
.carousel-music-box:hover .carousel-image {
    transform: scaleY(1.1) scaleX(1.05);
    /* filter: blur(5px); */
    filter: blur(0px);
}
/* carousel div ends */

/* latest release section */
.latest-release-single{
    height: auto;
    display: flex;
    flex: 1 0 40%;;
    margin-right: 1vw;
    cursor: pointer;
}

.latest-release-album-img{
    height: 10rem;
    width: 10rem;
    border-radius: 12.5%;
}

.play-pause-toggle{
    position: relative;
    height: 2vw;
    width: 2vw;

}

/* Dropdown Toggle starts */
.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 9rem;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0.5rem 0.5rem;
    z-index: 1;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown-icon{
      height: 1rem;
      width: 1rem;
      margin-right: 1rem;
  }
/* Dropdown toggle ends */

.latest-release-album-img-div{
    position: relative;
}

.latest-release-album-img-div:hover{
    opacity: 0.5;
}
.latest-release-album-img-div:hover> .play-pause-toggle{
    visibility: visible;
}

.play-pause-toggle:hover{
    visibility: visible;
}

.single-title{
    font-size: 0.8rem;
    margin-left: 0.8rem;
}

.single-release-date{
    font-size: 0.8rem;
    font-weight: 400;
    margin-left: 0.8rem;
    color: grey;
}

.track-duration{
    margin-left: auto;
    font-size: 0.8rem;
}

.single-options-container{
    margin-left: auto;
}

.single-options{
    width: 1.5vw;
}
/* latest release section ends */

/* popular artists section begins */

/* #popular-artists-container{
    min-width: 7vw;
}

.popular-artist-container{
    margin-right: 0.5vw;
    margin-left: 0.5vw;
}  */

.popular-artist-image{
    height: 6rem;
    width: 6rem;
    padding:0.25rem;
}

.popular-artist-image:hover{
   opacity: 0.5;
   box-shadow: 0px 0px 6px 4px black ;
}
.popular-artist-name{
    font-size: 0.8rem;
}
/* popular artists section ends */

/* Radio Section Begins */

#stations-section{
    /* background: linear-gradient(to right, #556270, #ff6b6b); */
}

#stations-container{
    margin-top: 2vh;
    margin-left:1vw;
    margin-right:1vw;
}

.radio-image{
    height: 7rem;
    width: 7rem;
    padding: 0.50rem;
}

.station-container:hover img{
    height: 8rem;
    width: 8rem;
    box-shadow: 0px 0px 6px 4px grey ;
}

.radio-station-genre{
    position: relative;
    bottom: 25%;
}

/* Radio Section Ends */

/* Occasion section begins */

.occasion-image{
    height: 13rem;
    width: 13rem;
    padding: 0.5rem;
    border-radius: 12.5%;
}
.occasion-music-box:hover .occasion-image{
    height: 14rem;
    width: 14rem;
    box-shadow: 0px 0px 6px 4px grey;
    /*border-radius: 12.5%;*/
}


/* Occasion Section ends */

/* Latest English Section Begins */
.latest-english{
    cursor: pointer;
    padding: 0.5rem;
}

/* Latest English Section Ends */

/* Latest Hindi Section Begins */
.latest-hindi{
    cursor: pointer;
    padding: 0.5rem;
}
/* Latest English Section Ends */


/* column1 ends */

/* column2 starts */
#col2{
    width: 40%;
}

.queue-header{
    width: auto;
}

.queue-heading{
    margin-bottom: 5vh;
}
.queue-title{
    font-size: 1.2rem;
}

.queue-drop-font{
    font-size: 0.8rem;
    min-width: 5.5rem;
}

.queue-item{
    margin-bottom: 3vh;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
}

.s-no{
    font-size: 0.8rem;
}

.queue-option-title{
    font-size: 0.7rem;
}
.singer-name{
    font-size: 0.8rem;
    font-weight: 400;
}
.song-title{
    font-size: 0.85rem;
}
.options-icon{
    position: relative;
    top: 20%;
    width: 1vw;
}
.queue-song-image{
    height: 3rem;
    width: 3rem;
    margin-left: 1vw;
    border-radius: 8.5%; 
}
.queue-song-info{
    margin-left: 1vw;
    width: 100%;
}
.queue-like-icon{
    width: 1.5rem;
}
/* column2 ends */

/* Music Player starts */


#music-player{
    height: 0;
    width: 0;
    bottom: 0;
    overflow: hidden;
}
#music-player:target{
    height:10vh;
    width: 100%;
    bottom: 0;
    background:linear-gradient(to right, #56ccf2, #2f80ed);
    position: fixed;
}

.music-player-container{
    margin-top: 2vh;
    margin-left: 6vw;
    margin-right: 6vw;
    margin-bottom: 2vh;
}
.current-song-image{
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 12.5%;
}
.current-song-singer-name{
    font-size: 0.8rem;
    font-weight: 400;
    margin-left: 1vw;
}
.current-song-like-icon{
    margin-left: 1vw;
    height: 3vh;
}
.current-song-block-icon{
    margin-left: 1vw;
    height: 2.5vh;
}
.controls-icon{
    height: 1.2rem;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
}
.volume-icon{
    position: relative;
    top: 15%;
}
.play-pause-icon{
    position: relative;
    height: 1.5rem;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    bottom: 10%;
}

.bar-time{
    font-size:0.8rem;
}

/* Music Player Slider begins */
.slidecontainer {
    width: 30rem;
    margin-top: 0; 
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  .slider {
    -webkit-appearance: none;  
    appearance: none;
    width: 100% ;
    height: 0.25rem; 
    outline: none; 
    opacity: 0.7; 
    -webkit-transition: .2s; 
    transition: opacity .2s;
  }
  
  .slider:hover {
    opacity: 1; 
  }

  .slider::-webkit-slider-thumb {
    -webkit-appearance: none; 
    appearance: none;
    border-radius: 50%;
    width: 1rem; 
    height: 1rem; 
    background: black; 
    cursor: pointer; 
  }
  
  .slider::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background:black
    cursor: pointer; /* Cursor on hover */
  }
/* Music Player Slider Ends */

/* Volume Slider begins */
.volume-slide-container {
    width: 7rem;
    margin-top: 0; 
    margin-left: 1rem;
    margin-right: 1rem;
  }

/* Volume Slider ends */

/* Music Player ends */

/* general */
.flex-rw{
    display: flex;
    flex-direction: row;
}

.flex-col{
    display: flex;
    flex-direction: column;
}

.flex-bas-0{
    flex-basis: 0;
}

.txt-center{
    text-align: center;
}

.txt-left{
    text-align:left;
}

.center{
    justify-content: center;
}

.spc-even{
    justify-content: space-evenly;
}

.spc-btw{
    justify-content: space-between;
}

.spc-ar{
    justify-content: space-around;
}

.start{
    justify-content: flex-start;
}

.left{
    justify-content: left;
}

.end{
    justify-content: flex-end;
}

.wrap{
    flex-wrap: wrap;
}
.inlBlck{
    display: inline-block;
}
.fw-600{
    font-weight: 600;
}
.fw-400{
    font-weight: 400;
}
.ff{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.icn3vh{
    height: 3vh;
}
.icn4vh{
    height: 4vh;
}
.icn-black{
    filter: brightness(0) saturate(100%)
}
.mleft3vw{
    margin-left: 3vw;
}
.mright3vw{
    margin-right: 3vw;
}
.mtop3vh{
    margin-top: 3vh;
}
.mtop10vh{
    margin-top: 10vh;
}
.mbot3vh{
    margin-top: 3vh;
    margin-bottom: 3vh;
}
.opac{
    opacity: 0.7;
}
.brdrad1{
    border-radius: 12.5%;
}
.brad5{
    border-radius: 50%;
}
.mar0{
    margin: 0;
}
.mar-right-auto{
    margin-right: auto;
}
.width0{
    width: 0;
}
.hidden{
    visibility: hidden;
}
/* general ends */

#search-button{
    background-color: white;
    border : 0px ; 
}
/* Addtion Queue Side Bar */
.sidenav {
  height: auto;
  width: 100px;
  position: fixed;
  z-index: 1;
  top: 52px;
  right : 420px;
  background-color:#2F80ED;
  border-radius: 5px;
  visibility: hidden;

}

.sidenav div{
    padding: 6px 8px 15px 18px;
    text-decoration: none;
    display: block;
}


/* Sidebar Queue end */



/* Making it Responsive adding media queries */


@media (max-width : 1080px){
    #carousel-image1{
        width: 450px;
        height: 300px;
        display: block;
        margin-left: 70px;
        margin-right: auto;
    }
    #carousel-image2{
        visibility: hidden;
    }
    #carousel-image3{
        visibility: hidden;
    }
}
@media (max-width : 915px){
    #carousel-image1{
        width: 400px;
        height: 300px;
        display: block;
        margin-left: 25px;
        margin-right: auto;
    }
    #carousel-image2{
        visibility: hidden;
    }
    #carousel-image3{
        visibility: hidden;
    }
}

@media (max-width : 800px){
    #carousel-image1{
        width: 300px;
        height: 300px;
        display: block;
        margin-left: 50px;
        margin-right: auto;
    }
    #carousel-image2{
        visibility: hidden;
    }
    #carousel-image3{
        visibility: hidden;
    }
}

@media (max-width : 700px){
    #carousel-image1{
        width: 300px;
        height: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #carousel-image2{
        visibility: hidden;
    }
    #carousel-image3{
        visibility: hidden;
    }
}

@media (max-width : 526px){
    #carousel-image1{
        width: 380px;
        height: 250px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    #carousel-image2{
        visibility: hidden;
    }
    #carousel-image3{
        visibility: hidden;
    }
    #col2{
        visibility: hidden;
    }
    #sidebarQueue{
        visibility: visible;
    }
}

@media (max-width : 420px){
    #carousel-image1{
        width: 300px;
        height: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #carousel-image2{
        visibility: hidden;
    }
    #carousel-image3{
        visibility: hidden;
    }
    #col2{
        visibility: hidden;
    }
    #sidebarQueue{
        visibility: visible;
    }
}