html, body{
    margin:0;
    font-family: greycliff-cf, sans-serif;
    font-weight: 400;
    font-style: normal;
}

* {
    margin-block: 0px;
}

a {
    color: white;
    text-decoration: none;
    transition: all;
    transition-duration: 2000ms;
}

.wrapper {
    background-color: black;
    padding: 0px;
    margin: 0px;
    top: 0;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    max-width: 100%;
    color: white;
    text-align: center;
    font-size: 24px;
    min-height: 900px;
}

.bgimg {
    position: absolute;
    z-index: 50;
    top: 0px;
    right: 0px;
    width: auto;
    height: 95%;
}

.bgsmoke {
    position: absolute;
    width: 100%;
    height: 100vh;
    bottom: 0;
    z-index: 100;
}

.logo {
    width: 60%;
    height: auto;
    z-index: 150;
}

.info {
    bottom: 3rem;
    width: 90%;
    position: absolute;
    display: flex;
    align-items: end;
    justify-content: space-between;
    z-index: 150;
}

.copyright {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 33%;
    color: #616161;
}

.contact {
    display: flex;
    flex-direction: column;
    justify-items: end;
    width: 33%;
    color: white;
}

.coming {
    display: flex;
    align-items: end;
    gap: 2rem;
    width: 33%;
    color: #616161;
}

.social-icons {
    padding-top: 2rem;
    gap: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

a:hover {
    letter-spacing: 0.1rem;
}

svg {
    fill: #616161;
    transition: all;
    transition-duration: 2000ms;
}

a:hover svg {
        color: black;
        scale: 110%;
        fill: black;
    }

    .about-wrapper {
        background-color: white;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        color: #616161;
        margin-bottom: 8rem;
    }
    
    .about {
        max-width: 1400px;
        margin: 1rem;
        width: 90%;
        margin-top: 8rem;
        font-size: 3rem;
    }
    
    .line {
        background-color: #616161;
        width: 12rem;
        height: 4px;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    
    .about-title {
        width: 100%;
        font-size: 3rem;
    }
    
    .content {
        font-size: 20px;
        max-width: 1200px;
        margin-bottom: 2rem;
        color:#616161!important;
    }

    .critics-choice, .critics-choice-white {
        height: 12rem;
        width: auto;
        margin-top: 0.5rem;
        transform: translateY(28px);
    }

    .critics-choice-white {
        display: none;
    }

    .lens-culture {
        color: #f6541c;
        font-size: 1rem;
        text-decoration: underline;
    }
    

@media only screen and (max-width: 1000px) {
    .logo {
        width: 80%;
        padding-top: 5rem;
    }

    .info {
        flex-direction: column;
    }

    .coming, .contact, .copyright {
        width: 100%;
        padding-bottom: 10px;
        flex-direction: column;
        align-items: center;
    }

    .coming {
        gap: 0rem;
    }

    .info {
        bottom: 4rem;
    }

    .wrapper {
        justify-content: start;

    }

    a {
        color: white;
    }

    p {
        color: white;
    }

    svg {
        fill: white;
    }

    a:hover svg {
        color: white;
        scale: 100%;
        fill: black;
    }

    a:hover {
        color: white;
        letter-spacing: normal;
    }

    h2 {
        font-size: 2.5rem;
    }

    .email {
        font-size: 1.2rem;
    }
}

@media only screen and (max-height: 600px) {
    svg {
        fill: white!important;
    }

    p {
        color: white;
    }

}

.logo-wrapper {
    display: block;
    z-index: 900;
    width: 100%;
    height: auto;
}