/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.feature-one__shape-1 {
  position: absolute;
  top: -38px;
  left: 0;
  width: 300px;
  height: 700px;
  transform: rotate(-28deg);
  background: #b29464;
  background: linear-gradient(
    0deg,
    rgba(110, 84, 243, 0) 22%,
    rgba(110, 84, 243, 0.08) 100%
  );
  clip-path: polygon(0 0, 49% 0, 76% 100%, 23% 100%);
  z-index: -1;
}

.feature-one__shape-2 {
  position: absolute;
  width: 481px;
  height: 448px;
  right: -221px;
  bottom: 0;
  background: rgba(110, 84, 243, 0.18);
  filter: blur(170px);
  border-radius: 50%;
  z-index: -1;
}

.feature-one__shape-3 {
  position: absolute;
  bottom: 50px;
  left: 40%;
  opacity: 0.5;
  z-index: -1;
}

.feature-one__shape-3 img {
  width: auto;
}

.feature-one__single {
  position: relative;
  display: block;
  border-radius: 10px;
  text-align: center;
  padding: 40px 40px 39px;
  margin-bottom: 30px;
  z-index: 1;
  background-color: var(--itzone-white);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
}

.feature-one__img {
  position: relative;
  display: block;
  width: 150px;
  margin: 0 auto 0;
}

.feature-one__img img {
  width: 100%;
}

.feature-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 33px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.feature-one__title a {
  color: var(--itzone-black);
}

.feature-one__title a:hover {
  color: var(--itzone-base);
}
