/* SLIDERS 2 */
.box5 {
    background-image: url(./../img/walking.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    width: 100vw;
    height: 100vh;
}

.box5 .overlay{
    width: 100%;
    height: 100%;
    background-color:rgba(190, 0, 245,0.5); 
    position:relative;
   
}


.box5 h1 {
    text-align: center;
    font-family: 'Poppins';
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 2%;
    left: 47%;
}

.box5 .img-logo{
    position: absolute;
    top: 2%;
    left: 7%;
    
}


@media only screen and (min-width: 480px){

    .box5 .img-logo{
        top: 5%;
        left: 10%;
        width: 60px;
        height: 60px;
    }

    .box5 .img-logo img{
        width: 100%;
        height: 100%;
    }
    
}


@media only screen and (orientation: landscape)  and (max-width: 999px){
    .box5 {
        height: 200vh;
    }
}