/*
Name: rtlket  
Author: rtlket
Author URI: http://rtlket.com
*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body,html{
    width:100%;
    height:100%;
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "?Segoe UI?", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "?Helvetica Neue?", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: rgb(84, 84, 84);
    /* overflow:hidden; */
}
.comming_soon {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    display: flex;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    height: 100vh;
    padding: 30px;
    text-align: center;
    padding-top: 100px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
* {
    margin: 0px;
    padding: 0px;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


img.logo {
    width: 300px;
    margin: 0 auto 30px;
    max-width: 100%;
    height: auto;
}

h1 {
    margin-bottom: 0px;
}

h2 {
    margin-top: 5px;
    font-size: 20px;
    margin-bottom: 0;
}

p {
    color: #999;
    text-transform: capitalize;
}

h4.email {
    margin-top: 6px;
    font-size: 24px;
}
h4.email span {
    color: #f83242;
    text-transform: uppercase;
}

img.bottom_img {
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}
span.mute_small {
    font-size: 14px;
    text-transform: capitalize;
    color: #bbb;
    font-weight: 400;
    font-family: monospace,sans-serif;
}
.comming_soon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(#fff,transparent);
}

.comming_soon>* {
    position: relative;
}
@media(max-width:576px){
    h1 {
    font-size: 19px;
}

h2 {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
}
}
