.footer-box {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

@media screen and (min-width: 991px) {
  footer {
    margin-top: 100px;
  }
}

footer .footer-img {
  width: 114px;
  height: 44px;
}

footer .footer-img a {
  width: 200px;
  height: 70px;
}

footer .footer-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .footer-content {
  line-height: 2.4rem;
}

footer .footer-content li {
  list-style: none;
}

footer .footer-content p {
  font-weight: 600 !important;
}

footer .footer-content a {
  color: #121212;
  transition: 350ms;
}

footer .footer-content a:hover {
  color: #8559EC !important;
}

footer .footer-end p {
  font-size: 14px;
  color: initial;
  width: 300px;
}

footer .footer-end p span {
  font-weight: 500;
  color: #121212;
}

footer .footer-end .footer-icon {
  width: 230px;
}

footer .footer-end .footer-icon i {
  transition: 350ms;
}

footer .footer-end .footer-icon i:hover {
  color: #8559EC;
}

footer .btn-play {
  background: #121212 !important;
  width: 150px;
  padding-block: 8px !important;
  border-radius: 45px !important;
  padding-inline: 25px !important;
}

footer .btn-play .play-icon {
  color: #fff;
  align-self: end;
  font-size: 1.8rem;
  padding-right: 8px;
}

footer .btn-play .icon-font-1 {
  color: #fff;
  font-size: 9px;
  white-space: nowrap;
  margin-bottom: -4px;
}

footer .btn-play .icon-font-2 {
  color: #fff;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
}

footer .btn-play-2 {
  padding-inline: 17px !important;
}

@media (max-width: 575px) {
  .footer-end p {
    width: 100% !important;
  }
}

