/*psk css*/
body{
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    box-sizing: border-box;
    font-size: 14px;
    color: #000000;
    line-height: 25px;
    overflow-x: hidden;
	background: #fff;
}

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/*coming soon page css*/
@font-face {
    font-family: 'TheSansArabic-Bold';
    src: url('../../hijri-app-assets/font/TheSansArabic-Bold.woff2') format('woff'),
    url('../../hijri-app-font/TheSansArabic-Bold.woff2') format('woff');
    font-weight: 700;
}
@font-face {
    font-family: 'TheSansArabic-Light';
    src: url('../../hijri-app-assets/font/TheSansArabic-Light.woff2') format('woff'),
    url('../../hijri-app-assets/font/TheSansArabic-Light.woff2') format('woff');
    font-weight: 300;
}

.coming_soon_page {
    background: url(../../hijri-app-assets/img/coming_soon_bg.png) no-repeat;
    padding: 40px 30px;
    text-align: center;
    height: 100vh;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coming_soon_page a {
    max-width: 200px;
    color: #000;
    text-decoration: none;
}
.coming_soon_page a img{
    max-width: 100%;
    max-height: 100%;
}
.mobile_screen{
    max-width: 100%;
    max-height: 300px;
}
.coming_soon_page .text_wrap{
    text-align: center;
    color: #000;
    font-family: 'TheSansArabic-Bold';
}
.coming_soon_page .text_wrap h1{ 
    font-family: 'TheSansArabic-Bold';
    font-weight: bold;
 }
 .coming_soon_page h3{
    margin-top: 20px;   
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'TheSansArabic-Bold';
 }
.coming_soon_page .app_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

/*coming soon page css end*/
 

