.btn-primary {
  --bs-btn-color: #ffffff !important;
  --bs-btn-hover-color: #ffffff !important;
  --bs-btn-active-color: #ffffff !important;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #eb2f23;
}

.video-wrapper {
  position: relative;
  width: 100%;
}

.video-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(90deg, rgb(0,67,116),rgba(0,67,100,0.84), rgba(0,67,100,0.36), rgba(0,0,0,0),rgba(0, 67, 116, 0.36) 72%, rgba(0, 67, 116, 0.84) 90%, rgb(0, 67, 116) 100%);
}

video {
  width: 100%;
  height: 700px;
  /*height: 700px;*/
  object-fit: cover;
}

.cursor-pointer {
  cursor: pointer;
}

.link-none {
  text-decoration: none;
}

