/* Roboto fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Merriweather fonts */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

/* Sora fonts */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

/* ============== Utalities Class Start ============== */

.sora-font {
    font-family: "Sora", sans-serif !important;
}

.merriwether-font {
    font-family: "Merriweather", serif !important;
}

.roboto-font {
    font-family: "Roboto", sans-serif !important;
}

.blue-color{
    color: #004AAD;
}
/* ============== Utalities Class End ============== */
.comming-sec{
    background: url(./images/comming-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}


.comming-sec .soon-logo{
    width: 315px;
    height: auto;
}

@media (max-width: 576px) {
    .comming-sec{
    background-position: left;
}

    .comming-sec .soon-logo{
    width: 250px;
    height: auto;
}
}