@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
    margin: 0px;
    padding: 0px;
    background: url(../images/landing_bg-2.webp) top center no-repeat;
    background-size: cover;
    font-family: "Montserrat", serif;
}
@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1440px;
    }
}
.container-fluid {
    max-width: 90%;
}
.header {
    margin-top: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
.login_nav {
    text-align: right;
}
.login_nav ul {
    margin: 0px;
    padding: 0px;
}
.login_nav ul li {
    list-style: none;
    display: inline;
}
.login_nav ul li:last-child {
    margin-left: 20px;
}
.login_nav ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 25px;
}
.login_nav ul li a:hover {
    border: 1px solid #98d0ff;
    color: #98d0ff;
}
.login_nav ul li a i {
    margin-left: 5px;
}

.footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #0e205c;
    padding: 15px 0;
    text-align: center;
    color: #fff;
}
.coming_soon_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.coming_soon h1 {
    text-align: center;
    color: #fff;
    font-size: 100px;
    font-weight: bold;
}
.coming_soon h1 span {
    color: #98d0ff;
}
.main_timer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.dt_item {
    margin: 0 10px;
    text-align: center;
}
.timer {
    width: 110px;
    min-height: 100px;
    border-radius: 5%;
    background: #fff url(../images/timer_bg.jpg) center center no-repeat;
    background-size: cover;
    font-size: 60px;
    color: #0e205c;
    margin: 0 auto;
    margin-bottom: 10px;
    font-weight: bold;
}
.s2-txt1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

@media only screen and (min-width: 240px) and (max-width: 480px) {
    .coming_soon h1 {
        font-size: 30px;
    }
    .logo {
        text-align: center;
        margin-bottom: 30px;
    }
    .header {
        margin-top: 15px;
    }
    .login_nav {
        text-align: center;
    }
    .timer {
        width: 50px;
        min-height: 50px;
        border-radius: 5px;
        font-size: 28px;
    }
    .s2-txt1 {
        font-size: 13px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 575px) {
    .coming_soon h1 {
        font-size: 30px;
    }
    .logo {
        text-align: center;
        margin-bottom: 30px;
    }
    .header {
        margin-top: 15px;
    }
    .login_nav {
        text-align: center;
    }
    .timer {
        width: 60px;
        min-height: 60px;
        border-radius: 5px;
        font-size: 36px;
    }
    .s2-txt1 {
        font-size: 13px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .coming_soon h1 {
        font-size: 30px;
    }
    .logo {
        text-align: center;
        margin-bottom: 30px;
    }
    .header {
        margin-top: 15px;
    }
    .login_nav {
        text-align: center;
    }
    .timer {
        width: 60px;
        min-height: 60px;
        border-radius: 5px;
        font-size: 36px;
    }
    .s2-txt1 {
        font-size: 13px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header {
        margin-top: 30px;
    }
    .coming_soon h1 {
        font-size: 70px;
    }
}
