.container-footer {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-color: #161c28;
}

.container-footer .footer-bg {
  width: 100%;
  /* background: url(../img/img-footer.svg) no-repeat; */
  background-size: cover;
  padding: 8rem 0;
  padding-bottom: 2rem;
  background: #161c28;
  border-bottom: 0.5px solid #f6b800;
}

.container-footer .footer-top,
.container-footer .footer-bottom {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-footer .footer-flex {
  display: flex;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  row-gap: 10px;
}

.container-footer .footer-left,
.container-footer .footer-contact {
  max-width: 400px;
}

.container-footer .footer-contact a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
}

.container-footer .footer-support {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 9%;
}

.container-footer .footer-support::before {
  content: "";
  width: 50rem;
  height: 2px;
  background: #f6b800;
  margin: 20px 0;
}

.container-footer .footer-bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* height: 60px; */
  padding: 20px 0;
}

.container-footer .footer-bottom::before {
  content: "";
  position: absolute;
  top: -1%;
  left: 43%;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f6b800;
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.container-footer .footer-bottom p {
  display: inline-block;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.container-footer .social-icons {
  z-index: 2;
}

.container-footer .social-icons a {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.container-footer .social-icons img {
  width: 100%;
  height: 100%;
}

.container-footer .sponsors {
  display: flex;
  column-gap: 18px;
  margin: 10px 0;
}

/* breakpoints ======================================= */

@media (max-width: 360px) {
  .container-footer .footer-support {
    margin-top: 26rem !important;
  }
}

@media (min-width: 360px) and (max-width: 430px) {
  .container-footer .footer-bg {
    padding: 40px 0;
  }

  .category-panelis .category-meta {
    width: 98%;
  }

  .container-footer .footer-flex {
    flex-direction: column;
  }

  .container-footer .footer-support {
    margin-top: 23rem;
  }

  .container-footer .footer-bottom p {
    width: 50%;
    padding: 0 5px;
  }

  .container-footer .footer-bottom::before {
    left: 47%;
  }

  .container-footer .sponsors {
    justify-content: center;
  }

  .container-footer .sponsors img {
    width: 30%;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  .container-footer .footer-support {
    margin-top: 10%;
  }

  /* .container-footer .footer-flex {
    flex-direction: column;
  } */

  .container-footer .footer-bottom p {
    width: 50%;
    padding: 0 5px;
  }

  .container-footer .footer-bottom::before {
    left: 47%;
  }
}
