@import url('https://fonts.googleapis.com/css2?family=Redressed&display=swap');

.wrapper {
  position: relative;
  background: url(../images/hero/coming-soon-bg.png) no-repeat center center/cover;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100vh;
  align-items: center;
  display: grid;
}
.wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.comngg{
    font-family: 'Redressed', cursive;
    color: #fff;
}

.content {
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    display: block;
    max-width: 720px;
    position: relative;
    z-index: 999;
}
}
.content h1 {
  margin-top: 0;
}
.content form.contact-fo {
  margin: 50px auto 0;
  display: block;
}

.countdown {
  display: inline-block;
  font-size: 45px;
  font-weight: 600;
  margin: 50px 0;
}
.countdown > div {
    float: left;
    margin: 0 20px;
}
.countdown span {
position: relative;
    display: block;
    font-size: 16px;
    text-align: center;
    top: 10px;
}
.countdown span:before {
content: "";
    position: absolute;
    top: -5px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    height: 1px;
    background: #fff;
}

footer {
  padding-bottom: 12px;
  bottom: 0;
}

@media only screen and (max-width:991px) {


  .countdown {
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    margin: 50px 0;
}
.countdown > div {
    float: left;
    margin: 0 5px;
}

}