.home-why {
  position: relative;
  background-color: #004c51;
  background-image: url("/wp-content/themes/islamichelp/assets/images/img-back-03.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .home-why {
    padding: 0 0 128px 0;
  }
}
@media (max-width: 1024px) {
  .home-why__container._container {
    padding: 0;
  }
}
.home-why__body {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .home-why__body {
    flex-direction: column;
  }
}
.home-why__col-01 {
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1232px) {
  .home-why__col-01 {
    padding-top: calc(72px + -22 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-why__col-01 {
    padding-bottom: calc(48px + -8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1024px) {
  .home-why__col-01 {
    padding: 72px 16px 32px 16px;
  }
}
.home-why__title {
  font-size: 40px;
  line-height: normal;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1232px) {
  .home-why__title {
    font-size: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
.home-why__text {
  margin-top: 32px;
  margin-bottom: 32px;
  max-width: 489px;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  font-family: "TestSohne-Buch", sans-serif;
}
@media (max-width: 1232px) {
  .home-why__text {
    margin-top: calc(24px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-why__text {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.home-why__text strong {
  font-weight: 700;
  text-decoration: underline;
}
.home-why__link {
  margin: auto 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 1000px;
  border: 1px solid #fff;
  background-color: #004c51;
  transition: all 0.3s ease 0s;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1232px) {
  .home-why__link {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.home-why__link svg path {
  transition: all 0.3s ease 0s;
}
.home-why__link:hover {
  background-color: #deca3c;
  border-color: #deca3c;
}
.home-why__link:hover svg path {
  fill: #deca3c;
}
@media (max-width: 1024px) {
  .home-why__link {
    position: absolute;
    bottom: 48px;
    left: 16px;
  }
}
.home-why__col-02 {
  border: 1px solid #012527;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 45rem;
}
@media (max-width: 1024px) {
  .home-why__col-02 {
    position: relative;
  }
}
.home-why__video {
  height: 100%;
}
.home-why__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-why__overlay {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-why__btn-play {
  width: 48px;
  height: 48px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-why__btn-play svg path {
  transition: all 0.3s ease 0s;
}
.home-why__btn-play:hover {
  background-color: #012527;
}
.home-why__btn-play:hover svg path {
  fill: #deca3c;
}
@media (max-width: 1024px) {
  .home-why__btn-play {
    top: auto;
    left: auto;
    transform: translate(0, 0);
    bottom: 24px;
    right: 24px;
  }
}/*# sourceMappingURL=style.css.map */