.pricing-block-style2 {
  margin-bottom: 30px;
}
.pricing-block-style2 .inner-box {
  position: relative;
  overflow: hidden;
}
.pricing-block-style2 .inner-box:hover .image-box:before {
  background-color: var(--theme-color2);
}
.pricing-block-style2 .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pricing-block-style2 .inner-box:hover .content .price {
  color: #fff;
  background-color: var(--theme-color2);
}
.pricing-block-style2 .inner-box:hover .content .price:before {
  background-color: var(--theme-color2);
}
.pricing-block-style2 .inner-box .image-box {
  position: relative;
  padding-top: 14px;
}
.pricing-block-style2 .inner-box .image-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 80px;
  width: 190px;
  height: 100%;
  background-color: var(--theme-color1);
  -webkit-transform: skewX(-23deg);
  -moz-transform: skewX(-23deg);
  -ms-transform: skewX(-23deg);
  transform: skewX(-23deg);
  transition: all 300ms ease;
}
.pricing-block-style2 .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0;
}
.pricing-block-style2 .inner-box .image-box .image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease;
}
.pricing-block-style2 .inner-box .content {
  position: relative;
  padding: 30px 4px 0;
}
.pricing-block-style2 .inner-box .content .pricing-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  transition: all 300ms ease;
}
.pricing-block-style2 .inner-box .content .pricing-details {
  position: relative;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
}
.pricing-block-style2 .inner-box .content .price {
  position: relative;
  display: inline-block;
  padding: 13px 36px 13px 20px;
  font-size: 20px;
  line-height: 1.3;
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all 300ms ease;
}
.pricing-block-style2 .inner-box .content .price small {
  font-size: 18px;
}
.pricing-block-style2 .inner-box .content .price:before {
  content: "";
  position: absolute;
  top: 0;
  right: -34px;
  width: 35px;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: var(--theme-color1);
  transition: all 300ms ease;
}