.pricing-block-style6 .inner-box {
  position: relative;
  margin-bottom: 26px;
  text-align: center;
}
.pricing-block-style6 .inner-box:hover .image-box:before {
  transform: scale(1);
}
.pricing-block-style6 .inner-box:hover .image-box .bg-image-two {
  transform: scale(1);
}
.pricing-block-style6 .inner-box .image-box {
  margin-bottom: 56px;
  position: relative;
}
.pricing-block-style6 .inner-box .image-box:before {
  background-color: rgba(194, 167, 78, 0.85);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  left: 0%;
  top: 0%;
  z-index: 1;
  pointer-events: none;
  border-radius: 91% 61% 68% 84%/73% 62% 89% 79%;
  transition: all 300ms ease;
}
.pricing-block-style6 .inner-box .image-box .image img {
  border-radius: 91% 61% 68% 84%/73% 62% 89% 79%;
}
.pricing-block-style6 .inner-box .image-box .bg-image {
  bottom: auto;
  left: 0;
  top: 24px;
  right: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  position: absolute;
  border: 1px solid #f3e9ff;
  border-radius: 91% 61% 68% 84%/73% 62% 89% 79%;
}
body.tm-dark-layout .pricing-block-style6 .inner-box .image-box .bg-image {
  opacity: 0.1;
}
.pricing-block-style6 .inner-box .image-box .bg-image-two {
  bottom: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: auto;
  width: 161px;
  height: 273px;
  position: absolute;
  transform: scale(0);
  pointer-events: none;
  z-index: 2;
  background-image: url(../../../images/current-theme/package1-5.png);
  transition: all 500ms ease;
}
.pricing-block-style6 .content-box .pricing-title {
  color: var(--headings-color);
  margin-top: 0;
  margin-bottom: 5px;
}
.pricing-block-style6 .content-box .pricing-title:hover {
  color: var(--theme-color1);
}
.pricing-block-style6 .content-box .price {
  color: var(--theme-color1);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  font-family: var(--heading-font-family);
}