/* .collect_diamond {
    background-image: url(../../assets/images/increse_img.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 320px;
    margin: 10px 0;
    border-radius: 15px;
  } */

/* ************************************ normal flow *****************************/



.first_finance_normal_flow{
    background-image: url(https://7-play-online.fiveminutesgames.com/assets/images/svg/first_finance.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 320px;
    margin: 10px 0;
    border-radius: 15px;
}
.second_finance_normal_flow{
    background-image: url(https://7-play-online.fiveminutesgames.com/assets/images/svg/second_finance.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 320px;
    margin: 10px 0;
    border-radius: 15px;
}
.third_finance_normal_flow{
    background-image: url(https://7-play-online.fiveminutesgames.com/assets/images/svg/third_finance.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 320px;
    margin: 10px 0;
    border-radius: 15px;
}
.first_health_normal_flow{
    background-image: url(https://7-play-online.fiveminutesgames.com/assets/images/svg/first_health.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 320px;
    margin: 10px 0;
    border-radius: 15px;
}
.second_health_normal_flow{
    background-image: url(https://7-play-online.fiveminutesgames.com/assets/images/svg/second_health.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 320px;
    margin: 10px 0;
    border-radius: 15px;
}
.third_health_normal_flow{
    background-image: url(https://7-play-online.fiveminutesgames.com/assets/images/svg/third_health.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 320px;
    margin: 10px 0;
    border-radius: 15px;
}

/* ************************************ coupon flow *****************************/
.first_collect_diamond {
    background-image: url(https://7-play-online.fiveminutesgames.com/assets/images/svg/collect_diamond.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 320px;
    margin: 10px 0;
    border-radius: 15px;
}

.collect_your_coupon2 {
    background-image: url(https://7-play-online.fiveminutesgames.com/assets/images/svg/collect_your_coupon1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 320px;
    margin: 10px 0;
    border-radius: 15px;
}

.collect_your_coupon1 {
    background-image: url(https://7-play-online.fiveminutesgames.com/assets/images/svg/collect_your_coupon2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 320px;
    margin: 10px 0;
    border-radius: 15px;
}

.generate_coupon_code {
    background-image: url(https://7-play-online.fiveminutesgames.com/assets/images/svg/generate_coupon_code.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 320px;
    margin: 10px 0;
    border-radius: 15px;
    background-position: center;
}

.your_coupon_code {
    background-image: url(https://7-play-online.fiveminutesgames.com/assets/images/svg/your_coupon_code.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 320px;
    margin: 10px 0;
    border-radius: 15px;
    background-position: center;
}



