Your browser is not supported

Please update your browser to the latest version to continue using this site.

UAE.png
German.png

Deutsch

Global.svg

English

English-AU.png

English - (AU)

English-NZ.png

English - (NZ)

English.png

English - (UK)

Polish.png

Polski

UAE.png

العربية

<style>
    body{
        direction: rtl;
        text-align: right;
    }

    .banner{
        border-radius: 16px;
        margin-bottom: 50px;
        display: flex;
        flex-direction: row-reverse; /* text left, image right */
        align-items: flex-end;
        overflow: hidden;
    }

    .banner .text-col{
        padding: 20px 15px;
        display: flex;
        flex-direction: column;
        background: #1b1b1b;
        border-radius: 16px 0 0 16px; /* left side */
        height: 240px;
    }

    .text-col {
        flex: 1;
        max-width: 33.3333%;
    }

    .img-col {
        height: 270px;
        flex: 2;
        max-width: 66.6666%;
        background-image: url('https://ik.imagekit.io/vegasnova/Vegas%20Nova%20Rebrand/00%20-%20WELCOME%20BONUS/00%20-%20AR%20-%20WELCOME%20BONUS/805x270.png?updatedAt=1770642874743');
        background-size: cover;
        background-position: center right;
        border-radius: 16px 16px 16px 0; /* right side */
    }

    .banner h3{
        color: #FFF;
        font-family: Lexend;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        margin-top: 12px;
    }

    .banner p{
        color: #FFF;
        font-family: Lexend;
        font-size: 12px;
        line-height: 19.92px;
    }

    .banner .tag{
        color: #FFF;
        text-align: center;
        font-family: Lexend;
        font-size: 10px;
        font-weight: 600;
        display: inline-block;
        padding: 2px 8px;
        border-radius: 5px;
        background: #ffa31a;
    }

    .banner .cta-btn, .cta-btn-mobile{
        text-decoration: none;
        color: #FFFFFF;
        font-family: Lexend;
        font-size: 14px;
        font-weight: 600;
        padding: 11px 0;
        border-radius: 30px;
        background: #ffa31a;
        margin-top: auto;
        display: inline-block;
        text-align: center;
    }

    .cta-btn-mobile{
        display: none;
    }

    h2{
        color: #FFF;
        font-family: Lexend;
        font-size: 36px;
        font-weight: 600;
        text-align: center;
    }

    .text-block{
        padding: 50px;
        border-radius: 20px;
        background: #1b1b1b;
    }

    .text-block h3{
        color: #FFF;
        font-family: Lexend;
        font-size: 30px;
        font-weight: 600;
        line-height: 40px;
    }

    .text-block li{
        color: #FFF;
        font-family: Lexend;
        font-size: 18px;
        line-height: 40px;
        padding-right: 10px;
    }

    hr{
        border: 2px solid rgba(238, 240, 244, 0.08);
        margin: 30px auto;
    }

    @media screen and (max-width: 500px) {
        .banner{
            flex-direction: row-reverse; /* text left, image right */
            margin-bottom: 2px;
            position: relative;
            align-items: normal;
        }

        .banner p{
            margin-bottom: 60px;
        }

        .banner .cta-btn{
            position: absolute;
            width: 80%;
            bottom: 16px;
            right: 10%;
        }

        .banner .img-col{
            height: auto;
            max-width: 33.3333%;
            background-image: url('https://ik.imagekit.io/vegasnova/Vegas%20Nova%20Rebrand/00%20-%20WELCOME%20BONUS/00%20-%20AR%20-%20WELCOME%20BONUS/130x240.png?updatedAt=1770642874382');
            background-position: center right;
            border-radius: 0 16px 16px 0; /* right side */
        }

        .banner .text-col{
            height: auto;
            max-width: 66.6666%;
            border-radius: 16px 0 0 16px; /* left side */
        }

        h2{
            font-size: 25px;
        }

        .text-block{
            padding: 20px;
        }

        .text-block h3{
            font-size: 22px;
        }

        .text-block li{
            font-size: 16px;
            line-height: 30px;
        }

        .cta-btn-mobile{
            display: block;
            margin-top: 50px;
        }
    }
</style>

<div class="banner" style="border-radius:16px 0px 0px 16px" >
    <div class="col img-col" style="border-radius:16px 0px 0px 16px"></div>
    <div class="col text-col" style="border-radius:0px 16px 16px 0px">
        <span class="tag"  >كازينو</span>
        <h3>حزمة الترحيب</h3>
        <p>مرحبًا بك في فيغاس نوفا!</p>
        <a href="/deposit" class="cta-btn">احصل على مكافآتي</a>
    </div>
</div>
<h2>احصل على مكافآت تصل إلى 5,500$</h2>
<hr>

<div class="text-block">
    <h3>كيف يعمل العرض</h3>
    <ol>
        <li>قم بتسجيل الدخول إلى حسابك في Vegas Nova وانتقل إلى قسم "الإيداع".</li>
        <li>أثناء عملية الإيداع، أدخل:
            <ol type="a">
                <li>الإيداع الأول: استخدم الرمز <b>WELCOME</b> واحصل على 150% حتى 2,500$</li>
                <li>الإيداع الثاني: استخدم الرمز <b>BOOST</b> واحصل على 75% حتى 2,000$</li>
                <li>الإيداع الثالث: استخدم الرمز <b>SURGE</b> واحصل على 75% حتى 1,000$</li>
            </ol>
        </li>
        <li>سيتم إضافة المكافآت إلى حسابك فورًا بعد إتمام الإيداع بنجاح.</li>
    </ol>
</div>

<hr>

<div class="text-block">
    <h3>حزمة الترحيب</h3>
    <ul>
        <li>هذا العرض مخصص للاعبين الجدد فقط ويمكن استخدامه مرة واحدة.</li>
        <li>الحد الأدنى للإيداع هو 20$ للحصول على المكافأة.</li>
        <li>لا يمكن دمج هذا العرض مع عروض أخرى.</li>
        <li>تنتهي صلاحية المكافأة والأرباح بعد 15 يومًا.</li>
        <li>يجب المراهنة على المكافأة 35 مرة.</li>
        <li>بعد استيفاء الشروط، يمكن تحويل حتى 5 أضعاف قيمة المكافأة إلى أموال حقيقية.</li>
        <li>قد تختلف نسب المساهمة. يرجى مراجعة سياسة المكافآت.</li>
    </ul>
</div>

<a href="/deposit" class="cta-btn-mobile">احصل على مكافآتي</a>