/*advisr-core.css*/
body,
html {
  overflow-x: hidden;
}

.header-area {
  background: transparent;
  position: absolute;
  z-index: 22;
  width: 100%;
}

.header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-hero.main-hero5 {
  padding-top: 120px;
  min-height: 850px;
  display: flex;
  align-items: center;
}
.main-hadding8 span {
  color: var(--third-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main-hadding8 h1 {
  color: color-mix(in srgb, var(--text-color-main) 99%, var(--third-color));
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 66px; /* 110% */
  text-transform: capitalize;
}

.main-hadding8 p {
  color: color-mix(in srgb, var(--text-color-main) 92%, var(--third-color));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

.hero8-images {
  position: relative;
  height: 530px;
  margin-right: -100px;
  margin-left: 100px;
}

.hero8-img1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 200px;
  mask-image: url("../img/hero8-shape1.svg");
  -webkit-mask-image: url("../img/hero8-shape1.svg");
}

.hero8-img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  height: 320px;
  mask-image: url("../img/hero8-shape2.svg");
  -webkit-mask-image: url("../img/hero8-shape2.svg");
}

.hero8-img3 {
  position: absolute;
  left: 150px;
  top: -10px;
}
.hero8-img3 img {
  border-radius: var(--border-radius);
}
.about8-shape {
  position: absolute;
  top: -70px;
  left: -80px;
  z-index: -1;
  width: 320px;
  height: 320px;
  mask-image: url("../img/hero8-shape2.svg");
  -webkit-mask-image: url("../img/hero8-shape2.svg");
}

.about8-img {
  margin-right: 20px;
}

.service8-box {
  border-radius: 5px;
  background: var(--main-color);
  padding: 28px 24px;
  margin-top: 30px;
  transition: all.4s;
}

.service8-box:hover {
  background-color: var(--third-color);
  transition: all.4s;
  transform: translateY(-10px);
}

.service8-icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  transition: all.4s;
}

.service8-box:hover .service8-icon {
  background-color: #fff;
  transition: all.4s;
}

.service8-icon-1 {
  mask-image: url("../img/service8-icon1.svg");
  -webkit-mask-image: url("../img/service8-icon1.svg");
}
.service8-icon-2 {
  mask-image: url("../img/service8-icon2.svg");
  -webkit-mask-image: url("../img/service8-icon2.svg");
}
.service8-icon-3 {
  mask-image: url("../img/service8-icon3.svg");
  -webkit-mask-image: url("../img/service8-icon3.svg");
}
.service8-icon-4 {
  mask-image: url("../img/service8-icon4.svg");
  -webkit-mask-image: url("../img/service8-icon4.svg");
}
.service8-icon-5 {
  mask-image: url("../img/service8-icon5.svg");
  -webkit-mask-image: url("../img/service8-icon5.svg");
}
.service8-icon-6 {
  mask-image: url("../img/service8-icon6.svg");
  -webkit-mask-image: url("../img/service8-icon6.svg");
}

.service8-box:hover .hadding8 h3 {
  color: #fff;
  transition: all.4s;
}

.hadding8 p {
  transition: all.4s;
}

.service8-box:hover .hadding8 p {
  color: #fff;
  transition: all.4s;
}
.about8-hadding {
  padding-left: 30px;
}

.footer-right-padding {
  padding-right: 50px;
}
/*end advisr-core.css*/

/*responsive.css*/

@media screen and (max-width: 769px) {
  br {
    display: none;
  }
}
@media screen and (max-width: 426px) {
  .header2-buttons {
    display: block;
  }
  .header2-buttons {
    text-align: start;
  }
}
@media screen and (max-width: 769px) {
  .text-right {
    text-align: left;
  }
}
@media screen and (max-width: 426px) {
  .footer4-border {
    border-top: 1px solid #ffffff1e;
    padding: 30px 0px;
  }
}
@media screen and (max-width: 769px) {
  .main-hadding8 {
    padding-top: 0;
  }

  .main-hadding8 h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .hero8-images {
    position: relative;
    height: 630px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 70px;
  }
  .about8-shape {
    position: absolute;
    top: -70px;
    left: 0;
    z-index: -1;
  }

  .about8-hadding {
    margin-top: 30px;
  }
}

@media screen and (max-width: 426px) {
  .hero8-images {
    position: relative;
    height: 430px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 70px;
  }

  .theme-btn11 {
    margin-left: 0;
    margin-top: 16px;
  }
}
@media screen and (max-width: 769px) {
  .about8-hadding {
    padding-left: 0;
  }
}
/*end responsive.css*/
