/* ===== Buttons Css ===== */
.header-two .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.header-two .active.primary-btn, .header-two .primary-btn:hover, .header-two .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.header-two .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*===== HEADER TWO =====*/
.header-two {
  position: relative;
}
.header-two .header-content-area {
  height: 700px;
  background: var(--primary);
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) {
  .header-two .header-content-area {
    height: 950px;
  }
}
@media (max-width: 767px) {
  .header-two .header-content-area {
    height: 550px;
  }
}
.header-two .header-content-area::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: var(--white);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 200px;
  box-shadow: var(--shadow-4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-two .header-content-area::before {
    height: 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-two .header-content-area::before {
    height: 90%;
  }
}
@media (max-width: 767px) {
  .header-two .header-content-area::before {
    height: 90%;
    border-bottom-right-radius: 150px;
  }
}
.header-two .header-content {
  padding-top: 95px;
}
.header-two .header-title {
  font-size: 42px;
  line-height: 55px;
  color: var(--black);
}
@media (max-width: 767px) {
  .header-two .header-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-two .header-title {
    font-size: 36px;
    line-height: 45px;
  }
}
.header-two .text {
  font-size: 18px;
  line-height: 25px;
  color: var(--dark-3);
  font-weight: 300;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .header-two .text {
    font-size: 16px;
  }
}
.header-two .header-btn {
  margin-top: 40px;
}
.header-two .header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.header-two .image {
  max-width: 760px;
  margin-left: auto;
  padding-top: 130px;
}
.header-two .image img {
  width: 800px;
}

/*# sourceMappingURL=header-02.css.map */
