/*
Theme Name:     Divi Child
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Divi Child Theme
Author:         zweistein
Author URI:     https://zweistein.design/
Template:       Divi
Version:        1.0.0
*/
@font-face {
  font-family: "NeuePlak";
  src: url("/wp-content/themes/divi-child/font/NeuePlak-CondBlack.woff2") format("woff2"), url("/wp-content/themes/divi-child/font/NeuePlak-CondBlack.woff") format("woff");
}
#intro {
  border: 40px solid #fff;
  background-position: 500% center;
  transition: all 0.2s ease-out;
}
#intro .et_pb_row {
  max-width: 94%;
  width: 100%;
  height: 100%;
}
#intro .et_pb_row .et_pb_column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
}
#intro .et_pb_row .et_pb_column .et_pb_text {
  text-align: right;
  margin-bottom: 0;
}
#intro .et_pb_row .et_pb_column .et_pb_text h1 {
  font-family: "NeuePlak";
  text-align: right;
  text-transform: uppercase;
  color: #191f3a;
  font-size: clamp(66px, -46.593px + 11.477vw, 160px);
  padding-bottom: 0;
}
#intro .et_pb_row .et_pb_column .et_pb_code ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
#intro .et_pb_row .et_pb_column .et_pb_code ul li {
  list-style: none;
}
#intro .et_pb_row .et_pb_column .et_pb_code ul li a {
  color: #191f3a;
  font-weight: 500;
}
#intro::after {
  content: "";
  background-image: url(/wp-content/themes/divi-child/img/element-home.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 100%;
}

@media only screen and (max-width: 2000px) {
  #intro {
    background-position: 300% center;
  }
}
@media only screen and (max-width: 1866px) {
  #intro {
    background-position: 200% center;
  }
}
@media only screen and (max-width: 1460px) {
  #intro {
    background-position: 100% center;
  }
}
@media only screen and (max-width: 981px) {
  #intro {
    background-position: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  #intro .et_pb_row {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  #intro .et_pb_row .et_pb_column {
    align-items: stretch;
  }
  #intro .et_pb_row .et_pb_column .et_pb_text {
    text-align: center;
    background-color: #fff;
  }
  #intro .et_pb_row .et_pb_column .et_pb_text h1 {
    text-align: center;
  }
  #intro .et_pb_row .et_pb_column .et_pb_code {
    background-color: #191f3a;
    padding: 10px 0;
  }
  #intro .et_pb_row .et_pb_column .et_pb_code ul {
    justify-content: center;
  }
  #intro .et_pb_row .et_pb_column .et_pb_code ul li a {
    color: #fff;
  }
  #intro::after {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */