/* .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;
}


.language-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.language-list .redirect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #61746159;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.language-list .redirect:hover {
    background-color: #617461d2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.language-list img {
    border-radius: 50%;
}


/* Card Layout */
.card {
    border: none !important;
    border-radius: 10px;
    text-align: center;
    /* padding: 20px; */
}

.card-img {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        max-height: 150px;
        max-width: 150px;
        min-width: 150px;
        min-height: 150px;
}

.card:hover {
    transform: scale(0.9);
  }

  .card {
    transition: transform 0.7s;
  }

.card .card-icon {
    font-size: 3rem;
    margin-bottom: 10px;
}

/* Column Size for Cards */
.col-sm-3, .col-md-7, .col-md-5, .col-12 {
    padding: 5px;
}
.col-12 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%; 
}

.article-title22 {
    font-size: 20px;
    text-align: center;
}