/* social platform */
.social-apps {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 50px;
}

footer {
  background-color: #0234a5;
}

.footer-top {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
}

.footer-top h2 {
  max-width: 478px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0 !important;
}

.footer-top .social-apps {
  margin-top: 0 !important;
}

.footer-bottom {
  display: grid;
  gap: 30px;
  justify-content: center;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}

.service {
  display: flex;
  align-items: center;
  gap: 30px;
}

.service a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s all linear;
}

.service a:hover,
.social-medias a:hover {
  opacity: 0.6;
}

.social-medias {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.social-medias a {
  transition: 0.2s all linear;
}

.copy-right {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
}

/*# sourceMappingURL=footer.css.map */
