* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  body {
    background-color: rgb(0, 0, 0);
    color: var(--font-color);
    font-family: "Poppins";
  }
  
  /* Hero Section */
  
  .hero-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Poppins";
    position: relative;
    padding: 1rem 0 3rem 0;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgba(0, 0, 0, 0.249);
  }

  .img{
    margin-top: -100px;
  }
  .heading{
    margin-top: -50px;
    font-size: 30px;
  }
  .headingH {

    font-size: 30px;
    font-family:Arial, Helvetica, sans-serif;
   } 
   .top{
    position: relative;
    bottom: -50px;
    width: 200px;
    right: 200px;
    
   }

   /* .ANBUU{
    padding: 15px 40px;
    border: none;
    outline: none;
    color: #070202;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 12px;
    font-size: 20px;
    font-family:fantasy;
    letter-spacing: 2px;
    height: 47px;

    
   }
   .ANBUU::after{
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    left: 0;
    top: 0;
    border-radius: 10px;

    
   } */
   

   /* @keyframes glowing {
    0% {background-position: 0 0;}
    50% {background-position: 400% 0;}
    100% {background-position: 0 0;}
   } 

   .ANBUU:hover::before {
    opacity: 1;

    content: "";
    background: linear-gradient(
      45deg,
      #FF0000,#FF7300,#FFFB00,#48FF00,
      #00FFD5,#002BFF,#FF00C8,#FF0000
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 600%;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    filter: blur(8px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    opacity: 1;
   }
    */

   /* @keyframes glowing {
    0% {background-position: 0 0;}
    50% {background-position: 400% 0;}
    100% {background-position: 0 0;}
   } 

    

   }

   .ANBUU:active:after {
    background: transparent;

   }

   .ANBUU:active{
    color: #000;
    font-weight: bold;
   } */

   
    
  




  .dateee{
    margin-top: -30px;
    height: 400px;
    width: "100px";
    font-display:"500px"; 
  }

  .full-home {
    position: relative;
  }
  
  
  .hero-container .hero-img {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .hero-countdown-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .hero-main-div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .hero-main-div img:nth-of-type(1) {
    width: 10rem;
    margin-left: 23px;
    margin-bottom: 0.5rem;
  }
  
  .hero-main-div img {
    width: 30rem;
  }
  .mechgust-title {
    color: #ffd700;
    text-shadow: none;
  }
  .mechgust-date {
    color: #ffd700;
    width: "100px";
  }

  
  .hero-main-div h3 {
    font-size: 1.5rem;
    font-weight: 400;
  }
  
  .hero-main-div h1 {
    font-size: 3rem;
  }
  .reg{
    display: flex;
  
  }
  .wrap0 {
    height: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .button000 {
    margin-top: 20px;
    width: 180px;
    height: 55px;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: bolder;
    color: #000;
    background-color: white;
    border: none;
    border-radius: 45px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
  }
  
  .button000:hover {
    background-color: #570080;
    box-shadow: 0px 15px 20px #57008073;
    color: #FFD700;
    transform: translateY(-7px);
  }

    

  



  .headingTag {
    font-size: 3rem;
    font-weight: bold;
    color: #1bd7e1;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
    text-shadow: 0 0 0.2rem hsl(189, 98%, 46%);
    font-family:"Audiowide", sans-serif;
    
}
  
  .each-hc-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 1rem;
    font-size: 1.5rem;
  }
  
  .hc-number {
    font-weight: 600;
  }
  
  main {
    padding: 6rem;
    background-color: black;
  }
  
  main h1 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 3rem;
  }
  
  main h2 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 2rem;
  }
  
  main p {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  
  @media (max-width: 440px) {
    .top{
      width: 200px;
      position: relative;
      left: -100px;
    }
    .hero-container {
      background-size: 260%;
      background-position: center;
      background-repeat: no-repeat;
    }
    .hero-main-div img {
      width: 20rem;
    }
    .hero-countdown-container .div {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .each-hc-container {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin: 1rem;
      font-size: 1rem;
    }
  
    .hc-number {
      font-weight: 400;
    }
  }
  
  @media (max-width: 425px) {
    .top{
      width: 500px;
    }
    .hero-container {
      background-size: 260%;
      background-position: center;
      background-repeat: no-repeat;
    }
    .hero-main-div img {
      width: 20rem;
    }
    .hero-countdown-container .div {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .each-hc-container {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin: 1rem;
      font-size: 1rem;
    }
  
    .hc-number {
      font-weight: 400;
    }
  }
  @media (max-width: 431px){
    .top{
      width: 500px;
    }
    .img{
      width: 200px;
      height: 400px;
    }
  }
  @media (max-width:415px) {
    .top{
      width: 200px;
      position: relative;
      left: -80px;
    }
    
  }





  @media (max-width: 400px){
    .top{
      width: 150px;
      position: relative;
      right: 30px;
    }
    
  }

  @media (max-width: 520px){
    .top{
      width: 180px;
      height: 300px;
      position: relative;
      right: 100px;
    }
    
  }


   