@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;
    background-color: #f2f2f2;
}

body{
    display: flex;
    justify-content: center;
    height: 100vh;
    flex-wrap: wrap;
    align-items: center;
}


.coming-soon{
    padding: 20px;
    position: relative;
    z-index: 9999;
}

.coming-soon-img{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.coming-soon-img img {
    width: 60%;
    border: 1px solid #000;

}
.coming-soon h3{
    font-size: 18px;
    text-align: center;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 140%;
}

.coming-soon h2{
    color: #000;
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    margin-top: 7px;
}

.coming-soon p{
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 140%;
    margin-top: 7px;
}

.coming-soon a{
    color: #000;
}


.bullet {
    width: 100%;
    margin-top: 0%;
}

.bullet ul {
    list-style-image: url(../images/bullet.png);
    margin-left: 1%;
}

.bullet ul li {
    color: #000;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
    text-transform: uppercase;
    margin-top: 7px;
    width: 120%;
}

.bullet ul li a {
    text-decoration: none;
    text-align: justify;
    margin-right: 3%;
    color: #000;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
    text-transform: uppercase;
    margin-top: 7px;
}

.btn{
    display: flex;
    justify-content: center;
    margin: 1%;
}

.btn a{
    background: #ac1b20;
    font-family: "Poppins", sans-serif;
    padding: 1%;
    color: #fff;
    line-height: 140%;
    border-radius: 8px;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}

.btn a:hover{
    background: #8a1418;

}


.fa-regular{  
    background: transparent;
    font-size: 27px;
}
