.body{
    margin:0%;
}
.banner-sec{
    background-image: url(bg-masthead.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    background-position: center;
}
.p-rel{
    position: relative;
    top: 250px;
}
/* .g-head{
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    font-size: 90px;
    color: white;
} */
@media screen and (min-width : 501px) {
        .g-head{
            font-size: 80px;
            text-align: center;
            color: #e7f8f8;  /* fallback for old browsers */
            }
    }
    @media screen and (max-width : 500px) {
        .g-head{
            font-size: 50px;
            text-align: center;
            color: #e7f8f8;  /* fallback for old browsers */
            }
    }
    .sec-sec{
        background-color: black;
        width: 100%;
        height: max-content;
    }
    .th-sec{
        background-color: whitesmoke;
    }
    .fth-sec{
        background-color: whitesmoke;

    }
    .fif-sec{
        background-image: url(bg-signup.jpg);
        height: max-content;
    }
    .six-sec{
        background: rgb(8,13,29);
        background: linear-gradient(90deg, rgba(8,13,29,1) 17%, rgba(50,49,55,1) 100%, rgba(124,126,143,1) 100%); 
        height: max-content;
    }