/* refereal program */
.br-mobile {
    display: none;
}

.referral-program {
    padding: 10px 10px 0 10px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -10%;
}

.rp-content {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    background-image: linear-gradient(286deg, #409 0%, #211747 100%);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rp-content > img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.rp-text-content {
    position: relative;
    z-index: 2;
    width: 70%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4%;
}

.rp-text-content h4 {
    color: #FFF;
    font-family: "Clash Grotesk";
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0;
}

.rp-text-content h2 {
    color: #FFF;
    text-align: center;
    font-family: "Clash Grotesk Semibold";
    font-size: 5vw;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
    margin: 0;
}

.rp-text-content p {
    color: #FFF;
    text-align: center;
    font-family: "Clash Grotesk Medium";
    font-size: 1.6vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
}

.rp-cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    top: -200px;
    width: 90%;
    height: 500px;
    gap: 5%;
}

.card-level1 {
    width: 30%;
    height: 100%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.card-level2 {
    width: 30%;
    height: 100%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.card-level3 {
    width: 30%;
    height: 100%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    position: absolute;
    z-index: 1;
}

.card-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 0.7;
}

.card-gradient {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    z-index: 3;
}

.card-content-text {
    display: flex;
    flex-direction: column;
    height: 50%;
    width: 100%;
    position: absolute;
    z-index: 4;
    bottom: 0;
    padding: 4%;
}

.rp-level {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2%;
    justify-content: flex-end;
}

.rp-level > h3 {
    color: #FFF;
    text-align: center;
    font-family: "Clash Grotesk";
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 73%;
    margin: 0;
}

.rp-level > div {
    color: #FFF;
    text-align: center;
    font-family: "Clash Grotesk Bold";
    font-size: 1.5em;
    font-style: normal;
    font-weight: 700;
    line-height: 71%;
    border: 1px solid #FFF;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.earn-rewards {
    display: flex;
    flex-direction: column;
    gap: 4%;
}

.earn-rewards h2 {
    color: #FFF;
    font-family: "Clash Grotesk Semibold";
    font-size: 1.4em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.earn-rewards p {
    color: #FFF;
    font-family: "Clash Grotesk Medium";
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    width: 85%;
}

.rp-cards-mobile {
    display: none;
}
/* refereal program */