/* HERO */

.hero {
  background: linear-gradient(
      to bottom,
      var(--bg) 0%,
      var(--bg-tr-hero) 12%,
      var(--bg-tr-hero) 60%,
      var(--bg) 80%
    ),
    url("../assets/hero_bg_4.jpg") no-repeat center center;
  background-size: cover;
}
.hero-title {
  max-width: 1200px;
  overflow: visible !important;
}
.hero-title-word {
  display: inline-block;
  overflow: visible !important;
  padding-right: 4px;
  will-change: transform, opacity;
  transform: translateY(0);
}
.hero-text-word {
  background-color: var(--text);
  border-radius: 15px;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  color: var(--bg);
  display: inline-block;
  margin: 8px 5px;
  transform: translateY(0);
  /*box-shadow: 0 0 40px 0 var(--bg);*/
  will-change: transform, opacity;
  border: none;
  border-color: color-mix(in srgb, var(--pop) 95%, var(--text) 5%);
}

.hero-text-word:hover {
  transform: scale(1.1);
}

.hero-text-word i {
  transition: transform 0.3s ease;
  padding-right: 8px;
}

.hero-text-word:hover i {
  transform: rotate(-10deg) scale(1.1);
}

.hero img {
  width: 1500px;
  display: flex;
  flex-direction: flex-end;
  padding-top: 20px;
  transition: transform 5s ease-out;
  will-change: transform, opacity;
}

@media screen and (max-width: 1600px) {
  .hero-img img {
    width: 1400px;
  }
  .hero-title {
    max-width: 900px;
  }
}
@media screen and (max-width: 1025px) {
  .hero-img img {
    width: 1300px;
    padding-top: 50px;
  }
  .hero-title {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .hero-title {
    max-width: 600px;
  }
  .hero-text {
    max-width: 500px;
  }
  .hero-img img {
    width: 1000px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 405px) {
  .hero-text-word {
    font-size: 18px;
    line-height: 18px;
  }
  .hero-img img {
    width: 800px;
  }
}

/* SIKER */

.siker {
  background: linear-gradient(to bottom, var(--bg) 0%, var(--bg-tr) 60%, var(--bg) 80%),
    url("../assets/siker_bg_1.jpg") no-repeat center center;
  background-size: cover;
}
.siker-title {
  overflow: visible !important;
  max-width: 500px;
}
.siker-title-word {
  display: inline-block;
  overflow: visible !important;
  padding-right: 4px;
  will-change: transform, opacity;
  transform: translateY(0);
}
.siker-text {
  max-width: 450px;
  width: 100%;
}
.siker-img {
  max-width: 300px;
}
@media screen and (max-width: 809px) {
  .order-1 {
    order: 2;
  }
  .order-2 {
    order: 1;
  }
  .siker-container {
    max-width: 700px;
  }
  .siker-content {
    gap: 80px !important;
  }
  .siker-row {
    gap: 30px !important;
  }
}
@media screen and (max-width: 900px) {
  .siker-text {
    max-width: 400px;
  }
}

/* SZOLGÁLTATÁS */

.szolgaltatas {
  background: linear-gradient(to bottom, var(--bg) 0%, var(--bg-tr) 50%, var(--bg) 100%),
    url("../assets/szolgaltatas_bg_1.jpg") no-repeat center center;
  background-size: cover;
}
.szolgaltatas-container {
  max-width: 900px;
}
.szolgaltatas-title {
  overflow: visible !important;
  max-width: 600px;
}
.szolgaltatas-title-word {
  display: inline-block;
  overflow: visible !important;
  padding-right: 4px;
  will-change: transform, opacity;
  transform: translateY(0);
}
.szolgaltatas-img {
  max-width: 600px;
  width: 90%;
}
.szolgaltatas p {
  max-width: 800px;
}
.szolgaltatas-wrapper {
  max-width: 1000px;
  position: relative;
}
.swiper-szolgaltatas {
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  .swiper-szolgaltatas {
    border-radius: 0px;
  }
}
.swiper-slide-szolgaltatas {
  max-width: 350px;
}
.swiper-card-szolgaltatas {
  width: 100%;
  box-sizing: border-box;
}
.swiper-card-szolgaltatas-1 {
  background: url("../assets/weboldal_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  background-color: var(--pop);
}
.swiper-card-szolgaltatas-2 {
  background: url("../assets/arculat_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  background-color: var(--pop);
}
.swiper-card-szolgaltatas-3 {
  background: url("../assets/grafika_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  background-color: var(--pop);
}
.swiper-card-szolgaltatas-4 {
  background: url("../assets/szovegiras_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  background-color: var(--pop);
}
.swiper-card img {
  width: 130px;
}
@media screen and (max-width: 1000px) {
  .szolgaltatas-wrapper::before,
  .szolgaltatas-wrapper::after {
    width: 0px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-slide-szolgaltatas {
    max-width: 320px;
  }
}

/* RÓLUNK */

.rolunk {
  background: linear-gradient(to bottom, var(--bg) 0%, var(--bg-tr) 60%, var(--bg) 80%),
    url("../assets/hero_bg.jpg") no-repeat center center;
  background-size: cover;
}
.rolunk-left,
.rolunk-right {
  max-width: 450px;
}
@media screen and (max-width: 990px) {
  .rolunk-left {
    max-width: 340px;
  }
  .rolunk-right {
    max-width: 380px;
  }
}
.rolunk-title {
  overflow: visible !important;
}
.rolunk-title-word {
  display: inline-block;
  overflow: visible !important;
  padding-right: 4px;
  will-change: transform, opacity;
  transform: translateY(0);
}
.img-container {
  width: 100%;
  max-width: 600px;
  max-height: 250px;
  aspect-ratio: 12 / 5;
  overflow: hidden;
}
.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* FAQ */

.faq-container {
  max-width: 800px;
}
@media screen and (max-width: 1025px) {
  .faq-container {
    max-width: 600px;
  }
}
.faq-title {
  overflow: visible !important;
}
.faq-title-word {
  display: inline-block;
  overflow: visible !important;
  padding-right: 4px;
  will-change: transform, opacity;
  transform: translateY(0);
}
.faq-item {
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-question {
  cursor: pointer;
}
.faq-icon i {
  transition: transform 0.5s ease;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.faq-item.active .faq-answer {
  max-height: 500px;
}
.faq-item.active .faq-icon i {
  transform: rotate(45deg);
}
.faq-item.active .faq-question h3 {
  color: var(--accent);
}
