/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

html,body{
    width: 100%;
    height: 100%;
}
body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #000000;
    text-decoration: none;
}
.main-wrpper {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
/* ***** End Common Css **** */

.logo-box{
    max-width: 380px;
    margin: 0 auto;
    padding: 130px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.logo-box img{
    width: 100%;
}

.contact-box{
    max-width: 300px;
    margin: 150px auto 0;
}
.contact-box h1{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0 auto 30px;
}
.contact-box p{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.contact-box p:hover{
    opacity: 0.70;
}
.social-bx{
    margin: 50px auto 0;
    display: table;
}
.social-bx a img{
    width: 30px;
}
.social-bx a:hover{
    opacity: 0.70;
}

.soon-box{
    max-width: 590px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.soon-box img{
    width: 100%;
}