<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
    <title>Best Rummy Game Online| Play on 100% Safe Rummy App</title>
    <meta name="description"
        content="Play varierty of rummy games online on India's Most Trusted Rummy App. Junglee Rummy is 100% safe and legal rummy platform to play and explore rummy online. ">
    <meta name="keywords" content="Rummy, Rummy Games, Online Rummy, Free Rummy">
    <link
        href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap"
        rel="stylesheet">

    <link rel="shortcut icon"
        href="https://rummy-assets.jungleerummy.com/Content/versioned/2.0.0.1/images/version4/promotion_august_25/zenrik_images/24-(1)-17559629496459.webp?v=1755962950"
        type="image/x-icon">

    <style>
        html,
        body {
            height: 100%;
            margin: 0;
            font-family: "Montserrat", sans-serif;
            background-color: #510304;
        }

        * {
            box-sizing: border-box;
        }



        .mob-section-conatiner {
            display: none;
        }

        .web-section-conatiner {
            display: block;
        }

        @media (max-width: 767px) {
            .web-section-conatiner {
                display: none;
            }

            .mob-section-conatiner {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

            .fullscreen {
                inset: 0;
                background: url("https://rummy-assets.jungleerummy.com/Content/versioned/2.0.0.1/images/version4/promotion_september_25/direct_api_banner/red-background-17575749309754.webp?v=1757574931") no-repeat center center;
                background-size: cover;
                width: 100%;
            }



            .desktop-image {
                cursor: pointer;
                display: none !important;
            }

            .mobile-image {
                display: block;
                height: auto;
            }

            .back-button {
                display: none
            }


            @media (min-width: 768px) {
                .desktop-image {
                    display: block !important;
                }

                .mobile-image {
                    display: none !important;
                }

                .back-button {
                    display: none !important;
                }

                .mob-section-conatiner {
                    display: block;
                }
            }

            .jr-logo {
                margin-top: 18px;
                width: 100px !important;
            }

            .legal-policy {
                width: 100%;
                background: linear-gradient(90.91deg, rgba(159, 2, 6, 0) 0.93%, #830303 22.13%, #830303 75.24%, rgba(159, 2, 6, 0) 100.45%);
            }

            .gradient-wrap {
                margin-top: 20px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

            .promotion-regulation {
                color: white;
                text-align: center;
                font-weight: 600;
                font-size: 10px;
                margin: 12px 10px 0px 10px;
            }


            .gradient-text {
                background: linear-gradient(91.49deg, #FFCD4F 1.26%, #FFF8CE 47.85%, #FFCD4F 95.72%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
                color: transparent;
            }

            .white-text {
                font-size: 10px;
                font-weight: 400;
                color: white;
                text-align: center;
                margin: 5px 16px 10px 16px;
                line-height: 18px;
            }

            .products-img {
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                width: 100%;
                height: 100%;
            }

            .shadow-gradient-text {
                text-transform: uppercase;
                font-size: 20px;
                color: white;
                text-align: center;
                margin: 5px 16px 10px 16px;
                line-height: 18px;
                font-weight: 700;
            }

            .shadow-text {
                background: linear-gradient(91.49deg, #FFCD4F 1.26%, #FFF8CE 47.85%, #FFCD4F 95.72%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
                color: transparent;
                font-size: 20px;
                font-weight: 700;
                text-align: center;
                text-transform: uppercase;
                margin: 0;

            }

            .absolute-text {
                bottom: 34%;
                width: 100%;
                position: absolute;
            }

            .bottom-container {
                border-top: 1px solid;
                border-image-source: linear-gradient(90deg, #7B0002 -2.97%, #FF0000 50.63%, #7B0002 104.22%);
                background-color: #510304;
                padding: 10px 40px 30px 40px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 12px;
            }

            .rummy-app-text {
                color: white;
                font-size: 14px;
                font-weight: 600;
                text-align: center;
            }

            .download-btn {
                background-color: #258629;
                color: white;
                font-size: 16px;
                font-weight: 500;
                border: none;
                padding: 16px 30px;
                border-radius: 10px;
            }

            .parent {
                position: relative;
            }
        }

        :root {
            --bg: #0b0b0b;
            --panel: #1f1f1f;
            --gold: #FED204;
            --gold-light: #FFEFB4;
            --green: #258629;
            --white: #ffffff;
            --muted: #333333;
        }



        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 28px
        }

        header {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 18px 0
        }

        header img {
            height: 64px
        }

        .notice {
            max-width: 980px;
            margin: 20px auto 36px;
            background: linear-gradient(90.91deg, rgba(105, 13, 13, 0) 0.93%, #6C0303 22.13%, #6C0303 75.24%, rgba(162, 2, 5, 0) 100.45%);

            border-radius: 10px;
            padding: 22px 28px;
            position: relative;
        }

        .notice:before,
        .notice:after {
            content: "";
            position: absolute;
            left: 16px;
            right: 16px;
            height: 1px;
            background: linear-gradient(91deg, rgba(255, 205, 79, 0) 1.26%, #FFF8CE 47.85%, rgba(255, 205, 79, 0) 95.72%);
            border-radius: 6px
        }

        .notice:before {
            top: 0px
        }

        .notice:after {
            bottom: 0px
        }

        .gradient-text {
            background: linear-gradient(91.49deg, #FFCD4F 1.26%, #FFF8CE 47.85%, #FFCD4F 95.72%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
        }

        .notice p {
            margin: 0;
            text-align: center;
            font-size: 18px;
            color: rgba(255, 254, 254, 0.95)
        }

        .notice .muted {
            display: block;
            font-weight: 500;
            margin-top: 8px;
            color: rgba(255, 254, 254, 0.9)
        }


        .hero {
            display: flex;
            align-items: center;
            gap: 48px;
            padding: 40px 0;
            position: relative
        }

        .hero-left {
            flex: 1;
            min-width: 320px
        }

        .mockup-wrap {
            position: relative;
            padding: 12px
        }

        .glow {
            position: absolute;
            left: -40px;
            top: -50px;
            width: 420px;
            height: 420px;
            background: radial-gradient(circle at 30% 30%, rgba(254, 210, 4, 0.14) 0%, rgba(254, 210, 4, 0.02) 40%, transparent 60%);
            filter: blur(60px);
            pointer-events: none
        }

        .device-set {
            display: flex;
            align-items: flex-end;
            justify-content: center;
            gap: 28px
        }

        .device-set img {
            max-width: 320px;
            height: auto;
            display: block
        }

        .device-small {
            width: 120px
        }

        .device-mid {
            width: 180px
        }

        .device-large {
            width: 300px
        }

        .hero-right {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 12px
        }

        .headline {
            font-size: 40px;
            line-height: 1.02;
            font-weight: 800;
            text-transform: uppercase;
            margin: 0 0 18px;
            letter-spacing: 1px;
            background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent
        }

        .sub {
            margin-top: 1rem;
            font-size: 22px;
            margin-bottom: 24px;
            font-weight: 700;
            font-family: Roboto, sans-serif;
            color: #FFF;
        }

        .cta {
            border: none;
            display: inline-block;
            background: var(--green);
            color: var(--white);
            padding: 14px 40px;
            border-radius: 10px;
            font-weight: 700;
            font-size: 26px;
            text-decoration: none;
            cursor: pointer;
            transition: transform .08s ease, box-shadow .12s ease;
        }

        .cta:active {
            transform: translateY(1px)
        }

        @media (max-width:600px) {
            .cta {
                display: block;
                width: 100%;
                max-width: 360px;
                margin: 8px auto;
                padding: 14px 18px;
                font-size: 18px;
                border-radius: 10px
            }
        }

        @media (min-width:601px) and (max-width:900px) {
            .cta {
                padding: 16px 34px;
                font-size: 18px
            }
        }

        .accent-image {
            margin-top: 28px;
            width: 100%;
            height: 280px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 40%, #000 100%);
            overflow: hidden;
            border-radius: 6px;
            display: flex;
            align-items: flex-start
        }

        .accent-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: .9
        }

        .bottom-cta {
            background: #1d1d1d;
            padding: 26px 18px;
            margin-top: 20px;
            border-top: 1px solid #373636;
            text-align: center
        }


        .webimageback>img {
            width: 100%;

        }

        .webimageback {
            position: relative;
        }

        .webContentParent {
            position: absolute;
            left: 45%;
            top: 20%;
        }

        .webpart {
            position: fixed;
        }

        .promotion-regulation {
            color: white;
            text-align: center;
            font-weight: 600;
            font-size: 10px;
            margin: 12px 10px 0px 10px;

        }

        .whitehead {
            color: #FCFCFC;
        }

        .gradientText {
            background: linear-gradient(rgba(255, 205, 79, 1),
                    rgba(255, 248, 206, 1),
                    rgba(255, 205, 79, 1));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
            letter-spacing: 1px;
        }
    </style>

</head>

<body>
    <div class="back-button" style="position:fixed; top: 10px; left: 10px;" onclick="goToLobby()">
        <img src="https://rummy-assets.jungleerummy.com/Content/versioned/2.0.0.1/images/version4/promotion_august_25/zenrik_images/arrow_back-17562100547664.webp?v=1756210055"
            alt="back-button" height="40" width="40" />
    </div>
    <div class="fullscreen" role="img" aria-label="Junglee Rummy">
        <div class="web-section-conatiner">
            <div class="webpart">

                <div class="webimageback">
                    <img src="https://rummy-assets.jungleerummy.com/Content/versioned/2.0.0.1/images/version4/promotion_september_25/zenrik_images/JR---wg-17575847468731.webp?v=1757584747"
                        alt="web-banner">
                </div>
                <div class="webContentParent">
                    <section class="notice" role="note" aria-label="Regulatory notice">
                        <p class="promotion-regulation">As per <span class="gradient-text">The Promotion and Regulation
                                of
                                Online Gaming Act 2025, </span></p>
                        <span class="muted">cash games & tournaments have been discontinued on Junglee Rummy</span>
                    </section>


                    <div class="hero-right">
                        <h1 class="headline"> <span class="whitehead"> ENJOY FREE TOURNAMENTS </span> <br>WITH EXCITING
                            REWARDS</h1>
                        <div class="sub">India's Most Trusted Rummy App</div>
                        <button class="cta" href="#download">Download App</button>
                    </div>
                </div>
            </div>
        </div>

        <div class="mob-section-conatiner">
            <img class="jr-logo"
                src="https://rummy-assets.jungleerummy.com/Content/versioned/2.0.0.1/images/version4/promotion_september_25/direct_api_banner/jr-logo-17575752811375.webp?v=1757575281" />
            <div class="gradient-wrap">
                <img class="gradient-line"
                    src="https://rummy-assets.jungleerummy.com/Content/versioned/2.0.0.1/images/version4/promotion_september_25/direct_api_banner/gradoient-line-17575757099191.svg?v=1757575710" />
                <div class="legal-policy">
                    <p class="promotion-regulation">As per <span class="gradient-text">The Promotion and Regulation of
                            Online Gaming Act 2025, </span></p>
                    <p class="white-text">cash games & tournaments have been discontinued on
                        Junglee Rummy</p>
                </div>
                <img class="gradient-line"
                    src="https://rummy-assets.jungleerummy.com/Content/versioned/2.0.0.1/images/version4/promotion_september_25/direct_api_banner/gradoient-line-17575757099191.svg?v=1757575710" />
            </div>
            <div class="parent">
                <img class="products-img"
                    src="https://rummy-assets.jungleerummy.com/Content/versioned/2.0.0.1/images/version4/promotion_september_25/zenrik_images/white-goods-17575774962792.webp?v=1757577496" />
                <div class="absolute-text">
                    <p class="shadow-gradient-text">Enjoy Free tournaments</p>
                    <p class="shadow-text ">with Exciting Rewards</p>
                </div>
                <img class="gradient-line"
                    src="https://rummy-assets.jungleerummy.com/Content/versioned/2.0.0.1/images/version4/promotion_september_25/direct_api_banner/gradoient-line-17575757099191.svg?v=1757575710" />
                <div class="bottom-container">
                    <p class="rummy-app-text">India's Most Trusted Rummy App</p>
                    <div>
                        <button class="download-btn">Download App</button>
                    </div>
                </div>
            </div>
        </div>
    </div>
</body>
<script>
    function redirectToAppStore() {
        const isMac = navigator.platform.toUpperCase().indexOf("MAC") >= 0;

        if (isMac) {
            window.open("https://apps.apple.com/in/app/junglee-rummy-play-rummy-game/id1386059227", "_blank");
        } else {
            window.open("https://play.google.com/store/apps/details?id=com.jungleerummy.playcashgameonline", "_blank");
        }
    }

    document.querySelectorAll(".cta, .download-btn").forEach(btn => {
        btn.addEventListener("click", redirectToAppStore);
    });


    function goToLobby() {
        if (navigator.userAgent.indexOf("native/crosswalk") > -1) {
            Print.postMessage("go_to_lobby");
            return;
        }
    }



</script>

</html>