
.txa-cta-1-area {
    background: #3672e3;
    padding-top: 240px;
    padding-bottom: 130px;
    position: relative;
    margin-top: -125px;
  }
  .txa-cta-1-area .txa-cta-1-il-2 {
    position: absolute;
    right: 6vw;
    top: 120px;
    animation: txacta1 6s linear infinite;
  }
  .txa-cta-1-area .txa-cta-1-il-1 {
    position: absolute;
    left: 6vw;
    bottom: 150px;
    animation: txacta1 8s linear infinite;
  }
  @media 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), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .txa-cta-1-area .txa-cta-1-il-1 {
      bottom: 50px;
    }
  }
  .txa-cta-1-area .txa-cta-1-il-3 {
    position: absolute;
    right: 3vw;
    top: 50%;
    animation: txacta1 10s linear infinite;
  }
  @media 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), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .txa-cta-1-area .txa-cta-1-il-3 {
      top: 90%;
    }
  }
  .txa-cta-1-content {
    padding-right: 60px;
    margin-bottom: 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) {
    .txa-cta-1-content {
      padding-right: 0px;
    }
  }
  .txa-cta-1-content .txa-title-1 {
    margin-bottom: 5px;
  }
  .txa-cta-1-content .disc {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    opacity: 0.8;
    margin-bottom: 20px;
  }
  .txa-cta-1-content .links {
    font-size: 26px;
    color: #fff;
  }
  @media (max-width: 767px) {
    .txa-cta-1-content .links {
      font-size: 18px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .txa-cta-1-content .links {
      font-size: 22px;
    }
  }
  .txa-cta-1-content .links a {
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    transition: 400ms var(--cube-1);
  }
  .txa-cta-1-content .links a::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 300ms var(--cube-2);
  }
  .txa-cta-1-content .links a::before {
    content: "";
    width: 0%;
    height: 1px;
    background-color: var(--txa-heading-1);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: 300ms var(--cube-2);
    z-index: 1;
  }
  .txa-cta-1-content .links a:hover {
    color: var(--txa-heading-1);
  }
  .txa-cta-1-content .links a:hover::after {
    width: 0;
  }
  .txa-cta-1-content .links a:hover::before {
    width: 100%;
  }
  
  @keyframes txacta1 {
    0% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(50%);
    }
    50% {
      transform: translateX(-50%);
    }
    75% {
      transform: translateX(-25%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  .txa-cta-1-img {
    position: relative;
  }
  .txa-cta-1-img .img-path-1 {
    position: absolute;
    width: 35%;
    top: 23%;
    left: -2%;
  }
  .txa-cta-1-img .img-path-3 {
    position: absolute;
    right: 12%;
    width: 50%;
    bottom: 3px;
  }