

.txa-showcase-1-area {
    background: #fff;
    position: relative;
  }
  
  .txa-showcase-1-item {
    border-width: 3px;
    border-color: rgb(227, 242, 227);
    border-style: dashed;
    border-radius: 30px;
    padding: 35px 30px;
    margin-bottom: 30px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .txa-showcase-1-item {
      padding: 35px 20px;
    }
  }
  .txa-showcase-1-item .title {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 17px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .txa-showcase-1-item .title {
      font-size: 26px;
    }
  }
  @media (max-width: 767px) {
    .txa-showcase-1-item .title {
      font-size: 26px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .txa-showcase-1-item .title {
      font-size: 26px;
    }
  }
  .txa-showcase-1-item .disc {
    margin-bottom: 28px;
  }
  .txa-showcase-1-item .showcase-btn {
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    position: relative;
    transition: 300ms var(--cube-1);
  }
  .txa-showcase-1-item .showcase-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: var(--txa-heading-1);
    transition: 400ms var(--cube-2);
  }
  .txa-showcase-1-item .showcase-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    transform: translateX(-50%);
    width: 0%;
    height: 1px;
    background: var(--txa-pr-1);
    transition: 400ms var(--cube-2);
    z-index: 1;
  }
  .txa-showcase-1-item .showcase-btn:hover {
    letter-spacing: 0.5px;
    color: var(--txa-pr-1);
  }
  .txa-showcase-1-item .showcase-btn:hover::before {
    width: 100%;
  }
  .txa-showcase-1-item .showcase-btn:hover::after {
    width: 0%;
  }
  .txa-showcase-1-item-img {
    padding: 0 30px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .txa-showcase-1-item-img {
      padding: 0 0px;
    }
  }
  @media (max-width: 767px) {
    .txa-showcase-1-item-img {
      padding: 0 0px;
      max-width: 240px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .txa-showcase-1-item-img {
      padding: 0 80px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .txa-showcase-1-item-img .single-img {
    max-width: 222px;
    height: 120px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    margin-left: auto;
    transition: 800ms var(--cube-1);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .txa-showcase-1-item-img .single-img {
      max-width: 180px;
    }
  }
  @media (max-width: 767px) {
    .txa-showcase-1-item-img .single-img {
      max-width: 180px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .txa-showcase-1-item-img .single-img {
      max-width: 222px;
    }
  }
  .txa-showcase-1-item-img .single-img:nth-child(2) {
    margin-top: -70px;
    margin-right: 20px;
    transform: translate(20px, -50px);
  }
  .txa-showcase-1-item-img .single-img:nth-child(3) {
    margin-top: -70px;
    margin-right: 40px;
    transform: translate(40px, -100px);
  }
  .txa-showcase-1-item-img .single-img:nth-child(4) {
    margin-top: -70px;
    margin-right: 60px;
    transform: translate(60px, -150px);
  }
  .txa-showcase-1-item-img:is(.active) .single-img:nth-child(2) {
    transform: translate(0px, 0px);
  }
  .txa-showcase-1-item-img:is(.active) .single-img:nth-child(3) {
    transform: translate(0px, 0px);
  }
  .txa-showcase-1-item-img:is(.active) .single-img:nth-child(4) {
    transform: translate(0px, 0px);
  }
  