@charset "utf-8";

* {
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

.video-bg {
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  object-fit: cover;
}

.construct-bg {
  background-image: url("../img/metal-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h1 {
  font-family: "Monda", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}