.kapcsolat-ugyvezetok .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--bs-primary);
  margin: 5px;
  opacity: 0.75;
  transition: all 0.3s;
}

.kapcsolat-ugyvezetok .item.social > a:hover {
  opacity: 1;
  box-shadow: 0 0 0 1px var(--bs-gray-700);
  color: var(--bs-gray-700);
}

#scroll-progress {
  height: 2px;
}

html {
  scroll-behavior: smooth;
}

.navbar .logo {
  height: 80px;
}

.head-technology {
  animation: head-technology-spin 15s linear infinite;
}

@keyframes head-technology-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

header {
  background-image: url("../../assets/img/header-bg.png?h=25424f11ce67adc02b19b84fb87d57cf");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

.icon-parent {
  width: 130px;
  height: 130px;
}

.icon-parent-box {
  width: 110px;
  height: 110px;
}

#sec_ai {
  background-image: url("../../assets/img/sec-bg1.jpg?h=b5bc333b1cc9753329ad70f6c102da43");
  background-repeat: no-repeat;
  background-size: cover;
}

.line {
  height: 10px;
  border-radius: 5px;
  width: 150px;
}

.solution-1 {
  background-image: linear-gradient(to right bottom, #1c437f, #122a4e), url(../../assets/img/solution-1.jpg?h=f69d152853f0be9f7a26c3d9cc79d18e);
}

.solution-2 {
  background-image: linear-gradient(to right bottom, #1c437f, #122a4e), url(../../assets/img/solution-2.jpg?h=f69d152853f0be9f7a26c3d9cc79d18e);
}

.solution-3 {
  background-image: linear-gradient(to right bottom, #1c437f, #122a4e), url(../../assets/img/solution-3.jpg?h=f69d152853f0be9f7a26c3d9cc79d18e);
}

.solutions {
  background-size: cover;
  height: 25rem;
  background-blend-mode: color;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.solutions-list li:not(:last-child) {
  border-bottom: 0.1rem solid #eee;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer .logo {
  width: 100px;
}

.keres-blokk {
  height: 180px;
  overflow-y: auto;
}

.valasz-blokk {
  height: 420px;
  overflow-y: auto;
}

.grayscale {
  filter: grayscale(100%);
}

.kapcsolat-ugyvezetok img.profilkep {
  width: 180px;
  border-radius: 50%;
  box-shadow: 0 8px 15px var(--bs-gray-500);
  margin-bottom: 20px;
}

.tablazat_section {
  background-image: url("../../assets/img/kesolix_fej.jpg?h=c1e5078c952c7f007a2bdf92ae509f35");
  background-position: right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.holivista-logo {
  width: 240px;
}

