/* gsap test */




.heading {
  font-size: 2.5rem;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0.04em 0.04rem 0 #81b5ab;
}

.section {
  overflow: hidden;
}

.wrapper {
  height: 100vh;
}

.list {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  padding: 0.2rem;
}

.item {
  /* width: 100vw; */
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: rgb(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
}

   /* title  */
 .nm-sec-title-2 {
    line-height: 1;
    letter-spacing: -0.025em;
    margin-bottom: 0px;
    font-size: 65px;
}
.text::before {
    content: "";
    width: 32px;
    height: 2px;
    background: #14f1d9;
    border-radius: 2px;
    box-shadow: 0 0 8px #14f1d9, 0 0 20px rgba(20, 241, 217, 0.6);
}

/* title  */


     svg {
      fill: #20E7B7;
    }

    svg.styles_content__middle__group__tabs__item__icon__18v_H {
      box-shadow: 0 0 8px #14f1d9, inset 0 0 20px rgba(20, 241, 217, 0.6);
    }

    .list .card-content {
      display: flex;
      flex-direction: column;
      padding: 22px 0;
      padding-left: 30px;
      height: 100%;
    }

    .list .card-title {
      font-size: 34px;
      line-height: 1.176;
      color: #fff;
      letter-spacing: -0.025em;
      margin-bottom: 0;
    }

    .list .card-disc {
      font-size: 16px;
      color: #a2a2a2;
      margin-top: 14px;
      margin-bottom: 14px;
    }

    .list .card-features li {
      letter-spacing: -0.025em;
      display: flex;
      align-items: center;
      gap: 10px;
      color: #fff;
    }

    .list img {
      border-radius: 15px;
      width: 100%;
      height: 100% !important;
      object-fit: cover;
    }
    .horizontal-section .list img {
      border-radius: 15px;
      width: 45%;
      height: 100% !important;
      object-fit: cover;
    }

    .list .service-wrap {
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

     .list .service-card {
      border-radius: 20px;
      background-color: #0e0e0e;
      border: 1px solid rgb(25 242 217);
      box-shadow: 0 0 8px #14f1d9, inset 0 0 20px rgba(20, 241, 217, 0.6);
      padding: 12px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 50px;
      align-items: center;
      translate: none;
      rotate: none;
      scale: none;
      opacity: 1;
    }

    .list .service-card.one {
      transform: rotate(-3.00023deg);
    }

     .list .service-card.two {
      transform: rotate(9deg);
    }

    .all-service .service-card.three {
      transform: rotate(345deg);
    } 

.item_content {
  background-color: #000000;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
  position: relative;
  width: 50%;
}

/* .item_media {
  border-radius: 24px;
  box-shadow: 0 0 8px #14f1d9, inset 0 0 20px rgba(20, 241, 217, 0.6);
  
  object-fit: cover;
  width: 50%;
  height: 100%;
} */

.item_media {
    position: relative;
    border-left: 1px solid #0fe3cb;
    border-radius: 18px;
    object-fit: cover;
    width: 50%;
    height: 100%;
    filter: drop-shadow(-6px 0 10px #14f1d9);
}



.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-vertical {
  padding: 2rem;
}

@media (max-width: 575.98px) {
  .heading {
    font-size: 2.5rem;
  }

  .item {
    display: flex;
    flex-direction: column;
  }

  .item_content,
  .item_media {
    border-radius: 12px;
    border-top: solid #12f2d9;
    height: 50vh;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .works .list img {
    border-radius: 15px;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

   .works .item_number {
    font-size: 1.5rem;
    top: 1.5rem;
  }

  .list .service-card {
    border-radius: 20px;
    background-color: #0e0e0e;
    border: 1px solid rgb(25 242 217);
    box-shadow: 0 0 8px #14f1d9, inset 0 0 20px rgba(20, 241, 217, 0.6);
    padding: 12px;
    display: block;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    translate: none;
    rotate: none;
    scale: none;
    opacity: 1;
}

.list .service-card.two, .list .service-card.one, .list .service-card.three {
    transform: none;
}
.nm-services-2-sec-title.mb-35 {
    margin-top: 45px;
}
.service-wrap.mt-5{
    margin-top: 1rem !important;
}
.nm-sec-title-2 {
    line-height: 1;
    letter-spacing: -0.025em;
    margin-bottom: 0px;
    font-size: 27px;
}
}

