.footer {
    padding: 5rem 0 1rem;
    background: #050516;
}
.footer-heading{
    width: max-content;
    max-width: 100%;
    background: linear-gradient(92.36deg, #AD49E1 1.15%, #FFF 123.37%);
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    animation:shine 5s infinite linear;
}
footer a {
    transition: 0.3s;
    font-size: 1rem;
    color: #FFF;
  }

  footer a:hover,
  footer i:hover {
    color: #AD49E1 !important;
  }
.footer-icon{
  color: #3FA2F6;
  transition-duration: .3s;
}
footer a:hover .footer-icon{
  color: #AD49E1;
  transition-duration: .3s;
}
  footer li {
    list-style: none;
  }
.footer-hr {
    background: #FFF;
    height: 1px;
    opacity: .2;
}
.kriyateev{
  color: #AD49E1;
  transition-duration: .3s;
}
.kriyateev:hover{
  color: #FFF !important;
  transition-duration: .3s;
}

  @media (max-width: 768px) {
    footer .text-md-end,
    footer .text-md-start {
      text-align: center !important;
    }

    footer .justify-content-md-end,
    footer .justify-content-md-start {
      justify-content: center !important;
    }
  }
