@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body{
    height: 100vh;
}


.coming-soon{
    padding: 20px;
    position: relative;
    z-index: 9999;

    height: 100%;
    position: relative;
    background-color: #000;
}


.overlay{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 96vh;
}

.coming-soon-img{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.coming-soon-img img {
    width: 50%;
}
.coming-soon h3{
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 140%;
}

.coming-soon h2{
    color: #ff9800;
    font-size: 44px;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    margin-top: 7px;
}

.coming-soon h4{
    color: #ffffff;
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
    text-align: center;
    margin-top: 7px;
}

.coming-soon p{
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 140%;
    margin-top: 7px;
}

.coming-soon a{
    color: #fff;
}

