@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.light-footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #53538e, #514194);
  width: 100%;
  font-family: "Open Sans", sans-serif;
  padding-top: 20px;
  color: #ffffff;
  overflow: hidden;
  z-index: 1500;
  margin: 0;
}
  
.light-footer-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 15px;
}

.light-footer-content p {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0 3px;
  color:#fff6ea;
}

.light-footer span {
  color: #d6c6ff;
  font-weight: 600;
}

.light-footer-bottom {
  background-color: #18181b;
  padding: 5px 0;
  text-align: center;
}

.lt-footer-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0;
  list-style: none;
}

.lt-footer-links li {
  position: relative;
}

.lt-footer-links li a {
  color: #b0b0b0;
  text-decoration: none;
  font-size: 0.8rem;
  font-family: "Open Sans", sans-serif;
  transition: color 0.3s;
  padding-right: 10px;
}

.lt-footer-links li a:hover {
  color: #ffffff;
}

.lt-footer-links li:not(:last-child)::after {
  content: '|';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #b0b0b0;
}

/*▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬*/

/*█▀█ █▀▀ █▀ █▀█ █▀█ █▄ █ █▀ █ █ █ █▀▀
  █▀▄ ██▄ ▄█ █▀▀ █▄█ █ ▀█ ▄█ █ ▀▄▀ ██▄*/

@media (max-width: 700px) {
  .light-footer-content {
    flex-direction: column;
  }

  .light-footer-content p {
    font-size: 0.7rem;
  }
  
  .lt-footer-links li a {
    font-size: 0.6rem;
  }
}

/*▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬*/

/* █▀▄ ▄▀█ █▀█ █▄▀   ▀█▀ █ █ █▀▀ █▀▄▀█ █▀▀
   █▄▀ █▀█ █▀▄ █ █    █  █▀█ ██▄ █ ▀ █ ██▄ */

body.dark-theme .light-footer {
  background: linear-gradient(to right, #16172b, #241d54);
}
