{"id":291,"date":"2024-06-20T21:06:28","date_gmt":"2024-06-20T21:06:28","guid":{"rendered":"https:\/\/legrandetz.com\/?page_id=291"},"modified":"2024-12-06T23:52:04","modified_gmt":"2024-12-06T23:52:04","slug":"gaming","status":"publish","type":"page","link":"https:\/\/legrandetz.com\/index.php\/gaming\/","title":{"rendered":"Gaming"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"291\" class=\"elementor elementor-291\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49a0a372 e-con-full e-flex e-con e-parent\" data-id=\"49a0a372\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67ac15a0 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"67ac15a0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">EXPERIENCE EPIC<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e1d4a75 promotions elementor-widget elementor-widget-heading\" data-id=\"2e1d4a75\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GAMing<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b2f0787 e-flex e-con-boxed e-con e-parent\" data-id=\"b2f0787\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e252d8f elementor-widget elementor-widget-html\" data-id=\"e252d8f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html>\n<head>\n\n<\/head> \n<body>\n \n\n\n\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdn.givecloud.co\/npm\/odometer@0.4.8\/themes\/odometer-theme-slot-machine.css\">\n\n\n \n    <div class=\"number-counter-div\">\n        <div class=\"progress\">\n\n            <div class=\"numbo\">\n            <span class=\"odometer\" id=\"odometer\" data-count=\"00\">33<\/span>\n            <p class=\"odo-text\">Tables<\/p>\n            <\/div>\n            <div class=\"numbo\">\n            <span class=\"odometer\" id=\"odometer1\" data-count=\"137\">161<\/span>\n            <p class=\"odo-text\">Slot Machines<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n    <script src=\"https:\/\/code.jquery.com\/jquery-3.4.1.min.js\"><\/script>\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/odometer@0.4.8\/odometer.js\"><\/script>\n\n<style>\n\n\n    .progress{\n        display: flex;\n        margin-bottom: 5%;\n        margin-top: 5%;\n    }\n    .numbo {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n}\n    .odo-text{\n        font-family: 'Gill Sans', sans-serif !important;\n        font-weight: 400;\n    }\n    \n    .odometer.odometer-auto-theme, .odometer.odometer-theme-slot-machine{\n        border-radius:1px !important;\n    }\n    \n    .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-slot-machine .odometer-digit{\n        border-radius: 1px !important;\n    }\n\n     \n\n\n    \n    \/* number-counter-div(odometer) *\/\n\n    .number-counter-div .odometer{\n        font-size: 32px;\n        margin-right: 15px;\n    }\n    .number-counter-div .odometer:last-child{\n        margin: 0;\n    }\n    .number-counter-div .odometer .odometer-digit{\n        margin-right: 0px;\n        background-color: yellowgreen;\n        padding: 10px; \/* aa padding change kariye to ena pramane *.odometer-value* ni padding pn adjust karvi...ny to issue aavse *\/\n    }\n    .number-counter-div .odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value{\n        padding: 0px 5px 6px;\n    }\n    .number-counter-div .odometer .odometer-digit:last-child{\n        margin-right: 0;\n    }\n\n.odometer.odometer-auto-theme, .odometer.odometer-theme-slot-machine{\n  font-family:'Gill Sans', sans-serif !important;\n  color:white !important;\n  font-size:70px !important;\n}\n\n.odometer.odometer-auto-theme, .odometer.odometer-theme-slot-machine{\n  background-image: linear-gradient(#d82e31, #761214);\n    background-color: #761214;\n}\n<\/style>\n\n<script>\nfunction custom_count(){\n    var flag = true;\n    $('.number-counter-div').each(function() {\n        if ($(this).isInViewport()) {   \/\/ Here we check perticular div is in the viewport or number-counter-div\n            if (flag) {\n                \/* FOR number counter(odometer)  *\/\n                var arr = [],\n                i = 0;\n                $('.progress .odometer').each(function() {\n                    arr[i++] = $(this).attr('data-count');;\n                    odometer.innerText = arr[0]; \/\/here odometer is *id* of first number\n                    odometer1.innerText = arr[1]; \/\/here odometer1 is *id* of second number\n                });\n                flag = false;\n            }\n        } else {}\n    });\n}\n\n\/\/ for check the div in view port or not;\n$.fn.isInViewport = function() {\n    var elementTop = $(this).offset().top;\n    var elementBottom = elementTop + $(this).outerHeight();\n\n    var viewportTop = $(window).scrollTop();\n    var viewportBottom = viewportTop + $(window).height();\n\n    return elementBottom > viewportTop && elementTop < viewportBottom;\n    console.log(elementBottom > viewportTop && elementTop < viewportBottom);\n};\n\n$(document).ready(function() {\n\n    \/\/  odometer div is on view-port or not\n    custom_count();\n    \/\/resize-function\n    $(window).resize(function() {\n        custom_count();\n    });\n    \n    $(window).on(\"scroll\",function(){\n      custom_count();\n    });\n});\n\n<\/script>\n   \n<\/body>   \n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c7ae0b2 elementor-widget elementor-widget-text-editor\" data-id=\"c7ae0b2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Indulge in the thrill of live casino gaming with our extensive selection of 6 games available at 33 tables. From classic favorites like Roulette and Blackjack and exciting upcoming Niu-Niu games to over 161 Slots, we&#8217;ve got it all. Take it to the next level with our high limits and VIP lounge, where you can play high stakes games in privacy. Come and enjoy the number #1 destination in Tanzania!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2c213589 e-flex e-con-boxed e-con e-parent\" data-id=\"2c213589\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4537121 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4537121\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">OUR WIDE SELECTION OF<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e082cc7 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3e082cc7\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GAMES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-398515fe e-con-full e-flex e-con e-child\" data-id=\"398515fe\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5f209eaa animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"5f209eaa\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:150}\">\n\t\t<div class=\"elementor-element elementor-element-071d49e e-con-full e-flex e-con e-child\" data-id=\"071d49e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dab90b1 bdt-image-hover-effect-wrap bdt-image-hover-effect-3 elementor-widget elementor-widget-image\" data-id=\"dab90b1\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"3807\" height=\"2692\" data-public-id=\"Asset-5@4x\/Asset-5@4x.png\" fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_3807,h_2692,c_scale\/f_webp,q_80\/v1733525588\/Asset-5@4x\/Asset-5@4x.png?_i=AA\" class=\"attachment-full size-full wp-post-291 wp-image-4472\" alt=\"\" data-format=\"webp\" data-transformations=\"f_webp,q_80\" data-version=\"1733525588\" data-seo=\"1\" data-responsive=\"1\" srcset=\"https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_3807,h_2692,c_scale\/f_webp,q_80\/v1733525588\/Asset-5@4x\/Asset-5@4x.png?_i=AA 3807w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_2048,h_1448,c_scale\/f_webp,q_80\/v1733525588\/Asset-5@4x\/Asset-5@4x.png?_i=AA 2048w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_1848,h_1306,c_scale\/f_webp,q_80\/v1733525588\/Asset-5@4x\/Asset-5@4x.png?_i=AA 1848w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_1648,h_1165,c_scale\/f_webp,q_80\/v1733525588\/Asset-5@4x\/Asset-5@4x.png?_i=AA 1648w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_1448,h_1023,c_scale\/f_webp,q_80\/v1733525588\/Asset-5@4x\/Asset-5@4x.png?_i=AA 1448w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_1248,h_882,c_scale\/f_webp,q_80\/v1733525588\/Asset-5@4x\/Asset-5@4x.png?_i=AA 1248w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_1048,h_741,c_scale\/f_webp,q_80\/v1733525588\/Asset-5@4x\/Asset-5@4x.png?_i=AA 1048w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_848,h_599,c_scale\/f_webp,q_80\/v1733525588\/Asset-5@4x\/Asset-5@4x.png?_i=AA 848w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_648,h_458,c_scale\/f_webp,q_80\/v1733525588\/Asset-5@4x\/Asset-5@4x.png?_i=AA 648w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_448,h_316,c_scale\/f_webp,q_80\/v1733525588\/Asset-5@4x\/Asset-5@4x.png?_i=AA 448w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_248,h_175,c_scale\/f_webp,q_80\/v1733525588\/Asset-5@4x\/Asset-5@4x.png?_i=AA 248w\" sizes=\"(max-width: 3807px) 100vw, 3807px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6464cdb7 elementor-widget__width-inherit elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"6464cdb7\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">TIE POKER<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-da66e4c e-con-full e-flex e-con e-child\" data-id=\"da66e4c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-203179de elementor-widget elementor-widget-text-editor\" data-id=\"203179de\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThis is a variant of traditional poker where players place bets on the outcome of their hand and the dealer\u2019s hand. The objective is to have a better hand than the dealer\u2019s. Tie Poker is a fast-paced game that requires strategy and skill, and is popular among both beginners and experienced players.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48f8617 elementor-widget__width-inherit elementor-widget elementor-widget-toggle\" data-id=\"48f8617\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-7651\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-7651\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How to play<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-7651\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-7651\"><strong>DESCRIPTION OF THE GAME<\/strong> Tie Poker is a game played by up to seven seated players.\nPlayers may place an initial bet on the \u201cFlop.\u201d\nFive Cards are dealt to the \u201ccommunity area\u201d in front of the dealer\nTwo cards are dealt face down to each player and two to the Dealer.\nAfter all the cards have been dealt, the players may examine their hands.\nThe dealer will expose the first three \u201ccommunity cards\u201d and arrange them in descending order &#8211; left\nto right.\nIf the players wish to raise their initial bet wagered, they must place an equal amount to their \u201cFlop\u201d\non their \u201cTurn\u201d bet box.\nThe Dealer shall then turn the fourth card face up and arrange all cards in descending order, left to\nright, any pair to be placed at the start. If the players wish to raise their initial bet wagered again,\nthey must place a bet in the \u201cRiver\u201d bet box. This bet must be double the value of the \u201cFlop\u201d bet.\nWhen all players have made their decisions, then the Dealer will expose the final \u201ccommunity card\u201d\nand arrange in descending order, left to right and any pair or trips to be placed at the start. The\ndealer will then expose their initial 2 cards and indicate their best 5 card combination by offsetting\nthe 2 cards not used.\nThe Dealer shall then check each player\u2019s two cards along with the 5 \u201ccommunity cards\u201d to\ndetermine who has the higher hand.\nIf the players 5 card combination is higher than the dealers 5 card combination, then the pay table\nbelow will be followed.\nNB, the dealer will only qualify with a pair of 4\u2019s or higher. In the event the dealer fails to\nqualify all players left in the game will only have their \u201cFlop\u201d bet paid at 1-1 (even money)<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6739dad6 animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"6739dad6\" data-element_type=\"container\" id=\"Roulette\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:150}\">\n\t\t<div class=\"elementor-element elementor-element-cfeaf8c e-con-full e-flex e-con e-child\" data-id=\"cfeaf8c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6a9717f bdt-image-hover-effect-wrap bdt-image-hover-effect-2 elementor-widget elementor-widget-image\" data-id=\"6a9717f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"1000\" height=\"1000\" data-public-id=\"Asset-4@4x\/Asset-4@4x.png\" decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_1000,h_1000,c_fill,g_auto\/f_webp,q_80\/v1733524885\/Asset-4@4x\/Asset-4@4x.png?_i=AA\" class=\"attachment-large size-large wp-post-291 wp-image-4467\" alt=\"\" data-format=\"webp\" data-transformations=\"f_webp,q_80\" data-version=\"1733524885\" data-seo=\"1\" data-responsive=\"1\" srcset=\"https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_1000,h_1000,c_fill,g_auto\/f_webp,q_80\/v1733524885\/Asset-4@4x\/Asset-4@4x.png?_i=AA 3208w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_2048,h_2048,c_fill,g_auto\/f_webp,q_80\/v1733524885\/Asset-4@4x\/Asset-4@4x.png?_i=AA 2048w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_1848,h_1848,c_fill,g_auto\/f_webp,q_80\/v1733524885\/Asset-4@4x\/Asset-4@4x.png?_i=AA 1848w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_1648,h_1648,c_fill,g_auto\/f_webp,q_80\/v1733524885\/Asset-4@4x\/Asset-4@4x.png?_i=AA 1648w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_1448,h_1448,c_fill,g_auto\/f_webp,q_80\/v1733524885\/Asset-4@4x\/Asset-4@4x.png?_i=AA 1448w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_1248,h_1248,c_fill,g_auto\/f_webp,q_80\/v1733524885\/Asset-4@4x\/Asset-4@4x.png?_i=AA 1248w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_1048,h_1048,c_fill,g_auto\/f_webp,q_80\/v1733524885\/Asset-4@4x\/Asset-4@4x.png?_i=AA 1048w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_848,h_848,c_fill,g_auto\/f_webp,q_80\/v1733524885\/Asset-4@4x\/Asset-4@4x.png?_i=AA 848w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_648,h_648,c_fill,g_auto\/f_webp,q_80\/v1733524885\/Asset-4@4x\/Asset-4@4x.png?_i=AA 648w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_448,h_448,c_fill,g_auto\/f_webp,q_80\/v1733524885\/Asset-4@4x\/Asset-4@4x.png?_i=AA 448w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_248,h_248,c_fill,g_auto\/f_webp,q_80\/v1733524885\/Asset-4@4x\/Asset-4@4x.png?_i=AA 248w\" sizes=\"(max-width: 3208px) 100vw, 3208px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-301175fa elementor-widget__width-inherit elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"301175fa\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">ROULETTE<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a60fbba e-con-full e-flex e-con e-child\" data-id=\"a60fbba\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6952091 elementor-widget elementor-widget-text-editor\" data-id=\"6952091\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tRoulette is one of the oldest and most popular casino games around. At Palm Beach Casino, we offer European roulette. With exciting betting options and the chance to win big, this game is not to be missed\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ba4181 elementor-widget__width-inherit elementor-widget elementor-widget-toggle\" data-id=\"7ba4181\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-1291\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1291\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How to play<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1291\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-1291\"><strong>DESCRIPTION OF THE GAME<\/strong> Roulette is an intriguing game that is played throughout the world. The large payoffs that are possible for small wagers stimulate the interest of the expert as well as the novice player, playing Roulette in Vegas.\n\nThe rules of Roulette &#8211; different players use different colored chips so the bets are not confused. The value of your chips is determined by the price you pay for them. When you\u2019re done playing make certain to redeem your chips at the same table you were playing at. Once you leave that table no one will know the value of your chips.\n\nEach spin of the wheel provides a multitude of options for the player. A player may bet on single numbers, rows of numbers, or on adjacent numbers. A player also may play colors, odd or even numbers, among others. A bet on a single number pays 35 to 1, including the 0 and 00. Bets on red or black, odd or even pay 1 for 1, or even money.\n\nWe\u2019re proud to offer Roulette in three variations. In addition to our popular American-style Roulette game with 36 numbered slots, a 0 and a 00, we also offer our European Roulette, which has a single 0 along with the standard 36 numbers, and is a favorite among our international customers. We also offer an exciting new version, where an additional betting option is added.\n\nThe diagram indicates the Roulette rules payout for single chip bets and the many combinations available to you. The dealer will be happy to explain any of them. The exact placement of the chips determine the bet being made. Each player is responsible for the correct positioning of their wager on the layout regardless of whether the bet is placed by the dealer.<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3ddd622 e-con-full e-flex e-con e-child\" data-id=\"3ddd622\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e5e6559 animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"e5e6559\" data-element_type=\"container\" id=\"baccarat\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:150}\">\n\t\t<div class=\"elementor-element elementor-element-9b85c56 e-con-full e-flex e-con e-child\" data-id=\"9b85c56\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-63c6d03 bdt-image-hover-effect-wrap bdt-image-hover-effect-2 elementor-widget elementor-widget-image\" data-id=\"63c6d03\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"3635\" height=\"3438\" data-public-id=\"Baccarat\/Baccarat.png\" decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_3635,h_3438,c_scale\/f_webp,q_80\/v1733526559\/Baccarat\/Baccarat.png?_i=AA\" class=\"attachment-full size-full wp-post-291 wp-image-4474\" alt=\"\" data-format=\"webp\" data-transformations=\"f_webp,q_80\" data-version=\"1733526559\" data-seo=\"1\" data-responsive=\"1\" srcset=\"https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_3635,h_3438,c_scale\/f_webp,q_80\/v1733526559\/Baccarat\/Baccarat.png?_i=AA 3635w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_2048,h_1937,c_scale\/f_webp,q_80\/v1733526559\/Baccarat\/Baccarat.png?_i=AA 2048w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_1848,h_1747,c_scale\/f_webp,q_80\/v1733526559\/Baccarat\/Baccarat.png?_i=AA 1848w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_1648,h_1558,c_scale\/f_webp,q_80\/v1733526559\/Baccarat\/Baccarat.png?_i=AA 1648w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_1448,h_1369,c_scale\/f_webp,q_80\/v1733526559\/Baccarat\/Baccarat.png?_i=AA 1448w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_1248,h_1180,c_scale\/f_webp,q_80\/v1733526559\/Baccarat\/Baccarat.png?_i=AA 1248w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_1048,h_991,c_scale\/f_webp,q_80\/v1733526559\/Baccarat\/Baccarat.png?_i=AA 1048w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_848,h_802,c_scale\/f_webp,q_80\/v1733526559\/Baccarat\/Baccarat.png?_i=AA 848w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_648,h_612,c_scale\/f_webp,q_80\/v1733526559\/Baccarat\/Baccarat.png?_i=AA 648w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_448,h_423,c_scale\/f_webp,q_80\/v1733526559\/Baccarat\/Baccarat.png?_i=AA 448w, https:\/\/res.cloudinary.com\/dyxdtlghp\/images\/w_248,h_234,c_scale\/f_webp,q_80\/v1733526559\/Baccarat\/Baccarat.png?_i=AA 248w\" sizes=\"(max-width: 3635px) 100vw, 3635px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4922116 elementor-widget__width-inherit elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"4922116\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Baccarat<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fdf55fa e-con-full e-flex e-con e-child\" data-id=\"fdf55fa\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-caf1eaf elementor-widget elementor-widget-text-editor\" data-id=\"caf1eaf\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tBaccarat is a classic card game that has been enjoyed by players for centuries. The objective of the game is to correctly predict which hand will have a higher score \u2013 the \u201cPlayer\u201d hand or the \u201cBanker\u201d hand. The game is played with a standard 52-card deck and the point values of each card are as follows: Ace = 1, 2-9 = face value, 10 and face cards = 0.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-40d7dee elementor-widget__width-inherit elementor-widget elementor-widget-toggle\" data-id=\"40d7dee\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-6791\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-6791\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How to play<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-6791\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-6791\"><strong>DESCRIPTION OF THE GAME<\/strong> The game is played with 8 decks of cards, without jokers. The cards are shuffled in in card room, manually then by the shuffling machine. Customer has 2 main options : Player or Banker.\t<\/br><\/br>\t\nThere are some other side bets such as pairs, tie bet and ragon bet. The side bets can be played only if customer bet on one of the 2 main bets (Player\/Banker).\t\t\nThe purpose of game is to get 9 or 8 points.\t\t\nInnitial deal is fromed from 4 cards , dealt in the follwoign order: player \/baner\/player banker.\t<\/br><\/br>\t\nIf there is a naural 8 or 9 the game is finished after the innitial deal.\t\t\nIf less points, the cards rule as above to be followed.<\/br><\/br>\t\t\nCards value: all face cards and 10s are counted as zero, all the other cards are counted as their respective value.<\/br><\/br>\t\t\nPair bet : if 2 innitial cards on either or both sides are of the same value pair bet will be paid 11 to 1. (QQ, KK, 44 etc)\t<\/br><\/br>\t\nTie game: if both sides Player and Banker have the same points  bet will be paid 8 to 1.(66, 55, 88 etc)\t<\/br><\/br>\t\ndargon bet ; the difference between the mani bet ( player and Banker) must be of minimum 4 points and customer has to have a valid bet on the winning side.\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b18bf98 animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"b18bf98\" data-element_type=\"container\" id=\"slots\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:150}\">\n\t\t<div class=\"elementor-element elementor-element-9079c7b e-con-full e-flex e-con e-child\" data-id=\"9079c7b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-298c521 bdt-image-hover-effect-wrap bdt-image-hover-effect-2 elementor-widget elementor-widget-image\" data-id=\"298c521\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"3578\" height=\"2332\" loading=\"lazy\" decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNTc4IiBoZWlnaHQ9IjIzMzIiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0icmdiYSgxNTMsMTUzLDE1MywwLjUpO3JnYmEoMTUzLDE1MywxNTMsMC4xKTtyZ2JhKDE1MywxNTMsMTUzLDAuNSkiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPjwvcmVjdD48L3N2Zz4=\" class=\"attachment-full size-full wp-post-291 wp-image-4469\" alt=\"\" data-public-id=\"Asset-3@4x\/Asset-3@4x.png\" data-format=\"png\" data-transformations=\"f_webp,q_80\" data-version=\"1733524975\" data-seo=\"1\" data-responsive=\"1\" data-size=\"3578 2332\" data-delivery=\"upload\" onload=\";window.CLDBind?CLDBind(this):null;\" data-cloudinary=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e3dc68b elementor-widget__width-inherit elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"e3dc68b\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">SLOT MACHINES<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9b9922a e-con-full e-flex e-con e-child\" data-id=\"9b9922a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54e08a5 elementor-widget elementor-widget-text-editor\" data-id=\"54e08a5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tOur selection of slot machines is extensive, and we have a game to suit every taste. From classic fruit machines to modern video slots, our games are designed to entertain and excite. With progressive jackpots and multiple ways to win, our slot machines are sure to keep you coming back for more\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0d264b8 elementor-widget__width-inherit elementor-widget elementor-widget-toggle\" data-id=\"0d264b8\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-1371\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1371\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How to play<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1371\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-1371\"><strong>DESCRIPTION OF THE GAME<\/strong> Playing casino slot machines is easy and fun! You insert money or use credits, then choose how much you want to bet and how many pay lines to play. Hit the spin button, and the reels start rolling.<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9b7ad1b e-con-full e-flex e-con e-child\" data-id=\"9b7ad1b\" data-element_type=\"container\" id=\"Niu\">\n\t\t<div class=\"elementor-element elementor-element-e6baba9 animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"e6baba9\" data-element_type=\"container\" id=\"niu-niu\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:150}\">\n\t\t<div class=\"elementor-element elementor-element-a188591 e-con-full e-flex e-con e-child\" data-id=\"a188591\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-99ebfbc bdt-image-hover-effect-wrap bdt-image-hover-effect-2 elementor-widget elementor-widget-image\" data-id=\"99ebfbc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"4160\" height=\"2728\" loading=\"lazy\" decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MTYwIiBoZWlnaHQ9IjI3MjgiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0icmdiYSgxNTMsMTUzLDE1MywwLjUpO3JnYmEoMTUzLDE1MywxNTMsMC4xKTtyZ2JhKDE1MywxNTMsMTUzLDAuNSkiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPjwvcmVjdD48L3N2Zz4=\" class=\"attachment-full size-full wp-post-291 wp-image-4473\" alt=\"\" data-public-id=\"Asset-1@4x\/Asset-1@4x.png\" data-format=\"png\" data-transformations=\"f_webp,q_80\" data-version=\"1733526035\" data-seo=\"1\" data-responsive=\"1\" data-size=\"4160 2728\" data-delivery=\"upload\" onload=\";window.CLDBind?CLDBind(this):null;\" data-cloudinary=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4adea66 elementor-widget__width-inherit elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"4adea66\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">NIU NIU<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fe18637 e-con-full e-flex e-con e-child\" data-id=\"fe18637\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f509cb elementor-widget elementor-widget-text-editor\" data-id=\"8f509cb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tNiu Niu is a popular card game that originated in China and is now can be enjoyed by players at Palm Beach Casino. The game is also known as \u201c\u725b\u725b\u201d which translates to \u201cox ox\u201d. In Niu Niu, players compete to create the highest scoring hand by combining five cards. The game is played with a standard 52-card deck and each card has a point value.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0f5870e elementor-widget__width-inherit elementor-widget elementor-widget-toggle\" data-id=\"0f5870e\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-1601\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1601\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How to play<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1601\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-1601\"><strong>DESCRIPTION OF THE GAME<\/strong>\n\u2022 The players and dealer each get dealt 5 cards\n\u2022 Out of the 5 cards they must use 3 cards to total 10, 20 or 30\n\u2022 The remaining 2 cards are used to make the points to play against the house\n\u2022 If you can\u2019t make 10, 20 or 30 out of the 3 cards then it\u2019s a no hand and it goes on high card\n\u2022 If 3 cards can form a multiple of 10, and the remaining 2 add up to1 &#8211; 9 the player has Niu 1\n\u2013 Niu 9, if the remaining 2 cards also add up to multiple of 10, the player has Niu Niu\n\u2022 If the 3 cards cannot form a multiple of 10, the players will have no Niu\n\u2022 The player\u2019s cards are compared to the dealers, whoever has the highest total wins\n\u2022 In the event of a tie then the highest-ranking suit shall win<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fb75992 animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"fb75992\" data-element_type=\"container\" id=\"Blackjack\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:150}\">\n\t\t<div class=\"elementor-element elementor-element-9271912 e-con-full e-flex e-con e-child\" data-id=\"9271912\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6ed056e bdt-image-hover-effect-wrap bdt-image-hover-effect-2 elementor-widget elementor-widget-image\" data-id=\"6ed056e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"3436\" height=\"2510\" loading=\"lazy\" decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNDM2IiBoZWlnaHQ9IjI1MTAiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0icmdiYSgxNTMsMTUzLDE1MywwLjUpO3JnYmEoMTUzLDE1MywxNTMsMC4xKTtyZ2JhKDE1MywxNTMsMTUzLDAuNSkiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPjwvcmVjdD48L3N2Zz4=\" class=\"attachment-full size-full wp-post-291 wp-image-4471\" alt=\"\" data-public-id=\"Asset-6@4x\/Asset-6@4x.png\" data-format=\"png\" data-transformations=\"f_webp,q_80\" data-version=\"1733525502\" data-seo=\"1\" data-responsive=\"1\" data-size=\"3436 2510\" data-delivery=\"upload\" onload=\";window.CLDBind?CLDBind(this):null;\" data-cloudinary=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1783fd0 elementor-widget__width-inherit elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"1783fd0\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">BLACK JACK<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bd733a0 e-con-full e-flex e-con e-child\" data-id=\"bd733a0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c1c742 elementor-widget elementor-widget-text-editor\" data-id=\"6c1c742\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tBlackjack is a casino classic that has been enjoyed by players for generations. At Palm Beach Casino, we offer multiple versions of this game, including Classic Blackjack and Blackjack Switch. With the chance to win big and strategies to employ, this game is a must-try.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8579d9b elementor-widget__width-inherit elementor-widget elementor-widget-toggle\" data-id=\"8579d9b\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-1391\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1391\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How to play<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1391\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-1391\"><strong>DESCRIPTION OF THE GAME<\/strong>\n\u2022 Bets are placed, the Dealer then deals the cards face up, one to each player and then one to\nhimself followed by a second card to each player.<\/br><\/br>\n\u2022 The cards are dealt from left to right.\n<\/br><\/br>\n\u2022 A Blackjack (an ace with a picture or any 10-value card) beats any other combination except\na Dealer&#8217;s Blackjack and is paid at 3 to 2.<\/br><\/br>\n\u2022 The players are then asked in turn from left to right if they require additional cards to achieve\na total closer to 21 than the Dealer.<\/br><\/br>\n\u2022 The Dealer must draw on 16 or under and must stand on 17 or over.<\/br><\/br>\n\u2022 The Dealer&#8217;s first ace counts as 11 unless it busts the hand. Subsequent aces count as one.<\/br><\/br>\n\u2022 If the player&#8217;s total is closer to 21 than the Dealer&#8217;s the player wins even money. If the\nplayer&#8217;s total is lower, then the Dealer&#8217;s he loses.<\/br><\/br>\n\u2022 When the player has the same total as the Dealer it is a &#8220;standoff&#8221;.<\/br><\/br>\n\u2022 When a player&#8217;s total goes over 21 (busts) he loses.<\/br><\/br>\n\u2022 A player may double his original stake on any first two cards, except a Blackjack, allowing\nthe player to take only one more card only.<\/br><\/br>\n\u2022 If a player&#8217;s first two cards have the same value, the player may split the hand. The player\nmust then place an additional bet equal to the original stake; the two cards are split and then\nbecome two separate hands. The player shall then receive a second card on the first split\nbet and may continue to take more cards as per the normal Blackjack drawing rules stated\nabove. When the first hand has been completed the player shall then receive a second card\non the second split, draw cards as stated above.<\/br><\/br>\n\u2022 If the player\u2019s second card, on the split hand, is to the same value as the original split hand\nthe player may split again and continue to take further cards as per normal Blackjack\ndrawing rules.<\/br><\/br>\n\u2022 On receiving a second card on a split hand the player may double the hand as per double\nrules above.<\/br><\/br>\n\u2022 If after splitting aces the player may only receive one card only on each split hand, unless\nthe player receives another ace whereby the player may split the aces again.<\/br><\/br>\n\u2022 If after splitting aces the player has a `10&#8242; value card on either or both aces this counts as 21\nnot Blackjack and is paid at even money.<\/br><\/br>\n\u2022 Even money is offered only when a player has a Blackjack, and the Dealer has an ace.\nExcept to the boxes who has a BJ<\/br><\/br>\n\u2022 Insurance pays even money and the Dealer will offer insurance before any further cards are\ndealt.<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-751a00de e-flex e-con-boxed e-con e-parent\" data-id=\"751a00de\" data-element_type=\"container\" id=\"lounge\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-bdt-sticky=\"offset: 93;bottom: .other-one;position: start;media: 768\" class=\"bdt-sticky elementor-element elementor-element-67bfd471 e-con-full e-flex e-con e-child\" data-id=\"67bfd471\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-73e49e4f animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"73e49e4f\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FIND THE BEST <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f8bec1a animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7f8bec1a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GAMING LOUNGE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-516b5cc7 e-con-full e-flex e-con e-child\" data-id=\"516b5cc7\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e6d3af6 animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"e6d3af6\" data-element_type=\"container\" id=\"mainfloor\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:150}\">\n\t\t<div class=\"elementor-element elementor-element-8c74b0c e-con-full e-flex e-con e-child\" data-id=\"8c74b0c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:4078,&quot;url&quot;:&quot;https:\\\/\\\/res.cloudinary.com\\\/dyxdtlghp\\\/images\\\/v1728505664\\\/PHOTO-2024-10-09-11-49-17\\\/PHOTO-2024-10-09-11-49-17.jpg?_i=AA&quot;},{&quot;id&quot;:4079,&quot;url&quot;:&quot;https:\\\/\\\/res.cloudinary.com\\\/dyxdtlghp\\\/images\\\/v1728505678\\\/PHOTO-2024-10-09-11-49-18\\\/PHOTO-2024-10-09-11-49-18.jpg?_i=AA&quot;},{&quot;id&quot;:4080,&quot;url&quot;:&quot;https:\\\/\\\/res.cloudinary.com\\\/dyxdtlghp\\\/images\\\/v1728505710\\\/PHOTO-2024-10-09-11-49-17-2\\\/PHOTO-2024-10-09-11-49-17-2.jpg?_i=AA&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t<div class=\"elementor-element elementor-element-45e856c e-con-full e-flex e-con e-child\" data-id=\"45e856c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:2007,&quot;url&quot;:&quot;https:\\\/\\\/legrandetz.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/IMG_7856-Large.png&quot;},{&quot;id&quot;:2008,&quot;url&quot;:&quot;https:\\\/\\\/legrandetz.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/IMG_7859-Large.png&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50548fa elementor-absolute cool-icon elementor-widget elementor-widget-image\" data-id=\"50548fa\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"3055\" height=\"2309\" loading=\"lazy\" decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDU1IiBoZWlnaHQ9IjIzMDkiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0icmdiYSgxNTMsMTUzLDE1MywwLjUpO3JnYmEoMTUzLDE1MywxNTMsMC4xKTtyZ2JhKDE1MywxNTMsMTUzLDAuNSkiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPjwvcmVjdD48L3N2Zz4=\" class=\"attachment-full size-full wp-post-291 wp-image-3787\" alt=\"\" data-public-id=\"Asset-3package\/Asset-3package.png\" data-format=\"png\" data-transformations=\"f_webp,q_80\" data-version=\"1726099025\" data-seo=\"1\" data-responsive=\"1\" data-size=\"3055 2309\" data-delivery=\"upload\" onload=\";window.CLDBind?CLDBind(this):null;\" data-cloudinary=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7db2fd6 elementor-widget__width-inherit elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"7db2fd6\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">MAIN AREA<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b74e938 elementor-widget__width-inherit elementor-widget elementor-widget-toggle\" data-id=\"b74e938\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-1921\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1921\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">PLAY AT LOUNGE<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1921\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-1921\">The main gaming floor at Le Grande Casino is a luxurious and vibrant space, featuring high ceilings and elegant chandeliers. Guests are welcomed by a dazzling array of lights and sounds, with rows of slot machines and a variety of table games like blackjack, roulette, baccarat, and niun niun.\n\nThe poker room, managed by Anders Hellstr\u00f6m, hosts exciting cash games and tournaments. A VIP area offers exclusive gaming for high rollers with private tables and personalized service.\n\n&nbsp;\n\nMultiple bars and lounges provide a relaxing atmosphere with a selection of beverages and snacks, while live entertainment enhances the lively ambiance, making Le Grande Casino a premier gaming and leisure destination.<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-20476e5 animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"20476e5\" data-element_type=\"container\" id=\"private\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:150}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-084c684 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"084c684\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"3055\" height=\"2273\" loading=\"lazy\" decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDU1IiBoZWlnaHQ9IjIyNzMiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0icmdiYSgxNTMsMTUzLDE1MywwLjUpO3JnYmEoMTUzLDE1MywxNTMsMC4xKTtyZ2JhKDE1MywxNTMsMTUzLDAuNSkiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPjwvcmVjdD48L3N2Zz4=\" class=\"attachment-full size-full wp-post-291 wp-image-3788\" alt=\"\" data-public-id=\"Asset-2package\/Asset-2package.png\" data-format=\"png\" data-transformations=\"f_webp,q_80\" data-version=\"1726099083\" data-seo=\"1\" data-responsive=\"1\" data-size=\"3055 2273\" data-delivery=\"upload\" onload=\";window.CLDBind?CLDBind(this):null;\" data-cloudinary=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-413f29a e-con-full e-flex e-con e-child\" data-id=\"413f29a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:2077,&quot;url&quot;:&quot;https:\\\/\\\/legrandetz.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/IMG_7889-Large.png&quot;},{&quot;id&quot;:2078,&quot;url&quot;:&quot;https:\\\/\\\/legrandetz.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/IMG_7891-Large.jpeg&quot;},{&quot;id&quot;:2079,&quot;url&quot;:&quot;https:\\\/\\\/legrandetz.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/IMG_7895-Large.jpeg&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t<div class=\"elementor-element elementor-element-d572de5 e-con-full e-flex e-con e-child\" data-id=\"d572de5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:2007,&quot;url&quot;:&quot;https:\\\/\\\/legrandetz.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/IMG_7856-Large.png&quot;},{&quot;id&quot;:2008,&quot;url&quot;:&quot;https:\\\/\\\/legrandetz.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/IMG_7859-Large.png&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef62c09 elementor-widget__width-inherit elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"ef62c09\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">PRIVEE LOUNGE<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f09b9c elementor-widget__width-inherit elementor-widget elementor-widget-toggle\" data-id=\"4f09b9c\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-8281\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-8281\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">PLAY AT LOUNGE<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-8281\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-8281\">\nPrivee gaming rooms offer seclusion, while a dedicated bar provides fine wines, spirits, and gourmet snacks. With concierge services available, the VIP lounge ensures an unparalleled gaming experience, combining luxury, privacy, and top-tier service.<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0d9093b animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"0d9093b\" data-element_type=\"container\" id=\"vip\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:150}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b450860 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"b450860\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"3055\" height=\"2792\" loading=\"lazy\" decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDU1IiBoZWlnaHQ9IjI3OTIiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0icmdiYSgxNTMsMTUzLDE1MywwLjUpO3JnYmEoMTUzLDE1MywxNTMsMC4xKTtyZ2JhKDE1MywxNTMsMTUzLDAuNSkiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPjwvcmVjdD48L3N2Zz4=\" class=\"attachment-full size-full wp-post-291 wp-image-3789\" alt=\"\" data-public-id=\"Asset-4package_3789dc08b\/Asset-4package_3789dc08b.png\" data-format=\"png\" data-transformations=\"f_webp,q_80\" data-version=\"1726099296\" data-seo=\"1\" data-responsive=\"1\" data-size=\"3055 2792\" data-delivery=\"upload\" onload=\";window.CLDBind?CLDBind(this):null;\" data-cloudinary=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-07055c5 e-con-full e-flex e-con e-child\" data-id=\"07055c5\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c31834a e-con-full e-flex e-con e-child\" data-id=\"c31834a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:2012,&quot;url&quot;:&quot;https:\\\/\\\/res.cloudinary.com\\\/dyxdtlghp\\\/images\\\/v1721598946\\\/IMG_7869-Large\\\/IMG_7869-Large.webp?_i=AA&quot;},{&quot;id&quot;:2069,&quot;url&quot;:&quot;https:\\\/\\\/res.cloudinary.com\\\/dyxdtlghp\\\/images\\\/v1721598911\\\/IMG_7861-Large\\\/IMG_7861-Large.webp?_i=AA&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26f1d13 elementor-widget__width-inherit elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"26f1d13\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">vip LOUNGE<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d77a040 elementor-widget__width-inherit elementor-widget elementor-widget-toggle\" data-id=\"d77a040\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-2251\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2251\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">PLAY AT LOUNGE<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2251\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2251\">The VIP gaming lounge at Le Grande Casino is an opulent retreat for high rollers, featuring elegant decor, plush furnishings, and ambient lighting. Guests enjoy high-end gaming tables with classic games like blackjack, roulette, and baccarat, all serviced by attentive dealers.<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-74d3895 animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"74d3895\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:150}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f130b2b elementor-absolute elementor-widget elementor-widget-image\" data-id=\"f130b2b\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"1528\" height=\"1120\" loading=\"lazy\" decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTI4IiBoZWlnaHQ9IjExMjAiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0icmdiYSgxNTMsMTUzLDE1MywwLjUpO3JnYmEoMTUzLDE1MywxNTMsMC4xKTtyZ2JhKDE1MywxNTMsMTUzLDAuNSkiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPjwvcmVjdD48L3N2Zz4=\" class=\"attachment-full size-full wp-post-291 wp-image-4087\" alt=\"\" data-public-id=\"Asset-30\/Asset-30.png\" data-format=\"png\" data-transformations=\"f_webp,q_80\" data-version=\"1728507323\" data-seo=\"1\" data-responsive=\"1\" data-size=\"1528 1120\" data-delivery=\"upload\" onload=\";window.CLDBind?CLDBind(this):null;\" data-cloudinary=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5c122bb e-con-full e-flex e-con e-child\" data-id=\"5c122bb\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-232d971 e-con-full e-flex e-con e-child\" data-id=\"232d971\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:4076,&quot;url&quot;:&quot;https:\\\/\\\/res.cloudinary.com\\\/dyxdtlghp\\\/images\\\/v1728505549\\\/PHOTO-2024-10-09-11-49-55-2\\\/PHOTO-2024-10-09-11-49-55-2.jpg?_i=AA&quot;},{&quot;id&quot;:4077,&quot;url&quot;:&quot;https:\\\/\\\/res.cloudinary.com\\\/dyxdtlghp\\\/images\\\/v1728505564\\\/PHOTO-2024-10-09-11-49-55\\\/PHOTO-2024-10-09-11-49-55.jpg?_i=AA&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8cf435e elementor-widget__width-inherit elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"8cf435e\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">POKER LOUNGE<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c72dd0d elementor-widget__width-inherit elementor-widget elementor-widget-toggle\" data-id=\"c72dd0d\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-2081\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2081\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">PLAY AT LOUNGE<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2081\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2081\">Step into the Poker Lounge at Le Grande Casino, where luxury meets the thrill of the game. Our stylish space features sleek tables, comfortable chairs, and perfect lighting to keep you focused on your cards. Skilled dealers run exciting games of Texas Hold&#8217;em and Omaha, while our atte<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6042960 animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"6042960\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:150}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-00cbf95 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"00cbf95\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"3055\" height=\"2010\" loading=\"lazy\" decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDU1IiBoZWlnaHQ9IjIwMTAiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0icmdiYSgxNTMsMTUzLDE1MywwLjUpO3JnYmEoMTUzLDE1MywxNTMsMC4xKTtyZ2JhKDE1MywxNTMsMTUzLDAuNSkiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPjwvcmVjdD48L3N2Zz4=\" class=\"attachment-full size-full wp-post-291 wp-image-3799\" alt=\"\" data-public-id=\"Asset-29package\/Asset-29package.png\" data-format=\"png\" data-transformations=\"f_webp,q_80\" data-version=\"1726101357\" data-seo=\"1\" data-responsive=\"1\" data-size=\"3055 2010\" data-delivery=\"upload\" onload=\";window.CLDBind?CLDBind(this):null;\" data-cloudinary=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b0f2cab e-con-full e-flex e-con e-child\" data-id=\"b0f2cab\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3010161 e-con-full e-flex e-con e-child\" data-id=\"3010161\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:4059,&quot;url&quot;:&quot;https:\\\/\\\/res.cloudinary.com\\\/dyxdtlghp\\\/images\\\/v1728415655\\\/432388864_18256592230237332_6170121188538451849_n\\\/432388864_18256592230237332_6170121188538451849_n.jpg?_i=AA&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ccd93f5 other-one e-flex e-con-boxed e-con e-parent\" data-id=\"ccd93f5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d1aec91 e-con-full e-flex e-con e-child\" data-id=\"d1aec91\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7bbda6d ui-float-widget elementor-widget elementor-widget-image\" data-id=\"7bbda6d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"317\" height=\"353\" loading=\"lazy\" decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMTciIGhlaWdodD0iMzUzIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9InJnYmEoMTUzLDE1MywxNTMsMC41KTtyZ2JhKDE1MywxNTMsMTUzLDAuMSk7cmdiYSgxNTMsMTUzLDE1MywwLjUpIiBkdXI9IjJzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz48L3JlY3Q+PC9zdmc+\" class=\"attachment-large size-large wp-post-291 wp-image-224\" alt=\"\" data-public-id=\"Asset-24cardicons_224d1d25\/Asset-24cardicons_224d1d25.png\" data-format=\"png\" data-transformations=\"f_webp,q_80\" data-version=\"1721601399\" data-seo=\"1\" data-responsive=\"1\" data-size=\"317 353\" data-delivery=\"upload\" onload=\";window.CLDBind?CLDBind(this):null;\" data-cloudinary=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-45c94f5 e-con-full e-flex e-con e-child\" data-id=\"45c94f5\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dc4640f  ui-split-animate ui-splitby-chars elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"dc4640f\" data-element_type=\"widget\" data-settings=\"{&quot;ep_threed_text_active&quot;:&quot;yes&quot;,&quot;ep_threed_text_depth&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:21,&quot;sizes&quot;:[]},&quot;ep_threed_text_perspective&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:346,&quot;sizes&quot;:[]},&quot;ep_threed_text_event&quot;:&quot;scrollY&quot;,&quot;ui_animate_split&quot;:&quot;ui-split-animate&quot;,&quot;ui_animate_split_style&quot;:&quot;fadeInUp blur&quot;,&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ep_threed_text_layers&quot;:8,&quot;ep_threed_text_fade&quot;:&quot;yes&quot;,&quot;ep_threed_text_event_rotation&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;ep_threed_text_event_direction&quot;:&quot;default&quot;,&quot;ui_animate_split_by&quot;:&quot;chars&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ready to Play?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d8bfd76 e-con-full e-flex e-con e-child\" data-id=\"d8bfd76\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-529334d ui-float-widget elementor-widget elementor-widget-image\" data-id=\"529334d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"222\" height=\"369\" loading=\"lazy\" decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMjIiIGhlaWdodD0iMzY5Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9InJnYmEoMTUzLDE1MywxNTMsMC41KTtyZ2JhKDE1MywxNTMsMTUzLDAuMSk7cmdiYSgxNTMsMTUzLDE1MywwLjUpIiBkdXI9IjJzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz48L3JlY3Q+PC9zdmc+\" class=\"attachment-large size-large wp-post-291 wp-image-214\" alt=\"\" data-public-id=\"Asset-13cardicons_214c663f\/Asset-13cardicons_214c663f.png\" data-format=\"png\" data-transformations=\"f_webp,q_80\" data-version=\"1721601461\" data-seo=\"1\" data-responsive=\"1\" data-size=\"222 369\" data-delivery=\"upload\" onload=\";window.CLDBind?CLDBind(this):null;\" data-cloudinary=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>EXPERIENCE EPIC GAMing 33 Tables 161 Slot Machines Indulge in the thrill of live casino gaming with our extensive selection of 6 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_cloudinary_featured_overwrite":false,"footnotes":""},"class_list":["post-291","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/legrandetz.com\/index.php\/wp-json\/wp\/v2\/pages\/291","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/legrandetz.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/legrandetz.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/legrandetz.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/legrandetz.com\/index.php\/wp-json\/wp\/v2\/comments?post=291"}],"version-history":[{"count":162,"href":"https:\/\/legrandetz.com\/index.php\/wp-json\/wp\/v2\/pages\/291\/revisions"}],"predecessor-version":[{"id":4486,"href":"https:\/\/legrandetz.com\/index.php\/wp-json\/wp\/v2\/pages\/291\/revisions\/4486"}],"wp:attachment":[{"href":"https:\/\/legrandetz.com\/index.php\/wp-json\/wp\/v2\/media?parent=291"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}