@font-face {
  font-family: "AG Book Rounded";
  src: url("assets/fonts/ag-book-rounded-regular.ttf");
}

html,
body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  height: 100vh;
  width: 100vw;
  font-family: "AG Book Rounded", Arial, Helvetica, sans-serif;
}

.background-video-holder {
  position: absolute;
  z-index: -1;
}

.background-video {
  min-width: 100%;
  min-height: 100vh;
  opacity: 0.02;
  overflow: hidden;
}

.overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1c25;
  opacity: 0.98;
}

.main-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 15vh;
}

.logo-holder {
  height: 200px;
}

@media (max-height: 400px) {
  .logo-holder {
    height: 110px;
  }
}

.logo-holder img {
  height: 100%;
}

.text {
  margin-top: 18vh;
  color: #ffffff;
  font-size: 16px;
}

.contact-us-button {
  margin-top: 8px;
  padding: 15px 42px;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #1a1c25;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  display: block;
}
