/*--------------- hero section --------------- */

.navbar-item img {
  max-height: 2.75rem !important;
}

.video-container {
  position: absolute;
  width: 100%;
  height: 550px !important;
  overflow: hidden;
}

video {
  object-fit: cover;
  width: 100vw;
  height: 550px !important;
  position: absolute;
  top: 0;
  left: 0;
}

.video-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px !important;
  background: #1b1b1b;
  opacity: 0.8;
}

.header {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 1;

}

.header h1 {
  color: #ffffff;
  font-size: 50px !important;
}

@media (max-width: 900px) {
  .header {
    left: 50%;
  }

  .header h1 {
    font-size: 28px !important;
    text-align: left;
  }
}
