.top-btn2 {
  background-color: #0090ff;
  color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 10px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #0090ff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-banner .banner-content {
  width: 90%;
  margin: 0 auto;
  max-width: 90%;
  .title {
    font-size: 48px;
    color: #fcff00;
    font-weight: bold;
  }
  .text {
    width: 60%;
    max-width: 100%;
    color: #fff;
  }
}
.default-btn {
  font-size: 24px;
  font-weight: 700;
  background: #0090ff;
  color: #fff;
  border: none;
  border-radius: 25px;
  width: 200px;
  padding: 10px 20px;
}
.section-title {
  .title {
    font-size: 30px;
    color: #fff;
  }
}
@media (max-width: 1199.98px) {
  .top-btn2 {
    animation: none;
  }
  .top-btn2 {
    font-size: 14px;
    border-radius: 16px;
    width: auto;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .section-title {
    .title {
      font-size: 20px;
      color: #fff;
    }
  }
  .top-btn2 {
    animation: none;
  }
  .top-btn2 {
    font-size: 14px;
    border-radius: 16px;
    width: auto;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
  }
  .menubox {
    display: none;
  }
}
#bwm {
  font-size: 60px !important;
  width: 100%;
}
@media (max-width: 768px) {
  #bwm {
    font-size: 20px !important;
  }
  #text2{
    font-size: 10px;
  }
}
@media (max-width: 440px) {
  #bwm {
    font-size: 15px !important;
  }
  #text2{
    font-size: 5px;
  }
}