@import url("styles.css");

.footer-section {
  background-color: var(--mian-text);
  margin-top: 55px;
}

.footer-nav-items ul li {
  color: var(--special-white);
}

.footer-nav-items ul.n-header {
  gap: 35px;
}

.copy-right-con,
.footer-social-text {
  color: var(--special-white);
  font-weight: 400;
}

.bottom-section {
  padding-top: 25px;
  padding-bottom: 35px;
}

.sponser-text-con {
  color: var(--special-white);
  font-size: 13px;
  font-weight: 300;
}

.sponser-text-con a {
  text-decoration: none;
  color: var(--special-white);
}
