.hero-content {
  /*background: rgba(0, 0, 0, 0.4);*/
  /*backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);*/
  /*border-radius: 24px;*/
  /*padding: 40px;*/
  /*border: 1px solid rgba(255, 255, 255, 0.1);*/
  /*position: relative;*/
  /*z-index: 2;*/
}

.hero-desc {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 24px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}

.hero-section {
  background-image: url('../../assets/img/1feecfbb-b4ef-4308-9138-e2e52ec7dfa7.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

@media (max-width: 991px) {
  .hero-section {
    background-image: url('../../assets/img/Firefly%20(1).jpg');
    background-attachment: scroll;
    background-position: center center;
  }
}

