:root {
    --background-position: center center;
}

video {
    position: relative;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    /*transition: transform 30ms linear;*/
    z-index: -1;
}

video::after {
    content: "Hi there";
    position: absolute;
    top: 0px;
    left: 0px;
}

.slider {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.parallax {
    height: 100vh;
    width: 100%;
    display: grid;
    flex-direction: row;
    place-content: center;
    place-items: center;
    justify-content: center;
    justify-items: center;
    overflow: hidden;
    background: transparent;
}

.active {
    z-index: 10;
}

::-webkit-scrollbar {
    display: none;
}

/*.parallax::after {
    content: "";
    white-space: pre;
    top: 0px;
    left: 0px;
    position: absolute;
    background-image: url('https://ashnagenarnesfugen.github.io/Portfolio/css/img/line.png');
    width: 100%;
    height: 100vh;
    z-index: 1;
    color: white;
    font-size: 5em;
    display: flex;
    place-content: center;
    place-items: center;
    place-self: center;
    justify-self: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    animation: change 4s linear infinite;
    /*-webkit-box-shadow: inset 10px 10px 112px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 10px 10px 112px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 10px 10px 112px 0px rgba(0, 0, 0, 0.75);
}

@keyframes change {
    0% {
        content: "Scroll";
    }
    50% {
        content: "Down";
    }
    100% {
        content: "▼";
    }
}*/

.img-sadavi-1 {
    /* The image */
       background-image: url(img/carousel-1.jpg);
   /* Background colour if image is unavailable */
       background-color: #348E38;
    /* Set a specified height */
       height: 100vh;
    /* Center the image */
       background-position: center;
    /* Do not repeat the image */
       background-repeat: no-repeat;
    /* Resize the background image to cover the entire container */
       background-size: cover;
       position: relative;
   }

.img-sadavi-3 {
    /* The image */
       background-image: url(img/carousel-3.jpg);
   /* Background colour if image is unavailable */
       background-color: #5b7ba8;
    /* Set a specified height */
       height: 100vh;
    /* Center the image */
       background-position: center;
    /* Do not repeat the image */
       background-repeat: no-repeat;
    /* Resize the background image to cover the entire container */
       background-size: cover;
       position: relative;
   }

.capa_1 {
    width: 10%;
}
.capa_1 {
    width: 10%;
}

.message {
    width: 70%;
    height: 100%;
    color: white;
    margin: auto;
    background-color: rgba(64, 10, 121, 0.8);
    border-radius: 5px;
    z-index: 999;
    backdrop-filter: blur(10px);
}

.message,
.title {
    margin: 20px;
    font-size: 5em;
    text-align: center;
}

.message,
.par {
    font-size: 1em;
    text-align: left;
}

.noir {
    height: 100vh;
    width: 100%;
    /*background: rgb(64, 10, 121);
    background: linear-gradient(315deg, rgba(64, 10, 121, 1) 0%, rgba(148, 56, 194, 1) 50%);*/
    background: transparent;
    display: grid;
    flex-direction: row;
    place-content: center;
    place-items: center;
    justify-content: center;
    justify-items: center;
}

.noir::before {
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-image: url("https://i.pinimg.com/originals/3b/8a/d2/3b8ad2c7b1be2caf24321c852103598a.jpg");
    background-size: cover;
    background-position: var(--background-position);
}