@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    padding: 0;
    transition: all 150ms ease-in-out;
    color: white;
}

body{
    overflow-x: hidden;
    background-image: linear-gradient(45deg,rgb(2, 14, 16) 0%, rgb(13, 2, 12) 50%, rgba(10, 16, 7, 1) 100%);
}

a{
    background: none;
}

header{
    height: max(25vh, 8rem);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: rgb(0, 0, 0) 0px 0px 50px 10px;
    background-image: url(./assets/banner.png);
    background-repeat: no-repeat;
    background-size:cover;
    overflow: hidden;
}

header .logo{
    margin-top: 1rem;
    height: 30%;
    width: auto;
}

header a img{
    max-height: 3rem;
    padding-bottom: -1rem;
    transition: all 200ms ease-in-out;
    filter: hue-rotate(110deg);
}

header a img:hover{
    filter: hue-rotate(160deg);
    transform: scale(1.1);
}

header h1{
    font-size: 1.3rem;
    text-shadow: rgba(255, 255, 255, 0.767) 0 0 30px;
}

#discover{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    height: 30vw;
    margin-top: 8vh;
}

.disc-div{
    box-shadow: rgba(255, 255, 255, 0.15) 0px 0px 65px;
    border-radius: 60px;
    object-fit: cover;
    background-repeat:no-repeat;
    aspect-ratio: 1/1;
    background-size: contain;
    height: 100%;
    display: flex;
    justify-content:space-around;
    align-items: end;
}

#disc-div-1{
    background-image: url(./assets/pride_album_pic.png);
}

#disc-div-2{
    background-image: url(./assets/zombie_render.png);
}

#disc-div-3{
    background-image: url(./assets/dev_screenshot.png);
}

.disc-btn{
    min-width: 15rem;
    min-height: 3rem;
    background: rgba(0, 0, 0, 0.35);
    border: solid white 1px;
    border-radius: 1000px;
    font-weight: 500;
    color: white;
    font-size: 1rem;
    margin: 3rem;
}

.disc-btn:hover{
    background-image: url(./assets/button-background.png);
    background-size: 100%;
    border: rgba(0, 0, 0, 0);
    color: black;
    box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 1.3rem;
}

/* Profile */

#profile{
    margin-top: 10vh;
    margin-bottom: 10vh;
    display: flex;
    flex-direction: row;
    max-width: 70vw;
    padding-left: 15vw;
    padding-right: 15vw;
    overflow: hidden;
    text-align: justify;
}

#profile h1{
    text-align: left;
    font-weight: 600;
    /*text-shadow: rgba(255, 255, 255, 0.541) 0 0 15px;*/
}

#profile h2{
    text-align: left;
    text-shadow: rgba(255, 255, 255, 0.349) 0 0 15px;
    color: rgb(129, 129, 129)
}

#profile h3{
    font-size: 1rem;
    font-weight: 600;
    padding-top: .3rem;
}

#profile-div{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 2rem;
}

#big-pp{
    max-width: 50%;
    object-fit: cover;
}

#small-pp{
    display: none;
    float: left;
}

/* Footer */

footer{
    position: sticky;
    bottom: 0;
    transition: all 300ms ease-in-out;
    margin: 0;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 1) 0 0 50px 0px;
    background-color: rgb(22, 22, 22);
    background-image: url(./assets/banner.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 0% 80%;
    -webkit-user-select: none;
    -ms-user-select: none; 
    user-select: none; 
}

#small-footer{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
    padding: 3vh;
}

#small-footer img{
    position: absolute;
    z-index: 1;
    transition: all 150ms ease-in-out;
    width: 3rem;
    margin: auto;
    height: auto;
    opacity: 0%;
}

#small-footer h1{
    position: absolute;
    opacity: 100%;
    z-index: 2;
    font-size: 3vh;
    margin: auto;
}

footer:hover #small-footer h1{
    opacity: 0%;
}

footer:hover #small-footer img{
    opacity: 100%;
}

#big-footer{
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 2vh;
    padding: 4vh;
    padding-bottom: 6vh;
}

#big-footer img{
    width: 6vh;
    transform: scale(1, -1);
}

#big-footer p{
    text-align: center;
}

.footer-btn{
    min-width: max(15vw, 15rem);
    min-height: 3rem;
    background: rgba(0, 0, 0, 0.35);
    border: solid white 1px;
    border-radius: 1000px;
    font-weight: 500;
    color: white;
    font-size: 1rem;
}

.footer-btn:hover{
    background-image: url(./assets/button-background.png);
    background-size: 100%;
    border: rgba(0, 0, 0, 0);
    color: black;
    box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 1.3rem;
}

#musics{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: 8vh;
    margin-bottom: 8vh;
}

.music-frame{
    width: 100%;
    height: 352px;
    border-radius: 25px;
}

.music-div{
    backdrop-filter: brightness(140%) saturate(2);
    box-shadow: inset rgba(255, 255, 255, 0.15) 0 0 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    overflow: hidden;
    margin: 2rem;
    border-radius: 50px;
    align-items: center;
    padding: 2rem;
}

.music-div img{
    max-height: 352px;
    width: 100%;
    border-radius: 25px;
}

.music-desc{
    padding-left: 2rem;
    padding-right: 2rem;
}

.music-desc h1{
    font-weight: 600;
}

.music-desc h2{
    color: rgb(129, 129, 129);
    padding-bottom: 1rem;
}

.music-desc h3{
    color: rgb(129, 129, 129);
    font-size: 1.1rem;
    padding-bottom: 1rem;
}

.music-desc h4{
    color: rgb(129, 129, 129);
    padding-top: 1rem;
}
