.services-section {
  position: relative;
}
.services-section__container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 1100px;
  padding-bottom: 20rem;
  position: relative;
}
@media (max-width: 1279px) {
  .services-section__container {
    min-height: auto;
    padding: 2rem 0;
  }
}
.services-section__content {
  position: relative;
  display: flex;
}
@media (max-width: 1279px) {
  .services-section__content {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.services-section__hexagon {
  width: 320px;
  height: 320px;
}
@media (max-width: 1279px) {
  .services-section__hexagon {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 0 auto 2rem auto;
    display: block;
    width: 320px !important;
    height: 320px !important;
  }
}
.services-section__hexagon--butorszereles {
  background: url("../imgs/services/butorszereles_v2.png") no-repeat center center;
  background-size: 125%;
  background-color: #4E4137;
}
.services-section__hexagon--egyedi-butorgyartas {
  position: absolute;
  left: -384px;
  top: -58px;
  width: 405px;
  height: 420px;
  background: url("../imgs/services/egyedi_butorgyartas_vilagos.png") no-repeat center center;
  background-size: 125%;
  background-color: #4E4137;
  z-index: 10;
}
.services-section__hexagon--koltoztetes {
  position: absolute;
  right: -430px;
  top: -115px;
  width: 457px;
  height: 472px;
  background: url("../imgs/services/koltoztetes.png") no-repeat center center;
  background-size: 125%;
  background-color: #4E4137;
  z-index: 10;
}
.services-section__hexagon--logo {
  position: absolute;
  left: -115px;
  top: 288px;
  width: 235px;
  height: 243px;
  background-color: #4E4137;
  z-index: 10;
}
.services-section__hexagon--butorszallitas {
  position: absolute;
  right: -230px;
  top: 288px;
  width: 449px;
  height: 463px;
  background: url("../imgs/services/butorszallitas_v2.png") no-repeat center center;
  background-size: 120% 122%;
  background-position-y: 47%;
  background-color: #4E4137;
  z-index: 10;
}
.services-section__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background: url("../imgs/logos/leadertrans.svg") no-repeat center center;
  background-size: contain;
}
.services-section__service-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4), 1px 1px 0 #5A3A1E;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
}
.services-section__description {
  position: absolute;
  text-align: left;
  color: white;
  font-size: 1rem;
}
@media (max-width: 1279px) {
  .services-section__description {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 600px;
    margin: 0 auto 3rem auto;
    padding: 0 1rem;
  }
}
.services-section__description--butorszereles {
  top: -150px;
  left: -100px;
  width: 350px;
}
@media (min-width: 1536px) {
  .services-section__description--butorszereles {
    top: -180px;
    width: 500px;
  }
}
.services-section__description--egyedi-butorgyartas {
  left: -400px;
  bottom: -200px;
  width: 280px;
}
@media (min-width: 1536px) {
  .services-section__description--egyedi-butorgyartas {
    left: -520px;
    bottom: -160px;
    width: 380px;
  }
}
.services-section__description--koltoztetes {
  top: -280px;
  right: -400px;
  width: 380px;
}
@media (min-width: 1536px) {
  .services-section__description--koltoztetes {
    top: -300px;
    right: -520px;
    width: 300px;
  }
}
@media (min-width: 1920px) {
  .services-section__description--koltoztetes {
    top: -280px;
    right: -600px;
    width: 380px;
  }
}
.services-section__description--kozponti {
  bottom: -400px;
  left: -400px;
  width: 420px;
}
.services-section__description--butorszallitas {
  bottom: -320px;
  right: -450px;
  width: 200px;
}
@media (min-width: 1536px) {
  .services-section__description--butorszallitas {
    right: -520px;
    width: 250px;
  }
}
@media (min-width: 1920px) {
  .services-section__description--butorszallitas {
    bottom: -320px;
    right: -650px;
    width: 380px;
  }
}
.services-section__line {
  position: absolute;
  height: 67px;
  background: linear-gradient(90deg, #4d3325 7.33%, #f0ba93 56.95%, #462b1e 92.88%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  z-index: 0;
}
.services-section__line--left {
  top: 10rem;
  left: -60px;
  width: 30vw;
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
}
@media (min-width: 1280px) and (max-width: 1536px) {
  .services-section__line--left {
    left: -100px;
    width: 26vw;
  }
}
@media (min-width: 1536px) {
  .services-section__line--left {
    left: 0;
  }
}
.services-section__line--right {
  top: 85%;
  right: 0;
  width: 38vw;
  height: 67px;
  background-color: #4E4137;
  z-index: 0;
}

.szolgaltatas-line {
  background: linear-gradient(90deg, #4d3325 19.46%, #f0ba93 66.17%, #462b1e 100%);
  clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}

.szolgaltatas-line-reverse {
  background: linear-gradient(90deg, #4d3325 19.46%, #f0ba93 66.17%, #462b1e 100%);
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/*# sourceMappingURL=services-section.css.map */
