.play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.play-button svg {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.home-hero__container {
  position: relative;
  z-index: 2;
}

.home-hero {
  position: relative;
}

.home-hero__video {
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: relative;
  display: block;
}
.home-hero__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
@media (min-width: 992px) {
  .menu-item-has-children.dropdown:hover ul.dropdown-menu {
    display: flex;
  }

  .dropdown-menu {
    top: calc(100% + 0.625rem);
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 0.5rem;
    border: 1px solid #827b6b;
    display: flex;
    flex-direction: column;
    min-width: 18.75rem;
  }
  .dropdown-menu li a {
    padding: 0.5rem;
    color: #2b2924;
  }

  .dropdown-menu li a:hover {
    color: #d8cdb3 !important;
    background-color: transparent !important;
  }

  .header .navbar .dropdown-menu li > a {
    background: #fff;
    color: #2b2924;
    line-height: 1.5;
    font-size: 1rem;
  }

  .header .navbar .nav-item > .nav-link::after {
    border: none !important;
    margin: 0 !important;
  }
  .header .navbar .nav-item > .nav-link::before {
    position: absolute;
    content: "";
    top: 100%;
    width: 100%;
    height: 1.25rem;
  }
}
