/* count down  */
.start_timer-h1.theme {
  text-shadow: 0 3px 5px #ffff;
  color: #ffffff;
}

.start_timer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 300;
  text-align: center;
  display: none;
}

.start_timer-logo {
  position: absolute;
  width: 25vmin;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.start_timer.theme {
  background-color: #f8760c;
}

.start_timer-h1 {
    width:100%;
  text-shadow: 0 3px 5px #f8760c;
  color: #f8760c;
  text-transform: capitalize;
   position: absolute;
  top: 13rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4vmin;
  font-weight: 300;
  letter-spacing: 3.5px;
}

        @media screen and (max-width:500px) {
           .start_timer-h1 {
                 font-size: 5.5vmin;
                
            }
            
        }

.timercontainer {
  width: 100%;
  /* display: inline-block; */
  position: absolute;
  top: 30rem;
  left: 50%;
  transform: translate(-50%, -50%);
  /* text-align: center;
  display: flex;
  justify-items: center; */
}

.timing {
  font-family: 'Roboto', sans-serif;
  width: 550px;
  height: 378px;
  margin: auto;

  box-sizing: border-box;
}

.timing .flipdown {
  margin: auto;
}

@media (max-width: 550px) {
  .timing {
    width: 100%;
    height: 362px;
  }
}

.go_back{
    position:absolute;
    top:4rem;
    left:80%;
    display:inline-block;

  cursor: pointer;
  color: #fff;

    padding: .8rem 1.5rem;
    background: #f8760c;
    border-radius: 40px;
    text-decoration:none;
}



@media screen and (max-width:700px){
    element {
    border: 1px solid #fff;
}
.go_back {
    
    top: 6rem;
    left: 50%;
    transform: translateX(-50%)
    
}
}