/**Typeo CSS Start**/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
* {
box-sizing: border-box;
}
body {
font-family: "Poppins", sans-serif;
color: #444;
box-sizing: border-box;
margin: 0px;
}
/**Typeo CSS End**/
.comingsoon {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
width: 100%;
min-height: 100vh;
padding: 10px;
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: center;
}
.comingsoon:before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #7579ff;
background: -webkit-linear-gradient(top, #b224ef, #7579ff);
background: -o-linear-gradient(top, #b224ef, #7579ff);
background: -moz-linear-gradient(top, #b224ef, #7579ff);
background: linear-gradient(top, #b224ef, #7579ff);
opacity: 0.8;
}
.comingsoon-inner {
max-width: 500px;
margin: auto;
color: #fff;
text-align: center;
font-size: 21px;
padding-bottom: 70px;
}
.comingsoon-inner h1 {
font-weight: 300;
font-size: 60px;
letter-spacing: 2px;
margin: 0px;
}
.notify-btn {
background-color: #fff;
color: #000;
text-decoration: none;
padding: 12px 35px 10px 35px;
font-size: 20px;
border-radius: 60px;
line-height: normal;
display: inline-block;
margin-top: 20px;
}
.cmsoon-social {
position: absolute;
bottom: 30px;
left: 0px;
right: 0px;
margin: auto;
}
.cmsoon-social a {
color: #fff;
font-size: 18px;
margin: 0px 8px;
}
.cmsoon-social a:hover {
text-decoration: none;
}
@media(max-width:767px) {
.comingsoon-inner {
font-size: 16px;
}
.comingsoon-inner h1 {
font-size: 40px;
letter-spacing: 1px;
}
.notify-btn {
margin-top: 10px;
font-size: 16px;
}
.cmsoon-social a {
font-size: 15px;
margin: 0px 5px;
}
}