.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.btn-primary {
  border: 5px solid #280707 !important;
  background: linear-gradient(90deg, rgba(247,222,123,1) 0%, rgba(178,127,44,1) 23%, rgba(178,127,44,1) 34%, rgba(247,222,123,1) 55%, rgba(247,222,123,1) 84%, rgba(247,222,123,1) 92%, rgba(178,127,44,1) 100%);
}

.btn {
  border-radius: 25px 25px;
  font-size: 20px;
}

