.footer-2 {
  background-color: #040f1d;
  color: white;
}

.footer-2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

}

.footer-2 li {
  float: left;
}

.footer-2 li a {
  display: block;
  /* color: #747e8a; */
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;

  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Raleway';
  /* supaya tidak bergerak naik turun */
  border-bottom: 4px solid #040f1d;
}

/* Change the link color to #111 (black) on hover */
.footer-2 li a:hover {
  /* background-color: #f8df7a; */
  color: #f6d23f;
  border-bottom: 4px solid #f6d23f;
}

.logo-text {
  color: white;
}

.footer-2 .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer-2 .social-links a:hover {
  color: #f6d23f;
  border-color: #f6d23f;
}




.newsletter .form-control {
  background-color: #fff;
  border-color: rgba(1, 22, 64, .21);
  border-width: 1px 1px 1px 1px;
  border-radius: 0 0 0 0;
}


.footer-2 .social-links a {
  color: white;
}

section.contact{
  padding-top: 0px;
}
