    body, html {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  .hero {
    position: relative;
    height: auto;
	margin-top: -60px;
    background-color: rgb(0, 0, 0);
    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: rgb(0, 0, 0);
    z-index: -1; 
  }
  
  .heading1 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    color: #fff;
    margin-top: -70px;
    margin-bottom: 0;
    -webkit-text-stroke: 0.8px rgb(90, 107, 234);
  }
  .heading12 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    color: #fff;
    margin-top: -20px;
    margin-bottom: 0;
    -webkit-text-stroke: 0.8px rgb(90, 107, 234);
  }

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

        .bttn1 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;
        }

        .bttn1 a:hover{
            animation-play-state: paused;
        }


        @keyframes bttn1Animation {
          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: 2.5rem;
      margin-bottom: 20px;
    }
    .clr{
      background-color: black;
    }

    .paragraph {
      font-size: 1.5rem;
    }
  
    .button a{
      font-size: 22px;
      padding:10px 40px;
    }
    
    .counter{
        font-size: 1.4rem;
        margin-top: 20px;
    }
  }

  .bounce-bttn1 {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    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);
    }
}



.bttn1 {
  min-width: 300px;
  min-height: 60px;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  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;
  }

  bttn1::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;
}

.bttn1:hover, .bttn1: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: 140px;
  height: 140px;
  margin-bottom: 7px;
  margin-top: -110px;
  border-radius: 50%;
}

.img2{
  width: 100%;
  height: auto;
  margin-top: 415px;
}

.lii{
color: white;
  font-family:'Oswald', sans-serif;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: -20px;
}



.bttn{
  display: inline-block;
  font-family: 'Oswald', sans-serif;
    padding: 15px 30px;
    background-color: #00d724;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    border: none;
   margin-top: -100PX;
    cursor: pointer;
    
    text-decoration: none;
    
}

.bttn1{
  display: inline-block;
  font-family: 'Oswald', sans-serif;
    padding: 15px 30px;
    background-color: #00d724;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    border: none;
    margin-top: -40PX;
    cursor: pointer;
    
    text-decoration: none;
    
}

.bttn a:hover{
    animation-play-state: paused;
}


.clr{
	background-color:black !important;
}

.button1 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -80px;
}
.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: 25px 22px 25px;
  background-color: #0088cc	;
  color: rgb(255, 255, 255);
  border: 2px solid #666;
  border-radius: 6px;
  margin-bottom: 16px;
  transition: all 0.5s ease;
}
.btn:-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn--stripe {
  overflow: hidden;
  position: relative;
  font-size: 32px;
  border-radius: 40px;
}
.btn--stripe:after {
  content: "";
  display: block;
  height: 7px;
  width: 100%;
  background-color: #0088cc	;
  -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: 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;
}

.button a {
  font-size: 22px;
  padding: 18px 40px;
}






.button {
  position: relative;
  color: white;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid white;
  font-size: 19px;
  border-radius: 1000px;
  padding: 15px 25px;
  margin: 15px;
  height: 40%;
  width: 70%;
  box-shadow: 0 2px 5px 0 rgba(3,6,26,0.15);
  transition: .5s all ease-in-out;
  background-color: #0088cc;
  &:hover {
    cursor: pointer;
    background: white;
    color: #1F4141;
    animation: none;
  
  }
}

.button-wiggle {
  animation: wiggle 4s 2s infinite;
}

@keyframes wiggle {
	5%,
	50% {
		transform: scale(1);
	}
	10% {
		transform: scale(0.9);
	}
	15% {
		transform: scale(1.15);
	}
	20% {
		transform: scale(1.15) rotate(-5deg);
	}
	25% {
		transform: scale(1.15) rotate(5deg);
	}
	30% {
		transform: scale(1.15) rotate(-3deg);
	}
	35% {
		transform: scale(1.15) rotate(2deg);
	}
	40% {
		transform: scale(1.15) rotate(0);
	}
}

.btn {
  position: relative;
  color: white;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid white;
  font-size: 19px;
  border-radius: 1000px;
  padding: 15px 25px;
  margin: 15px;
  height: 40%;
  width: 70%;
  box-shadow: 0 2px 5px 0 rgba(3,6,26,0.15);
  transition: .5s all ease-in-out;
  background-color: #0db33f;
  &:hover {
    cursor: pointer;
    background: white;
    color: #1F4141;
    animation: none;
  
  }
}

.btn-wiggle {
  animation: wiggle 4s 2s infinite;
}

@keyframes wiggle {
	5%,
	50% {
		transform: scale(1);
	}
	10% {
		transform: scale(0.9);
	}
	15% {
		transform: scale(1.15);
	}
	20% {
		transform: scale(1.15) rotate(-5deg);
	}
	25% {
		transform: scale(1.15) rotate(5deg);
	}
	30% {
		transform: scale(1.15) rotate(-3deg);
	}
	35% {
		transform: scale(1.15) rotate(2deg);
	}
	40% {
		transform: scale(1.15) rotate(0);
	}
}



.about{

padding: 10px;
margin: 20px;
line-height: 26px;

}

.about p {
	 color:white;
	 font-size:18px; 
	 padding:8px;
}

.about h4{
	
	font-size:22px;
	text-align:center;
	margin-top:15px;
	color:white;
	
	
}