
.ard-hero-9-area {
    position: relative;
    padding-top: 355px;
    padding-bottom: 90px;
    background: #17191B;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .ard-hero-9-area {
      padding-top: 455px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .ard-hero-9-area {
      padding-top: 355px;
    }
  }
  
  .ard-hero-9-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: 0% bottom;
    transform: scale(0.5);
  }
  
  .ard-hero-9-img-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transform-origin: 30% bottom;
  }
  
  .ard-hero-9-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 160px;
  }
  @media (max-width: 767px) {
    .ard-hero-9-content {
      gap: 50px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .ard-hero-9-content {
      gap: 160px;
    }
  }
  .ard-hero-9-content .hero-title {
    display: block;
    font-size: 110px;
    font-weight: 800;
    color: #fff;
    line-height: 1.09;
    max-width: 1141px;
    text-transform: capitalize;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ard-hero-9-content .hero-title {
      font-size: 90px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ard-hero-9-content .hero-title {
      font-size: 65px;
    }
  }
  @media (max-width: 767px) {
    .ard-hero-9-content .hero-title {
      font-size: 40px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .ard-hero-9-content .hero-title {
      font-size: 50px;
    }
  }
  .ard-hero-9-content .hero-disc {
    max-width: 400px;
    margin-left: auto;
  }