﻿.main-ban-head {
    width: 100%;
    height: 110vh;
    color: whitesmoke;
    text-align: center;
    background-size: cover;    
    background-image: url('../images/smart-home-tablet-wall.jpg');
    background-repeat: no-repeat;
    animation: main-ban-head 10s ease-out infinite;
}

header .overlay {
    background-color: rgba(47, 48, 48, 0.2);
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;    
    align-items: center;
}



    header .container h1 {
        margin-top: -150px;
        font-size: 75px;
        font-weight: 700;
        margin-bottom: 30px;
        color: whitesmoke
    }

    header .container h3 {
        font-size: 23px;
        font-weight: 700;
        margin-bottom: 30px;
        color: whitesmoke
    }

    header .container h5 {
        font-size: 18px;
    }

    header .container .banner-contact {
        width: 500px;
        height: 50px;
        border: 2px solid white;
        color: black;
        background: white;
        font-size: 20px;
        /* text-transform: uppercase; */
        outline: none;
        cursor: pointer;
        font-weight: 400;
    }

        header .container .banner-contact:hover {
            background-color: #fff;
            color: #01008a;
        }

@media (max-width: 799px) {
    header .container .banner-contact {
        font-size: 13px;
        /*margin-top:30px*/
    }

    .main-ban-head {
        height: 50vh
    }

    header .container h1 {
        font-size: 35px;
         margin-top: 0;
    }

    header .container h5 {
        font-size: 12px;
        margin-bottom:50px
    }

    header .container h3 {
        font-size: 15px;
        margin-top: 30px
    }
}
