


/* custom css */

/* Fonts */
.welcome-bonus-box {
    padding-top: 75px !important;
}

.btn-apply-now {
    background: #ED1F47;
    padding: 12px 60px;
    border-radius: 28px;
    border: 0;
    transition: all 0.2s;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    text-transform: capitalize;
}

.btn-apply-now:hover {
    background: rgba(237, 31, 72, 0.88);
}

.welcome-bonus-images {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 80px 0;
    margin-top: -55px;
    z-index: -1;
}

.welcome-bonus-images video {
    width: 100%;
    height: 100%;
}

.welcome-bonus-images img {
    margin-top: -160px;
    margin-bottom: -10px;
    width: 525px;
    height: auto;
    z-index: -1;
    margin-left: 20px;
}

.welcome-bonus-images .bonus-item-fancy-cards {
    position: relative;
    width: 100%;
    padding: 0 0;
}

.welcome-bonus-images .bonus-item-fancy-cards .item-wrapper:nth-child(2) .item {
    background: #FFB545;
}

.welcome-bonus-images .bonus-item-fancy-cards .item-wrapper:nth-child(3) .item {
    background: #68BD8F;
}

.welcome-bonus-images .bonus-item-fancy-cards .item-wrapper:nth-child(4) .item {
    background: #3FCBCB;
}

.welcome-bonus-images .bonus-item-fancy-cards .item-wrapper:nth-child(5) .item {
    background: #E4C9FF;
}

.welcome-bonus-images .bonus-item-fancy-cards .item-wrapper:nth-child(6) .item {
    background: #A6D9FF;
}

.welcome-bonus-images .bonus-item-fancy-cards .item {
    min-height: 94px;
    border-radius: 12px;
    border: 2px dashed #EDF8FC;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
    padding: 20px;
    background: #F2A5AE;
    text-align: center;
}

.welcome-bonus-images .bonus-item-fancy-cards .item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.welcome-bonus-images .bonus-item-fancy-cards .item .circle img {
    position: absolute;
    bottom: 18px;
    right: 10px;
    width: 23px;
    height: 23px;
    z-index: 10;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px 0;
    padding-top: 20px;
}

.cards-container .bonus-item {
    width: 50%;
    padding: 20px 10px 0;
}

.cards-container .bonus-card {
    border-radius: 20px;
    color: #333333;
    background-color: #FBF4DA;
    padding: 40px 254px 40px 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.cards-container .bonus-card h5 {
    color: #32302F;
    font-size: 24px;
}

.cards-container .bonus-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 0.2px;
    margin-top: 10px;
}

.cards-container .bonus-card .persons-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (min-width: 992px) {
    .welcome-bonus-images {
        background-image: none;
        padding: 0 0;
    }

    .welcome-bonus-images .bonus-item-fancy-cards {
        position: absolute;
        padding: 0 140px;
        top: 5px;
    }

    .welcome-bonus-images .bonus-item-fancy-cards .item-wrapper:nth-child(1) {
        z-index: 6;
    }

    .welcome-bonus-images .bonus-item-fancy-cards .item-wrapper:nth-child(1) .item {
        transform: rotate(9.33deg);
    }

    .welcome-bonus-images .bonus-item-fancy-cards .item-wrapper:nth-child(2) {
        z-index: 5;
    }

    .welcome-bonus-images .bonus-item-fancy-cards .item-wrapper:nth-child(2) .item {
        transform: rotate(-13.15deg) translate(5px, -40px);
    }

    .welcome-bonus-images .bonus-item-fancy-cards .item-wrapper:nth-child(3) {
        z-index: 4;
    }

    .welcome-bonus-images .bonus-item-fancy-cards .item-wrapper:nth-child(3) .item {
        transform: rotate(13.43deg) translate(-10px, 50px);
    }

    .welcome-bonus-images .bonus-item-fancy-cards .item-wrapper:nth-child(4) .item {
        transform: rotate(-11.98deg) translate(-10px, 50px);
    }

    .welcome-bonus-images .bonus-item-fancy-cards .item-wrapper:nth-child(5) .item {
        transform: rotate(9.6deg) translate(-55px, -12px);
    }

    .welcome-bonus-images .bonus-item-fancy-cards .item-wrapper:nth-child(6) .item {
        transform: translate(-40px, -65px);
    }

    .welcome-bonus-images .bonus-item-fancy-cards .item {
        min-height: 94px;
        border-radius: 12px;
        border: 2px dashed #EDF8FC;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #333333;
        font-size: 12px;
        font-weight: 700;
        padding: 10px;
        background: #F2A5AE;
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .cards-container .bonus-card {
        padding-right: 224px;
    }
}

@media (max-width: 991px) {
    .welcome-bonus-box {
        padding-top: 46px !important;
    }

    .cards-container .bonus-item {
        width: 100%;
    }

    .cards-container .bonus-card {
        min-height: 200px;
    }
}

@media (max-width: 767px) {
    .welcome-bonus-images {
        padding: 16px 0 40px;
        margin-top: 0;
    }

    .welcome-bonus-images img {
        margin-top: -0;
        margin-bottom: 0;
    }

    .cards-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .cards-container .bonus-card .left {
        padding: 20px;
    }

    .cards-container .bonus-card .right img {
        width: 100%;
    }

    .cards-container .bonus-card h5 {
        font-size: 20px;
    }

    .cards-container .bonus-card p {
        font-size: 12px;
        line-height: 15.6px;
    }

    .cards-container .bonus-item {
        width: 100%;
    }

    .cards-container .bonus-card {
        min-height: 185px;
        padding: 20px 140px 20px 20px;
    }

    .cards-container .bonus-card .persons-img {
        right: -65px;
    }
}


.heading-section p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
};
.btn-danger {
    background-color: #ED1F47;
    border-color: #ED1F47;
    color: #ffffff;
}

.btn-danger, .btn-white, .btn-gray, .btn-outline-danger, .btn-outline-secondary, .btn-outline-light {
    padding: 9px 20px;
    border-radius: 100px;
    font-weight: 600;
    /* font-family: "Cairo-SemiBold"; */
    font-size: 14px;
    line-height: 18px;
    min-height: 40px;
    display: inline-flex;
    justify-content: center;
}

.mg-t-20 {
    margin-top: 20px !important;
}
@media screen and (min-width: 768px) {
    .mg-b-md-32 {
        margin-bottom: 32px !important;
    }
}

.welcome-bonus-box{
	padding-bottom: 20px;
}
