body {
  font-family: 'Anton SC', serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 991px) {
  .adaptive-font {
    font-size: 2rem !important;
  }
}

@media (min-width: 992px) {
  .adaptive-font {
    font-size: 1rem !important;
  }
}

main {
  min-height: 100vh;
  padding-top: 2vh;
}

.video-background {
  position: relative;
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.video-background video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container.video-content {
  position: relative;
  z-index: 1;
  text-align: center;
  height: 90%;
}

span.badge {
  font-family: var(--bs-body-font-family);
}

@media (max-width: 991px) {
  a.join-us {
    font-size: 3rem !important;
  }
}

@media (min-width: 992px) {
  a.join-us {
    font-size: 2.5rem !important;
  }
}

.subscribe-now h2 {
  font-size: 4.5rem;
}

.subscribe-now p {
  font-size: 2.1rem;
}

#welcomeModal {
  backdrop-filter: blur(30px);
}

.agree-btn {
  width: -webkit-fill-available;
}

.cookies-agreement {
  z-index: 2;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.form-text {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
