@font-face {
    font-family: "Kosugi";
    src: url(../font/Kosugi-Regular.ttf);
}



body {
    scroll-behavior: smooth;
    background-color: black;
    margin: auto;
}

a {
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.2px;
}

a:hover {
    color: #EF156D;
}

#nav-list a {
    font-weight: 600;
}

#nav {
    display: flex;
    margin: 0;
    justify-content: space-around;
    align-items: center;
    top: 20px;
    background: rgb(131 131 131 / 32%);
    border-radius: 26px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.7px);
    -webkit-backdrop-filter: blur(5.7px);
    border: 1px solid rgba(255, 255, 255, 0.62);
    width: 85%;
    gap: 141px;
    position: sticky;
    margin-left: auto;
    margin-right: auto;
}


#nav-list {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 60px;
    padding: 0;
}

#nav ul {
    list-style: none;
}

input {
    background: rgb(255 255 255 / 32%);
    border-radius: 26px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.7px);
    height: 28px;
    padding-left: 37px;
    border: 0.2px solid rgb(255 255 255 / 62%);
    background-image: url(../images/search-vector.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 8px;
}

input::placeholder {
    opacity: 0.7;
    color: rgb(255, 255, 255);
}


p {
    color: white;
}

#split {
    display: block;
    margin: auto;
    margin: 0;
}

#first-image {
    background-image: url(../images/cinematek-chairs.png);
    height: 50vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

p {
    font-family: "Kosugi";

    font-size: 20px;
    width: 77%;

    line-height: 49px;
    letter-spacing: 2px;
    text-align: left;
}


#title-paragraph1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 61vh;
    justify-content: center;
    gap: 50px;
    margin-top: 51px;
}


#second-image {
    background-image: url(../images/cinematek-crowd.jpg);
    height: 50vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#paragraph2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 30vh;
    justify-content: center;
    gap: 50px;
}

#paragraph2 p {
    font-family: "Kosugi";
    font-size: 20px;
    width: 77%;
    line-height: 49px;
    letter-spacing: 1px;
    text-align: left;
}

#paragraph3 li::marker {
    color: white;
}



#paragraph3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 56vh;
}


footer {
    background-color: white;
    display: flex;
    justify-content: center;
    height: 21vh;
    align-items: center;
}

footer p {
    color: rgb(0, 0, 0);
    text-align: center;
}

footer ul {
    list-style: none;
}

#socials {
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding: 0;
    position: relative;
    right: 2vh;
}

#socials li a:hover img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(6464%) hue-rotate(324deg) brightness(94%) contrast(100%);
}

#text-footer {
    font-size: 1em;
    width: 100%;
    line-height: 0;
    letter-spacing: 0;
    letter-spacing: 1.9px;
}























/*  VERSION RESPONSIVE*/

@media screen and (max-width: 768px) {


    #hero-header {
        background-image: url(../images/avengers-background.jpg);
        height: 100vh;
    }

    #nav {
        display: flex;
        margin: 0;
        justify-content: space-around;
        background: rgb(131 131 131 / 32%);
        border-radius: 26px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5.7px);
        -webkit-backdrop-filter: blur(5.7px);
        border: 1px solid rgba(255, 255, 255, 0.62);
        width: 80%;
        gap: 38px;
        flex-direction: column;
        width: 42vh;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

    #nav-list {
        flex-direction: column;
        align-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    input {
        background: rgb(255 255 255 / 32%);
        border-radius: 26px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5.7px);
        height: 28px;
        padding-left: 37px;
        border: 0.2px solid rgb(255 255 255 / 62%);
        background-image: url(../images/search-vector.png);
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: 8px;
        margin-bottom: 15px;
    }

    #logo {
        margin-top: 15px;
    }



    #split {
        display: block;
        height: 10vh;
        width: 35vh;
    }


    p {
        font-family: "Kosugi";
        font-size: 15px;
        width: 90%;
        line-height: 49px;
        letter-spacing: 2px;
        text-align: center;

        margin-bottom: 23px;
    }

    #title-paragraph1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 101vh;
        justify-content: center;
        gap: 50px;
        /* margin-top: 0px; */
        align-content: space-between;
        margin: 0;
    }


    #paragraph2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 67vh;
        justify-content: center;
        gap: 50px;
    }

    #paragraph2 p {
        font-family: "Kosugi";
        font-size: 15px;
        width: 77%;
        line-height: 49px;
        letter-spacing: 1px;
        text-align: left;
    }

    #paragraph3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 70vh;
    }

    #first-image {
        background-image: url(../images/cinematek-chairs.png);
        height: 32vh;
        background-attachment: fixed;
        background-repeat: no-repeat;

    }

    #second-image {
        background-image: url(../images/cinematek-crowd.jpg);
        height: 50vh;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;

    }

    footer {
        background-color: white;
        display: flex;
        justify-content: space-evenly;
        height: 28vh;
        align-items: center;
        flex-direction: column;
    }

    #socials {
        display: flex;
        flex-direction: row;
        gap: 87px;
        padding: 0;
        left: 0;
    }

    #text-footer {
        color: rgb(0, 0, 0);
        text-align: center;
        font-size: 1em;
        letter-spacing: 1.9px;
        font-family: "Kosugi";
        line-height: 26px;
        letter-spacing: 1.9px;
        margin: 0;
        text-align: center;
    }


}