body,
html {
    height: 100%;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.bgimg {
    background-image: url("images/data-technology-bg.jpeg");
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    text-align: center;
    width: 45%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    z-index: 99;
}

.logo {
    width: 398px;
}

.cosmologo {
    margin: 0 6px -5px 6px;
    width: 33px;
}

h1 {
    font-size: 33px;
    font-weight: 200;
    color: #fff;
    margin-top: 6px;
}

footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: center;
}

footer p {
    font-size: 19px;
    text-align: center;
    font-weight: 200;
}


/* .innerbg {
    position: absolute;
    background-image: url("images/data-technology-bg.png");
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .6;
}

.bgimg video {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: .2;
} */

@media screen and (min-width:1700px) {
    .logo {
        width: 420px;
    }
    .cosmologo {
        width: 45px;
    }
    h1 {
        font-size: 45px;
        margin-top: 10px;
    }
    footer p {
        font-size: 22px;
    }
}

@media screen and (min-width:2500px) {
    .logo {
        width: 550px;
    }
    .cosmologo {
        width: 55px;
    }
    h1 {
        font-size: 60px;
        margin-top: 10px;
    }
    footer p {
        font-size: 30px;
    }
}

@media screen and (max-width:1024px) {
    .middle {
        width: 60%;
    }
}

@media screen and (max-width:570px) {
    footer p {
        font-size: 16px;
    }
}

@media screen and (max-width:480px) {
    h1 {
        font-size: 27px;
    }
    footer p {
        font-size: 11px;
    }
    .logo {
        width: 280px;
    }
    .cosmologo {
        width: 28px;
    }
    .middle {
        width: 90%;
        padding: 0;
    }
}

@media screen and (max-width:320px) {
    h1 {
        font-size: 22px;
    }
    footer p {
        font-size: 9px;
    }
    .logo {
        width: 188px;
    }
    .cosmologo {
        width: 25px;
    }
}