@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
.space-mono-regular {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: normal;
font-size:24px!important;
  line-height:30px;
  letter-spacing:5px;
  color:#ffffff;
}

@media screen and (max-width: 600px) {
  #title_message {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;

  }
  .showlogo{

   display: none;
}
    .days-to-go {

   display: none;
}
  .showlogom{
  position: absolute;
  top: 140px;
  left: 10px;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  z-index: 1000;

}
}

@media screen and (min-width: 768px) {
  .showlogom{
   display: none;
}
}


  .showlogo{
  position: absolute;
  top: 140px;
  left: 170px;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  z-index: 1000;

}
    .days-to-go {
  position: absolute;
  top: 300px;
  right: 150px;

  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  z-index: 1000;

}



.countdown-container {
  display: flex;
  gap: 20px;
}

.countdown-container1 {
  display: flex;
  gap: 20px;
  padding:30px;

}
.countdown-circle1 {
  position: relative;
  width: 150px;
  height: 150px;

  border-radius: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
    border:2px dotted #fff;
}
.countdown-circle1 span {
  position: absolute;
  top: 28px;
  font-size: 18px;
   color: #fff;
   padding:10px;
}

.countdown-circle {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
    border:2px dotted #fff;
}

.countdown-circle .time {
  font-size: 30px;
  font-weight: bold;

}

.countdown-circle span {
  position: absolute;
  bottom: 10px;
  font-size: 15px;
  color: #fff;
}