@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: 240px;
left: 50%;
transform: translateX(-50%);
position: absolute;

  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);
}

.logo-placement {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}

.state-glance-menu {
  position: absolute;
  right: 20px;
  top: 120px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 10;
  text-align: center;
}

.state-glance-menu1 {
  position: absolute;
  right: 140px;
  top: 515px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 10;
  text-align: center;
}
/* Heading */
.state-glance-menu1 h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}

/* Menu list */
.state-list1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Color changing items */
.state-list1 li {
  margin: 6px 0;
  padding: 6px 12px;
  border-radius: 6px;
  color: #fff;
  font-weight: normal;
  background-color: #007bff;
  animation: colorChange 5s infinite;
}
.state-list1 li a{color: #fff; }
/* Stagger animation */
.state-list1 li:nth-child(1) { animation-delay: 0s; }
.state-list1 li:nth-child(2) { animation-delay: 1s; }
.state-list1 li:nth-child(3) { animation-delay: 2s; }
.state-list1 li:nth-child(4) { animation-delay: 3s; }
.state-list1 li:nth-child(5) { animation-delay: 4s; }

/* Heading */
.state-glance-menu h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

/* Menu list */
.state-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Color changing items */
.state-list li {
  margin: 6px 0;
  padding: 6px 12px;
  border-radius: 6px;
  color: #fff;
  font-weight: normal;
  background-color: #007bff;
  animation: colorChange 5s infinite;
}
.state-list li a{color: #fff; }
/* Stagger animation */
.state-list li:nth-child(1) { animation-delay: 0s; }
.state-list li:nth-child(2) { animation-delay: 1s; }
.state-list li:nth-child(3) { animation-delay: 2s; }
.state-list li:nth-child(4) { animation-delay: 3s; }
.state-list li:nth-child(5) { animation-delay: 4s; }

/* Keyframes for color change */
@keyframes colorChange {
  0%   { background-color: #007bff; }
  20%  { background-color: #28a745; }
  40%  { background-color: #ffc107; }
  60%  { background-color: #17a2b8; }
  80%  { background-color: #dc3545; }
  100% { background-color: #007bff; }
}

/* Hide on mobile */
@media (max-width: 768px) {
  .state-glance-menu {
    display: none;
  }
}


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

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

  }
}
.session-menu {
  position: absolute; /* or fixed if you want it to stay during scroll */
  bottom: 100px; /* adjust as needed above slider */
  left: 20px;
  background: #23102a;
  color: white;
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: normal;
  z-index: 1000;
  box-shadow: 0 4px 12px #23102a;
  transition: background 0.3s ease;
}

.session-menu a {
  color: #fff;
  text-decoration: none;
}

.session-menu:hover {
  background: rgba(0, 0, 0, 0.85);
}
  /* Blinking background animation */
    @keyframes blink-bg {
      0%   { background-color:#f75f13; }
      50%  { background-color:rgb(199, 203, 108); }
      100% { background-color:rgb(147, 119, 14); }
    }

    .blink-bg {
      animation: blink-bg 1s infinite;
      color: white !important; /* optional: ensures text stays visible */
      padding: 2px;
      border-radius: 4px;
    }