@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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 10px;
  border-radius: 5px;

  z-index: 1000;

}
}

@media screen and (min-width: 768px) {
  .showlogom{
   display: none;
}
}


  .showlogo{
  position: absolute;
  top: 220px;
  left: 60px;
  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;
}

.white-image {
  filter: invert(1) brightness(2);
}

@media (max-width: 767px) {
  .disable-on-mobile {
    display: none !important;
  }
  .responsive-div {

    height: 130px;
    padding: 10px;
    font-size: 14px;

  }
}