.hero {
  height: 50px;
}

.hex-bg-light {
  background-image: url("../images/hex-bg.png");
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.purple-bg-path {
  width: 100% !important;
  margin: 0 !important;
  background: url("../images/path-details-bg.png");
  background: rgba(240, 233, 252, 0.81);
  border-radius: 0 0 25px 25px;
}
.path-title {
  padding-top: 100px !important;
  padding-bottom: 50px !important;
  color: rgba(91, 20, 68, 0.8);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.path-text {
  padding-top: 50px;
  padding-inline: 100px;
  color: rgba(91, 20, 68, 0.6);
  text-align: justify;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.img-effect {
  background: url("../images/path-details-bg.png");
  background: rgba(240, 233, 252, 0.627);
  background: rgba(240, 233, 252, 0.81);
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  z-index: -1;
  border-radius: 25px 25px 0 0;
}

.w-50 {
  /* width: 60% !important; */
}
.overlay-path {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(
    180deg,
    rgba(149, 69, 123, 0.3) 0%,
    rgba(255, 255, 255, 0.3) 48.1%,
    rgba(255, 255, 255, 0.3) 100%
  );
  border-radius: 25px;
}
.path-details-img {
  border-radius: 25px;
}

.bi {
  /* width: 30px; */
  font-size: 24px;
  color: #5b1444;
  /* border: 1px solid red; */
  /* padding: 0 !important; */
  /* margin: 0 !important; */
}
.hex-outline {
  /* border:1px solid #5B1444; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  /* height: 30px; */
  background-color: #eeb31f;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 80% 100%, 25% 100%, 0% 50%);
}
@media (max-width: 576px) {
  .py-5 {
    padding: 1rem !important;
    padding-top: 5rem !important;
  }
  .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .overlay-path,
  .path-details-img {
    width: 80% !important;
  }

  .path-text {
    padding-inline: 10px;
  }
  .path-img {
    width: 75% !important;
  }
  .hex-bg-light {
    background-size: 100% auto;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    /* height: 100%;  */
  }
}


h1,h2,h3,h4,h5,h6,p,u{
  color: rgba(91, 20, 68, 0.6) !important;


}