*
{
    margin: 0;
    padding: 0;
}
body
{
    background-color:rgb(226, 245, 238);
    min-height: 1500px;
}
section
{
    position:relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
section:before
{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top,rgb(226, 245, 238), transparent);
    z-index: 10000;
}

 section:after
{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 10000;
    mix-blend-mode: color;
}

section img
{
    position: absolute;
    top: 0%;
    left: 0;
    width:100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
#text
{
    position: relative;
    color: rgb(128, 180, 130);
    font-size:10em;
    z-index:1;
}
#road
{
    z-index:2;   
}

.banner
{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-items: center;
    align-items: center;
}
.banner video
{
    position: absolute;
    top: 0;
    left: 0%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.banner .content
{
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
audio{
     position:relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

}



img{
    display: block;
    margin: auto;
}
