@charset "UTF-8";



/* =======================================================
SUBPAGE HERO
======================================================= */

.subpage-hero-paliwo{

    position:relative;

    min-height:80vh;

    display:flex;

    align-items:flex-end;

    overflow:hidden;

    padding:140px 0 80px;

    background:#000;
    
    will-change:transform;
}


/* BG */

.subpage-hero-bg-paliwo{

    position:absolute;

    inset:0;

    background:
        url("../images/intro-bg_2.jpg");

    background-size:cover;

    background-position:center 20%;

    z-index:0;
    
    will-change:transform;
}


/* OVERLAY */

.subpage-overlay{

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            rgba(0,0,0,.35),
            rgba(0,0,0,.65)
        );

    z-index:1;
}