/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.header-anime {
    min-height: 100vh;
    padding: 180px 0 72px;
}

.header-anime .container {
    position: relative;
    z-index: 1;
}

.header-anime h1 {
    font-size: 60px;
    line-height: 73px;
    letter-spacing: 0.0907519px;
}

.header-anime .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    margin: 40px auto 50px;
    max-width: 500px;
}

.header-anime .btn {
    letter-spacing: 0.2em;
}

.header-anime .scroll {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

@media (min-width: 992px) {
    .header-anime .container {
        max-width: 885px;
    }

    .header-anime .bideo {
        top: 28%;
    }
}

@media (max-width: 991px) {
    .header-anime {
        padding-top: 236px;
    }

    .header-anime h1 {
        font-size: 35px;
        line-height: 42.35px;
        text-align: center;
        letter-spacing: 0.0907519px;
    }

    .header-anime .description {
        font-size: 16px;
        line-height: 30px;
        margin: 30px 0;
    }

    .header-anime .bideo-container {
        position: absolute;
        /* bottom: 0; */
        /* top: 101px; */
        left: 0;
        width: 100%;
        /* height: 144px; */
        top: 30px;
        height: 250px;
    }
}

/* @media (max-height: 800px) and (min-width: 992px) {
    .header-anime {
        display: flex;
        align-items: center;
        padding: 0;
    }
} */
