.pay_id_box {
  background-blend-mode: normal, normal;
  background-image: linear-gradient(0deg, #1d2364, #191c39), linear-gradient(#191c39, #191c39);
  margin-top: 0;
  padding: 50px 0 77px;
}
.pay_min_title {
  color: #67ffd3;
  font-family: Poppins-Medium;
  font-size: 30px;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.24);
  text-align: center;
}
.pay_id_box .pay_min_box .home_h2,
.pay_id_box .pay_min_box .home_h3 {
  text-align: center;
}
.pay_id_box .pay_min_box .home_h2 {
  color: #fff !important;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
}
.pay_id_box .pay_min_box .home_h3 {
  color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
}
.pay_min {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 74px auto 0;
  width: 1280px;
}
.pay_min_item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 17px 1px hsla(0, 0%, 56%, 0.08);
  padding: 1px 0;
  position: relative;
  text-align: center;
}
.pay_min_farme {
  transition: all 0.3s;
}
.pay_min_farme:hover {
  transform: scale(1.05);
  z-index: 2;
}
.pay_min_top {
  align-items: center;
  background-color: #fbf7ff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3px auto 0;
  padding: 24px 0 18px;
  width: 98%;
}
.pay_min_item_blue .pay_min_top {
  background-color: #f7fbff;
}
.pay_min_img {
  display: block;
  height: 40px;
  margin: 0 auto;
}
.pay_min_p {
  font-size: 18px;
}
.pay_min_p,
.pay_min_start {
  color: #1a1a1a;
  margin-top: 15px;
}
.pay_min_start {
  font-size: 14px;
}
.pay_min_price {
  color: #1a1a1a;
  font-family: Poppins-Medium;
  font-size: 19px;
  margin-top: 6px;
}
.pay_min_gig {
  font-size: 43px;
  font-weight: 700;
}
.pay_min_btn {
  align-items: center;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #eef1f6 inset;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  font-family: Poppins-Medium;
  font-size: 14px;
  height: 50px;
  justify-content: center;
  margin: 10px auto 0;
  position: relative;
  width: 86%;
  z-index: 2;
}
.pay_pointer {
  left: 0;
  top: 0;
  z-index: 5;
}
.pay_pointer,
.pay_pointer_img {
  background: none;
  background-size: contain;
  display: none;
  height: 600px;
  position: absolute;
  width: 980px;
}
.pay_pointer_img {
  bottom: 0;
  cursor: pointer;
  left: calc(200% - 980px);
  max-height: 100vh;
  max-width: 100vw;
  opacity: 0;
}
.pay_min_btn:hover + .pay_pointer_img {
  animation: showpay_img 2.2s;
  animation-fill-mode: forwards;
  display: block;
  opacity: 1;
}
@keyframes showpay_img {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
  }
}
.pay_min_ul {
  margin-top: 30px;
}
.pay_min_ul li {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
  padding: 0 5px 0 30px;
}
.pay_min_ul i {
  color: #372796;
  font-size: 14px;
  margin-right: 12px;
}
.pay_min_ul span {
  color: #1a1a1a;
  font-size: 14px;
}
.pay_min_learn {
  align-items: center;
  border-top: 1px solid #e0e0e0;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  font-family: Poppins-Medium;
  font-size: 16px;
  height: 52px;
  justify-content: center;
  margin-top: 20px;
}
.pay_min_learn i {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  margin-left: 10px;
  transform: rotate(-90deg);
}
.pay_m_item_act {
  background-color: #7a07ff;
  border-radius: 10px;
  box-shadow: 0 10px 16px 0 hsla(0, 0%, 52%, 0.12);
  padding: 2px;
  position: relative;
}
.pay_m_item_act .pay_min_btn {
  background-color: #ffbd00;
  border: none;
}
.pay_min_off {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
}
.pay_min_off,
.pay_show_img {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pay_show_img {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
.pay_show_img .pay_show_txt {
  color: #fff;
  font-size: 20px;
  fill: #fff;
  font-weight: 700;
  height: 30px;
  width: 100%;
}
.pay_txt_stroke {
  stroke: #43d487;
  stroke-width: 11px;
  paint-order: stroke;
  stroke-linejoin: round;
}
.pay_m_item_act_1 .pay_txt_stroke {
  stroke: #43d487;
}
@media only screen and (max-width: 1100px) {
  .pay_min {
    width: 98%;
  }
}
@media only screen and (max-width: 900px) {
  .pay_min {
    grid-template-columns: 1fr;
  }
}
