@keyframes fadeInPulse {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


body {

    background: rgb(0, 0, 0);
}

#Logo {
    height: 70%;
    margin-top: 2%;
    margin-bottom: 0%;
    margin-right: -24vw;
    align-self: normal;
    justify-content: center;
    animation: fadeInPulse 2s ease-out;
    transition: all 0.3s ease-in-out;
}

#Logo.open {

    margin-right: 15%;
}






#sidebar {
    display: flex;
    flex-direction: row;
    justify-content: right;
    border: 3px solid rgba(0, 0, 0, 0.258);
    position: fixed;
    border-radius: 1vw;
    padding: 0.6%;
    width: 95%;
    margin-top: -3%;
    margin-left: 1%;
    background-color: rgba(255, 255, 255, 0.105);
    backdrop-filter: blur(20px);
    z-index: 100;
    transition: all 0.4s ease-in-out;
    height: 12vw;

}

@media (min-width: 768px) {

    #PlayerBar.open {
        width: 45% !important;
        scale: 1 !important;
        bottom: 2% !important;
    }

    #PlayerBar {
        width: 45% !important;
        scale: 1 !important;
        bottom: -10% !important;
    }

    #Logo {

        margin-right: -18vw;
        margin-right: -18vw !important;
    }

    #Logo.open {

        margin-right: -18vw;
        margin-right: -18vw !important;
    }

    #sidebar {
        height: 6vw;
        /* Or 300px, whatever works best for your design */

    }

    .MenuText.open {

        font-size: 1.7vw !important;
        margin-top: 13% !important;
        margin-left: 0% !important;
        cursor: pointer !important;
    }

    .MenuText {
        margin-left: 280% !important;
        display: block !important;
    }

    #Music.open {
        margin-left: 100% !important;
    }

    #About.open {
        margin-left: 140% !important;
    }

    #Contact.open {
        margin-left: 60% !important;
    }
}

#sidebar.open {
    margin-top: -15%;

}

.Click {

    cursor: default;
}

h1 {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 1rem;
    padding-top: 20vb;
    font-weight: lighter;
    padding-bottom: 5%;

}

h2 {
    border: 3px solid rgba(255, 255, 255, 0.132);
    backdrop-filter: blur(10px);
    border-radius: 1vw;
    background-color: rgba(0, 0, 0, 0.468);
    padding: 1%;
    position: absolute;
    margin-top: -0%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 1.1rem;
    margin-left: 3%;
    padding-top: -10%;
    font-weight: lighter;
    width: 84%;
    z-index: 0;
    padding-top: 7vb;
    margin-top: -7vb;

}

#BG {

    width: 100%;
    margin-top: -10%;
}

#Back {

    display: flex;
    flex-direction: column;
    justify-content: center;
}

h3 {

    margin-left: 4%;
    margin-top: 0%;
    margin-bottom: -1%;
    border-radius: 1vw;
    padding: 1%;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 2.5rem;
    padding-top: -100%;
    font-weight: bolder;
    width: 84%;
    z-index: 1;
    text-shadow: 0px 0px 4px rgb(0, 0, 0);
}

#FrontText {
    margin-top: -27%;
    padding-left: 2%;
}


#MenuIcon {
    align-self: center;
    position: relative;
    margin-left: 2%;
    height: 100%;
    margin-bottom: -2%;
    transition: all 0.3s ease-in-out;
    opacity: 0.4;
    scale: 0.8;
    cursor: pointer;

}

#MenuIcon:hover {
    align-self: center;
    position: relative;
    margin-left: 2%;
    height: 100%;
    margin-bottom: -2%;
    transition: all 0.3s ease-in-out;
    opacity: 1;

}

#MenuIcon.open {
    opacity: 1;
    transform: rotate(-90deg) scale(0.7);
}

.MenuText {
    margin-left: 100%;
    margin-top: 8%;
    margin-bottom: 0%;
    border-radius: 1vw;
    padding: 1.5%;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0);
    font-size: 0vw;
    padding-top: 5%;
    font-weight: bolder;
    width: 0;
    z-index: 0;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}


.MenuText.open {
    margin-left: 00%;
    margin-top: 7%;
    font-size: 3.9vw;
    width: 10%;
    margin-right: 3.4%;
    color: white;
    text-shadow: 0px 0px 4px rgb(0, 0, 0);


}

#SPOTIFY {
    margin-left: 3%;
    margin-right: 3%;
    height: 8vw;
    width: 20vw;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;

}

#SPOTIFY:hover {
    scale: 1.06;
    opacity: 1;
}

#Hover {
    position: fixed;
    color: white;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: 7%;
    margin-top: -1%;
}


.socialLink {
    cursor: pointer;
    opacity: 0.7;
}

.socialLink:hover {
    opacity: 0.99;
}

#socials {
    margin-left: -3%;
    margin-top: 500q;
    margin-right: 2%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#YT {
    width: 45%;
    z-index: 10;
    margin-top: 3rem;
}

#SpotifyIcon {
    width: 40%;
    z-index: 10;
    margin-top: 3rem;

}


#InstaIcon {
    margin-top: 3rem;
    width: 35%;
    z-index: 10;

}


#SocialsText {
    background: none;
    padding-bottom: 13rem;
    margin-top: -8rem;
    font-size: 2rem;
    width: 60%;


}

a {
    margin-left: 3%;
    align-content: center;
    width: 15vw;
    text-decoration: none;
}

.Player {
    margin-left: 16%;
    margin-bottom: 0%;
    font-size: 4.5vw;
    background-color: rgba(255, 255, 255, 0.32);
    border-radius: 1vw;
    text-align: center;
    align-items: center;
    justify-self: center;
    align-content: center;
    width: 65%;
    height: 7vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    scale: 0.7;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    border: 3px solid rgb(0, 0, 0);
}

