.hero-2 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 15rem;
  padding-bottom: 15rem; }
  .hero-2 .btn {
    padding: 1rem 2rem;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1rem; }
    .hero-2 .btn.btn-white {
      background: rgba(var(--bs-body-bg-rgb), 0.2);
      color: #fff; }
  .hero-2 > .container {
    position: relative;
    z-index: 2; }
  .hero-2 .heading {
    font-size: 50px;
    font-weight: 700; }
  .hero-2 .subheading {
    font-size: 32px; }
  .hero-2 .svg-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2; }
  .hero-2.overlay {
    position: relative; }
    .hero-2.overlay:before {
      z-index: 1;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      content: "";
      background-color: rgba(var(--bs-primary-rgb), 0.7); }
  .hero-2 .video-wrap {
    display: inline-block;
    position: relative;
    top: 0;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease; }
    .hero-2 .video-wrap .play-button {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: var(--bs-success);
      color: var(--bs-white);
      line-height: 50px;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .hero-2 .video-wrap img {
      border-radius: 7px;
      -webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.2);
      box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.2); }
    .hero-2 .video-wrap:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
