@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Nunito+Sans:wght@400;600;700;800;900&display=swap");

html,
body {
    font-family: "Montserrat", sans-serif !important;
    background-color: #edeff0 !;
    overflow: hidden;
    height: 100vh !important;

}



body {
    background: #00091B;
    color: #fff;
}



.wrapper {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

}

a{
 color: black !important;  
 text-decoration: none !important;
}
.soon-container {
    width: auto;
    text-align: center;


}

.soon-heading,
.soon-tm {
    display: inline;
    color: #006f77;
    text-transform: uppercase;
}

.soon-heading {
    position: relative;
    transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    cursor: pointer;
    font-size: 30px;
    font-weight: 900;
    text-shadow: 1px 1px 4px #a2a2a22e;
    line-height: 1;
}

.soon-heading:hover {
    letter-spacing: 10px;
}

.soon-tm {
    font-size: 8px;
    top: 0px;
    letter-spacing: initial !important;
}

.soon-scroll-list {

    color: #006f77;
    margin-top: 1em;
    margin-bottom: 20px !important;

}

.soon-scroll-list li {
    left: 0%;
    list-style: none;
    font-size: 13px;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    width: 100%;
    opacity: 0;
    letter-spacing: 1px;
    overflow: hidden;
    position: absolute;
}

.soon-scroll-list li.h {
    opacity: 0;
}

.soon-scroll-list li.s {
    opacity: 1;
    bottom: 0;
}

.soon-scroll-list li.e {
    letter-spacing: 4px;
}

.countdown-col.col {
    position: absolute;
    top: 60%;
    right: 50%;
}

  
  .time { 
    color: white;
    text-transform: uppercase;
    width: 90%;
    display: flex;
    justify-content: center;
  }
  
  .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .time span{
    padding: 0px 14px;
    font-size: 10px;
    color: black;
  }
  
  .time span div {
    font-size: 40px;
  }
  



  footer {
    width: 100%;
    text-align: center;
    font-weight: 700;
    padding: 0;
    position: absolute;
    bottom: 0;
    border-radius: 12px;
    background: #fefaee;
    padding: 16px;
    font-size: 14px;
    line-height: 18px;
}












