/***************************
***** banner *************
************************/

.banner {
    max-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.banner img{
    width: 100%;
    filter: brightness(70%);
}

.banner h1 {
    color: #ffffff;
    font-size: 3.5rem;
    position: absolute;
    line-height: 1;
    text-align: left;
    left: 22%;
    font-family: Montserrat, sans-serif;
    width:  1000px;
    letter-spacing: -4px;
}

.banner span{
    display: block;
}

.banner h1 .title1{
    font-weight: 500;
    font-size: 2em;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 400px;
}

.banner h1 .title2{
    position: absolute;
    right: 600px;
    top: 5px;
    opacity: 0;
    text-shadow: 3px 3px 10px #292929;
}

.title-banner{
    color: #fff;
    font-size: 6.5rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-family: Monserrat,'von', sans-serif;
}