@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
html, body {
    height: 100%;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #252525;
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bg_span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.page_wrapper {
    padding: 45px 3%;
    background-image: url("../images/coming/coming.jpg"); 
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.page-content {
    position: relative;
    text-align: center;
    z-index: 100;
}
.page_wrapper .page-content .logo img {
    max-width: 250px;
}
.page_wrapper .page-content .title {
    margin-top: 5vh;
}
.page_wrapper .page-content .title h1 {
    font-size: 90px;
    font-weight: 700;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 5vh;
}
.page_wrapper .page-content .title p {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    position: relative;
    line-height: 30px;
}
.page_wrapper .page-content .title p.social_link {
    font-size: 17px;
    font-weight: 500;
    margin-top: 30px;
    line-height: 24px;
}
.page_wrapper .page-content .title p.social_link a {
    text-decoration: unset;
    color: #409acc;
}
.page_wrapper .page-content .title p.social_link span{
    background-color: rgba(255, 255, 255, 0.05);
    padding: 2px 12px;
    display: inline-block;
}

@media (max-width: 1366px){
    .page_wrapper .page-content .logo img {
        max-width: 200px;
    }
    .page_wrapper .page-content .title h1 {
        font-size: 80px;
        margin-bottom: 4vh;
    }
    .page_wrapper .page-content .title p {
        font-size: 24px;
    }
    .page_wrapper .page-content .title p.social_link {
        font-size: 16px;
        margin-top: 24px;
    }
}
@media (max-width: 1024px){
    .page_wrapper .page-content .logo img {
        max-width: 170px;
    }
    .page_wrapper .page-content .title h1 {
        font-size: 64px;
    }
    .page_wrapper .page-content .title p {
        font-size: 20px;
    }
}
@media (max-width: 991px){

}

@media (max-width: 600px){
    .page_wrapper {
        text-align: center;
    }
    .page_wrapper .page-content .logo img {
        max-width: 150px;
    }
    .page_wrapper .page-content .title h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .page_wrapper .page-content .title p {
        font-size: 20px;
    }
    .page_wrapper .page-content .title p.social_link a {
        display: block;
    }
    
}
  