/* GRAFIKA */

.grafika {
  background: linear-gradient(to bottom, var(--bg) 0%, var(--bg-tr) 50%, var(--bg) 100%),
    url("../assets/grafika_hero_bg.jpg") no-repeat center center;
  background-size: cover;
}
.grafika-title {
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .grafika-title {
    max-width: 400px;
  }
}
.grafika-title-word {
  display: inline-block;
  overflow: visible !important;
  padding-right: 4px;
  will-change: transform, opacity;
  transform: translateY(0);
}
.grafika-left {
  width: 300px;
  min-width: 300px;
  height: auto;
}

.brandbook-1 {
  background: url("../assets/rolunk_img.jpg") no-repeat right center;
  background-size: 85%;
}
.brandbook-1 img {
  box-shadow: 0px 0px 30px -5px rgb(34, 34, 34, 0.5);
  transform: rotate(-10deg);
}
.brandbook-2:nth-child(1) {
  position: absolute;
  top: -5px;
}
.grafika-right {
  max-width: 700px;
  min-width: 400px;
  flex: 1 1;
}
@media screen and (max-width: 405px) {
  .grafika-right {
    min-width: 300px;
  }
}
.swiper-grafika {
  max-width: 100%;
  border-radius: 15px;
}
.swiper-wrapper-grafika {
  max-width: 300px;
}
.swiper-slide-grafika {
  color: var(--text);
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  background-color: var(--pop);
  border-radius: 20px !important;
  max-width: 250px;
  max-height: 250px;
}
.swiper-slide-grafika span {
  font-size: 35px;
  color: var(--yellow);
  padding-top: 30px;
}
.swiper-slide-grafika h4 {
  font-size: 20px;
  font-weight: 500;
  padding-top: 5px;
}
.swiper-slide-grafika p {
  color: var(--text2);
  padding: 10px 20px;
  text-align: center;
  padding-bottom: 30px;
}
.swiper-navigation-grafika {
  display: flex;
  gap: 20px;
}
.swiper-button-prev-grafika,
.swiper-button-next-grafika {
  padding: 10px 20px;
  font-size: 25px;
  background: var(--pop);
  color: var(--color1);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1025px) {
  .swiper-navigation-grafika {
    display: none;
  }
  .swiper-grafika {
    border-radius: 0px;
  }
}

/* grafika SECTION-1 */

.grafika-1 {
  background: linear-gradient(to bottom, var(--bg) 0%, var(--bg-tr) 50%, var(--bg) 100%),
    url("../assets/grafika_1_bg.jpg") no-repeat center center;
  background-size: cover;
}
.grafika-1-title {
  overflow: visible !important;
}
.grafika-1-title-word {
  display: inline-block;
  overflow: visible !important;
  padding-right: 4px;
  will-change: transform, opacity;
  transform: translateY(0);
}
.grafika-1-container {
  max-width: 800px;
}
.grafika-1 .img-container {
  max-width: 800px;
  min-width: 500px;
}

.grafika-1 p {
  max-width: 800px;
}

/* SZOLGÁLTATÁS */

.szolgaltatas {
  background: linear-gradient(to bottom, var(--bg) 0%, var(--bg-tr) 50%, var(--bg) 100%),
    url("../assets/szolgaltatas_bg.jpg") no-repeat center center;
  background-size: cover;
}
.szolgaltatas-title {
  overflow: visible !important;
}
.szolgaltatas-title-word {
  display: inline-block;
  overflow: visible !important;
  padding-right: 4px;
  will-change: transform, opacity;
  transform: translateY(0);
}
.szolgaltatas-container {
  max-width: 1000px;
}
.szolgaltatas .img-container {
  width: 90vw;
  max-width: 700px;
  overflow: hidden;
}
.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/grafika_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: 768px) {
  .swiper-slide-szolgaltatas {
    max-width: 320px;
  }
}

/* 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(--yellow);
}
