/* Basic full-banner styling */
  #HomeBanner {
  position: relative;
  width: 100%;
  height: 60vh !important; /* fixed: !important should be with exclamation */
  overflow: hidden;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgb(223, 13, 13); /* fallback color */
  z-index: 1;
}



/* .main-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url('https://tse3.mm.bing.net/th/id/OIP.8BIKrVL7boWI7_Ts_Rj-iQHaEo?r=0&rs=1&pid=ImgDetMain&o=7&rm=3') center center/cover no-repeat;
  opacity: 0.05; 
  z-index: 0;
}

.overlay-banner,
#particles-js {
  position: relative;
  z-index: 1;
}


  #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .overlay-banner {
    position: relative;
    z-index: 2;
  }

  .title {
    font-size: 3rem;
    font-weight: bold;
  }

  .hvr-sweep-to-right {
    display: inline-block;
    margin: 10px;
    padding: 10px 25px;
    background: #00d1b2;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }

  .hvr-sweep-to-right:hover {
    background: #009e91;
  } */



  
  