/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rowdies:wght@300;400;700&display=swap");
.page-header {
  position: relative;
  display: block;
  /* background-color: #cdcdcd; */
  /* background-image: linear-gradient(to right, #afafaf, #e0e0e0); */
  background-image: linear-gradient(to bottom, #87ceeb, #ffffff);

  overflow: hidden;
  z-index: 1;
  height: 150px;
}

.page-header__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.05;
  animation: leftRight 4s ease-in-out infinite;
  z-index: -1;
}

.page-header__shape-1 img {
  width: auto;
}

.page-header__img-1 {
  position: absolute;
  bottom: 0;
  right: 100px;
  animation: topBottom 3s ease-in-out infinite;
}

.page-header__img-1 img {
  width: auto;
  height: 400px;
}

.page-header__inner {
  position: relative;
  display: block;
  padding: 250px 0 28px;
  z-index: 15;
}

.page-header__inner h3 {
  font-size: 50px;
  color: var(--erepair-black);
  font-family: "poppins", sans-serif;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: -1.8px;
  margin-bottom: 15px;
  position: relative;
  top: -200px;
}
@media (max-width: 767px) {
  .page-header__inner h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
  }
}

.thm-breadcrumb__inner {
  position: relative;
  display: block;
}

.thm-breadcrumb {
  position: relative;
  display: block;
  top: -190px;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: var(--erepair-black);
  font-family: var(--erepair-font-2);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li + li {
  margin-left: 5px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: var(--erepair-black);
  font-family: var(--erepair-font-2);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--erepair-base);
  opacity: 1;
}

.thm-breadcrumb li span {
  font-size: 12px;
  color: var(--erepair-base);
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
