
.ard-services-9-area {
    background: #2A2117;
    position: relative;
  }
  .ard-services-9-area::after {
    position: absolute;
    content: "";
    background: #131414;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-services-9-area::after {
      display: none;
    }
  }
  .ard-services-9-area .section-title-wrap .ard-title-9 {
    color: #fff;
  }
  .ard-services-9-area .section-title-wrap .ard-para-9 {
    color: #fff;
    opacity: 0.8;
    max-width: 510px;
  }
  .ard-services-9-content {
    position: sticky;
    top: 0px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ard-services-9-content {
      padding-top: 145px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-services-9-content {
      padding-top: 130px;
    }
  }
  .ard-services-9-right {
    padding: 0 70px;
    padding-top: 255px;
    position: relative;
    background: #131414;
    margin-right: -155px;
    z-index: 1;
    padding-bottom: 100px;
  }
  @media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .ard-services-9-right {
      margin-right: 0px;
      padding: 0 40px;
      padding-top: 255px;
      padding-bottom: 100px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ard-services-9-right {
      margin-right: 0px;
      padding: 0 40px;
      padding-top: 130px;
      padding-bottom: 130px;
    }
  }
  @media (max-width: 767px) {
    .ard-services-9-right {
      margin-right: 0px;
      padding: 0 10px;
      padding-top: 130px;
      padding-bottom: 130px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .ard-services-9-right {
      margin-right: 0px;
      padding: 0 40px;
      padding-top: 130px;
      padding-bottom: 130px;
    }
  }
  
  .ard-services-9-item-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  @media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ard-services-9-item-wrap {
      gap: 60px 30px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ard-services-9-item-wrap {
      gap: 60px 30px;
      grid-template-columns: 1fr;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ard-services-9-item-wrap {
      gap: 60px 30px;
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 767px) {
    .ard-services-9-item-wrap {
      gap: 60px 30px;
      grid-template-columns: 1fr;
    }
  }
  
  .ard-services-9-item {
    margin-bottom: 0px;
  }
  .ard-services-9-item:is(.has-style-2) .main-img .project_img {
    border-radius: 10px 240px 10px 10px;
  }
  .ard-services-9-item:is(.has-style-2) .main-img .icon {
    right: 15px;
    left: unset;
  }
  .ard-services-9-item .main-img {
    width: 100%;
    height: 435px;
    overflow: hidden;
    position: relative;
    background: #1F2020;
    margin-bottom: 20px;
    transition: 300ms cubic-bezier(0.75, 0.42, 0.25, 1);
    border-radius: 10px;
  }
  .ard-services-9-item .main-img .project_img {
    border-radius: 240px 10px 10px 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
  .ard-services-9-item .main-img .project_img .hover_area {
    height: 100%;
    width: 100%;
  }
  .ard-services-9-item .main-img .project_img .canvas {
    width: 100%;
    height: 100%;
  }
  .ard-services-9-item .main-img .icon {
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 50px;
    color: var(--ard-pr-9);
    z-index: 11;
    line-height: 1;
    transition: 300ms cubic-bezier(0.75, 0.42, 0.25, 1);
  }
  .ard-services-9-item .content-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .ard-services-9-item .title {
    font-size: 28px;
    line-height: 1.38;
    color: white;
    padding-left: 10px;
    transition: 300ms cubic-bezier(0.75, 0.42, 0.25, 1);
  }
  .ard-services-9-item .title:hover {
    color: var(--ard-pr-9);
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ard-services-9-item .title {
      font-size: 24px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ard-services-9-item .title {
      font-size: 22px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ard-services-9-item .title {
      font-size: 24px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ard-services-9-item .title {
      font-size: 22px;
    }
  }
  @media (max-width: 767px) {
    .ard-services-9-item .title {
      font-size: 20px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .ard-services-9-item .title {
      font-size: 24px;
    }
  }
  .ard-services-9-item .number {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--ard-pr-9);
    grid-column: 1/-1;
  }
  .ard-services-9-item .s9-btn {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: var(--ard-pr-9);
    border-radius: 50%;
    text-align: center;
    color: #000;
    transform: rotate(365deg);
    opacity: 0;
    transition: 300ms cubic-bezier(0.75, 0.42, 0.25, 1);
    line-height: 56px;
    font-size: 30px;
  }
  .ard-services-9-item:hover .main-img {
    background: var(--ard-pr-9);
  }
  .ard-services-9-item:hover .main-img .icon {
    color: #000;
  }
  .ard-services-9-item:hover .s9-btn {
    transform: rotate(320deg);
    opacity: 1;
  }