.shape_bottom {
  fill: var(--Primary);
}

.shadow-design::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4rem;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(248, 252, 247, 1) 0%,
    rgba(248, 252, 247, 0) 100%
  );
}

.theme-gradient-light {
  background: linear-gradient(
    180deg,
    rgba(248, 252, 247, 1) 0%,
    rgba(227, 242, 253, 0.42) 100%
  );
}

.product_group .owl-item {
  padding: 0.75rem;
}

.product_group .product_group_body {
  background-color: var(--theme-light);
}

.product_group_body .product_group_icon {
  box-shadow: 3px 3px 15px rgba(83, 123, 139, 0.16) inset, 0 6px 5px #e3edf1;
}

.product_group .owl-item.active.center .product_group_body .product_group_icon {
  box-shadow: 3px 3px 15px rgba(217, 31, 95, 0.34) inset,
    0 6px 16px rgba(217, 31, 95, 0.7);
    transition: box-shadow 500ms ease;
    transition-delay: 1s;
}

.product_group .owl-item.active.center .product_group_body {
  background-color: var(--secondary);
  color: #ffffff;
  transition: background-color 500ms ease ,color 500ms ease ;
  transition-delay: 1s;
}

