
/* neww */


.hero-title {
  font-size: 62px;
  /* line-height: 1.2; */
  /* font-weight: 700; */
}
.bolden{
    font-weight: 700;
}
.sub-text {
  font-size: 32px;
  font-weight: 400;
  opacity: 0.8;
  line-height: 0;
}
.is-coming {
  font-size: 48px;   /* adjust to your taste */
  /* line-height: 0; */

}
.sub-text {
  font-size: 32px;
  line-height: 1.2;
  /* display: block; */
  margin-top: -2px;  /* pulls it closer 🔥 */
}
.register-btn{
    background-color:#229951 ;
}
.register-btn:hover{
    background-color: #229951;
}

/* .hero-img{
  width: 500px;
  max-width: 100%;
}
.hero-img{
  width: 120%;
} */
.hero-img{
  transform: scale(1.5);
  padding-right: 2rem;
  /* background-color: blue; */
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 42px;
  }
}



