
.ard-award-9-area {
    position: relative;
    z-index: 1;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-award-9-area {
      padding-top: 130px;
      padding-bottom: 130px;
    }
  }
  .ard-award-9-area::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #131414;
    position: absolute;
    z-index: -1;
    opacity: 0.9;
  }
  
  .ard-award-9-content {
    padding-right: 15px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-award-9-content {
      padding-right: 0px;
      margin-bottom: 70px;
    }
  }
  
  .ard-award-9-item {
    position: relative;
    background: transparent;
    border-bottom: 2px solid #D9D9D9;
    display: flex;
    gap: 0 20px;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0px;
    transition: 500ms cubic-bezier(0.75, 0.42, 0.25, 1);
  }
  @media (max-width: 767px) {
    .ard-award-9-item {
      flex-wrap: wrap;
    }
  }
  .ard-award-9-item::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #D9D9D9;
    top: -2px;
    left: 0;
    position: absolute;
    transition: 500ms cubic-bezier(0.75, 0.42, 0.25, 1);
  }
  .ard-award-9-item .title {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    line-height: 1.35;
    transition: 500ms cubic-bezier(0.75, 0.42, 0.25, 1);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-award-9-item .title {
      font-size: 22px;
    }
  }
  .ard-award-9-item .disc {
    color: #fff;
    padding-right: 5px;
  }
  .ard-award-9-item .item-img {
    max-width: 300px;
    height: 360px;
    border-radius: 10px;
    position: absolute;
    top: 60%;
    right: 10%;
    transform: rotateX(40deg) rotateY(90deg);
    transition: 200ms cubic-bezier(0.75, 0.42, 0.25, 1);
    z-index: 2;
  }
  @media (max-width: 767px) {
    .ard-award-9-item .item-img {
      display: none;
    }
  }
  .ard-award-9-item:hover {
    padding: 50px 40px;
    background: #2B2B2B;
    border-bottom: 2px solid var(--ard-pr-9);
    z-index: 2;
  }
  .ard-award-9-item:hover::after {
    background: var(--ard-pr-9);
  }
  .ard-award-9-item:hover .title {
    color: var(--ard-pr-9);
  }
  .ard-award-9-item:hover .item-img {
    transform: rotateX(0deg) rotateY(0deg);
    transition: 700ms cubic-bezier(0.75, 0.42, 0.25, 1);
  }
  
  .ard-award-9-step-wrap {
    padding-left: 50px;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ard-award-9-step-wrap {
      padding-left: 40px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-award-9-step-wrap {
      padding-left: 0px;
    }
  }
  
  .ard-award-9-step {
    background: #2B2B2B;
    padding: 22px 50px 45px 50px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 40px 40px;
    position: relative;
    overflow: hidden;
    transition: 300ms cubic-bezier(0.75, 0.42, 0.25, 1);
  }
  @media (max-width: 767px) {
    .ard-award-9-step {
      padding: 22px 20px 45px 20px;
      gap: 40px 25px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .ard-award-9-step {
      padding: 22px 50px 45px 50px;
      gap: 40px 40px;
    }
  }
  .ard-award-9-step::after {
    content: "";
    width: 95px;
    height: 195px;
    background: var(--ard-pr-9);
    border-radius: 100px;
    opacity: 0.1;
    top: -82px;
    left: 22px;
    position: absolute;
    rotate: 324deg;
    transition: 300ms cubic-bezier(0.75, 0.42, 0.25, 1);
  }
  @media (max-width: 767px) {
    .ard-award-9-step::after {
      left: -9px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .ard-award-9-step::after {
      left: 22px;
    }
  }
  .ard-award-9-step .number {
    width: 70px;
    height: 70px;
    background: var(--ard-pr-9);
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    margin-left: 17px;
    transition: 300ms cubic-bezier(0.75, 0.42, 0.25, 1);
  }
  .ard-award-9-step .title {
    font-size: 30px;
    color: #fff;
    line-height: 1.33;
    transition: 300ms cubic-bezier(0.75, 0.42, 0.25, 1);
  }
  .ard-award-9-step .disc {
    font-size: 16px;
    line-height: 28px;
    grid-column: 1/-1;
    color: #AFAFAF;
    transition: 300ms cubic-bezier(0.75, 0.42, 0.25, 1);
  }
  .ard-award-9-step:is(.active) {
    background: var(--ard-pr-9);
  }
  .ard-award-9-step:is(.active)::after {
    background-color: #fff;
    opacity: 15%;
  }
  .ard-award-9-step:is(.active) .number {
    background: #fff;
  }
  .ard-award-9-step:is(.active) .disc {
    color: #fff;
    opacity: 0.8;
  }