body, html {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  .hero {
    position: relative;
    height: 100vh;
    background-color: black;
    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: black;
    z-index: -1; 
  }
  
  .heading1 {
    padding-left: 40px;
    padding-right: 40px;
    background-color: rgb(188, 188, 188);
    font-size: 2rem;
    color: rgb(0, 0, 0);
    margin-top: -20px;
    margin-bottom: 0;
    text-wrap: nowrap;
  }
  .heading12 {
    
    font-size: 2rem;
    color: #fff;
    margin-top: -10px;
    margin-bottom: 0;
  }

  h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 10px;
  }

  .paragraph, .counter {
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    color: #fff;
    margin-top: 0;
  }

  #countdown {
    font-family: 'Oswald', sans-serif;
    color:#091cf0;
  }

  .points{
    color:#fff;
    margin-top: 0;
  }

  .points .fa-star {
    color: #0e27e3;
  }

  .points ul{
    list-style-type: none;
    margin-top: 20px;
    text-align: left;
  }

  .points ul li {
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
  }

  .button{
            margin-top: 10px;
        }

        .button a {
	        display: inline-block;
          font-family: 'Oswald', sans-serif;
            padding: 15px 30px;
            background-color: #1100EE;
            color: #fff;
            font-size: 40px;
            line-height: 48px;
            border: none;
            border-radius: 40px;
            cursor: pointer;
            animation: buttonAnimation 2s infinite;
            text-decoration: none;
        }

        .button a:hover{
            animation-play-state: paused;
        }


        @keyframes buttonAnimation {
          0%, 20%, 50%, 80%, 100% {
            transform: translateY(0);
        }
        40% {
            transform: translateY(-20px);
        }
        60% {
            transform: translateY(-10px);
        }
    }
.countsize{

  font-size: 40px;
}


/*Mobile Responsive*/
  
  @media (max-width: 480px) {
    .heading1 {
      font-size: 1.5rem;
      margin-bottom: 20px;
      text-wrap: wrap;
    }

    .paragraph {
      font-size: 1.5rem;
    }
  
    .button a{
      font-size: 22px;
      padding:10px 40px;
    }
    
    .counter{
        font-size: 1.4rem;
        margin-top: 20px;
    }
  }

  .bounce-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    background-color: #3498db;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}



.button {
  min-width: 300px;
  min-height: 60px;
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #313133;
  background: #007bff;
background: linear-gradient(90deg, #007bff 0%, #007bff 100%);
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px #007bff;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  }

button::before {
content: '';
  border-radius: 1000px;
  min-width: calc(300px + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid #007bff;
  box-shadow: 0 0 60px #007bff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.button:hover, .button:focus {
  color: #313133;
  transform: translateY(-6px);
}

button:hover::before, button:focus::before {
  opacity: 1;
}

button::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #007bff;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

button:hover::after, button:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}


.up{
  margin-top: 20px;
}
.tp{
  margin-top: 15px;
}
.marginbt{
  margin-bottom: 15px;
}


img {
  width: 100%;
  height: auto;
  margin-bottom: 7px;
  margin-top: -30px;
 
}

.lii{
color: rgb(255, 255, 255);
  font-family:'Oswald', sans-serif;
  font-size: 80px;
  margin-top: 5px;
  margin-bottom: -20px;
}

.liii{
  color: rgb(209, 161, 4);
    font-family:'Oswald', sans-serif;
    font-size: 30px;
    margin-top: -2px;
    margin-bottom: -20px;
  }



.bttn{
  display: inline-block;
  font-family: 'Oswald', sans-serif;
    padding: 15px 30px;
    background-color: #197d00;
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
   margin: 70px 5px 30px 5px;
   
    text-decoration: none;
    
}

.bttn a:hover{
    animation-play-state: paused;
}


@keyframes buttonAnimation {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
}
40% {
    transform: translateY(-20px);
}
60% {
    transform: translateY(-10px);
}
}