body{
    
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -20vw;
    margin: 0;
    background-color: black;

    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 150%;
    
    overflow-x: hidden;
}

nav{
    width: 100vw;
    height: 1.2cm;
    background-image: linear-gradient(0deg,rgba(0, 0, 0, 0), rgb(0, 0, 0));
    position: fixed;
    z-index: 200;
}

/* navbar button */
button{
    width: 3cm;
    height: 1.2cm;
    border: none;
    background-color: transparent;
    color: rgb(190, 190, 190);
    transition: all 0.3s;
    outline: none;
    cursor: pointer;
}
button:hover{color: #935c70ff}
button:active{color: white}


#nav-audio{
    height: 1cm;
    width: 7cm;
    transform: translateY(-100%);
    margin-left: auto;
    margin-right: 10vh;
    display: flex;
    

    
}

.main-logo{
    width: 100vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30vh;
    padding-bottom: 40vh;
    filter: invert();
    animation: logo-show 5s;
    z-index: 5;
    
}

.static-background{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(45deg,rgba(147, 92, 112, 0),#120d1cff, rgb(0, 0, 0));
    z-index: 0;

}
#bg-cycle{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -20vw;
}

#rotating-designe-image{
    position: relative;
    height: 60vh;
    left: 1.5vw;
}

.section{
    position: relative;
    z-index: 10;
    height: 25cm;
}

#achived{
    bottom: 10cm;
    height: 5cm;
}



#contact{
    height: 100vh;
    background-image: linear-gradient(0deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    padding-top: 5cm;
}

@keyframes logo-show {
    from {
        opacity: 0%;
    }

    to{
        opacity: 100%;
    }
}

#spoti-embed{
    width: 60vw;
    height: 60vh;
    position: relative;
    left: 2.5vw;

}

#clips{
    height: 150vh;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0),
        rgb(0, 0, 0),
        rgb(0, 0, 0),
        rgb(0, 0, 0),
        rgba(0,0,0,0));
    z-index: 1;
}

.videoplayer{
    position: relative;
    height: 80vh;
    z-index: 2;
    background-color: rgb(0, 0, 0);
}

video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

#changer{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;

}

#changer2{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;

}

#gallery-div{
    position: relative;
    width: 95vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;

    top: 10vh;

    background-image: radial-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: contain;


    text-align: center;

    height: fit-content;
}

.gallery-item{
    width: 25vw;
    height: 25vw;
    display: inline-block;
    margin: 1vw;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

h5{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 0;
    opacity: 0;
    transition: 1s;
    cursor: pointer;
}

h5:hover{
    opacity: 1;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #120d1cff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
