body{
    background: url(../img/comingsoon.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;height: 100vh;
}
body {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    overflow-x: hidden !important;
    margin: 0;
}
.coming_soon{padding: 4em 0 20px;}
.logo_textmiddle{
    text-align: center;
}
.social_media {
    text-align: center;
    clear: both;
}
.logo_textmiddle img {
    width: 265px;
    margin: 0 auto 18px;
    display: block;
    padding: 0 0 25px;
    border-radius: 4px;
    filter: grayscale(100%) brightness(500%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}
.logo_textmiddle h1{color: #fff;font-weight: bold;font-size: 41px;margin: 0 0 25px;text-transform: capitalize;}
.logo_textmiddle p{
    color: #fff;
    font-size: 21px;
    margin: 0;
}
.social_media{padding:0;}
.social_media a{display: inline-block;}
.social_media a i{font-size: 20px;color: #fff;background: #000;width: 38px;height: 38px;border-radius: 100%;vertical-align: middle;line-height: 1.9;margin: 0 3px;}
.countdown {
  display: flex;
  transform-style: preserve3d;
  perspective: 500px;
  height: auto;
  width: 44em;
  margin: 79px auto 112px;
}
.countdown.remove {
  animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
  overflow: hidden;
}

.coming_soon .number,.coming_soon .separator {
  display: block;
  color: #fff;
  font-size: 0;
  position: relative;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.coming_soon .separator {
  margin: 0;
  width: 31px;
}

.new, .old, .current {
  color: #fff;
  position: absolute;
  border-radius: 10px 0 10px 0;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  font-size: 54px;
  background: #080808d9;
  padding: 18px 6px;
}
.stay_in{padding: 3px 0 0;}
.stay_in h4{color: #fff;font-size: 20px;margin: 0 0 7px;text-transform: capitalize;}
.stay_in p{font-size: 15px;}
.subscribe_box{position: relative;padding: 12px 0 0;}
.subscribe_box input{width: 317px;height: 40px;padding: 0 12px;font-size: 15px;}
.subscribe_box button{
    padding: 13px 23px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.new {
  animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
}

.old {
  animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
}

.countdown section {
  position: relative;
}

#js-days:after, #js-hours:after, #js-minutes:after, #js-seconds:after {
  content: "DAYS";
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -80px;
  font-size: 18px;
}
#js-hours:after {
  content: "HOURS";
}
#js-minutes:after {
  content: "MINUTES";
}
#js-seconds:after {
  content: "SECONDS";
}
@keyframes hide-countdown {
  to {
    height: 0;
    overflow: hidden;
  }
}
@keyframes show-new {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes hide-old {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
  }
}

.social_media a img{
    filter: none;
    width: 40px;
    margin: 0 0 0 6px;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}

@media(min-width:1450px){
    .coming_soon {
        padding: 8em 0 20px;
    }
    #mc_embed_signup .button {
        height: 42px !important;
    }
}

@media(min-width:1650px){
    .coming_soon {
        padding: 11em 0 20px;
    }
    #mc_embed_signup .button {
        height: 43px !important;
    }
}

@media(max-width:767px){
    .container{
        width:auto;
    }
    .coming_soon {
        padding: 3em 11px 20px;
    }
    .logo_textmiddle img {
        width: 190px;
        margin: 0 auto 13px;
        padding: 0 0 7px;
    }
    .logo_textmiddle h1 {
        font-size: 27px;
        margin: 0 0 12px;
    }
    .logo_textmiddle p {
        font-size: 16px;
        margin: 0;
    }
    .countdown {
        width: 18em;
        margin: 60px auto 72px;
    }
    #js-days:after, #js-hours:after, #js-minutes:after, #js-seconds:after {
        bottom: -51px;
        font-size: 12px;
    }
    .new, .old, .current {
        width: 68%;
        font-size: 21px;
        padding: 18px 6px;
    }
    .stay_in h4 {
        font-size: 19px;
        margin: 0 0 7px;
    }
    .stay_in p {
        font-size: 15px;
    }
    .subscribe_box input {
        width: 172px;
    }
}