    body,
  html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
  }

  .hero {
    position: relative;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: url('img/Rajat.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
  }

  .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
  }

  .heading1 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 2.3rem;
    color: #fff;
    margin-top:-120px;
    margin-bottom: 0;
  }

  h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 40px;
  }

  .paragraph,
  .counter {
    font-family: 'Open Sans', sans-serif;
    font-size:1rem;
    color: rgb(160, 158, 158);
    margin-top: -20px;
    
   
   
  }

  #countdown,  #countdown2{
    font-family: 'Oswald', sans-serif;
    color:rgb(226, 225, 225);
    margin-top: -15px;
    margin-bottom: -15px;
  }

  #countdown{
   font-size: 5rem;
  }

  #countdown2{
   font-size: 1.5rem;
  }

  .points {
    color: #fff;
    margin-top: 0;
    
    
  }


  .points .fa-regular {
    color:rgb(234, 162, 5);
  }

  .points ul {
    list-style-type: none;
    margin-top: 20px;
    text-align: left;
  }

  .points ul li {
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
  }

 

  .button1 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -80px;
  }

  .button1 a, .button2 a {
    font-family: 'Oswald', sans-serif;
    padding: 15px 30px;
    background: #FFD700;
    color: #000;
    font-size: 40px;
    line-height: 48px;
    border: none;
    cursor: pointer;
    animation: buttonAnimation 2s infinite;
    text-decoration: none;
  }

  .button2 a {
    display: inline-block;
    border-radius: 5px;
  }

  .button1 a {
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .button1 a:hover,
  .button2 a:hover {
    animation-play-state: paused;
  }

  .button1 {
    margin-top: 0px;
    margin-bottom: 80px;
}

  @keyframes buttonAnimation {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.2);
    }

    100% {
      transform: scale(1);
    }
  }

  /*Mobile Responsive*/
  @media (max-width: 480px) {
    .heading1 {
      font-size: 2.0rem;
    }

    h4 {
      font-size: 1.5rem;
    }

    .paragraph {
      font-size: 20px;
    }

    .button2 a {
      font-size: 22px;
      padding: 10px 40px;
    }

    .button1 a {
      font-size: 20px;
      padding: 5px 0;
    }


    .counter {
      font-size: 1.4rem;
      margin-top: 20px;
    }
   
  }
  
  /* New styles for arranging elements */
  .content-wrapper {
    display: flex;
    align-items: center;
  }

  .counter {
   
    text-align: center;
  }

  .points {
    flex: 2;
  }

  .button4 {
    
    display: inline-block;
    padding: 0.75rem 1.25rem;
    border-radius: 10rem;
    color: white;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    margin-top: 3rem;
   
   
  }
  

 

  .mgtp{
    margin-top: -10px;
  }
.bttnmg{
  margin-top: -15px;
}



@media only screen and (max-width: 600px) {
  .glowing-btn{
    font-size: 1em;
  }
}
@-webkit-keyframes stripe-slide {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes stripe-slide {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.btn {
  font: bolder;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;

  line-height: normal;
  cursor: pointer;

  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px 20px 22px;
  background-color: rgb(1, 0, 0);
  color: rgb(255, 255, 255);
  border: 2px solid #666;
  border-radius: 6px;
  margin-bottom: 16px;
  transition: all 0.5s ease;
  animation: buttonAnimation 2s infinite;
}
.btn:-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn--stripe {
  overflow: hidden;
  position: relative;
  font-size: 23px;
}
.btn--stripe:after {
  content: "";
  display: block;
  height: 7px;
  width: 100%;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 1px solid #666;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: 7px 7px;
  background-image: repeating-linear-gradient(45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
  border-top: 1px solid #000;
  -webkit-animation: stripe-slide 12s infinite linear forwards;
          animation: stripe-slide 12s infinite linear forwards;
          background-color: rgb(60, 53, 53);
          color: #fff;
          border-color: #000;
}

.btn--large {
  width: 50%;
}
.btn--radius {
  border-radius: 36px;
}

@keyframes buttonAnimation {
  0% {
     
      background-color: rgb(178, 2, 2);
  }
  50% {
      
      background-color: rgb(0, 0, 0);
  }
  100% {
     
      background-color: rgb(178, 2, 2);
  }
}
.clr{
  color: rgb(47, 232, 245);
}

.h2{
 
  color:white;
}


