body{
  background-color: #C1C8E4;
  
}

.ml10 {
  position: relative;
  font-weight: 800;
  font-size: 12vw;
  margin-top: 15%;
  text-align: center;
  
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2222222222222222vw;
  padding-right: 0.10526315789473684vw;
  padding-bottom: 1vh;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 2.1052631578947367vw;
  transform-origin: 0 0;
  color:#8860D0;
}
/*timer*/
@import url('https://fonts.googleapis.com/css?family=Limelight|Mada');
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



.container {
  width: 72.6842105263158vw;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 80%;
  left: 50%;
  font-family: 'Mada', sans-serif;
  
}

.intro {
  margin: 5% auto;
  color: #D83F87;
  letter-spacing: 0.13157894736842105vw;
  word-spacing: 1.0526315789473684vh;
}

.intro span {
  font-size: 4vw;
  font-family: 'Limelight', cursive;
}
.countdown-wrapper {
  display: flex;
  justify-content: space-around;
  margin: 5% auto;
  color: #7e8c6a;
}

label,
output,
.time-el span {
  display: block;
}
.time-el {
  position: relative;
  margin-right:  2.6315789473684212vw;
}

.time-el:not(:last-child):after {
  content: ":";
  position: absolute;
  right: -5.5vw;
  top: 42%;
  font-size: 4vh;
}
.time-el .digit{
  position: relative;
  width: 6vw;
  height: 11.842105263157896vh;
  display: inline-block;
  font-size: 9.210526315789474vw;
  line-height: 8vh;
  font-family: 'Limelight', cursive;
  perspective: 13vw;
}

.inner {
  height: 200%;
  width: 80%;
  position: absolute;
}

.top .inner {
  top: 0;
}

.bottom .inner {
  bottom: 0;
}
.time-el .top, .time-el .bottom {
  position: absolute;
  left: 0;
  height: 50%;
  width: 80%;
  overflow: hidden;
/*   background: linear-gradient(to bottom, #543243 10%, #461f32 50%, #543243 90%); */
}

.time-el .top {
  top: 0;
  transform-origin: 50% 100%;
  color: #738263;
  background: linear-gradient(300deg, #331926 50%, #542e40);
  border-radius: 0.7894736842105263vw 0.7894736842105263vw 0 0;
  z-index: 1;
  backface-visibility: hidden;
}

.time-el .bottom {
  bottom: 0;
  transform-origin: 50% 0%;
  background:  linear-gradient(340deg, #542e40, #331926 40%);
  border-radius: 0 0 0.7894736842105263vw 0.7894736842105263vw;
}



.time-el label{
  padding-top: 2vh;
  font-size: 1.9736842105263157vw;
  letter-spacing: 0.2631578947368421vw;
  color: #44318D;
}
p{
font-size: 3.3333333333333335vh;
color: lavender;
}
