

.coming-soon .container {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    margin: 70px auto;
}

body {
    overflow-x: hidden;
}

.counter-container {
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.86);
    position: relative;
    min-height: 100%;
    right: -70px;
}

.counter-container .logo {
    background: #fff;
    padding: 1rem;
    width: 120px;
    height: 120px;
    top: -70px;
    position: relative;
}

.counter-container .title {
    font-family: Titillium;
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    line-height: 32px;
    color: #FFFFFF;
}

.coming-soon-counter {
    display: flex;
    list-style: none;
    margin-top: 70px;
    padding: 0px;
}

#days, #hours, #minutes, #seconds, .two-points {
    font-family: Titillium;
    font-weight: 400;
    font-size: 48px;
    font-style: normal;
    line-height: 32px;
    color: #A19F9F;
}

.two-points {
    padding: 0px 1rem;
}

.counter-label, .counter-container .text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    line-height: 32px;
    color: #fff;
}

.counter-container .text {
    margin-top: 4rem;
}

.form #email {
    background: transparent;
    border-radius: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-left: 0px;
}

.form #email:focus {
    box-shadow: none;
}


.form button {
    background: #0099A8;
    border-radius: 0px;
    height: 100%;
    padding: 0px 2rem;
    font-family: Titillium;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #FFFFFF;
}



@media (max-width: 705px) {
    .counter-container {
      right: 0px;
    }
  }

@media (max-width: 513px) {
    .coming-soon-counter {
      /* flex-direction: column; */
    }
    #days, #hours, #minutes, #seconds, .two-points {
        font-size: 20px;
    }
    .counter-label, .counter-container .text {
        font-size: 13px;
    }
}