header {
    width: 100vw;
    height: 100vh;
    background-image: url(../Starlink/home_hero_d.jpg);
    background-size: cover;
}


.row {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0);
    position: relative;
}

.col {
    position: relative;
}


img {
    padding: 1.2rem;
    max-width: 100%;
    height: 20%;
}

img {
    transition: transform .3s ease;
}

img:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.banner-text {
    position: absolute;
    top: 0;
    color: #fff;
    margin: 2rem;
    margin-left: 3rem;
}

.banner-text-header {
    font-size: 40px;
}

.banner-text-title{
    font-size: 20px;
}



.sec-section-bg {
    width: 100vw;
    height: 100vh;
    background-image: url(../Starlink/home_feature1_d.jpg);
    background-size: cover;
    position: relative;
}

.banner-text-three {
    position: absolute;
    top: 0;
    color: #fff;
    margin-top: 9rem;
    margin-left: 3rem;
}

.banner-text-bg{
    width: 40%;
    font-size: 35px;
    font-weight: 600;
    text-align: start;
}

.banner-text-title-bg {
    width: 40%;
    font-size: 16px;
    text-align: start;
    font-weight: 300;
}






@media screen and (max-width: 600px) {
    header{
        width: 100vw;
        height: 100vh;
        background-size: cover;
        background-position: -100rem;
    }

    .row{
        flex-direction: column;
    }

    .row img {
        width: 45rem;
        height: 28rem;
    }

    .row img {
        padding: 2rem;
    }

    .sec-section-bg {
        background-image: url(../Starlink/home_feature1_m.jpg);
        width: 100vw;
        height: 100vh;
        background-size: cover;
        background-position: 117rem;
    }

    .banner-text-bg{
        width: 90%;
        font-size: 20px;
        font-weight: bold;
        text-align: start;
    }

    .banner-text-title-bg {
        width: 90%;
        font-size: 12px;
        text-align: start;
        font-weight: 400;
        margin-top: 3rem;
    }


    .banner-text-header {
        font-size: 30px;
    }
    
    .banner-text-title{
        font-size: 20px;
    }


}