* {
    transition-property: all;
    transition-duration: 0.5s;
}
@keyframes slideInLeft {
    0% { transform: translateX(-100%);}
    100% { transform: translateX(0); }
}
body {
  padding: 10%;
  box-sizing: border-box;
  margin: 0;
  width: 90%;
  height: 100vh;
  padding: 0;
  font-family: 'poppins', sans-serif;
}
.background-containter {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
    background: linear-gradient(to top right, #dedde8, #6b58be);
  z-index: -1;
 /* background: linear-gradient(45deg, #ff6b6b, #f7e6b2, #6bc2b0);  YEH BHI THIK HAI!*/
 /* background-image: linear-gradient(rgb(200, 200, 200)30%,rgb(204, 207, 209)60%, rgb(100, 120, 140));*/
}
    a {
        color: inherit;
        text-decoration: none;
    }
    .emenu-text, .emenu-item {
        display: none;
    }
    .hor, .ver{
        color: black;
        line-height: 75px;
        background-color: rgba(160,160,160,0.52);
        backdrop-filter: blur(50px);
        align-items: center;
        padding: 10px 0;
        border: 2px solid black;
        border-collapse: collapse;
    }
    .hor {
        padding-left: 5%;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        height: 10%;
        justify-content: space-between;
        display: flex;
    }
    nav.ver{
        display: flex;
        width: 6%;
        height: 100vh;
        position: fixed;
        top: 10%;
        z-index: 100;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;

    } 
    .verlogo {
        display: none;
    }
    .vicn {
        margin-bottom: 2em;
        font-size: 1.25rem;
        transition: color 0.25s;
    }
    .vicn:hover {
        color: rgb(255, 193, 255);
    }
    .nav-mobile {
        display: hidden;
    }
    .main-content-player {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    .main-content {
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-delay: 0s;
        animation-name: slideInLeft;
        position: relative;
        padding: 7% 0 0 7%;
        width: 100vw;
        height: 90vh;
    }
    .main-content-wide {
        display: flex;
        flex-direction:column;
        width: 70%;
    }

    .page-heading {
        position: relative;
        top: 7%;
        left: 8%;
        color: white;
        display: none;
    }
    .hor-heading {
        font-size: 1.4rem;
        color: white;
        width: 100%;
        text-align: center;
    }
    .page-heading * {
        display: inline;
    }
    .card:hover {
        box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.8); /* White glow shadow on hover */
    }
    .card {
        width: 33%;
        margin-right: 50px;
    }
    .card-link {
        display: flex;
        flex-direction: row;
        background-color: #f1f1f172;
    }
    .card-img-top {
        width: 270px;
        padding: 2px;
        height:200px;
    }
    .search-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        margin-top: 10%;
    }
    .search-bar {
        position: relative;
        width: 80%;
        left: 12%;
    }
    .card {
        margin-left: 5%;
        margin-bottom: 5%;
    }

    .search-bar .input-group-text {
        color: black;
        height: 100%;
        position: relative;
        left: 7%;
    }
    .box{
        width: 100%;
        height: 100%;
    }
    @media screen and (max-width: 800px) {
        .hor {
        display: none;
        }
        nav.ver {
            position: fixed;
            top: 0;
            width: 10%;
            height: 100vh;
        }
        .search-bar {
            width: 80%;
        }
        
        .card {
            margin: 2.5% auto;
        }
        .verlogo {
            display: block;
            width: 40%;
            margin: 0 auto;
            margin-bottom: 30%;
        }
    .rflex {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .player {
        width: 90%;
    }
    .lyrics {
        display: block;
        position: static;
        margin: 0 auto;
        width: 50%;
    }
    .main-content {
        flex-direction: column;
    }
    }
    .player {
        background-color: rgba(0, 0, 0, 0);
        height: 74vh;
        top: 15%;
        width: 60%;
        float: left;
    }
    .player-wide {
        width: 90%;
    }
    .player-wide-p {
        width: 90%;
    }
    .player-item {
        position: relative;
        background-color: #f1f1f1;
        border-radius: 20px;
        width: 100%;
        top: 5%;
        left: 10%;
        display: flex;
        justify-content: space-evenly;
        bottom: 0%;
    }
    .video-item {
    max-height: 50%;
    }
    .progress {
        cursor: pointer;
    }
    .floating-button {
        background-color: #00000048;
        color: white;
        padding: 20px 40px;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        right: 0%;
        top: 1%;
        width: 3rem;
        cursor: pointer;
        height: 3rem;
        z-index: 150;
    }
    .floating-button:hover {
        color: rgb(255, 193, 255);
    }
    .lyrics{
        position: relative;
        width: 30%;
        height: 90vw;
        border: 2px solid black;
        border-radius: 20px;
        color: white;
        max-height: 85vh;
    }
    .lyrics ul{
        margin: 0 auto;
        padding: 20px 0;
        list-style-type: none;
        width: 100%;
        text-align: center;
        border: 2px solid black;
        border-top: 0;
        border-left:0;
        border-right: 0;
        
    }
    .lyrics-element{
        color: white;
        display: inline-block;
        margin: 0px 20px;
        text-align: center;
    }
    .lyrics-element a{
        text-decoration: none;
    }
    .lyrics-wide {
        position: inherit;
        width: 90%;
        margin-top: 5rem;
        height: 90vh;
    }
    .content-lyrics h2 {
        padding: 50%;
        width: 100%;
        z-index: -200;
    }
    .img-kapapa{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: rgb(0, 0, 0);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 5%;
        width: 100%;
        height: 70vh;
        position: relative;
        left: 10%;
    }
    .box-blur {
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
    }
    .equiliser {
        position: absolute;
        display: none;
        margin: 0 auto;
        width: 100%;      
        height: 80%;
        display: inline;
        position: relative;
        border-radius: 5%;
    }
    .medi-title {
        display: inline;
        font-size: 1.2rem;    
        width: 100%;
    }
    .audio-controller {
        margin: 0 auto;
        justify-content: center;
        opacity: 0.5;
    }
    .audio-controller audio {
        width: 45%;
        display: block;
        margin: 0 auto;
        margin-top: 38%;
    }
    .img-kapapa font{
        margin: 3%;
    }
    .content{
        border: 2px solid black;
        border-radius: 15%;
        background-color: rgba(0, 0, 0, 0.30);
        margin: 5% 3%;
        max-height: 65vh;
        width: 95%;
        scroll-padding: 20px;
        overflow-y: scroll;
        display: block;
        
    }
    .logo{
        width: 10em;
        cursor: pointer;
    }
    .hor ul, .ver ul{
        list-style-type: none;
        width: 100%;
        text-align: right;
    }
    .hor ul li, .ver ul li{
        display: inline-block;
        margin: 10px 20px;
    }

    .hor ul li a, .ver ul li a{
        color: white;
        text-decoration: none;
    }

    .button{
        display: flex;
        align-items: center;
        padding: 10px 20px;
        border: 0;
        outline: 0;
        border-radius: 5px;
        background:rgba(160,160,160,0.0);
        color: #fff;
        font-weight: 500;
        cursor: pointer;
    }
    .nav-link:hover {
        color: rgb(255, 193, 255);

    }
    .button img{
        width: 50px;
        margin-left: 10px;
        padding: 1.5px;
    }
    .ver ul{
        list-style-type: none;
        width: 100%;
        text-align: left;
        padding-right: 100PX;
    }
    .ver ul li{
        display: list-item;
        margin: 0px 20px;
    }

    .ver ul li a{
        color: white;
        text-decoration: none;
    }
    .logo{
        display: block;
        margin: 0 ;
    }
    .music-img {
        display: inline;
        position: relative;
        left: -48.5%;
        bottom: 110px;
        z-index: 100;
        margin: 10px auto;
        width: 190px;
        height: 190px;
    }
    .content-lyrics, .content-captions {
        height: 70vh;
        width: 100%;
    }
    .content-lyrics p {
        padding: 10%;
        line-height: 60px;
    }
   
    .current-lyrics {
        padding: 10%;
        margin-top: 10%;
        text-align: center;

    }
    .content-playlist {
        padding: 10%;
        height: 80vh;
        width: 100%;
    }
    .content-playlist-element {
        cursor: pointer;
        text-align: right;
        margin: 10% 2%;
    }
    .content-playlist-element span {
        display: flex;
        flex-direction: row;
        padding: 2%;
        justify-content: space-between;
    }
    .content-playlist-element img {
        width: 150px;
        height: 100px;
    }
    .content-playlist-element p {
        padding: 7%;
    }
    .post-lyrics, .pre-lyrics {
        color: #707070;
        font-size: 1.2rem;
    }
    .img-playlist {
        width: 45%;
    }
    .pp-playlist {
        color: white
    }
    .current-playlist span {
        background-color: rgba(0, 0, 0, 0.374);
    }
    .current-playlist {
        color: rgb(255, 193, 255);
    }
    .hidden {
        opacity: 0;
    }
    ::-webkit-scrollbar{
        width: 10px;
        display: none
        
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    
    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #888;
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    .active {
        color: #FFFFFF;  
    }
    .inactive {
        color: #707070;
    }
    .inactive:hover {
        color: #707070;
        background-color: inherit;
    }
    .lyrics-element {
        cursor: pointer;
      }
    .l-inactive {
        color: #707070;
    }
    .no-render {
        display: none;
    }
    .playlist-btn {
        font-size: 0.75rem;
    }
    .playlist-btn:hover {
        transform: scale(120%);
    }
    .fa-trash:hover {
        color: red;
    }
    .playbtn {
        margin-top: 100px;
    }
    .center {
        text-align: center;
        font-weight: bolder;
    }
    .playlists-container, .favourites-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: last baseline;
    }
    .card-sm {
        margin: 2%;
        width: 250px;
        height: 100px;
    }
    .card-sm .card-title{
        font-size: 0.8rem;
    }
    .card-sm img {
        width: 150px;
        height: 100px;
    }
    .user-playlist-ele {
        margin: 2%;
        display: flex;
        justify-content: center;
        border: 2px solid white;
        border-radius: 5%;
        max-width: 45%;
    }
    .user-playlist-ele img {
        border: 2px solid grey;
        border-radius: 2%;
        max-width: 25%;
    }
    .user-playlist-ele:hover {
        box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.8);
    }