@media only screen and (max-width: 768px) {

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
body {
    margin: 0;
    padding: 0;
    color: #000;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.hits-cust {
  z-index: 2;
}
.hits-cust1 {
  width: 50%;
  background-color: #2A1B3D;
  z-index: -1;
}
.hits-hover:hover {
  background-color: #402a58;
}

/* Media Queries for Mobile Devices */
@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }
  .md:flex {
    display: none;
  }
  #mobile-menu {
    z-index: 49; /* Ensure the mobile menu appears above the navbar */
  }
  #mobile-menu-toggle {
    display: block;
  }
}

