.ap-hero-banner-section {
  position: relative;
}

.ap-hero-banner-section .ap-hero-banner-gradient {
  position: absolute;
  width: 100%; 
  height: 100%; 
  top: 0%; 
  left: 0%; 
  z-index: 1;
}

.ap-hero-banner-section .ap-hero-banner-container{
  max-width: calc(64rem - 1.5rem);
  margin: 0 auto;
  position: relative;
}

.ap-hero-banner-section .ap-hero-banner-container .ap-hero-banner-content-wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100px;
  z-index: 5;
}

.ap-hero-banner-section .ap-hero-banner-content-wrapper .ap-hero-banner-main-heading {
  display: inline-block;
}

.ap-hero-banner-section .ap-hero-banner-content-wrapper .ap-hero-banner-sub-heading {
  display: inline-block;
}

.ap-hero-banner-section .ap-hero-banner-content-wrapper .ap-hero-banner-description {
  display: inline-block;
  max-width: 940px;
  margin: auto;
}

.ap-hero-banner-section .ap-hero-banner-content-wrapper .ap-hero-banner-button-row {
  display: flex;
  flex-direction: column;
}

.ap-hero-banner-section .ap-hero-banner-content-wrapper .ap-hero-banner-socials-row {
  position: relative;
  display: flex;
}

.ap-hero-banner-section .ap-hero-banner-content-wrapper .ap-hero-banner-socials-row a{
  position: relative;
  transition: all .2s linear;
}

@media (min-width: 992px)
{
  .ap-hero-banner-section .ap-hero-banner-content-wrapper .ap-hero-banner-button-row {
    flex-direction: row;
  }
}

/* Video Background */
.hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: #0c0c0c;
  opacity: 64%;
  z-index: 0;
}

@media (max-width: 768px) {
  .hero-video {
    background-size: cover;
    background-position: center;
  }
}


.bg-gradient {
  position: relative:
}

.bg-gradient::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: radial-gradient(1200px 500px at 25% 15%, rgba(200, 149, 49, 0.18), transparent 60%), linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.92));
    pointer-events: none;
    z-index: 0;
}