.footer-dark {
  padding: 50px 0 5px 0;
  color: var(--bs-light);
  background-color: var(--bs-dark);
  position: relative;
}

.footer-dark:before {
  content: "";
  position: absolute;
  background-image: url('../../assets/img/Design-csik.png?h=64e9ecfa2bc61018f91ef39a45289a79');
  width: 100%;
  height: 54px;
  background-repeat: repeat-x;
  top: 0;
  left: 0;
  -webkit-transform: rotate( 180deg );
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 22px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.4;
  margin-bottom: 0;
}

.footer-dark .item-vasarlas ul {
  line-height: 1.8;
}

.footer-dark ul a {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
  transition: color .3s, opacity .3s;
}

.footer-dark ul a:hover {
  opacity: 0.8;
  color: var(--bs-primary);
  /*transition: color .3s, opacity .3s;*/
}

.footer-dark ul span {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
    font-size: 11pt;
  }
}

.footer-dark .item.logo {
  margin: auto 0;
}

.footer-dark .item.social {
  text-align: center;
  /*display: flex;*/
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .footer-dark .item.social {
    /*text-align: center;*/
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.6;
  font-size: 23px;
  transition: color .3s, box-shadow .3s;
}

.footer-dark .item.social > a:hover {
  opacity: 0.8;
  color: var(--bs-primary);
  box-shadow: 0 0 0 1px var(--bs-primary);
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.5;
  /*font-size: 13px;*/
  margin-bottom: 0;
}

