body {
    font-family: "Barlow", sans-serif;
    background-color: #045292;
}

* {
    margin: 0;
    padding: 0;
}

.coming_soon_text h2 {
    color: #FFF;
    font-size: 45px;
    font-weight: 700;
    padding: 100px 0 30px 0;
}

.coming_soon_text p {
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
}

.contact_info p,
.contact_info a {
    color: #FFF;
    font-size: 28px;
    font-weight: 400;
}

.coming_soon {
    background-image: url('images/comingSoonBg.webp');
    background-size: cover;
    display: flex;
    justify-content: end;
    background-position: 15% -47px;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.coming_soon_contents {
    max-width: 700px;
    padding: 6% 90px 0px 0;
    position: absolute;
    top: 40%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.contact_info {
    padding-top: 50px;
}

.vayuBlueLogo {
    max-width: 500px;
}

@media only screen and (min-width:1600px) {
    .coming_soon_text h2 {
        font-size: 64px;
        padding: 120px 0 30px 0;
    }

    .coming_soon_text p {
        font-size: 40px;
    }

    .contact_info p,
    .contact_info a {
        font-size: 32px;
    }

    .contact_info {
        padding-top: 100px;
    }

    .vayuBlueLogo {
        max-width: 100%;
    }

    .coming_soon_contents {
        padding: 10% 90px 0px 0;
    }

    .coming_soon_contents {
        top: 40%;
    }
}

@media only screen and (max-width:1200px) {
    .coming_soon_contents {
        padding: 6% 0px 0px 0;
        top: 40%;
        left: 60%;
    }

    .coming_soon_text h2 {
        font-size: 35px;
    }

    .vayuBlueLogo {
        max-width: 400px;
    }

    .coming_soon_text p {
        font-size: 26px;
    }

    .contact_info p,
    .contact_info a {
        font-size: 24px;
    }

    .coming_soon_contents {
        left: 64%;
    }
}

@media only screen and (max-width:992px) {
    .coming_soon {
        background-position: left;
    }

    .coming_soon_contents {
        position: unset;
        transform: unset;
        max-width: 90%;
        margin: 50% auto;
        padding: 0;
    }
}

@media only screen and (min-width:2600px) {
    .coming_soon_contents {
        top: 35%;
        left: 55%;
    }

    .coming_soon_text h2 {
        padding: 190px 0 30px 0;
    }
}

@media only screen and (max-width:767px) {
    .vayuBlueLogo {
        max-width: 300px;
        width: 100%;
    }

    .coming_soon_text h2 {
        padding: 20px 0 50px 0;
        font-size: 28px;
    }

    .coming_soon_text p {
        font-size: 22px;
    }

    .contact_info p,
    .contact_info a {
        font-size: 18px;
    }

    .contact_info {
        padding-top: 25px;
    }

}

@media only screen and (max-width:400px) {
    .coming_soon_contents {
        margin: 35% auto;
    }
}