.flex {
    display: flex;
}
.container {
    width: 100%;
}
.container-fluid {
    width: 50%;
}

/* Mobile */
@media screen and (max-width : 992px) {
    .donate {
        display: none;
    }
    .promo {
        display: none;
    }
    .artist-pic {
        display: none;
    }
    .font-size-md{font-size: 16px;}
    .font-size-lg{font-size: 26px;}
    .content {
        height: 100%;
        flex-direction: column;
    }
    .desk-bar {
        display: none;
    }
    .flex {
        flex-direction: column;
        align-items: center;
    }
    .img-size {
        width: 250px;
    }

    .progress{
        width: 100%;
    }
    .fi-sr-play , .fi-sr-pause {
        font-size: 20px;
        width: 60px;
        height: 60px;
    }
    .mobile-bar {
        margin-top: 1.5rem;
        flex-direction: column;
        width: 100%;
    }
    .menue{
        margin: 2rem 0;
        display: flex;
        justify-content: space-around;
    }
    .menue .fi {
        font-size: 25px;
        padding: 5px 0;
    }
    .menue .fi:hover {
        background: -webkit-linear-gradient(#ffe47a , #ffaf00 ,#eea400);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mobile-footer {
        border-radius: 50% 50% 0 0;
        background-color: white;
        padding: 2rem 0;
    }

    .mobile-footer p {
        margin-top: 5px;
    }
    .button {
        display: none;
    }
    footer {
        display: none !important;
    }
}

/* Desktop */
@media screen and (min-width : 993px) {
    body {
        height: 100vh;
    }
    .donate {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 150px;
    height: 50px;
    color: #fff;
    padding: 15px;
    font-weight: 500;
    font-size: 1rem;
    border: none;
    text-align: center;
    transition: all .5s ease; 
    }
    .font-size-md{font-size: 22px;}
    .font-size-lg{font-size: 40px;}
    .container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 18px 20px;
    }
    .desk-bar {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        height: 100vh;
        background-color: white;
        border-radius: 0 40PX 40PX 0;
        /* box-shadow: 10px 0 30px 5px #8225e012; */
    }
    .desk-icons .fi , .tool .fi{
        margin: 3rem 0;
        font-size: 25px;
    }
    .desk-icons .fi , .tool .fi {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 25px;
        padding: 3px 0;
    }
    .desk-icons .fi:hover , .tool .fi:hover {
        background: -webkit-linear-gradient(#ffe47a , #ffaf00 ,#eea400);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .hr {
        width: 60px;
        height: 2px;
        background-color: white;a
    }
    .tool {
        margin-bottom: 3.5rem;
    }
    .tool .fi {
        margin: 2.5rem 0;
    }
    .img-size {
        width: 400px;
    }
    .radio-control{
        margin-right: 20px;
    }
    .radio-status{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 90px;
    }
    .slogan {
        width: 100%;
    }
    .progress{
        margin-top: 10px;
        width: 100%;
    }
    .fi-sr-play , .fi-sr-pause {
        font-size: 25px;
        width: 70px;
        height: 70px;
    }
    .mobile-bar {
        display: none;
    }
    .mobile-footer {
        display: none;
    }
    footer {
        margin-top: -80px;
        display: none;
    }
}