.backFilter {
    text-align: center;
    align-items: center;
    justify-self: center;
    align-content: center;
    scale: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 1vw;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px) brightness(0.7);
    text-shadow: 0px 0px 4px rgb(0, 0, 0);


}

#music1 {
    background-position: 10%;
    background-position-y: 24%;

    background-image: url(../img/icon1.jpg);
}

#music2 {
    background-position: 10%;
    background-position-y: 5%;

    background-image: url(../img/icon2.jpg);
}


#music3 {
    background-position: 10%;
    background-position-y: 95%;

    background-image: url(../img/icon3.jpg);
}

#music4 {
    background-position: 10%;
    background-position-y: 35%;

    background-image: url(../img/icon4.jpg);
}


#music4 {
    background-position: 10%;
    background-position-y: 35%;

    background-image: url(../img/icon4.jpg);
}


#music5 {
    background-position: 10%;
    background-position-y: 68%;

    background-image: url(../img/icon5.jpg);
}









.Player:hover {

    border-color: white;


}

#LogoPlayer {

    height: 90%;
    width: 17%;
    padding-right: 0%;
}

.MusicSpacing {
    height: 60vw;

}



#PlayerYT {
    margin-top: -3rem;
    margin-left: -22.5%;
    padding-bottom: -0%;
    margin-bottom: -65q;
    font-size: 5.5vw;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 1vw;
    padding-top: 2vw;
    text-align: center;
    align-items: center;
    justify-self: center;
    align-content: center;
    width: 144%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    scale: 0.7;
    transition: all 0.15s ease-in-out;
}

#Email {
    backdrop-filter: blur(10px);
    margin-top: 8%;
    width: 60%;
    margin-left: 16%;
    color: white;
    align-items: center;
    font-size: 3vw;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.276);
    border: 3px solid rgba(0, 0, 0, 0.258);
}

#MusicButton {
    margin-left: 23%;
    margin-bottom: 0%;
    font-size: 4.5vw;
    background-color: rgba(255, 255, 255, 0.32);
    border-radius: 1vw;

    text-align: center;
    align-items: center;
    justify-self: center;
    align-content: center;
    width: 48%;
    height: 6vw;
    margin-top: 22rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    scale: 0.8;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    border: 3px solid rgba(0, 0, 0, 0.258);

    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 3.8vw;
    backdrop-filter: blur(10px);
}

#MusicButton:hover {
    border-color: white;
}

#URL {

    display: none;
}

#widthspace {

    display: flex;
    flex-direction: row;
    justify-content: center;
}

.content-container {
    opacity: 0.5;
    transition: all 1s ease-in-out;
}

.content-container.active {
    opacity: 1;
}


a:hover {

    text-decoration: underline white 0.3vw;
}

#navbar-container {
    position: fixed;
    z-index: 200;
    display: flex;
    flex-direction: column;
}

#PlayerBar.open {
    scale: 1.8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 3px solid rgba(0, 0, 0, 0.258);
    position: fixed;
    border-radius: 1vw;
    padding: 0.6%;
    width: 45%;
    bottom: 3.5%;

    margin-left: 25%;
    background-color: rgba(255, 255, 255, 0.103);
    backdrop-filter: blur(20px);
    z-index: 100;
    transition: all 0.4s ease-in-out;
    height: 2vw;

}


#PlayerBar {
    scale: 1.8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 3px solid rgba(0, 0, 0, 0.258);
    position: fixed;
    border-radius: 1vw;
    padding: 0.6%;
    width: 45%;
    bottom: -10%;

    margin-left: 25%;
    background-color: rgba(255, 255, 255, 0.103);
    backdrop-filter: blur(20px);
    z-index: 100;
    transition: all 0.4s ease-in-out;
    height: 2vw;

}

#SongTitle {

    margin-top: -0.3%;
    border-radius: 1vw;
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: left;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 2.3vw;
    font-weight: bolder;
    width: 90%;
    z-index: 1;
    text-shadow: 0px 0px 4px rgb(0, 0, 0);
    margin-right: -0%;
}


#SongPlaying {

    margin-top: -0.2vw;
    border-radius: 1vw;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 2.5vw;
    font-weight: bolder;
    width: 15%;
    z-index: 1;
    padding-bottom: 1.6vw;
    background-color: rgba(173, 173, 173, 0.507);
    border: 3px solid rgba(0, 0, 0, 0.258);
    text-shadow: 0px 0px 4px rgb(0, 0, 0);
    margin-right: -0%;
    margin-left: 0%;
    height: 100%;
    top: -40%;
    cursor: pointer;
}


#LogoIcon {
    margin-left: 2%;
    height: 100%;
}


#Opener {

    margin-top: -0%;
    border-radius: 1vw;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 1.5vw;
    font-weight: bolder;
    text-decoration: underline white;
    width: 45%;
    z-index: 1;
    cursor: pointer;
    text-shadow: 0px 0px 4px rgb(0, 0, 0);
}

#CloseText {

    margin-top: -0%;
    border-radius: 0.5vw;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 1.5vw;
    font-weight: bolder;
    background-color: rgba(255, 0, 0, 0.525);
    width: 10%;
    padding-top: 0.5%;
    margin-top: -0.3%;
    z-index: 1;
    height: 100%;
    text-shadow: 0px 0px 4px rgb(0, 0, 0);
    cursor: pointer;
}


#INFO {
    margin-top: 2vw;

    color: rgba(255, 255, 255, 0.68);
}