    body,
  html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
  }

  .hero {
    position: relative;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: url(img/Top\ 11\ Tippers.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:-90px;
    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:1.2rem;
    color: rgb(160, 158, 158);
    margin-top: -30px;
    
   
   
  }

  #countdown,  #countdown2{
    font-family: 'Oswald', sans-serif;
    color:rgb(255, 255, 255);
    
    
  }

  #countdown{
   font-size: 2rem;
  }

  #countdown2{
   font-size: 1.5rem;
  }

  .points {
    color: #fff;
    margin-top: 0;
    
    
  }


  .points .fa-solid {
    color:rgb(215, 234, 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;
  }

 

  /*Mobile Responsive*/
  @media (max-width: 480px) {
    .heading1 {
      font-size: 2.0rem;
      margin-top: -60px;

    }

    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.5rem;
      margin-top: 3px;
    }
    
   
  }
  
  /* New styles for arranging elements */
  .content-wrapper {
    display: flex;
    align-items: center;
  }

  .counter {
   
    text-align: center;
  }

  .points {
    flex: 2;
  }



 

  .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;
  }
}


.clr{
  color: rgb(47, 232, 245);
}

.h2{
 
  color:white;
 
}

.timer {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 1rem;
  animation: pulse .5s infinite alternate;
  transform: rotate(360deg);
}

@keyframes pulse {
  from {
    opacity: 0;
    transform: scale(1);
    background-color: rgb(115, 255, 0);
  }
  to {
    opacity: 1;
    transform: scale(1.2);
    background-color: rgb(238, 255, 0);
  }
}


.border{
  border: solid white 1px;
  padding: 5px 2px 5px 2px;
  background-color: #000;
}

img {
  width: 150px;
  height: 150px;
  margin-bottom:120px;
  
  border-radius: 50%;
}

.counter {
  font-family: 'Open Sans', sans-serif;
  font-size:1.2rem;
  color: rgb(160, 158, 158);
  
  
 
 
}
.timer {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 3px;
  
  border-radius: 1rem;
  animation: pulse .5s infinite alternate;
 
}

.second{
  animation: pulse .5s infinite alternate;
}

@keyframes pulse {
  from {
    transform: scale(1.2);
   
  }
  to {
    transform: scale(1.4);
    
  }
}

.clr{
  color: white;
}
.mgtp{
  font-size: 17px;
  margin-top: -8px;
  color: white;
}



/* General button style */
.btn {
  border: none;
  font-family: 'Lato';
  font-size: 18px;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px 30px 20px 30px;
  width: 347px;
  animation: blink-animation 2s infinite;
}




@keyframes blink-animation {
  0% {
      background-color: #0059ff;
      color: #ffffff;
  }

  50% {
      background-color: white;
      color: #00a2ff;
  }

  100% {
      background-color: #0059ff;
  }
}

.btn:hover{
  border-radius:5px;
  background-color:#0062b3;
  transition:0.5s;
}

@keyframes glow{
  0%{
  box-shadow: 5px 5px 20px rgb(93, 52, 168),-5px -5px 20px rgb(93, 52, 168);}
  
  50%{
  box-shadow: 5px 5px 20px rgb(81, 224, 210),-5px -5px 20px rgb(81, 224, 210)
  }
  100%{
  box-shadow: 5px 5px 20px rgb(93, 52, 168),-5px -5px 20px rgb(93, 52, 168)
  }
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


.btn:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}


/* Icon separator */
.btn-sep {
  padding: 25px 16px 25px 19px;
}

.btn-sep:before {
  background: rgba(114, 113, 113, 0.15);
}



.btn-4 {
  background: #0074e7;
  color: #fff;
}

.btn-4:hover {
  background: #0481ff;
}

.btn-4:active {
  background: #000000;
  top: 2px;
}

.btn-4:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 2;
  font-size: 273%;
  width: 86px;

  border-radius:50%
}

/* Icons */

.icon-cart:before {
  content: "\f07a";
}

.icon-heart:before {
  content: "\f55a";
}

.icon-info:before {
  content: "\f05a";
}

.icon-send:before {
  content: "\f1d8";
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-20px);
  }
  60% {
      transform: translateY(-10px);
  }
}