/* ===== Google Font Import - Poppins ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    transition: all 0.4s ease;
}
.main-area{
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    height:100vh;
    overflow-y: auto;

}

.soon-content{
    margin-top: 45px;
    margin-bottom: 46px;
}
.soon-logo img{
    width:120px;
    height: auto;
}

.soon-header h1{
    color: #fff;
    font-weight: 700;
    font-size: 50px;
}
.soon-header p{
    width: 70%;
    margin: 0 auto;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.subscribe {
  position: relative;
  overflow: hidden;
  width: 50%;
  margin: 20px auto;
}
.subscribe input[type="search"] {
  border: 1px solid #e7e7e7;
  padding: 18px 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #b3b3b3;
  font-size: 15px;
  width: 100%;
  border-radius: 3px;
  background:#030B26;;
}

.subscribe button[type="submit"] {
  background: #0064ff;
  font-weight: 700;
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 35%;
  cursor: pointer;
  transition: all 0.3s ease;

}
.soon-socail ul{
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: center;
 }
 .soon-socail ul li{
  margin: 2px 6px;
  padding: 0;
  overflow: visible;
 }

.soon-socail ul li a{
  display: block;
  height: 26px;
  line-height: 26px;
  width: 26px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
 }
 .soon-socail ul li a:hover{
  color: #0064FF;
  transition: all 0.2s ease;
}
.countdown {
  margin:30px auto;
  display: table;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  
}
.countdown div {
    float: left;
    min-width: 100px;
  }


.time-text{
    display: block;
    font-size: 14px;
}
.right-arrow{
    display: none;
}