@keyframes scrolldown {
    0% {
        opacity: 0;
        transform: translate(0, -8px);
    }
    50% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 8px);
    }
}

section.home-sec-hero {
    position: relative;
    /* padding: 65px 60px 0px 60px; */
}

section.home-sec-hero .parallax-01 {
    height: 85vh;
    border-radius: 15px;
    position: relative;
    overflow: hidden; 
}
section.home-sec-hero .parallax-01 .hero-bg {
    transform: scale(1.2);
}
section.home-sec-hero .parallax-01 .hero-01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
section.home-sec-hero .parallax-01 .hero-02 {
    position: absolute;
    top: 0;
    left: 0;
    z-fyear-for-emblemindex: 2;
}
section.home-sec-hero .parallax-01 .hero-03 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
section.home-sec-hero .parallax-01 .hero-04 {
}
section.home-sec-hero .parallax-01 h1 {
    font-size: calc(7px + 2vh);
    position: absolute;
    bottom: 4%;
    left: 61%;
    max-width: calc(16vw + 21vh);
}
section.home-sec-hero .hero-bg {
    width: 100%;
}
@media (max-width: 992px){
    section.home-sec-hero {
        position: relative;
        height: auto;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    section.home-sec-hero .parallax-01 {
        height: auto;
    }
}
