.region-content {
  min-height: 100vh;
}

.menu-inner {
  justify-content: space-between;
  left: 50%;
  position: absolute;
  transform: translatex(-50%);
  width: calc(100vw - 100px);
  z-index: 1;
}

.video-container {
  height: 550px;
  overflow: hidden;
  position: relative;
}

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

.animated-text {
  color: white;
  font-size: 1.5em;
  left: 50%;
  padding: 1em;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section-support {
  position: relative;
  top: -110px;
  z-index: 0;
}

.section-support .container {
  padding: 0 50px 90px;
  position: relative;
  width: auto;
  z-index: 1;
}

.title-support {
  background: #fff;
  border-radius: 20px 20px 0 0;
  color: #2d2e2e;
  display: inline-flex;
  font-size: 28px;
  font-weight: 700;
  padding: 15px 40px;
}

.menu-inner a:first-child {
  padding: 0;
}

.menu-inner a {
  color: rgba(0, 0, 0, .55);
  font-size: 1.1rem;
  transform: translateZ(0);
  transition: font-size ease-in-out 0.27s;
  will-change: transform;
}

.menu-inner a:hover {
  color: rgba(0, 0, 0, .9);
  font-size: 1.15rem;
}

.menu-inner .adding-soon a:hover {
  font-size: 1.1rem;
}

.video-container::before {
  background-color: rgb(0 0 0 / 69%);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.support-projects-images {
  background: #fff;
  border-radius: 20px 0 20px 20px;
  box-shadow: 0 20px 60px 6px rgba(0, 0, 0, .03);
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(max(calc(100% / 5), 149px), 1fr));
  padding: 20px 15px 20px;
  place-items: center;
  row-gap: 30px;
  width: 100%;
}

.support-projects-images div {
  align-content: center;
  height: 100%;
}

.support-projects-images .img-responsive {
  transform: translateZ(0);
  transition: width ease-in-out 0.27s;
  width: 140px;
  will-change: transform;
}

.support-projects-images a:hover .img-responsive {
  width: 180px;
}

.header-menu-item {
  display: inline-block;
  height: 100%;
  left: 0;
  padding: 40px 0;
  position: relative;
  right: 0;
  width: 100%;
}

.header-menu-item:hover .header-dropdown {
  display: block;
}

.header-dropdown {
  background: rgba(252, 252, 254, 0.70);
  border-radius: 6px;
  display: none;
  left: 50%;
  line-height: 0;
  list-style: none;
  padding: 20px;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: 406px;
  z-index: 1000;
}

.header-menu-item a {
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.header-dropdown li a{
  color: #fff;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.header-overlay {
  align-items: center;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: 100%;
}

.header-left-items {
  width: 115px;
  justify-content: center;
}

.header-right-items,
.header-left-items {
  column-gap: 3.2rem;
  display: flex;
}

.header-right-items ul li:not(.sub-list li) {
  display: inline-block;
  height: 100%;
  left: 0;
  list-style: none;
  padding: 20px 20px;
  position: relative;
  right: 0;
  width: 100%;
}

.header-right-items ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}

.disabled-link {
  cursor: default;
}



.adding-soon:hover .sub-list {
      display: block;
}

ul.sub-list {
  backdrop-filter: blur(2px);
  background: rgba(252, 252, 254, 0.70);
  border-radius: 0.75rem;
  border-top: 0;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 1px 7px 7px 1px #0003;
  left: -28px;
  list-style: none;
  position: absolute;
  right: -33px;
  top: 65px;
  display: none;
}

.sub-list li {
  padding: 13px 11px 13px;
}

/* .adding-soon span {
  background-color: #f0ad4e;
  border-radius: 4px;
  bottom: 76%;
  color: white;
  font-size: 0.6em;
  font-weight: bold;
  margin-left: 8px;
  opacity: 0.8;
  padding: 2px 6px 0;
  position: absolute;
  right: 76%;
  text-transform: uppercase;
  transform: rotate(320deg);
  vertical-align: middle;
} */
